@dscord/daemon 0.1.77 → 0.1.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chat-bridge.js +2017 -2029
- package/dist/index.js +10076 -10084
- package/package.json +1 -1
package/dist/chat-bridge.js
CHANGED
|
@@ -1,26 +1,23 @@
|
|
|
1
|
-
const
|
|
2
|
-
(function (
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
_0x229ead: 0xd0,
|
|
10
|
-
_0x1bdcf3: 0xab
|
|
11
|
-
}, _0x1c7efc = _0x486a, _0x4e0a29 = _0x288857();
|
|
1
|
+
const _0x5f0bcb = _0x4544;
|
|
2
|
+
(function (_0x3e32dd, _0x3f148f) {
|
|
3
|
+
const _0x1dd4c5 = {
|
|
4
|
+
_0x4270d7: 0xab,
|
|
5
|
+
_0x52953a: 0x1bb,
|
|
6
|
+
_0x38da72: 0x1ec,
|
|
7
|
+
_0x6d8243: 0x12f
|
|
8
|
+
}, _0x5cbbd2 = _0x4544, _0x4fbc63 = _0x3e32dd();
|
|
12
9
|
while (!![]) {
|
|
13
10
|
try {
|
|
14
|
-
const
|
|
15
|
-
if (
|
|
11
|
+
const _0x239679 = parseInt(_0x5cbbd2(_0x1dd4c5._0x4270d7)) / 0x1 + parseInt(_0x5cbbd2(0x19b)) / 0x2 + -parseInt(_0x5cbbd2(_0x1dd4c5._0x52953a)) / 0x3 + parseInt(_0x5cbbd2(_0x1dd4c5._0x38da72)) / 0x4 + -parseInt(_0x5cbbd2(0xe8)) / 0x5 + -parseInt(_0x5cbbd2(0x10c)) / 0x6 * (parseInt(_0x5cbbd2(_0x1dd4c5._0x6d8243)) / 0x7) + -parseInt(_0x5cbbd2(0x1af)) / 0x8 * (parseInt(_0x5cbbd2(0x87)) / 0x9);
|
|
12
|
+
if (_0x239679 === _0x3f148f)
|
|
16
13
|
break;
|
|
17
14
|
else
|
|
18
|
-
|
|
19
|
-
} catch (
|
|
20
|
-
|
|
15
|
+
_0x4fbc63['push'](_0x4fbc63['shift']());
|
|
16
|
+
} catch (_0x329f8e) {
|
|
17
|
+
_0x4fbc63['push'](_0x4fbc63['shift']());
|
|
21
18
|
}
|
|
22
19
|
}
|
|
23
|
-
}(
|
|
20
|
+
}(_0xa4b5, 0xcc065));
|
|
24
21
|
import { pathToFileURL } from 'node:url';
|
|
25
22
|
import {
|
|
26
23
|
mkdir,
|
|
@@ -30,80 +27,78 @@ import {
|
|
|
30
27
|
writeFile
|
|
31
28
|
} from 'node:fs/promises';
|
|
32
29
|
import { homedir } from 'node:os';
|
|
33
|
-
import
|
|
30
|
+
import _0x5aa251 from 'node:path';
|
|
34
31
|
var DEFAULT_MAX_FILE_SIZE = 0x64 * 0x400 * 0x400, MIME_BY_EXTENSION = {
|
|
35
|
-
'.csv':
|
|
36
|
-
'.gif':
|
|
37
|
-
'.jpeg':
|
|
38
|
-
'.jpg':
|
|
39
|
-
'.json':
|
|
40
|
-
'.md':
|
|
32
|
+
'.csv': _0x5f0bcb(0x1da),
|
|
33
|
+
'.gif': _0x5f0bcb(0x17e),
|
|
34
|
+
'.jpeg': 'image/jpeg',
|
|
35
|
+
'.jpg': 'image/jpeg',
|
|
36
|
+
'.json': _0x5f0bcb(0x1d3),
|
|
37
|
+
'.md': _0x5f0bcb(0x131),
|
|
41
38
|
'.pdf': 'application/pdf',
|
|
42
|
-
'.png':
|
|
43
|
-
'.svg':
|
|
44
|
-
'.txt':
|
|
45
|
-
'.webp':
|
|
46
|
-
'.xml':
|
|
47
|
-
'.zip':
|
|
39
|
+
'.png': _0x5f0bcb(0xbc),
|
|
40
|
+
'.svg': _0x5f0bcb(0x1ea),
|
|
41
|
+
'.txt': _0x5f0bcb(0x9d),
|
|
42
|
+
'.webp': _0x5f0bcb(0xb1),
|
|
43
|
+
'.xml': _0x5f0bcb(0x172),
|
|
44
|
+
'.zip': _0x5f0bcb(0x1f4)
|
|
48
45
|
};
|
|
49
|
-
function guessContentType(
|
|
50
|
-
const
|
|
51
|
-
return MIME_BY_EXTENSION[
|
|
46
|
+
function guessContentType(_0x119d71) {
|
|
47
|
+
const _0x4837b1 = { _0x44ce45: 0x132 }, _0x135858 = _0x5f0bcb;
|
|
48
|
+
return MIME_BY_EXTENSION[_0x5aa251[_0x135858(_0x4837b1._0x44ce45)](_0x119d71)[_0x135858(0x17a)]()] ?? 'application/octet-stream';
|
|
52
49
|
}
|
|
53
|
-
function safeFilename(
|
|
54
|
-
const
|
|
55
|
-
return
|
|
50
|
+
function safeFilename(_0x3d34e5) {
|
|
51
|
+
const _0x10546b = _0x5f0bcb;
|
|
52
|
+
return _0x3d34e5[_0x10546b(0x122)](/[\\/]/g, '-');
|
|
56
53
|
}
|
|
57
|
-
function extensionFor(
|
|
58
|
-
const
|
|
59
|
-
return
|
|
54
|
+
function extensionFor(_0x333fae) {
|
|
55
|
+
const _0x4b74ba = _0x5f0bcb, _0x5c68d2 = Object[_0x4b74ba(0xa9)](MIME_BY_EXTENSION)[_0x4b74ba(0xba)](([, _0xc3b9e1]) => _0xc3b9e1 === _0x333fae);
|
|
56
|
+
return _0x5c68d2?.[0x0] ?? '.bin';
|
|
60
57
|
}
|
|
61
|
-
async function prepareUploadFile(
|
|
62
|
-
const
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
58
|
+
async function prepareUploadFile(_0x4e07d8, _0x28cb5b = {}) {
|
|
59
|
+
const _0x18cd91 = {
|
|
60
|
+
_0x516d89: 0x209,
|
|
61
|
+
_0x81d8b8: 0xc6,
|
|
62
|
+
_0x5d52e8: 0x176,
|
|
63
|
+
_0xe4cd0f: 0x20b,
|
|
64
|
+
_0xcbb43a: 0x200,
|
|
65
|
+
_0x4e0cd2: 0xb6
|
|
66
|
+
}, _0xb56ebc = _0x5f0bcb;
|
|
67
|
+
if (!_0x5aa251['isAbsolute'](_0x4e07d8))
|
|
68
|
+
throw new Error(_0xb56ebc(0x10a));
|
|
69
|
+
const _0x3093bb = await stat(_0x4e07d8)[_0xb56ebc(0x159)](() => null);
|
|
70
|
+
if (!_0x3093bb || !_0x3093bb[_0xb56ebc(_0x18cd91._0x516d89)]())
|
|
71
|
+
throw new Error(_0xb56ebc(_0x18cd91._0x81d8b8) + _0x4e07d8);
|
|
72
|
+
const _0x2e2312 = _0x28cb5b[_0xb56ebc(_0x18cd91._0x5d52e8)] ?? DEFAULT_MAX_FILE_SIZE;
|
|
73
|
+
if (_0x3093bb[_0xb56ebc(_0x18cd91._0xe4cd0f)] > _0x2e2312)
|
|
74
|
+
throw new Error(_0xb56ebc(_0x18cd91._0xcbb43a) + _0x3093bb[_0xb56ebc(0x20b)]);
|
|
75
|
+
const _0x3fe03d = await readFile(_0x4e07d8), _0x54c605 = _0x5aa251['basename'](_0x4e07d8);
|
|
78
76
|
return {
|
|
79
|
-
'contentBase64':
|
|
80
|
-
'contentType': guessContentType(
|
|
81
|
-
'filename':
|
|
82
|
-
'sizeBytes':
|
|
77
|
+
'contentBase64': _0x3fe03d[_0xb56ebc(_0x18cd91._0x4e0cd2)](_0xb56ebc(0x1c8)),
|
|
78
|
+
'contentType': guessContentType(_0x54c605),
|
|
79
|
+
'filename': _0x54c605,
|
|
80
|
+
'sizeBytes': _0x3093bb[_0xb56ebc(0x20b)]
|
|
83
81
|
};
|
|
84
82
|
}
|
|
85
|
-
function createAttachmentCache(
|
|
86
|
-
const
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
_0x471cac: 0xb2,
|
|
92
|
-
_0x27834: 0xe9
|
|
93
|
-
}, _0x3e13ca = { _0x2fc1ae: 0x200 }, _0x5b11c6 = _0x1a8139, _0x6db63e = _0x1f780f[_0x5b11c6(_0x26299b._0x30bf9c)] ?? _0x1095eb[_0x5b11c6(_0x26299b._0x30af56)](homedir(), _0x5b11c6(0x14a), _0x5b11c6(0xbd));
|
|
83
|
+
function createAttachmentCache(_0x3b5adf = {}) {
|
|
84
|
+
const _0x5dc9d5 = { _0x394505: 0x136 }, _0x599d4d = {
|
|
85
|
+
_0x581996: 0x164,
|
|
86
|
+
_0x2d1e06: 0x18c,
|
|
87
|
+
_0x4dc513: 0x12b
|
|
88
|
+
}, _0x31f069 = { _0x5534c1: 0x149 }, _0x531c5e = _0x5f0bcb, _0x497cf7 = _0x3b5adf[_0x531c5e(0x135)] ?? _0x5aa251[_0x531c5e(0x149)](homedir(), _0x531c5e(0x155), _0x531c5e(_0x5dc9d5._0x394505));
|
|
94
89
|
return {
|
|
95
|
-
'cacheDir':
|
|
96
|
-
async 'findCachedPath'(
|
|
97
|
-
const
|
|
98
|
-
await mkdir(
|
|
99
|
-
const
|
|
100
|
-
return
|
|
90
|
+
'cacheDir': _0x497cf7,
|
|
91
|
+
async 'findCachedPath'(_0x1a50f9) {
|
|
92
|
+
const _0x4c9cd7 = _0x531c5e;
|
|
93
|
+
await mkdir(_0x497cf7, { 'recursive': !![] });
|
|
94
|
+
const _0x17f9a2 = await readdir(_0x497cf7), _0x2b7458 = _0x17f9a2['find'](_0xea4078 => _0xea4078[_0x4c9cd7(0x11d)](_0x1a50f9 + '-') || _0xea4078[_0x4c9cd7(0x11d)](_0x1a50f9));
|
|
95
|
+
return _0x2b7458 ? _0x5aa251[_0x4c9cd7(_0x31f069._0x5534c1)](_0x497cf7, _0x2b7458) : null;
|
|
101
96
|
},
|
|
102
|
-
async 'save'(
|
|
103
|
-
const
|
|
104
|
-
await mkdir(
|
|
105
|
-
const
|
|
106
|
-
return await writeFile(
|
|
97
|
+
async 'save'(_0x1c88b1) {
|
|
98
|
+
const _0x27c6d5 = _0x531c5e;
|
|
99
|
+
await mkdir(_0x497cf7, { 'recursive': !![] });
|
|
100
|
+
const _0x5db5cd = _0x1c88b1[_0x27c6d5(0x164)]?.[_0x27c6d5(0x183)]() ? safeFilename(_0x1c88b1[_0x27c6d5(_0x599d4d._0x581996)]) : '' + _0x1c88b1['attachmentId'] + extensionFor(_0x1c88b1['contentType']), _0x3c8d5c = _0x5aa251['join'](_0x497cf7, _0x1c88b1[_0x27c6d5(_0x599d4d._0x2d1e06)] + '-' + _0x5db5cd);
|
|
101
|
+
return await writeFile(_0x3c8d5c, _0x1c88b1[_0x27c6d5(_0x599d4d._0x4dc513)]), _0x3c8d5c;
|
|
107
102
|
}
|
|
108
103
|
};
|
|
109
104
|
}
|
|
@@ -111,2346 +106,2339 @@ import {
|
|
|
111
106
|
createHash,
|
|
112
107
|
randomUUID
|
|
113
108
|
} from 'node:crypto';
|
|
114
|
-
var UNSUPPORTED_TARGET_MESSAGE =
|
|
115
|
-
function ensureSegment(
|
|
116
|
-
const
|
|
117
|
-
|
|
118
|
-
_0x24b52b: 0xc4
|
|
119
|
-
}, _0x50fc45 = _0x1a8139, _0x17f847 = _0x1bc6bb[_0x50fc45(_0x32af23._0x8d8c71)]();
|
|
120
|
-
if (!_0x17f847 || _0x17f847[_0x50fc45(_0x32af23._0x24b52b)](':'))
|
|
109
|
+
var UNSUPPORTED_TARGET_MESSAGE = _0x5f0bcb(0xae);
|
|
110
|
+
function ensureSegment(_0x5b45f0) {
|
|
111
|
+
const _0x2ca93d = { _0x47cd41: 0x16e }, _0x32b449 = _0x5f0bcb, _0x57a313 = _0x5b45f0[_0x32b449(0x183)]();
|
|
112
|
+
if (!_0x57a313 || _0x57a313[_0x32b449(_0x2ca93d._0x47cd41)](':'))
|
|
121
113
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
122
|
-
return
|
|
114
|
+
return _0x57a313;
|
|
123
115
|
}
|
|
124
|
-
function parseThreadParts(
|
|
125
|
-
const
|
|
126
|
-
if (
|
|
116
|
+
function parseThreadParts(_0x56fee4) {
|
|
117
|
+
const _0x25b012 = { _0x1ca3ef: 0x117 }, _0x56c214 = _0x5f0bcb, _0x44b618 = _0x56fee4[_0x56c214(_0x25b012._0x1ca3ef)](':');
|
|
118
|
+
if (_0x44b618[_0x56c214(0x1e3)] < 0x1 || _0x44b618['length'] > 0x2)
|
|
127
119
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
128
120
|
return {
|
|
129
|
-
'channelName': ensureSegment(
|
|
130
|
-
'threadShortId':
|
|
121
|
+
'channelName': ensureSegment(_0x44b618[0x0] ?? ''),
|
|
122
|
+
'threadShortId': _0x44b618[0x1] ? ensureSegment(_0x44b618[0x1]) : null
|
|
131
123
|
};
|
|
132
124
|
}
|
|
133
|
-
function parseTarget(
|
|
134
|
-
const
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
125
|
+
function parseTarget(_0x2680fa) {
|
|
126
|
+
const _0x3beafd = {
|
|
127
|
+
_0x5266ca: 0x150,
|
|
128
|
+
_0x20f4fa: 0x11e,
|
|
129
|
+
_0x44e0fb: 0x11d,
|
|
130
|
+
_0x185d14: 0x148,
|
|
131
|
+
_0x352afe: 0x13e,
|
|
132
|
+
_0x196217: 0x11c,
|
|
133
|
+
_0xa7160f: 0x99
|
|
134
|
+
}, _0x541c48 = _0x5f0bcb, _0x4fa913 = _0x2680fa['trim']();
|
|
135
|
+
if (!_0x4fa913)
|
|
143
136
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
144
|
-
if (
|
|
145
|
-
const
|
|
146
|
-
if (!
|
|
137
|
+
if (_0x4fa913['startsWith']('#')) {
|
|
138
|
+
const _0x428afa = parseThreadParts(_0x4fa913['slice'](0x1)), _0x293960 = '#' + _0x428afa[_0x541c48(0x150)];
|
|
139
|
+
if (!_0x428afa['threadShortId'])
|
|
147
140
|
return {
|
|
148
|
-
'channelName':
|
|
149
|
-
'channelTarget':
|
|
150
|
-
'kind':
|
|
151
|
-
'target':
|
|
141
|
+
'channelName': _0x428afa[_0x541c48(_0x3beafd._0x5266ca)],
|
|
142
|
+
'channelTarget': _0x293960,
|
|
143
|
+
'kind': _0x541c48(0x11c),
|
|
144
|
+
'target': _0x293960
|
|
152
145
|
};
|
|
153
146
|
return {
|
|
154
|
-
'channelName':
|
|
155
|
-
'channelTarget':
|
|
156
|
-
'kind':
|
|
157
|
-
'target':
|
|
158
|
-
'threadShortId':
|
|
147
|
+
'channelName': _0x428afa[_0x541c48(0x150)],
|
|
148
|
+
'channelTarget': _0x293960,
|
|
149
|
+
'kind': _0x541c48(_0x3beafd._0x20f4fa),
|
|
150
|
+
'target': _0x293960 + ':' + _0x428afa[_0x541c48(0x99)],
|
|
151
|
+
'threadShortId': _0x428afa[_0x541c48(0x99)]
|
|
159
152
|
};
|
|
160
153
|
}
|
|
161
|
-
if (
|
|
162
|
-
const
|
|
163
|
-
if (!
|
|
154
|
+
if (_0x4fa913['startsWith'](_0x541c48(0x13e))) {
|
|
155
|
+
const _0x11d9b9 = parseThreadParts(_0x4fa913[_0x541c48(0xd0)](0x3));
|
|
156
|
+
if (!_0x11d9b9[_0x541c48(0x150)][_0x541c48(_0x3beafd._0x44e0fb)](_0x541c48(_0x3beafd._0x185d14)))
|
|
164
157
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
165
|
-
const
|
|
166
|
-
if (!
|
|
158
|
+
const _0x25221d = _0x541c48(_0x3beafd._0x352afe) + _0x11d9b9[_0x541c48(0x150)];
|
|
159
|
+
if (!_0x11d9b9[_0x541c48(0x99)])
|
|
167
160
|
return {
|
|
168
|
-
'channelName':
|
|
169
|
-
'channelTarget':
|
|
170
|
-
'kind':
|
|
171
|
-
'target':
|
|
161
|
+
'channelName': _0x11d9b9[_0x541c48(0x150)],
|
|
162
|
+
'channelTarget': _0x25221d,
|
|
163
|
+
'kind': _0x541c48(_0x3beafd._0x196217),
|
|
164
|
+
'target': _0x25221d
|
|
172
165
|
};
|
|
173
166
|
return {
|
|
174
|
-
'channelName':
|
|
175
|
-
'channelTarget':
|
|
176
|
-
'kind':
|
|
177
|
-
'target':
|
|
178
|
-
'threadShortId':
|
|
167
|
+
'channelName': _0x11d9b9[_0x541c48(_0x3beafd._0x5266ca)],
|
|
168
|
+
'channelTarget': _0x25221d,
|
|
169
|
+
'kind': _0x541c48(0x11e),
|
|
170
|
+
'target': _0x25221d + ':' + _0x11d9b9[_0x541c48(_0x3beafd._0xa7160f)],
|
|
171
|
+
'threadShortId': _0x11d9b9[_0x541c48(0x99)]
|
|
179
172
|
};
|
|
180
173
|
}
|
|
181
174
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
182
175
|
}
|
|
183
|
-
function asErrorMessage(
|
|
184
|
-
const
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
},
|
|
188
|
-
if (typeof
|
|
189
|
-
return
|
|
190
|
-
return
|
|
176
|
+
function asErrorMessage(_0x214cd3, _0x580db1) {
|
|
177
|
+
const _0x78dd7c = {
|
|
178
|
+
_0x424039: 0x179,
|
|
179
|
+
_0x2bde63: 0x183
|
|
180
|
+
}, _0x365019 = _0x5f0bcb;
|
|
181
|
+
if (typeof _0x214cd3 === _0x365019(_0x78dd7c._0x424039) && _0x214cd3[_0x365019(_0x78dd7c._0x2bde63)]())
|
|
182
|
+
return _0x214cd3;
|
|
183
|
+
return _0x580db1;
|
|
191
184
|
}
|
|
192
|
-
function
|
|
193
|
-
const
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
_0x2c2ce8: 0xf6,
|
|
200
|
-
_0x37e5c1: 0x143
|
|
201
|
-
}, _0x263c4b = _0x1a8139;
|
|
202
|
-
if (_0x2fad27 === null || typeof _0x2fad27 !== 'object')
|
|
203
|
-
return JSON['stringify'](_0x2fad27);
|
|
204
|
-
if (Array[_0x263c4b(_0x187376._0x3a2e21)](_0x2fad27))
|
|
205
|
-
return '[' + _0x2fad27[_0x263c4b(0x166)](_0x2f4ef1 => stableStringify(_0x2f4ef1))[_0x263c4b(0xb2)](',') + ']';
|
|
206
|
-
const _0x181a43 = Object['entries'](_0x2fad27)[_0x263c4b(_0x187376._0x2c2ce8)](([, _0x15fe42]) => _0x15fe42 !== void 0x0)[_0x263c4b(_0x187376._0x37e5c1)](([_0x4d1f3c], [_0x303b56]) => _0x4d1f3c[_0x263c4b(0x145)](_0x303b56))['map'](([_0x22ecf1, _0x26a77a]) => JSON[_0x263c4b(0xa8)](_0x22ecf1) + ':' + stableStringify(_0x26a77a));
|
|
207
|
-
return '{' + _0x181a43['join'](',') + '}';
|
|
208
|
-
}
|
|
209
|
-
function createHeaders(_0xf9996b) {
|
|
210
|
-
const _0x235b11 = _0x1a8139;
|
|
211
|
-
return {
|
|
212
|
-
'Content-Type': _0x235b11(0x136),
|
|
213
|
-
'x-daemon-api-key': _0xf9996b
|
|
214
|
-
};
|
|
215
|
-
}
|
|
216
|
-
function _0x124c() {
|
|
217
|
-
const _0x1ed324 = [
|
|
218
|
-
'l3DVCMTLCNmVD2fPDgLUz19PBNb1Da',
|
|
219
|
-
'lcbWCMv2Awv3pq',
|
|
220
|
-
'l3DVCMTLCNmVBgLZDd9Hz2vUDf9Pzd0',
|
|
221
|
-
'yxbWBgLJyxrPB24VANnVBG',
|
|
222
|
-
'mtK0mZmZuhbUs2vA',
|
|
223
|
-
'ls1ZzxnZAw9UlwLK',
|
|
224
|
-
'zMLSzv9WyxrO',
|
|
225
|
-
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmV',
|
|
226
|
-
'AxnjBNrLz2vY',
|
|
227
|
-
'BgLZDfrHC2TZ',
|
|
228
|
-
'uefuq0G',
|
|
229
|
-
'D29YA2vYvgHYzwfKvgfYz2v0',
|
|
230
|
-
'l2nVBNrLBNq',
|
|
231
|
-
'BgLZDf9Zzxj2zxiGzMfPBgvK',
|
|
232
|
-
'yxr0ywnOBwvUDeLKCW',
|
|
233
|
-
'lsaJ',
|
|
234
|
-
'C29YDa',
|
|
235
|
-
'BgLTAxq',
|
|
185
|
+
function _0xa4b5() {
|
|
186
|
+
const _0x14ca53 = [
|
|
187
|
+
'Bg93',
|
|
188
|
+
'z2v0twLUDxrLCW',
|
|
189
|
+
'l2fWAs9Hz2vUDc1ZzxnZAw9UCY8',
|
|
190
|
+
'Aw5PDgLHBeXHC3rtzwvUu2vX',
|
|
191
|
+
'ChvZAa',
|
|
236
192
|
'Bg9JywXLq29TCgfYzq',
|
|
237
|
-
'
|
|
238
|
-
'ig1ZzZ0',
|
|
239
|
-
'DhLWzq',
|
|
240
|
-
'DgHYzwfK',
|
|
241
|
-
'lMrZy29Yza',
|
|
242
|
-
'Aw5KzxHpzG',
|
|
243
|
-
'DgHYzwfKswq',
|
|
244
|
-
'DMfSDwu',
|
|
245
|
-
'Bwf0y2Hoyw1L',
|
|
246
|
-
'z2v0rNvSBfLLyxi',
|
|
247
|
-
'y29UDgvUDejHC2u2na',
|
|
248
|
-
'DgfZAYa',
|
|
249
|
-
'Bwf4',
|
|
250
|
-
'yxr0ywnOBwvUDf9Pza',
|
|
251
|
-
'l2LUDgvYBMfSl2fNzw50lW',
|
|
252
|
-
'Aw5FCMv2Awv3',
|
|
253
|
-
'Aw1Hz2uVD2vICa',
|
|
254
|
-
'zxH0BMfTzq',
|
|
255
|
-
'D29YA2vYrgLZCg9ZAxrPB24',
|
|
256
|
-
'Aw1Hz2uVANbLzW',
|
|
257
|
-
'm1L2wKn5yq',
|
|
258
|
-
'BgLZDf90yxnRCW',
|
|
259
|
-
'DxbSB2fKx2zPBguGzMfPBgvK',
|
|
260
|
-
'y3jLyxrLzef0',
|
|
261
|
-
'zgvZDhjVEwvK',
|
|
262
|
-
'y2XPzw50',
|
|
263
|
-
'y2f0y2G',
|
|
264
|
-
'ywDLBNq',
|
|
265
|
-
'Dw5RBM93BG',
|
|
266
|
-
'CgfYC2u',
|
|
267
|
-
'BwfPBG',
|
|
193
|
+
'q2HLy2SGDgHLign1CNjLBNqGC3rHDhvZig9MigeGC3bHD25Lzcb3B3jRzxiGyNKGAxrZihDVCMSGA2v5lG',
|
|
268
194
|
'y2HHBM5LBeLK',
|
|
195
|
+
'ihr5Cgu9ywDLBNq',
|
|
196
|
+
'mta0nZjQrwfNDxu',
|
|
197
|
+
'y2XHAw1FDgfZA3m6ihDVCMTLCIbJyw5UB3qGy2XHAw0GyNKGBwvZC2fNzv9PzhmGkhrVCc1SzxzLBcbTzxnZywDLihbYB21VDgLVBIbPCYbTywLUlwfNzw50ig9UBhKPoYb1C2uGC3vIDgfZA19UDw1IzxjZigLUC2LKzsb5B3vYig93BIb0yxnRihrOCMvHzc4',
|
|
198
|
+
'DxbKyxrLx3rHC2TFC3rHDhvZigzHAwXLza',
|
|
199
|
+
'EM9K',
|
|
200
|
+
'BwfYA193ywL0Aw5Nx2LUChv0igzHAwXLza',
|
|
201
|
+
'twLZC2LUzYaTlwrHzw1VBI1HCgKTA2v5',
|
|
202
|
+
'AgvHzgvYCW',
|
|
203
|
+
'DgfZAY0',
|
|
204
|
+
'zxnJywXHDgvFDg9FBwfPBG',
|
|
205
|
+
'BwfYA193ywL0Aw5Nx2LUChv0',
|
|
206
|
+
'DxbSB2fKx2zPBgu',
|
|
207
|
+
'l3DVCMTLCNmVCgfYAW',
|
|
208
|
+
'mtmWntaZm2nszKfUzG',
|
|
209
|
+
'DgHYzwfKvgfYz2v0',
|
|
210
|
+
'rMLSzsb1CgXVywrLzdOG',
|
|
211
|
+
'C2v0',
|
|
212
|
+
'sgfUzg9MzIb0BYb3B3jRzxiGzM9YihrHC2SG',
|
|
213
|
+
'yxr0ywnOBwvUDf9Pzhm',
|
|
214
|
+
'yxr0ywnOBwvUDf9Pza',
|
|
215
|
+
'ig1ZzZ1Oyw5KB2zMihrPBwu9',
|
|
216
|
+
'cGOTls0G',
|
|
217
|
+
'zMLSDgvY',
|
|
218
|
+
'C3rVCe1HAw4',
|
|
219
|
+
'CgfYC2vjBNq',
|
|
220
|
+
'y2XHAw0GzMfPBgvK',
|
|
221
|
+
'yMfZzty0',
|
|
222
|
+
'DgfZA051BwjLCG',
|
|
269
223
|
'BwfW',
|
|
270
|
-
'
|
|
271
|
-
'
|
|
272
|
-
'
|
|
273
|
-
'
|
|
274
|
-
'
|
|
275
|
-
'
|
|
224
|
+
'oIb3B3jRzxiGy2fUig9UBhKGB3bLCMf0zsbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcaO',
|
|
225
|
+
'C2vUzgvYugfYDgLJAxbHBNrjza',
|
|
226
|
+
'rg93BMXVywrLzcb0BZOG',
|
|
227
|
+
'D29YA2vYvgHYzwfKvgfYz2v0',
|
|
228
|
+
'yM9KEvrLEhq',
|
|
229
|
+
'zxjYB3i',
|
|
230
|
+
'igzHAwXLzdOG',
|
|
231
|
+
'ls13B3jRzxiTBw9Kzq',
|
|
232
|
+
'yxbWBgLJyxrPB24VANnVBG',
|
|
276
233
|
'igTPBMq9',
|
|
277
|
-
'
|
|
278
|
-
'
|
|
279
|
-
'
|
|
280
|
-
'
|
|
281
|
-
'
|
|
282
|
-
'
|
|
283
|
-
'
|
|
284
|
-
'
|
|
285
|
-
'
|
|
286
|
-
'
|
|
287
|
-
'
|
|
288
|
-
'
|
|
289
|
-
'
|
|
290
|
-
'
|
|
291
|
-
'
|
|
234
|
+
'C2vUzf9TzxnZywDL',
|
|
235
|
+
'C2HHmJu2',
|
|
236
|
+
'rg93BMXVywqGyw4Gyxr0ywnOBwvUDcb0BYb0AguGBg9JywWGy2fJAguGyw5KihjLDhvYBIb0AguGBg9JywWGCgf0Ac4',
|
|
237
|
+
'BgLZDf9Zzxj2zxiGzMfPBgvK',
|
|
238
|
+
'Dg9VBa',
|
|
239
|
+
'Dgv4Dc9JC3y',
|
|
240
|
+
'Bwv0yq',
|
|
241
|
+
'DgvZDa',
|
|
242
|
+
'C2vX',
|
|
243
|
+
'z2v0u2vJB25KCW',
|
|
244
|
+
'l3nLBMq',
|
|
245
|
+
'uMvSzwfZzsbHignSywLTzwqGDgfZAYbIEsbJAgfUBMvSigfUzcb0yxnRig51BwjLCI4GrM9Yihn1yNrHC2TZlcbHBhnVihbHC3mGC3vIDgfZA19UDw1IzxiU',
|
|
246
|
+
'B2jQzwn0',
|
|
247
|
+
'uM9VDcb0yxnRig1LC3nHz2u6cG',
|
|
248
|
+
'BgvUz3rO',
|
|
249
|
+
'D29YA2vYsgfUzg9MzG',
|
|
250
|
+
'zxnJywXHDgvFDg9FBwfPBIbMywLSzwq',
|
|
251
|
+
'BwLU',
|
|
292
252
|
'Dg9ju09tDhjPBMC',
|
|
293
|
-
'
|
|
294
|
-
'
|
|
295
|
-
'
|
|
296
|
-
'
|
|
297
|
-
'
|
|
298
|
-
'
|
|
299
|
-
'
|
|
300
|
-
'
|
|
301
|
-
'
|
|
253
|
+
'ywrKrxzLBNrmAxn0zw5LCG',
|
|
254
|
+
'ywDLBNrZ',
|
|
255
|
+
'Aw1Hz2uVC3zNk3HTBa',
|
|
256
|
+
'Bgf0zxn0u2vX',
|
|
257
|
+
'ndG5mJuYmhfwvLn1sq',
|
|
258
|
+
'D29YA2vYtw9KzuvUywjSzwq',
|
|
259
|
+
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBguGkgrHzw1VBIbSB2nHBcbvuKWGB3iGywDLBNqGsuqGBM90ignVBMzPz3vYzwqP',
|
|
260
|
+
'vgfZAZOG',
|
|
261
|
+
'C3rYAw5NAwz5',
|
|
262
|
+
'y2HLy2TFBwvZC2fNzxm',
|
|
263
|
+
'zgvSzxrL',
|
|
264
|
+
'iYmJienOyw5UzwXZ',
|
|
265
|
+
'yxbWBgLJyxrPB24VEMLW',
|
|
266
|
+
'DMfSDwu',
|
|
267
|
+
'l3jLy2vPDMu',
|
|
268
|
+
'CMvHzf9OAxn0B3j5',
|
|
269
|
+
'DhLWzq',
|
|
270
|
+
'pgvTChr5pG',
|
|
271
|
+
'twfYAYb0AguGy3vYCMvUDcb3B3jRzxiGyxmGD2fPDgLUzYbMB3iGAhvTyw4GAw5WDxqUifbHDxnLCYb0AguGAwrSzsbuveWGDgLTzxiGDw50AwWGysbUzxCGBwvZC2fNzsbHCNjPDMvZlG',
|
|
272
|
+
'l2nVBNrLBNq',
|
|
273
|
+
'iJOGC3rHDhvZpq',
|
|
274
|
+
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVC3rKAw8UANm',
|
|
275
|
+
'y2XPzw50',
|
|
302
276
|
'CgfKu3rHCNq',
|
|
303
|
-
'
|
|
304
|
-
'
|
|
305
|
-
'
|
|
277
|
+
'rMLSzsbZAxPLigv4y2vLzhmGBgLTAxq6ia',
|
|
278
|
+
'ihrVigXVywqGB2XKzxiGBwvZC2fNzxmUic0Tlq',
|
|
279
|
+
'icHPzdO',
|
|
280
|
+
'CMvXDwvZDfvYBa',
|
|
281
|
+
'C2LNBMfS',
|
|
282
|
+
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxm',
|
|
283
|
+
'vxbKyxrLihrHC2SGC3rHDhvZigj5ignOyw5UzwWGyw5KihrHC2SGBNvTyMvYlIbgB3iGC3vIDgfZA3mSigfSC28GCgfZCYbZDwj0yxnRx251BwjLCI4Gv2HLBIbTB3zPBMCGD29YAYb0BYbPBL9YzxzPzxCSignOzwnRihLVDxiGBwvTB3j5ig9YignOyw5UzwWGCNvSzxmGyw5KihnLBMqGysbYzxzPzxDLCIbTzw50Aw9UihLVDxjZzwXMihDOzw4GyxbWCM9WCMLHDguU',
|
|
284
|
+
'y3jLyxrLx3rHC2TZ',
|
|
285
|
+
'4PQG77IpifDpuKTfuIbbq1rjvKfuruqG4Ocuifn0B3aGquXmihDVCMSGB24GDgHPCYb0yxnRigLTBwvKAwf0zwX5lIbeBYbUB3qGC2vUzcbMDxj0AgvYig1LC3nHz2vZihrVihrOAxmGDgHYzwfKlG',
|
|
286
|
+
'AxngAwXL',
|
|
287
|
+
'D29YA2vYrgLZCg9ZAxrPB24',
|
|
306
288
|
'C2L6zq',
|
|
307
|
-
'
|
|
308
|
-
'
|
|
309
|
-
'
|
|
310
|
-
'
|
|
311
|
-
'
|
|
312
|
-
'C2vYDMvY',
|
|
313
|
-
'y2HPBgrYzw5uB3rHBa',
|
|
314
|
-
'AxngAw5PDgu',
|
|
315
|
-
'ChvIBgLJ',
|
|
316
|
-
'tM8GDgfZA3mGy3jLyxrLzc4',
|
|
317
|
-
'u2vUzcbHig1LC3nHz2uUieLMihzPC2LIAwXPDhKGAxmGB21PDhrLzcWGDgHLig1LC3nHz2uGAxmGChvIBgLJlIbjBIb0yxnRihrOCMvHzhmSihnLDcb2AxnPyMLSAxr5oIbHC2LKzsbVBMX5ihDOzw4GEw91igv4CgXPy2L0BhKGD2fUDcbHBIbHC2LKzs4Gt3v0C2LKzsb0AhjLywrZlcbKBYbUB3qGC2v0ihzPC2LIAwXPDhKUifjLDxnLihrOzsbLEgfJDcb0yxjNzxqGC3rYAw5NigzYB20GAw5JB21PBMCGBwvZC2fNzxmU',
|
|
318
|
-
'yxnZAwDUzwvoyw1L',
|
|
319
|
-
'igf0DgfJAg1LBNq',
|
|
320
|
-
'xsbaC3LZDgvToIbBy2XHAw0TAgfUzg9MzL0G',
|
|
321
|
-
'igv4zwn1DgLVBK1Vzgu9D29YA2vY',
|
|
289
|
+
'y2HHDa',
|
|
290
|
+
'igLUia',
|
|
291
|
+
'zgvZy3jPChrPB24',
|
|
292
|
+
'BgLZDf9Zzxj2zxi',
|
|
293
|
+
'tM8GDgfZA3mGy2XHAw1Lzc4',
|
|
322
294
|
'BwvZC2fNzuLK',
|
|
323
|
-
'
|
|
324
|
-
'
|
|
325
|
-
'
|
|
295
|
+
'ig1ZzZ0',
|
|
296
|
+
'DgL0Bgu',
|
|
297
|
+
'Bwf0y2Hoyw1L',
|
|
298
|
+
'ANnVBG',
|
|
299
|
+
'icGWig1LC3nHz2vZkqOktM8GBwvZC2fNzxmGAw4GDgHPCYbJAgfUBMvSlG',
|
|
300
|
+
'ls1HDhrHy2HTzw50lwnHy2HLlwrPCG',
|
|
301
|
+
'iYmGu2vYDMvYoIa',
|
|
302
|
+
'BwfPBG',
|
|
303
|
+
'uMvHzcbTzxnZywDLigHPC3rVCNKGzM9YigeGy2HHBM5LBcWGre0Sig9YihrOCMvHzcb0yxjNzxqU',
|
|
304
|
+
'C2vUze1LC3nHz2u',
|
|
326
305
|
'AgLNAa',
|
|
327
|
-
'
|
|
328
|
-
'
|
|
329
|
-
'
|
|
330
|
-
'
|
|
331
|
-
'
|
|
332
|
-
'
|
|
333
|
-
'
|
|
334
|
-
'
|
|
335
|
-
'
|
|
336
|
-
'
|
|
337
|
-
'
|
|
338
|
-
'
|
|
339
|
-
'rxnJywXHDguGyw4GAxnZDwuGDg8GDgHLig1HAw4GywDLBNqGC2vZC2LVBI4GvxnLihDOzw4GDgHLihDVCMTLCIbJyw5UB3qGCMvZB2X2zsbHihbYB2jSzw0GywXVBMuGyw5Kig5LzwrZig1HAw4GDg8GAw50zxj2zw5LlG',
|
|
340
|
-
'zw50CMLLCW',
|
|
341
|
-
'BwLU',
|
|
342
|
-
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBgu',
|
|
343
|
-
'C2nOzwr1BgvKrM9Y',
|
|
344
|
-
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxm',
|
|
345
|
-
'mteZmZvvwvbOwwq',
|
|
346
|
-
'Bwf0y2Hoyw1Ltg93zxi',
|
|
347
|
-
'Axnoyu4',
|
|
348
|
-
'zNjVBq',
|
|
349
|
-
'AhvTyw5Z',
|
|
306
|
+
'mZy3mMX1BvjlyG',
|
|
307
|
+
'l3rHC2TZpW',
|
|
308
|
+
'l2HPC3rVCNK/',
|
|
309
|
+
'igrVBMuP',
|
|
310
|
+
'ktSGz290ignOyw5UzwW9',
|
|
311
|
+
'l3DVCMTLCNmVzxnJywXHDgu',
|
|
312
|
+
'A2LUza',
|
|
313
|
+
'iIbUB3qGzM91BMq',
|
|
314
|
+
'ywz0zxjtzxe',
|
|
315
|
+
'ChvIBgLJ',
|
|
316
|
+
'r0vu',
|
|
317
|
+
'CMvHzeHPC3rVCNK',
|
|
350
318
|
'zg9Uzq',
|
|
351
|
-
'
|
|
352
|
-
'
|
|
353
|
-
'
|
|
354
|
-
'
|
|
355
|
-
'
|
|
356
|
-
'
|
|
357
|
-
'
|
|
358
|
-
'kgXLz2fJEsK',
|
|
359
|
-
'CxvLDwvK',
|
|
360
|
-
'lsba',
|
|
361
|
-
'DxnLCG',
|
|
362
|
-
'DgfZA3m',
|
|
363
|
-
'ihn0yxLZigLUig1HAw4GC2vZC2LVBIaOzxHLy3v0Aw9Utw9Kzt1TywLUktSGCMvTywLUigHLCMuSihjLywqGDgHLihjLzMvYzw5JzwqGCgXHBI9KB2n1BwvUDcWGyw5KignHBgWGy3jLyxrLx3rHC2TZigLUihrOzsbWyxjLBNqGy2HHBM5LBcb0BYbICMvHAYbPDcbPBNrVihrVCc1SzxzLBcb0yxnRCYbPzIb0Agf0igLZihrOzsbPBNrLBNqU',
|
|
364
|
-
'tM8GDgfZA3mGzM91BMqU',
|
|
365
|
-
'l3nLCNzLCG',
|
|
366
|
-
'CM9VDe1LC3nHz2vjza',
|
|
367
|
-
'y29UDgvUDa',
|
|
368
|
-
'D29YA2vYtw9KzuvUywjSzwq',
|
|
369
|
-
'C3rVCe1HAw4',
|
|
370
|
-
'yMfZzw5HBwu',
|
|
319
|
+
'z2v0rgf0zq',
|
|
320
|
+
'igv4zwn1DgLVBK1Vzgu9D29YA2vY',
|
|
321
|
+
'CMvHC29U',
|
|
322
|
+
'q2HLy2SGzM9Yig5LDYbTzxnZywDLCYb3AxrOB3v0ihDHAxrPBMCU',
|
|
323
|
+
'ywXS',
|
|
324
|
+
'DgHYzwfKu2HVCNrjza',
|
|
325
|
+
'zgfLBw9Utg9JywXvCMW',
|
|
371
326
|
'Cgf5Bg9HzePZB24',
|
|
372
|
-
'
|
|
373
|
-
'yMvMB3jL',
|
|
374
|
-
'Bg93',
|
|
375
|
-
'zxnJywXHDgvFDg9FBwfPBIbMywLSzwq',
|
|
376
|
-
'oIb3B3jRzxiGCNvUDgLTzsbTAxnZAw5NihDVCMTLCLrOCMvHzfrHCMDLDdSGy2fUBM90ihzHBgLKyxrLihnJB3bL',
|
|
377
|
-
'twLZC2LUzYaTlwrHzw1VBI1HCgKTA2v5',
|
|
378
|
-
'DgfZA19Pza',
|
|
327
|
+
'z2v0vgLTzq',
|
|
379
328
|
'Dgv4Dc9WBgfPBG',
|
|
380
|
-
'
|
|
381
|
-
'
|
|
382
|
-
'
|
|
383
|
-
'DgfYz2v0',
|
|
384
|
-
'C2vX',
|
|
385
|
-
'ywDNCMvNyxrLswrZ',
|
|
386
|
-
'zgLNzxn0',
|
|
387
|
-
'DxbSB2fKx2zPBguGB25SEsbZDxbWB3j0CYbJAgfUBMvSig9YiernihrHCMDLDhmSig5VDcb0AhjLywqGDgfYz2v0CW',
|
|
388
|
-
'DgHYzwfKvgfYz2v0pq',
|
|
389
|
-
'ywz0zxjtzxe',
|
|
390
|
-
'ywz0zxi',
|
|
391
|
-
'BgvUz3rO',
|
|
392
|
-
'BgLZDf90yxnRCYbMywLSzwq',
|
|
393
|
-
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVC3rKAw8UANm',
|
|
394
|
-
'BwfYA193ywL0Aw5Nx2LUChv0',
|
|
395
|
-
'CgfYA193B3jRzxi',
|
|
396
|
-
'D3nZoG',
|
|
397
|
-
'iYmGu2vYDMvYoIa',
|
|
398
|
-
'q3jLyxrLig9UzsbVCIbTB3jLihrHC2TZigLUigeGy2HHBM5LBc4Gsw4Gysb0AhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPlcbJCMvHDgvZihn1yNrHC2TZihvUzgvYihrOzsbLEgLZDgLUzYbWyxjLBNqGDgfZAY4',
|
|
399
|
-
'CMvWBgfJzq',
|
|
400
|
-
'iYmGtwvZC2fNzsbiAxn0B3j5igzVCIa',
|
|
401
|
-
'r0vu',
|
|
402
|
-
'y2HHDa',
|
|
403
|
-
'DgL0Bgu',
|
|
329
|
+
'ihn0yxr1CZ0',
|
|
330
|
+
'AwrSzq',
|
|
331
|
+
'ig1LC3nHz2vZihnOB3DUlIbvC2uGyMvMB3jLpq',
|
|
404
332
|
'y29UDgvUDfr5Cgu',
|
|
405
|
-
'
|
|
406
|
-
'lcbJB250zw50lxr5Cgu9',
|
|
407
|
-
'w3nLCt0',
|
|
408
|
-
'C29Tzq',
|
|
333
|
+
'yxjYyxLcDwzMzxi',
|
|
409
334
|
'y3jLyxrLx3rHC2TZigzHAwXLza',
|
|
410
|
-
'
|
|
411
|
-
'igrVBMuP',
|
|
412
|
-
'Aw5PDgLHBeXHC3rtzwvUu2vX',
|
|
335
|
+
'y2HPBgrYzw5uB3rHBa',
|
|
413
336
|
't3b0Aw9UywWUieLMig9TAxr0zwqSihrOzsbTzxnZywDLigLZihb1yMXPyY4Gsw4GDgfZAYb0AhjLywrZlcbZzxqGiMfZAwrLiIbVBMX5ihDOzw4GEw91igv4CgXPy2L0BhKGD2fUDcbHBIbHC2LKzs4Grg8GBM90ihnLDcbVDxrZAwrLihrOCMvHzhmU',
|
|
414
|
-
'
|
|
415
|
-
'
|
|
416
|
-
'DMLZAwjPBgL0Eq',
|
|
417
|
-
'C2vUzf9TzxnZywDLigzHAwXLza',
|
|
418
|
-
'nJy4nZa5Eg9tD1fz',
|
|
419
|
-
'l3rHC2TZl2nSywLT',
|
|
420
|
-
'DxbSB2fKx2zPBgu',
|
|
421
|
-
'cUkAOo+4JYbxt1jlrviGqunusvzbveveiokaLcbtDg9Wiefmtcb3B3jRig9UihrOAxmGDgfZAYbPBw1LzgLHDgvSEs4Gv29YA2vYigHHBMrSzxmGzxHLy3v0Aw9UigvUzc10BY1LBMqU',
|
|
422
|
-
'DgfYz2v0zwruyxnR',
|
|
423
|
-
'zMLUza',
|
|
424
|
-
'tgLZDcbJAgfUBMvSCYWGywDLBNrZlcbHBMqGAhvTyw5ZigLUihrOzsbJDxjYzw50ihnLCNzLCI4',
|
|
425
|
-
'BMfTzq',
|
|
426
|
-
'Dw5JBgfPBvrHC2S',
|
|
427
|
-
'ignSywLTzwq',
|
|
428
|
-
'D29YA2vYtw9Kzq',
|
|
429
|
-
'zxnJywXHDgvFDg9FBwfPBG',
|
|
430
|
-
'C2vUzf9TzxnZywDL',
|
|
431
|
-
'rg93BMXVywqGyw4Gyxr0ywnOBwvUDcb0BYb0AguGBg9JywWGy2fJAguGyw5KihjLDhvYBIb0AguGBg9JywWGCgf0Ac4',
|
|
432
|
-
'Dw5JBgfPBv90yxnRoIb3B3jRzxiGy2fUig9UBhKGDw5JBgfPBsbZDwj0yxnRCYbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcdIGjqGChjVDMLKzsbZDwj0yxnRx251BwjLCI4',
|
|
433
|
-
'CMvZCg9UC2u',
|
|
434
|
-
'BwvTyMvYCW',
|
|
435
|
-
'yxjNDG',
|
|
436
|
-
'y2HLy2TFBwvZC2fNzxm',
|
|
437
|
-
'4PQG77IpifDpuKTfuIbbq1rjvKfuruqG4Ocuifn0B3aGquXmihDVCMSGB24GDgHPCYb0yxnRigLTBwvKAwf0zwX5lIbeBYbUB3qGC2vUzcbMDxj0AgvYig1LC3nHz2vZihrVihrOAxmGDgHYzwfKlG',
|
|
438
|
-
'zxHLy3v0Aw9Utw9Kzq',
|
|
439
|
-
'ls1KywvTB24TBg9JywWTDxjS',
|
|
440
|
-
'CMvHC29U',
|
|
441
|
-
'yM9KEu1HCMTKB3DU',
|
|
442
|
-
't3jPz2LUywWGBwvZC2fNztOG',
|
|
443
|
-
'ue9tva',
|
|
444
|
-
'ChvZAa',
|
|
445
|
-
'DxbSB2fKuhjLCgfYzxi',
|
|
446
|
-
'rg93BMXVywrLzcb0BZOG',
|
|
447
|
-
'y2HPBgrYzw5eB25L',
|
|
448
|
-
'igfZC2LNBMvLpua',
|
|
449
|
-
'zgLZCg9ZAxrPB24',
|
|
450
|
-
'C3vIDgfZA19UDw1IzxjZ',
|
|
451
|
-
'DgvZDa',
|
|
452
|
-
'ywDLBNrjza',
|
|
453
|
-
'Ahr0CdOVl2XVy2fSAg9ZDdO4mtiX',
|
|
454
|
-
'ChjVDg9JB2W',
|
|
455
|
-
'zxjYB3i',
|
|
456
|
-
'v29YA2vYici',
|
|
457
|
-
'ywDNCMvNyxrLvhLWzq',
|
|
458
|
-
'igzHAwXLzdOG',
|
|
459
|
-
'l2fWAs9Hz2vUDc1ZzxnZAw9UCY8',
|
|
460
|
-
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBguGkgrHzw1VBIbSB2nHBcbvuKWGB3iGywDLBNqGsuqGBM90ignVBMzPz3vYzwqP',
|
|
461
|
-
'y2fJAgveAxi',
|
|
462
|
-
'DgHYzwfKtNvTyMvY',
|
|
463
|
-
'z2v0sg91CNm',
|
|
464
|
-
'y3jLyxrLx3rHC2TZ',
|
|
465
|
-
'z2v0x3DVCMTLCL9ZDgf0Dxm',
|
|
466
|
-
'ANnVBG',
|
|
467
|
-
'C3vJy2vZCW',
|
|
468
|
-
'zMLSzw5HBwu',
|
|
469
|
-
'CgfYA193B3jRzxiGzMfPBgvK',
|
|
470
|
-
'Dgv4Dc9TyxjRzg93BG',
|
|
471
|
-
'BwvZC2fNzq',
|
|
472
|
-
'BwfYA193ywL0Aw5Nx2LUChv0igzHAwXLza',
|
|
473
|
-
'sgfUzg9MzIb0BYb3B3jRzxiGzM9YihrHC2SG',
|
|
474
|
-
'C3rYAw5NAwz5',
|
|
475
|
-
'C3rVCe1HAw49Dhj1zq',
|
|
476
|
-
'Dg9mB2nHBgvmB3DLCKnHC2u',
|
|
477
|
-
'nde4nti1nM1LEfLRvq',
|
|
478
|
-
'ywrK',
|
|
479
|
-
'Aw1Hz2uVC3zNk3HTBa',
|
|
480
|
-
'l3rHC2TZl3vWzgf0zs1ZDgf0Dxm',
|
|
481
|
-
'D29YA2vYsgfUzg9MzJ10CNvL',
|
|
482
|
-
'rg8GBM90ihnLBMqGzNvYDgHLCIbTzxnZywDLCYb0BYb0AgLZihrOCMvHzcdIGjqGDgHLihDVCMTLCIbPCYbOyw5KBgLUzYbPDc4',
|
|
483
|
-
'AgfZ',
|
|
484
|
-
'AM9PBG',
|
|
485
|
-
'yxbWBgLJyxrPB24VEg1S',
|
|
486
|
-
'oIb3B3jRzxiGy2fUig9UBhKGB3bLCMf0zsbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcaO',
|
|
487
|
-
'Dgv4Da',
|
|
488
|
-
'ihrPBwu9',
|
|
489
|
-
'AwrSzq',
|
|
490
|
-
'vgfZAZOG',
|
|
491
|
-
'z2v0vgLTzq',
|
|
492
|
-
'C3rHDhvZ',
|
|
493
|
-
'AxnbCNjHEq',
|
|
494
|
-
'ywDLBNrZ',
|
|
495
|
-
'yxr0ywnOBwvUDhm',
|
|
496
|
-
'C2L6zuj5DgvZ',
|
|
497
|
-
'zgfLBw9Utg9JywXvCMW',
|
|
498
|
-
'zMLSzv9WyxrOig11C3qGyMuGyw4GywjZB2X1DguGCgf0Aa',
|
|
499
|
-
'y2HHBM5LBe5HBwu',
|
|
500
|
-
'zMLUzenHy2HLzfbHDgG',
|
|
501
|
-
'Dg9gAxHLza',
|
|
502
|
-
'Aw5JBhvKzxm',
|
|
503
|
-
'ls13B3jRzxiTBw9Kzq',
|
|
504
|
-
'l2fWAs9HDhrHy2HTzw50CY8',
|
|
505
|
-
'B3jPz2LUywXgAwXLBMfTzq',
|
|
506
|
-
'DgfYz2v0zwq',
|
|
507
|
-
'mc4WlJa',
|
|
508
|
-
'y2XHAw1uyxnRCW',
|
|
509
|
-
'77Yj44cc6l+z6ycA5BI46kgO56s6ihnLCNzLCLvYBcdMJiFLKjhKUOyGD2vIioERMEEcUE+8JoAiLUs7O+EqHUAYOEACIEAkIIbKywvTB24VAw50zxjUywWGqvbjioI9RowpKEwiSowqJUERR+oaGG',
|
|
510
|
-
'C3vIDgfZA051BwjLCG',
|
|
511
|
-
'z2v0twLUDxrLCW',
|
|
512
|
-
'B3b0Aw9UywW',
|
|
513
|
-
'l2nVBNrLEhqTBwv0CMLJCW',
|
|
514
|
-
'nduYmZi0nMDVD2LNtG',
|
|
515
|
-
'CMvHzf9OAxn0B3j5',
|
|
516
|
-
'ihr5Cgu9ywDLBNq',
|
|
517
|
-
'yxbWBgLJyxrPB24VEMLW',
|
|
518
|
-
'z2v0x3DVCMTLCL9ZDgf0DxmGzMfPBgvK',
|
|
519
|
-
'CMvHzeHPC3rVCNK',
|
|
520
|
-
'icGWig1LC3nHz2vZkqOktM8GBwvZC2fNzxmGAw4GDgHPCYbJAgfUBMvSlG',
|
|
521
|
-
'yxr0ywnOBwvUDenHy2HL',
|
|
522
|
-
'Ahr0CdO',
|
|
523
|
-
'y3vYC29Y',
|
|
524
|
-
'zxzLBNrtzxe',
|
|
525
|
-
'D29YA2vYigHHBMrVzMyGzMfPBgvK',
|
|
526
|
-
'y2HLy2TFBwvZC2fNzxmGzMfPBgvK',
|
|
527
|
-
'l3vWBg9Hza',
|
|
528
|
-
'BMv4Den1CNnVCG',
|
|
529
|
-
'CMvXDwvZDfvYBa',
|
|
530
|
-
'yxr0ywnOBwvUDf9Pzhm',
|
|
531
|
-
'C2vUzgvYugfYDgLJAxbHBNrjza',
|
|
532
|
-
'y29UBMvJDa',
|
|
533
|
-
'CMvZB2X2zvrHCMDLDa',
|
|
534
|
-
'C2XPy2u',
|
|
535
|
-
'ywjVCNrLza',
|
|
536
|
-
'w3rHCMDLDd0',
|
|
537
|
-
'uMvSzwfZzsbHignSywLTzwqGDgfZAYbIEsbJAgfUBMvSigfUzcb0yxnRig51BwjLCI4GrM9Yihn1yNrHC2TZlcbHBhnVihbHC3mGC3vIDgfZA19UDw1IzxiU',
|
|
538
|
-
'iIbTyxjRzwqGyxmGD2fPDgLUz19PBNb1Dc4GvfrmihrPBwvYihbHDxnLzcb1BNrPBcbUzxH0ig1LC3nHz2uGyxjYAxzLCY4',
|
|
539
|
-
'yxr0ywnOBwvUDeLK',
|
|
540
|
-
'zgf0yq',
|
|
541
|
-
'Dg9KBW',
|
|
337
|
+
'Dw5JBgfPBv90yxnRigzHAwXLza',
|
|
338
|
+
'AxnjBNrLz2vY',
|
|
542
339
|
'C3vIDgfZA19UDw1Izxi',
|
|
543
|
-
'
|
|
544
|
-
'
|
|
545
|
-
'
|
|
546
|
-
'
|
|
547
|
-
'
|
|
548
|
-
'
|
|
549
|
-
'
|
|
550
|
-
'
|
|
551
|
-
'
|
|
552
|
-
'
|
|
553
|
-
'
|
|
554
|
-
'
|
|
555
|
-
'
|
|
556
|
-
'z2v0',
|
|
557
|
-
'l3DVCMTLCNmVCgfYAW',
|
|
558
|
-
'lIbZDg9WtwfPBJ10CNvLigv4zwn1DgLVBK1Vzgu9D29YA2vY',
|
|
559
|
-
'ls1PBML0AwfSlwXHC3qTC2vLBI1Zzxe',
|
|
340
|
+
'zw50CMLLCW',
|
|
341
|
+
'y2HPBgrYzw5eB25L',
|
|
342
|
+
'ndK0odaWsxDgzMzV',
|
|
343
|
+
'l3DVCMTLCNmVy29UDgv4Dc1TzxrYAwnZ',
|
|
344
|
+
'yxjNDG',
|
|
345
|
+
'vw5ZDxbWB3j0zwqGDgfYz2v0igzVCM1HDc4Gu3vWCg9YDgvKihzHBhvLCYbHCMuGi2nOyw5UzwWSigrToMrTltXUyw1LpIWGyw5KihrOzwLYihrOCMvHzcb0yxjNzxrZlG',
|
|
346
|
+
'DxbSB2fKx2zPBguGB25SEsbZDxbWB3j0CYbJAgfUBMvSig9YiernihrHCMDLDhmSig5VDcb0AhjLywqGDgfYz2v0CW',
|
|
347
|
+
'iIbWyxjRzwqUifnHBwuTDgHYzwfKigzVBgXVDY11Ccb3AwXSihjLC3vTzsb0AgLZigXHBMuU',
|
|
348
|
+
'Aw1Hz2uVD2vICa',
|
|
349
|
+
'q2XHAw0GDgfZA3mGAw4GysbJAgfUBMvSigj5ihrHC2SGBNvTyMvYig9YihnVDxjJzsbTzxnZywDLlIbgB3iGC3vIDgfZA3mGAw4Gysb0AhjLywqSihvZzsbZDwj0yxnRx251BwjLCNmGD2L0AcbHihnPBMDSzsb0yxnRx251BwjLCNmGzw50CNKU',
|
|
350
|
+
'BgLZDf90yxnRCW',
|
|
351
|
+
'l3rHC2TZl2nSywLT',
|
|
352
|
+
'C3rHCNrLza',
|
|
560
353
|
'Dg9tDhjPBMC',
|
|
561
|
-
'
|
|
562
|
-
'
|
|
563
|
-
'
|
|
564
|
-
'
|
|
565
|
-
'
|
|
566
|
-
'
|
|
567
|
-
'
|
|
354
|
+
'lsba',
|
|
355
|
+
'CgfYA193B3jRzxi',
|
|
356
|
+
'y2HHBM5LBfrHCMDLDa',
|
|
357
|
+
'zMLUza',
|
|
358
|
+
'D29YA2vYsgfUzg9MzJ10CNvL',
|
|
359
|
+
'Aw1Hz2uVCg5N',
|
|
360
|
+
'BgLZDfnLCNzLCG',
|
|
361
|
+
'CNvUswq',
|
|
362
|
+
'ihn0yxLZigLUig1HAw4GC2vZC2LVBIaOzxHLy3v0Aw9Utw9Kzt1TywLUktSGCMvTywLUigHLCMuSihjLywqGDgHLihjLzMvYzw5JzwqGCgXHBI9KB2n1BwvUDcWGyw5KignHBgWGy3jLyxrLx3rHC2TZigLUihrOzsbWyxjLBNqGy2HHBM5LBcb0BYbICMvHAYbPDcbPBNrVihrVCc1SzxzLBcb0yxnRCYbPzIb0Agf0igLZihrOzsbPBNrLBNqU',
|
|
363
|
+
'l3rHC2TZ',
|
|
364
|
+
'y2HHBM5LBhm',
|
|
365
|
+
'C2vUzgvYtMfTzq',
|
|
366
|
+
'l3DVCMTLCNmVzgvSAxzLCG',
|
|
367
|
+
'CxvLDwvK',
|
|
368
|
+
'y2HLy2TnzxnZywDLCW',
|
|
369
|
+
'rMLSzsbUB3qGzM91BMq6ia',
|
|
370
|
+
'ywjVCNq',
|
|
371
|
+
'DgHYzwfKvgfYz2v0pq',
|
|
372
|
+
'y2XHAw1uyxnRCW',
|
|
373
|
+
'Ahr0Chm6',
|
|
374
|
+
'v29YA2vYici',
|
|
375
|
+
'DxrMoa',
|
|
376
|
+
'l3jLy2vPDMu/',
|
|
377
|
+
'z2v0x3DVCMTLCL9ZDgf0Dxm',
|
|
378
|
+
'ioI/LowBNUs6HUMDNIbku09oiowtJEw6Lo+8Ihn0yxr1CZ0',
|
|
379
|
+
'C2XPy2u',
|
|
380
|
+
'q3jLyxrLig9UzsbVCIbTB3jLihrHC2TZigLUigeGy2HHBM5LBc4Gsw4Gysb0AhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPlcbJCMvHDgvZihn1yNrHC2TZihvUzgvYihrOzsbLEgLZDgLUzYbWyxjLBNqGDgfZAY4',
|
|
381
|
+
'DgHYzwfKswq',
|
|
382
|
+
'BNvTyMvY',
|
|
383
|
+
'ignSywLTzwq',
|
|
568
384
|
'CMvHzf9OAxn0B3j5igzHAwXLza',
|
|
569
|
-
'
|
|
570
|
-
'
|
|
571
|
-
'
|
|
572
|
-
'
|
|
573
|
-
'
|
|
574
|
-
'
|
|
575
|
-
'
|
|
576
|
-
'
|
|
577
|
-
'
|
|
578
|
-
'
|
|
385
|
+
'tM8GBMv3ig1LC3nHz2vZlG',
|
|
386
|
+
'kgXLz2fJEsK',
|
|
387
|
+
'C3rHDhvZ',
|
|
388
|
+
'D29YA2vYigHHBMrVzMyGzMfPBgvK',
|
|
389
|
+
'tgLZDcbJAgfUBMvSCYWGywDLBNrZlcbHBMqGAhvTyw5ZigLUihrOzsbJDxjYzw50ihnLCNzLCI4',
|
|
390
|
+
'zgLZCg9ZAxrPB24',
|
|
391
|
+
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVBwnWlMPZ',
|
|
392
|
+
'B3b0Aw9UywW',
|
|
393
|
+
'zg93BMXVywrbDhrHy2HTzw50',
|
|
394
|
+
'yxnPzgu',
|
|
395
|
+
'y3jLyxrLzef0',
|
|
396
|
+
'l3rHC2TZl3vWzgf0zs1ZDgf0Dxm',
|
|
397
|
+
'D29YA2vYsgfUzg9MzKvYCM9Y',
|
|
398
|
+
'DMLZAwjPBgL0Eq',
|
|
399
|
+
'ihDVCMTLCKHHBMrVzMy9zMfSC2uGzxjYB3i9',
|
|
400
|
+
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBgu',
|
|
401
|
+
'DgfYz2v0zwq',
|
|
402
|
+
'6k+35Rgcia',
|
|
403
|
+
'mtKWodm1nwDZEMPvtW',
|
|
579
404
|
'Dw5JBgfPBv90yxnR',
|
|
580
|
-
'
|
|
405
|
+
'zMv0y2HuAw1LB3v0txm',
|
|
406
|
+
'l3n0yxj0',
|
|
407
|
+
'BMv4Den1CNnVCG',
|
|
408
|
+
'BwvZC2fNzq',
|
|
581
409
|
'DMfSDwvZ',
|
|
582
|
-
'
|
|
410
|
+
'D29YA19RzxK',
|
|
411
|
+
'l2zPBMLZAa',
|
|
583
412
|
'ihDVCMTLCKHHBMrVzMy9zMfSC2uGzxHLy3v0Aw9Utw9Kzt1TywLUcLn0yxKGAw4GBwfPBIbZzxnZAw9UoIbYzwfKihrOzsbYzwzLCMvUy2vKihbSyw4Vzg9JDw1LBNqGyw5KignHBgWGy3jLyxrLx3rHC2TZigLUihrOzsbWyxjLBNqGy2HHBM5LBcb0BYbICMvHAYbPDcbPBNrVihrVCc1SzxzLBcb0yxnRCYaOB3iGB3rOzxj3AxnLigfKDMfUy2uGDgHLihrHC2SGAw4GBwfPBIb3AxrOB3v0igHHBMrPBMCGB2zMihrVigeGD29YA2vYks4',
|
|
584
|
-
'
|
|
585
|
-
'
|
|
586
|
-
'
|
|
587
|
-
'
|
|
588
|
-
'
|
|
589
|
-
'
|
|
590
|
-
'
|
|
413
|
+
'ywjVCNrLza',
|
|
414
|
+
'zxHWAxjLC0f0',
|
|
415
|
+
'Aw5FCMv2Awv3',
|
|
416
|
+
'z2v0',
|
|
417
|
+
'khvUA25VD24P',
|
|
418
|
+
'ChjVDg9JB2W',
|
|
419
|
+
'igfSCMvHzhKGAgfZigfUigfJDgL2zsb3B3jRzxiUihn0B3bnywLUpxrYDwuGzxHLy3v0Aw9Utw9Kzt13B3jRzxi',
|
|
420
|
+
'BM93',
|
|
421
|
+
'C2vYDMvYvxjS',
|
|
422
|
+
'Aw5KzxHpzG',
|
|
423
|
+
'CMvZDwX0CW',
|
|
424
|
+
'w3rHCMDLDd0',
|
|
425
|
+
'z2v0sg91CNm',
|
|
426
|
+
'ywrK',
|
|
427
|
+
'cUkAOo+4JYbxt1jlrviGqunusvzbveveiokaLcbtDg9Wiefmtcb3B3jRig9UihrOAxmGDgfZAYbPBw1LzgLHDgvSEs4Gv29YA2vYigHHBMrSzxmGzxHLy3v0Aw9UigvUzc10BY1LBMqU',
|
|
428
|
+
'sfruuca',
|
|
429
|
+
'l2LUDgvYBMfSl2fNzw50lW',
|
|
430
|
+
'zgvZy3jPyMu',
|
|
431
|
+
'igf0DgfJAg1LBNq',
|
|
432
|
+
'yxbWBgLJyxrPB24VB2n0zxqTC3rYzwfT',
|
|
433
|
+
'zMLSzv9WyxrO',
|
|
434
|
+
'ls1KywvTB24TBg9JywWTDxjS',
|
|
435
|
+
'yxnZAwDUzwvoyw1L',
|
|
436
|
+
'Axnoyu4',
|
|
437
|
+
'zMLSzv9WyxrOig11C3qGyMuGyw4GywjZB2X1DguGCgf0Aa',
|
|
438
|
+
'v29YA2vYia',
|
|
439
|
+
'mZbHrfrgrKO',
|
|
440
|
+
'Agv4',
|
|
441
|
+
'DgfZA3m',
|
|
442
|
+
'C2nOzwr1BgvKrM9Y',
|
|
443
|
+
'ue9tva',
|
|
444
|
+
'DMLLD19MAwXLigzHAwXLza',
|
|
445
|
+
'zgLNzxn0',
|
|
446
|
+
'xsbaC3LZDgvToIbBzw50zxiTAgfUzg9MzL0',
|
|
447
|
+
'zNjVBq',
|
|
448
|
+
'CMvZCg9UC2u',
|
|
449
|
+
'ywDLBNrjza',
|
|
450
|
+
'C3bSAxq',
|
|
451
|
+
'Dg9gAxHLza',
|
|
452
|
+
'y29UDgvUDa',
|
|
591
453
|
'twvZC2fNzsbZzw50ihrVia',
|
|
592
|
-
'
|
|
593
|
-
'
|
|
454
|
+
'ihrPBwu9',
|
|
455
|
+
'y2HHBM5LBa',
|
|
456
|
+
'C3rHCNrZv2L0Aa',
|
|
457
|
+
'DgHYzwfK',
|
|
458
|
+
'AhjLzG',
|
|
459
|
+
'DxbSB2fKrMLSzq',
|
|
460
|
+
'AxnbCNjHEq',
|
|
461
|
+
'CMvWBgfJzq',
|
|
462
|
+
'BMfTzq',
|
|
463
|
+
'D29YA2vYCW',
|
|
464
|
+
'zxHLy3v0Aw9Utw9Kzq',
|
|
465
|
+
'rxnJywXHDguGyw4GAxnZDwuGDg8GDgHLig1HAw4GywDLBNqGC2vZC2LVBI4GvxnLihDOzw4GDgHLihDVCMTLCIbJyw5UB3qGCMvZB2X2zsbHihbYB2jSzw0GywXVBMuGyw5Kig5LzwrZig1HAw4GDg8GAw50zxj2zw5LlG',
|
|
466
|
+
'ls13B3jRzxiTDgHYzwfKlxrHCMDLDa',
|
|
467
|
+
'AgfZ',
|
|
468
|
+
'vxbSB2fKigeGBg9JywWGzMLSzsb0BYbHignOyw5UzwWGB3iGre0Gyw5KihjLDhvYBIbHBIbHDhrHy2HTzw50ieLeihrOyxqGy2fUigjLihvZzwqGD2L0AcbZzw5Kx21LC3nHz2uUifrOCMvHzcb0yxjNzxrZigfYzsbUB3qGywXSB3DLzc4',
|
|
469
|
+
'C2vYDMvYtMfTzq',
|
|
470
|
+
'zgf0yq',
|
|
471
|
+
'w3nLCt0',
|
|
472
|
+
'DxnLCG',
|
|
473
|
+
'DgfZA0LK',
|
|
474
|
+
'nZG3ntyZzeH5ENPX',
|
|
594
475
|
'zMv0y2HjBxbS',
|
|
595
|
-
'
|
|
596
|
-
'
|
|
597
|
-
'
|
|
598
|
-
'
|
|
599
|
-
'
|
|
600
|
-
'
|
|
476
|
+
'Dgv4Dc9TyxjRzg93BG',
|
|
477
|
+
'zxH0BMfTzq',
|
|
478
|
+
'y2XHAw1FDgfZA3m',
|
|
479
|
+
'C2vUzgvYvhLWzq',
|
|
480
|
+
'y2fJAgveAxi',
|
|
481
|
+
'yxr0ywnOBwvUDhm',
|
|
482
|
+
'CgfYDgLJAxbHBNrjza',
|
|
483
|
+
'D29YA2vYrgLZCg9ZAxrPB249',
|
|
484
|
+
'Aw5FChjVz3jLC3m',
|
|
485
|
+
'yMvMB3jL',
|
|
486
|
+
'DgHYzwfKx3rHCMDLDa',
|
|
487
|
+
'AwrLBxbVDgvUy3LFA2v5',
|
|
488
|
+
'l2fWAs9HDhrHy2HTzw50CY8',
|
|
489
|
+
'zg06',
|
|
490
|
+
'DgfZAW',
|
|
491
|
+
'vgHYzwfKihrHCMDLDdOG',
|
|
492
|
+
'DgHYzwfKtNvTyMvY',
|
|
493
|
+
'C2vYDMvY',
|
|
494
|
+
'ywDNCMvNyxrLvhLWzq',
|
|
495
|
+
'iokaLca',
|
|
601
496
|
'tgLZDcb0yxnRCYbPBIbHignOyw5UzwWGB3iGDgHYzwfKlIbuAhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPihjLDhvYBNmGDgHLihbHCMvUDcb0yxnRihbSDxmGAxrZihn1yNrHC2TZihDPDgGGywDNCMvNyxrPB24GzMLLBgrZicHJAgLSzhjLBLrVDgfSlcbJAgLSzhjLBKrVBMuSignOAwXKCMvUsw5qCM9NCMvZCYKUienOyw5UzwWGDgfYz2v0ihjLDhvYBNmGB25SEsbWyxjLBNqGDgfZA3mGkg5Vihn1yNrHC2TZks4',
|
|
497
|
+
'C2f2zq',
|
|
498
|
+
'ywDLBNq',
|
|
499
|
+
'zg0T',
|
|
500
|
+
'AM9PBG',
|
|
501
|
+
'l3nLCNzLCG',
|
|
502
|
+
'Ahr0CdOVl2XVy2fSAg9ZDdO4mtiX',
|
|
503
|
+
'y29UDgvUDc10ExbL',
|
|
504
|
+
'ls13B3jRzxiTBw9Kzs1LBMfIBgvK',
|
|
505
|
+
'DgfYz2v0',
|
|
506
|
+
'C2L6zuj5DgvZ',
|
|
507
|
+
'y2HHBM5LBe5HBwu',
|
|
508
|
+
'ig1LC3nHz2vZkqOk',
|
|
509
|
+
'CgfYDgLJAxbHBNq',
|
|
510
|
+
'ls1KywvTB24TyxbPlwTLEq',
|
|
602
511
|
'y2XHAw1FDgfZA3m6ihDVCMTLCIbJyw4GB25SEsbJBgfPBsbZDwj0yxnRCYbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcdIGjqGChjVDMLKzsbZDwj0yxnRx251BwjLCNmU',
|
|
603
|
-
'
|
|
604
|
-
'
|
|
605
|
-
'
|
|
512
|
+
'lMrZy29Yza',
|
|
513
|
+
'zMLSzw5HBwu',
|
|
514
|
+
'iow3SUwiH+AnOUwiScb3B3jRzxiG5OMN6kgm',
|
|
515
|
+
'BwvZC2fNzxm',
|
|
516
|
+
'y2f0y2G',
|
|
517
|
+
'ywz0zxi',
|
|
518
|
+
'zw50zxiTAgfUzg9MzIbMywLSzwq',
|
|
519
|
+
'l3DVCMTLCNmVBgLZDd9Hz2vUDf9Pzd0',
|
|
520
|
+
'zgvZDhjVEwvK',
|
|
521
|
+
'kg5VBMuP',
|
|
522
|
+
'yxjYyxK',
|
|
523
|
+
'D3nZoG',
|
|
524
|
+
'xsbaC3LZDgvToIbBy2XHAw0TAgfUzg9MzL0G',
|
|
525
|
+
'DgfZAYa',
|
|
526
|
+
'C29YDa',
|
|
527
|
+
'B3jPz2LUywXgAwXLBMfTzq',
|
|
528
|
+
'D29YA2vYu2vZC2LVBKLK',
|
|
529
|
+
'C2vZC2LVBKLK',
|
|
530
|
+
'CNvUBMLUzW',
|
|
531
|
+
'iokaLcb1C2uGDMLLD19MAwXLihrVihnLzv0',
|
|
532
|
+
'BwvTyMvY',
|
|
533
|
+
'DxbKyxrLx3rHC2TFC3rHDhvZ',
|
|
534
|
+
'lIbnzxnZywDLieLeoIa',
|
|
535
|
+
'C3rVCe1HAw49Dhj1zq',
|
|
536
|
+
'Dw5RBM93BG',
|
|
537
|
+
'Aw5JBhvKzxm',
|
|
538
|
+
'D2fPDgLUz19PBNb1Da',
|
|
539
|
+
'Dg9mB2nHBgvmB3DLCKnHC2u',
|
|
540
|
+
'CgfYA193B3jRzxiGzMfPBgvK',
|
|
541
|
+
'yxbWBgLJyxrPB24VEg1S',
|
|
542
|
+
'y2XHAw1FDgfZA3mGzMfPBgvK',
|
|
543
|
+
'DgfZA19Pza',
|
|
544
|
+
'ls1Zzxj2zxiTDxjS',
|
|
545
|
+
'Bwf4rMLSzvnPEMvcExrLCW',
|
|
546
|
+
'ig1LC3nHz2u9',
|
|
547
|
+
'AgfZtw9Yzq',
|
|
606
548
|
'C3rYAw5N',
|
|
607
|
-
'Bgf0zxn0u2vX',
|
|
608
|
-
'y2HHBM5LBhm',
|
|
609
|
-
'sfruuca',
|
|
610
549
|
'Dg9mB3DLCKnHC2u',
|
|
611
|
-
'
|
|
612
|
-
'
|
|
550
|
+
'AhvTyw4',
|
|
551
|
+
'tM8GDgfZA3mGzM91BMqU',
|
|
552
|
+
'z2v0tw9UDgG',
|
|
553
|
+
'Aw1Hz2uVz2LM',
|
|
554
|
+
'DxjNzw50',
|
|
555
|
+
'iIbTyxjRzwqGyxmGD2fPDgLUz19PBNb1Dc4GvfrmihrPBwvYihbHDxnLzcb1BNrPBcbUzxH0ig1LC3nHz2uGyxjYAxzLCY4',
|
|
556
|
+
'DxbSB2fKuhjLCgfYzxi',
|
|
557
|
+
'D29YA2vY',
|
|
558
|
+
'DhjPBq',
|
|
559
|
+
'xsba',
|
|
560
|
+
'zgfLBw9UqxbPs2v5',
|
|
561
|
+
'y29UDgvUDejHC2u2na',
|
|
562
|
+
'l3DVCMTLCNmVD2fPDgLUz19PBNb1Da',
|
|
563
|
+
'DMLLD19MAwXL',
|
|
564
|
+
'D29YA2vYtw9Kzq',
|
|
565
|
+
'z2v0rNvSBfLLyxi',
|
|
566
|
+
'BgLZDfrHC2TZ',
|
|
567
|
+
'yxr0ywnOBwvUDeLK',
|
|
568
|
+
'BgLTAxq',
|
|
569
|
+
'Dg9KBW',
|
|
570
|
+
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmVy2XHAw0',
|
|
571
|
+
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmV',
|
|
572
|
+
'DxbKyxrLvgfZA1n0yxr1CW',
|
|
573
|
+
'l2nVBNrLEhqTBwv0CMLJCW',
|
|
574
|
+
'AhvTyw5Z',
|
|
575
|
+
'CM9VDe1LC3nHz2vjza',
|
|
576
|
+
'l3jLC29SDMuTy2HHBM5LBa',
|
|
577
|
+
'ls1Hz2vUDc1Pza',
|
|
578
|
+
'C3vIDgfZA051BwjLCG',
|
|
579
|
+
'igfZC2LNBMvLpua',
|
|
580
|
+
'C3vJy2vZCW',
|
|
581
|
+
'C29Tzq',
|
|
582
|
+
'mJa2mJeWohrfuvHcsW',
|
|
583
|
+
'iYmGtwvZC2fNzsbiAxn0B3j5igzVCIa',
|
|
584
|
+
'zMLUzenHy2HLzfbHDgG',
|
|
585
|
+
'twLZC2LUzYaTlwfNzw50lwLK',
|
|
586
|
+
'zw51Bq',
|
|
587
|
+
'y3vYC29Y',
|
|
588
|
+
'ywDNCMvNyxrLswq',
|
|
589
|
+
'l3vWBg9Hza',
|
|
590
|
+
'Bwf4',
|
|
591
|
+
'y29UBMvJDa',
|
|
592
|
+
'yM9KEu1HCMTKB3DU'
|
|
613
593
|
];
|
|
614
|
-
|
|
615
|
-
return
|
|
594
|
+
_0xa4b5 = function () {
|
|
595
|
+
return _0x14ca53;
|
|
616
596
|
};
|
|
617
|
-
return
|
|
597
|
+
return _0xa4b5();
|
|
618
598
|
}
|
|
619
|
-
function
|
|
620
|
-
|
|
621
|
-
const _0x124c50 = _0x124c();
|
|
622
|
-
let _0x486a22 = _0x124c50[_0x1fac49];
|
|
623
|
-
if (_0x486a['nDNlWD'] === undefined) {
|
|
624
|
-
var _0x967c1c = function (_0x2b160f) {
|
|
625
|
-
const _0x483e56 = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';
|
|
626
|
-
let _0x1095eb = '', _0x39aa00 = '';
|
|
627
|
-
for (let _0x4f6e71 = 0x0, _0x513f5c, _0x2d8d1c, _0x4efc32 = 0x0; _0x2d8d1c = _0x2b160f['charAt'](_0x4efc32++); ~_0x2d8d1c && (_0x513f5c = _0x4f6e71 % 0x4 ? _0x513f5c * 0x40 + _0x2d8d1c : _0x2d8d1c, _0x4f6e71++ % 0x4) ? _0x1095eb += String['fromCharCode'](0xff & _0x513f5c >> (-0x2 * _0x4f6e71 & 0x6)) : 0x0) {
|
|
628
|
-
_0x2d8d1c = _0x483e56['indexOf'](_0x2d8d1c);
|
|
629
|
-
}
|
|
630
|
-
for (let _0x16edde = 0x0, _0x15618b = _0x1095eb['length']; _0x16edde < _0x15618b; _0x16edde++) {
|
|
631
|
-
_0x39aa00 += '%' + ('00' + _0x1095eb['charCodeAt'](_0x16edde)['toString'](0x10))['slice'](-0x2);
|
|
632
|
-
}
|
|
633
|
-
return decodeURIComponent(_0x39aa00);
|
|
634
|
-
};
|
|
635
|
-
_0x486a['BEiOut'] = _0x967c1c, _0x486a['JUfYrP'] = {}, _0x486a['nDNlWD'] = !![];
|
|
636
|
-
}
|
|
637
|
-
const _0x1e8f98 = _0x124c50[0x0], _0x1e674a = _0x1fac49 + _0x1e8f98, _0x3a909b = _0x486a['JUfYrP'][_0x1e674a];
|
|
638
|
-
return !_0x3a909b ? (_0x486a22 = _0x486a['BEiOut'](_0x486a22), _0x486a['JUfYrP'][_0x1e674a] = _0x486a22) : _0x486a22 = _0x3a909b, _0x486a22;
|
|
599
|
+
function asRecord(_0x889642) {
|
|
600
|
+
return typeof _0x889642 === 'object' && _0x889642 !== null ? _0x889642 : {};
|
|
639
601
|
}
|
|
640
|
-
function
|
|
641
|
-
const
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
},
|
|
645
|
-
if (
|
|
646
|
-
|
|
602
|
+
function stableStringify(_0x1331ff) {
|
|
603
|
+
const _0xedc13d = {
|
|
604
|
+
_0x3a0d38: 0x1ca,
|
|
605
|
+
_0x215811: 0x149
|
|
606
|
+
}, _0x18aa1e = _0x5f0bcb;
|
|
607
|
+
if (_0x1331ff === null || typeof _0x1331ff !== _0x18aa1e(0x1e1))
|
|
608
|
+
return JSON[_0x18aa1e(0x1f0)](_0x1331ff);
|
|
609
|
+
if (Array[_0x18aa1e(0x121)](_0x1331ff))
|
|
610
|
+
return '[' + _0x1331ff[_0x18aa1e(_0xedc13d._0x3a0d38)](_0x15feac => stableStringify(_0x15feac))[_0x18aa1e(_0xedc13d._0x215811)](',') + ']';
|
|
611
|
+
const _0x5cce6a = Object[_0x18aa1e(0xa9)](_0x1331ff)['filter'](([, _0x462b01]) => _0x462b01 !== void 0x0)[_0x18aa1e(0x163)](([_0x1cd5ca], [_0x37f7fd]) => _0x1cd5ca[_0x18aa1e(0x1ab)](_0x37f7fd))[_0x18aa1e(0x1ca)](([_0x178ced, _0x3e8537]) => JSON[_0x18aa1e(0x1f0)](_0x178ced) + ':' + stableStringify(_0x3e8537));
|
|
612
|
+
return '{' + _0x5cce6a['join'](',') + '}';
|
|
613
|
+
}
|
|
614
|
+
function createHeaders(_0x1b617c) {
|
|
615
|
+
const _0x33dbf3 = _0x5f0bcb;
|
|
616
|
+
return {
|
|
617
|
+
'Content-Type': _0x33dbf3(0x1d3),
|
|
618
|
+
'x-daemon-api-key': _0x1b617c
|
|
619
|
+
};
|
|
620
|
+
}
|
|
621
|
+
function toHttpBaseUrl(_0x252c9d) {
|
|
622
|
+
const _0x2cec03 = {
|
|
623
|
+
_0x4726d4: 0xf7,
|
|
624
|
+
_0x3ee41d: 0xf7,
|
|
625
|
+
_0x4b15d0: 0xca
|
|
626
|
+
}, _0x340c3d = _0x5f0bcb, _0x594f15 = new URL(_0x252c9d);
|
|
627
|
+
if (_0x594f15['protocol'] === 'ws:')
|
|
628
|
+
_0x594f15[_0x340c3d(_0x2cec03._0x4726d4)] = 'http:';
|
|
647
629
|
else
|
|
648
|
-
|
|
649
|
-
return
|
|
630
|
+
_0x594f15[_0x340c3d(_0x2cec03._0x4726d4)] === _0x340c3d(0x160) && (_0x594f15[_0x340c3d(_0x2cec03._0x3ee41d)] = _0x340c3d(_0x2cec03._0x4b15d0));
|
|
631
|
+
return _0x594f15[_0x340c3d(0xb6)]()[_0x340c3d(0x122)](/\/$/, '');
|
|
650
632
|
}
|
|
651
|
-
function isMentionBoundary(
|
|
652
|
-
const
|
|
653
|
-
return !
|
|
633
|
+
function isMentionBoundary(_0x4af90f) {
|
|
634
|
+
const _0x22a3e7 = _0x5f0bcb;
|
|
635
|
+
return !_0x4af90f || /\s|[([{'",。!?、:;]/[_0x22a3e7(0x1dc)](_0x4af90f);
|
|
654
636
|
}
|
|
655
|
-
function isMentionTerminal(
|
|
656
|
-
const
|
|
657
|
-
return !
|
|
637
|
+
function isMentionTerminal(_0x3f1453) {
|
|
638
|
+
const _0x346819 = _0x5f0bcb;
|
|
639
|
+
return !_0x3f1453 || /\s|[)\]}'",。!?、:;,.!?]/[_0x346819(0x1dc)](_0x3f1453);
|
|
658
640
|
}
|
|
659
|
-
function buildMatchableEntries(
|
|
660
|
-
const
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
..._0x136190[_0x5727a3(_0x5bdb4e._0x352ae1)],
|
|
668
|
-
..._0x136190['humans']
|
|
641
|
+
function buildMatchableEntries(_0x3b1fb3) {
|
|
642
|
+
const _0x15774e = {
|
|
643
|
+
_0x2dc77e: 0x123,
|
|
644
|
+
_0x401fbf: 0x170
|
|
645
|
+
}, _0x5bdb98 = _0x5f0bcb, _0x1d20ff = [];
|
|
646
|
+
for (const _0x115894 of [
|
|
647
|
+
..._0x3b1fb3['agents'],
|
|
648
|
+
..._0x3b1fb3['humans']
|
|
669
649
|
]) {
|
|
670
|
-
|
|
671
|
-
'matchName':
|
|
672
|
-
'matchNameLower':
|
|
673
|
-
'participantId':
|
|
674
|
-
}),
|
|
675
|
-
'matchName':
|
|
676
|
-
'matchNameLower':
|
|
677
|
-
'participantId':
|
|
650
|
+
_0x1d20ff['push']({
|
|
651
|
+
'matchName': _0x115894['name'],
|
|
652
|
+
'matchNameLower': _0x115894[_0x5bdb98(_0x15774e._0x2dc77e)][_0x5bdb98(_0x15774e._0x401fbf)](),
|
|
653
|
+
'participantId': _0x115894['id']
|
|
654
|
+
}), _0x115894['id'] !== _0x115894[_0x5bdb98(_0x15774e._0x2dc77e)] && _0x1d20ff[_0x5bdb98(0x1aa)]({
|
|
655
|
+
'matchName': _0x115894['id'],
|
|
656
|
+
'matchNameLower': _0x115894['id']['toLocaleLowerCase'](),
|
|
657
|
+
'participantId': _0x115894['id']
|
|
678
658
|
});
|
|
679
659
|
}
|
|
680
|
-
return
|
|
660
|
+
return _0x1d20ff;
|
|
681
661
|
}
|
|
682
|
-
function extractMentionedParticipantIds(
|
|
683
|
-
const
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
662
|
+
function extractMentionedParticipantIds(_0x5f0875, _0x5f3ea9) {
|
|
663
|
+
const _0x5ecfe7 = {
|
|
664
|
+
_0x38c103: 0x163,
|
|
665
|
+
_0x1696df: 0xba,
|
|
666
|
+
_0x5985d8: 0x137,
|
|
667
|
+
_0x4db289: 0x1aa,
|
|
668
|
+
_0x2379d5: 0x137,
|
|
669
|
+
_0x5a53c4: 0x1e3
|
|
670
|
+
}, _0x166e5c = { _0x51d523: 0x11d }, _0x32b3f6 = _0x5f0bcb, _0x437522 = buildMatchableEntries(_0x5f3ea9)[_0x32b3f6(_0x5ecfe7._0x38c103)]((_0x1c3987, _0x3065e2) => _0x3065e2['matchName'][_0x32b3f6(0x1e3)] - _0x1c3987[_0x32b3f6(0x214)][_0x32b3f6(0x1e3)]), _0x4c76e4 = [], _0x387808 = new Set();
|
|
671
|
+
for (let _0x420544 = 0x0; _0x420544 < _0x5f0875['length']; _0x420544 += 0x1) {
|
|
672
|
+
if (_0x5f0875[_0x420544] !== '@' || !isMentionBoundary(_0x5f0875[_0x420544 - 0x1]))
|
|
692
673
|
continue;
|
|
693
|
-
const
|
|
694
|
-
const
|
|
695
|
-
if (!
|
|
674
|
+
const _0x3ce9f1 = _0x5f0875[_0x32b3f6(0xd0)](_0x420544 + 0x1), _0x19976f = _0x3ce9f1[_0x32b3f6(0x170)](), _0x52e49e = _0x437522[_0x32b3f6(_0x5ecfe7._0x1696df)](_0xe01f8 => {
|
|
675
|
+
const _0x4d2787 = _0x32b3f6;
|
|
676
|
+
if (!_0x19976f[_0x4d2787(_0x166e5c._0x51d523)](_0xe01f8['matchNameLower']))
|
|
696
677
|
return ![];
|
|
697
|
-
return isMentionTerminal(
|
|
678
|
+
return isMentionTerminal(_0x3ce9f1[_0xe01f8['matchName']['length']]);
|
|
698
679
|
});
|
|
699
|
-
if (!
|
|
680
|
+
if (!_0x52e49e || _0x387808[_0x32b3f6(0x128)](_0x52e49e[_0x32b3f6(_0x5ecfe7._0x5985d8)]))
|
|
700
681
|
continue;
|
|
701
|
-
|
|
682
|
+
_0x387808[_0x32b3f6(0xff)](_0x52e49e['participantId']), _0x4c76e4[_0x32b3f6(_0x5ecfe7._0x4db289)](_0x52e49e[_0x32b3f6(_0x5ecfe7._0x2379d5)]), _0x420544 += _0x52e49e[_0x32b3f6(0x214)][_0x32b3f6(_0x5ecfe7._0x5a53c4)];
|
|
683
|
+
}
|
|
684
|
+
return _0x4c76e4;
|
|
685
|
+
}
|
|
686
|
+
function _0x4544(_0x3c2951, _0x12cb0b) {
|
|
687
|
+
_0x3c2951 = _0x3c2951 - 0x82;
|
|
688
|
+
const _0xa4b51b = _0xa4b5();
|
|
689
|
+
let _0x454436 = _0xa4b51b[_0x3c2951];
|
|
690
|
+
if (_0x4544['VElwlF'] === undefined) {
|
|
691
|
+
var _0xee3026 = function (_0x274218) {
|
|
692
|
+
const _0x45b4ac = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';
|
|
693
|
+
let _0x5aa251 = '', _0x119d71 = '';
|
|
694
|
+
for (let _0x3d34e5 = 0x0, _0x333fae, _0x5c68d2, _0xc3b9e1 = 0x0; _0x5c68d2 = _0x274218['charAt'](_0xc3b9e1++); ~_0x5c68d2 && (_0x333fae = _0x3d34e5 % 0x4 ? _0x333fae * 0x40 + _0x5c68d2 : _0x5c68d2, _0x3d34e5++ % 0x4) ? _0x5aa251 += String['fromCharCode'](0xff & _0x333fae >> (-0x2 * _0x3d34e5 & 0x6)) : 0x0) {
|
|
695
|
+
_0x5c68d2 = _0x45b4ac['indexOf'](_0x5c68d2);
|
|
696
|
+
}
|
|
697
|
+
for (let _0x4e07d8 = 0x0, _0x28cb5b = _0x5aa251['length']; _0x4e07d8 < _0x28cb5b; _0x4e07d8++) {
|
|
698
|
+
_0x119d71 += '%' + ('00' + _0x5aa251['charCodeAt'](_0x4e07d8)['toString'](0x10))['slice'](-0x2);
|
|
699
|
+
}
|
|
700
|
+
return decodeURIComponent(_0x119d71);
|
|
701
|
+
};
|
|
702
|
+
_0x4544['fyRmqb'] = _0xee3026, _0x4544['yXxTPg'] = {}, _0x4544['VElwlF'] = !![];
|
|
702
703
|
}
|
|
703
|
-
|
|
704
|
+
const _0x54b245 = _0xa4b51b[0x0], _0x5bc4f9 = _0x3c2951 + _0x54b245, _0x46fa74 = _0x4544['yXxTPg'][_0x5bc4f9];
|
|
705
|
+
return !_0x46fa74 ? (_0x454436 = _0x4544['fyRmqb'](_0x454436), _0x4544['yXxTPg'][_0x5bc4f9] = _0x454436) : _0x454436 = _0x46fa74, _0x454436;
|
|
704
706
|
}
|
|
705
707
|
var DEFAULT_FETCH_TIMEOUT_MS = 0x3a98;
|
|
706
|
-
function anySignal(...
|
|
707
|
-
const
|
|
708
|
-
for (const
|
|
709
|
-
if (
|
|
710
|
-
return
|
|
711
|
-
|
|
708
|
+
function anySignal(..._0x5aa7cd) {
|
|
709
|
+
const _0x14191c = { _0x47e26e: 0x96 }, _0x39bfdd = _0x5f0bcb, _0x47f440 = new AbortController();
|
|
710
|
+
for (const _0x1ff6d2 of _0x5aa7cd) {
|
|
711
|
+
if (_0x1ff6d2[_0x39bfdd(0xf2)])
|
|
712
|
+
return _0x47f440[_0x39bfdd(0xc7)](_0x1ff6d2[_0x39bfdd(_0x14191c._0x47e26e)]), _0x47f440[_0x39bfdd(0x204)];
|
|
713
|
+
_0x1ff6d2[_0x39bfdd(0x1e8)](_0x39bfdd(0xc7), () => _0x47f440[_0x39bfdd(0xc7)](_0x1ff6d2[_0x39bfdd(0x96)]), {
|
|
712
714
|
'once': !![],
|
|
713
|
-
'signal':
|
|
715
|
+
'signal': _0x47f440[_0x39bfdd(0x204)]
|
|
714
716
|
});
|
|
715
717
|
}
|
|
716
|
-
return
|
|
718
|
+
return _0x47f440[_0x39bfdd(0x204)];
|
|
717
719
|
}
|
|
718
|
-
function createInternalAgentClient(
|
|
719
|
-
const
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
},
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
},
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
},
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
},
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
},
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
},
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
},
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
},
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
return '请求\x20' + _0x5e873a[_0x38ab94(_0x2fff00._0x13abc3)] + '\x20返回了非\x20JSON\x20响应(status=' + _0x5e873a[_0x38ab94(0x7f)][_0x38ab94(0xba)] + _0x38ab94(0x1ef) + _0x32f9e2 + _0x38ab94(_0x2fff00._0x118c09) + _0x295e4d + _0x38ab94(_0x2fff00._0xf1b6f5);
|
|
720
|
+
function createInternalAgentClient(_0x3c6d26) {
|
|
721
|
+
const _0x16c8e3 = {
|
|
722
|
+
_0x4c81fa: 0x130,
|
|
723
|
+
_0x3d484a: 0xea,
|
|
724
|
+
_0x17bbc9: 0x183,
|
|
725
|
+
_0x3fd6ed: 0x165,
|
|
726
|
+
_0x41bdbd: 0x1ce,
|
|
727
|
+
_0x33df06: 0xfa
|
|
728
|
+
}, _0x542703 = {
|
|
729
|
+
_0x1e3005: 0x1be,
|
|
730
|
+
_0x47ac9a: 0xb6,
|
|
731
|
+
_0x349c43: 0x102,
|
|
732
|
+
_0x4f67ae: 0x1f6,
|
|
733
|
+
_0x28f571: 0x1a0,
|
|
734
|
+
_0x43c59c: 0x1a3,
|
|
735
|
+
_0x3167d5: 0x1e3,
|
|
736
|
+
_0x1a4004: 0x1dd,
|
|
737
|
+
_0x57bd54: 0x1e3,
|
|
738
|
+
_0x25619c: 0x1c4,
|
|
739
|
+
_0xdf830e: 0x1ca,
|
|
740
|
+
_0x56f784: 0x19a,
|
|
741
|
+
_0x1cf2db: 0x1ca,
|
|
742
|
+
_0x5db11d: 0x9b,
|
|
743
|
+
_0x56c3e5: 0x1ad,
|
|
744
|
+
_0x5a3d27: 0x1ad,
|
|
745
|
+
_0x512266: 0x179,
|
|
746
|
+
_0x1210d0: 0x194,
|
|
747
|
+
_0x40f11a: 0xd3,
|
|
748
|
+
_0x5bd9c1: 0x141,
|
|
749
|
+
_0x2e9bbc: 0x1a1,
|
|
750
|
+
_0x55af8f: 0x1aa,
|
|
751
|
+
_0x955963: 0x1dd,
|
|
752
|
+
_0x274605: 0xee,
|
|
753
|
+
_0x45be6b: 0xf5,
|
|
754
|
+
_0x359882: 0x8d,
|
|
755
|
+
_0x4aec56: 0x13e,
|
|
756
|
+
_0x55d56c: 0xe6,
|
|
757
|
+
_0x3102c1: 0x136,
|
|
758
|
+
_0x2c0ec5: 0xe0,
|
|
759
|
+
_0x5a0b79: 0x211,
|
|
760
|
+
_0x322ecc: 0x1cc,
|
|
761
|
+
_0x13f801: 0x179,
|
|
762
|
+
_0x52d6e3: 0x20c,
|
|
763
|
+
_0x368d74: 0x1c4
|
|
764
|
+
}, _0x26bd55 = {
|
|
765
|
+
_0x40245e: 0x18d,
|
|
766
|
+
_0x575c80: 0xd2
|
|
767
|
+
}, _0x4ebabe = {
|
|
768
|
+
_0x165779: 0x1be,
|
|
769
|
+
_0x360c8a: 0x8f,
|
|
770
|
+
_0x2d9aa6: 0xb6,
|
|
771
|
+
_0x40df50: 0xd3
|
|
772
|
+
}, _0x108640 = {
|
|
773
|
+
_0x4a2975: 0x13d,
|
|
774
|
+
_0x3b9583: 0x91,
|
|
775
|
+
_0x240189: 0x101,
|
|
776
|
+
_0x4b5e8c: 0x105,
|
|
777
|
+
_0x556d95: 0xa2
|
|
778
|
+
}, _0x5b8a2d = {
|
|
779
|
+
_0x23a070: 0xd2,
|
|
780
|
+
_0x159173: 0x1f0,
|
|
781
|
+
_0xe82349: 0x110,
|
|
782
|
+
_0x5c78fe: 0x164
|
|
783
|
+
}, _0x283e77 = {
|
|
784
|
+
_0x3eadc3: 0x102,
|
|
785
|
+
_0x7ce492: 0x16a
|
|
786
|
+
}, _0x482c2e = {
|
|
787
|
+
_0x1ae107: 0x116,
|
|
788
|
+
_0x187694: 0x1f0,
|
|
789
|
+
_0x1a7f54: 0x110
|
|
790
|
+
}, _0x4b8cf1 = {
|
|
791
|
+
_0x88e04: 0xb4,
|
|
792
|
+
_0x492efa: 0x133
|
|
793
|
+
}, _0x7d92f4 = {
|
|
794
|
+
_0x460ed5: 0x116,
|
|
795
|
+
_0x41d520: 0x1f0
|
|
796
|
+
}, _0x2be70e = {
|
|
797
|
+
_0x33a248: 0x11c,
|
|
798
|
+
_0x6fd46: 0xd8,
|
|
799
|
+
_0x135290: 0x102,
|
|
800
|
+
_0x257058: 0x116
|
|
801
|
+
}, _0x164dc9 = {
|
|
802
|
+
_0x4cad36: 0x190,
|
|
803
|
+
_0x527792: 0xbe,
|
|
804
|
+
_0x83b124: 0x12b
|
|
805
|
+
}, _0x2df0ef = { _0x2d7051: 0x18f }, _0x1e3fac = { _0x2c02b9: 0x205 }, _0x396cb0 = {
|
|
806
|
+
_0x4c308a: 0x14e,
|
|
807
|
+
_0xb5f313: 0xd2,
|
|
808
|
+
_0x4861b6: 0xe3
|
|
809
|
+
}, _0x596807 = {
|
|
810
|
+
_0x14a0bb: 0x18d,
|
|
811
|
+
_0x5e9f73: 0x1ad,
|
|
812
|
+
_0x2fe864: 0x1be,
|
|
813
|
+
_0xea9230: 0x1a0,
|
|
814
|
+
_0x1e6b98: 0x13a,
|
|
815
|
+
_0x1605b3: 0x102,
|
|
816
|
+
_0x312601: 0x116,
|
|
817
|
+
_0x11a33b: 0x91,
|
|
818
|
+
_0x34e356: 0x12b,
|
|
819
|
+
_0x200c51: 0x178,
|
|
820
|
+
_0x465d00: 0x1db,
|
|
821
|
+
_0x4359d7: 0x1a0
|
|
822
|
+
}, _0x18f3a7 = {
|
|
823
|
+
_0x5b54f6: 0x169,
|
|
824
|
+
_0x100363: 0x137,
|
|
825
|
+
_0x1c1b19: 0x137
|
|
826
|
+
}, _0x274e26 = {
|
|
827
|
+
_0x231302: 0xd3,
|
|
828
|
+
_0x1a88e7: 0x141,
|
|
829
|
+
_0x2d465e: 0x99,
|
|
830
|
+
_0x11bdcc: 0x179,
|
|
831
|
+
_0x2cfcd0: 0x194,
|
|
832
|
+
_0x2c524c: 0x11d,
|
|
833
|
+
_0x142c61: 0xd2
|
|
834
|
+
}, _0x4e07be = {
|
|
835
|
+
_0xd2f116: 0x141,
|
|
836
|
+
_0x14304c: 0x194,
|
|
837
|
+
_0x33544c: 0x99,
|
|
838
|
+
_0x108d3f: 0xd2,
|
|
839
|
+
_0x7f1731: 0x99
|
|
840
|
+
}, _0x11d30e = {
|
|
841
|
+
_0x2e340f: 0xb9,
|
|
842
|
+
_0xfad1de: 0x194,
|
|
843
|
+
_0x1a5501: 0xb9,
|
|
844
|
+
_0x2e4ae5: 0xd2,
|
|
845
|
+
_0x53d222: 0xb9
|
|
846
|
+
}, _0x506ed1 = {
|
|
847
|
+
_0x35d920: 0x1e9,
|
|
848
|
+
_0x48047f: 0x123
|
|
849
|
+
}, _0x2843f8 = { _0x47cc2b: 0x147 }, _0x534ee5 = {
|
|
850
|
+
_0x119090: 0x116,
|
|
851
|
+
_0x4af39c: 0x14e,
|
|
852
|
+
_0x1da754: 0x110,
|
|
853
|
+
_0x4e3762: 0x12b,
|
|
854
|
+
_0x4fb0c8: 0x1ad,
|
|
855
|
+
_0x3c608c: 0xd2,
|
|
856
|
+
_0x117645: 0x12b,
|
|
857
|
+
_0x49ae24: 0x141
|
|
858
|
+
}, _0x3f22cc = {
|
|
859
|
+
_0x12e896: 0xac,
|
|
860
|
+
_0x57d9b3: 0x1d3,
|
|
861
|
+
_0x30a72c: 0x110,
|
|
862
|
+
_0x3ae3d6: 0xd8
|
|
863
|
+
}, _0x328a9c = {
|
|
864
|
+
_0x42e625: 0x1a8,
|
|
865
|
+
_0x2439c4: 0x1f0
|
|
866
|
+
}, _0x7f8f0b = {
|
|
867
|
+
_0x2b48bf: 0x204,
|
|
868
|
+
_0x8d744c: 0x204
|
|
869
|
+
}, _0x5d85da = {
|
|
870
|
+
_0x23667b: 0x13c,
|
|
871
|
+
_0xeb26e5: 0xf9,
|
|
872
|
+
_0x4a7142: 0x1d6,
|
|
873
|
+
_0xa4bc7b: 0x112,
|
|
874
|
+
_0x4aa7ce: 0x10d,
|
|
875
|
+
_0x542709: 0x1f5,
|
|
876
|
+
_0x4e27d5: 0x1be
|
|
877
|
+
}, _0x20602b = {
|
|
878
|
+
_0x5c8a19: 0xa2,
|
|
879
|
+
_0x584765: 0xb6
|
|
880
|
+
}, _0x130cb3 = {
|
|
881
|
+
_0x5a828b: 0x115,
|
|
882
|
+
_0x49a72f: 0xd0,
|
|
883
|
+
_0x39612f: 0xe7,
|
|
884
|
+
_0x4d3811: 0xcf,
|
|
885
|
+
_0x55b837: 0xd8
|
|
886
|
+
}, _0x477958 = _0x5f0bcb, _0x2f1791 = _0x3c6d26[_0x477958(_0x16c8e3._0x4c81fa)] ?? fetch, _0x5c0131 = _0x3c6d26[_0x477958(_0x16c8e3._0x3d484a)] ?? DEFAULT_FETCH_TIMEOUT_MS, _0x304c96 = typeof _0x3c6d26[_0x477958(0x1a9)] === 'number' && _0x3c6d26[_0x477958(0x1a9)] > 0x0 ? _0x3c6d26['initialLastSeenSeq'] : 0x0, _0x3925e6 = _0x3c6d26['daemonLocalUrl']?.[_0x477958(0x183)]() || void 0x0, _0x5a0b14 = _0x3c6d26[_0x477958(0x166)]?.[_0x477958(_0x16c8e3._0x17bbc9)]() || void 0x0, _0x409a76 = _0x3c6d26['workerModeEnabled'] === !![], _0xcd6b3e = _0x3c6d26[_0x477958(_0x16c8e3._0x3fd6ed)]?.[_0x477958(0x183)]() || void 0x0, _0x43471a = _0x3c6d26[_0x477958(_0x16c8e3._0x41bdbd)]?.[_0x477958(0x183)]() || void 0x0, _0x140d0c = createHeaders(_0x3c6d26[_0x477958(0x185)]), _0x21f694 = toHttpBaseUrl(_0x3c6d26[_0x477958(_0x16c8e3._0x33df06)]);
|
|
887
|
+
let _0x458cd0 = null;
|
|
888
|
+
const _0x50644c = new Map();
|
|
889
|
+
let _0x5e0ccd = _0x304c96, _0x227d1b = _0x304c96;
|
|
890
|
+
function _0x471bb8(_0x11f38c) {
|
|
891
|
+
const _0xbfa4a2 = _0x477958, _0x23d1f0 = _0x11f38c[_0xbfa4a2(_0x130cb3._0x5a828b)]['headers'][_0xbfa4a2(0xf5)](_0xbfa4a2(0x14c)) ?? _0xbfa4a2(0x16d), _0x330077 = _0x11f38c[_0xbfa4a2(0x1cf)][_0xbfa4a2(0x183)]()[_0xbfa4a2(0x122)](/\s+/g, '\x20')[_0xbfa4a2(_0x130cb3._0x49a72f)](0x0, 0x78) || _0xbfa4a2(0x1f9);
|
|
892
|
+
return _0xbfa4a2(_0x130cb3._0x39612f) + _0x11f38c[_0xbfa4a2(0x203)] + _0xbfa4a2(_0x130cb3._0x4d3811) + _0x11f38c[_0xbfa4a2(_0x130cb3._0x5a828b)][_0xbfa4a2(_0x130cb3._0x55b837)] + ',\x20content-type=' + _0x23d1f0 + ',\x20preview=' + _0x330077 + ')。这通常表示\x20serverUrl\x20指向了\x20web\x20站点,或代理没有把\x20daemon/internal\x20API\x20转发到后端。';
|
|
892
893
|
}
|
|
893
|
-
async function
|
|
894
|
-
const
|
|
895
|
-
if (!
|
|
894
|
+
async function _0x50f658(_0x1a6301, _0x3e5655) {
|
|
895
|
+
const _0x242236 = _0x477958, _0x10df33 = Buffer[_0x242236(0x114)](await _0x3e5655[_0x242236(_0x20602b._0x5c8a19)]())[_0x242236(_0x20602b._0x584765)](_0x242236(0xcc));
|
|
896
|
+
if (!_0x10df33[_0x242236(0x183)]())
|
|
896
897
|
return {};
|
|
897
898
|
try {
|
|
898
|
-
return JSON[
|
|
899
|
+
return JSON['parse'](_0x10df33);
|
|
899
900
|
} catch {
|
|
900
|
-
throw new Error(
|
|
901
|
-
'bodyText':
|
|
902
|
-
'requestUrl':
|
|
903
|
-
'response':
|
|
901
|
+
throw new Error(_0x471bb8({
|
|
902
|
+
'bodyText': _0x10df33,
|
|
903
|
+
'requestUrl': _0x1a6301,
|
|
904
|
+
'response': _0x3e5655
|
|
904
905
|
}));
|
|
905
906
|
}
|
|
906
907
|
}
|
|
907
|
-
function
|
|
908
|
-
const
|
|
909
|
-
if (
|
|
910
|
-
return
|
|
911
|
-
const
|
|
912
|
-
for (const [
|
|
913
|
-
|
|
908
|
+
function _0x340ab4(_0x5cf109, _0x145a18) {
|
|
909
|
+
const _0x1dd48f = _0x477958, _0x28ba68 = typeof _0x145a18[_0x1dd48f(0x13c)] === 'string' ? _0x145a18[_0x1dd48f(_0x5d85da._0x23667b)][_0x1dd48f(0x183)]() : '';
|
|
910
|
+
if (_0x28ba68)
|
|
911
|
+
return _0x28ba68;
|
|
912
|
+
const _0x5d5b21 = Date[_0x1dd48f(_0x5d85da._0xeb26e5)]();
|
|
913
|
+
for (const [_0x2ffe27, _0x594c8c] of _0x50644c) {
|
|
914
|
+
_0x594c8c[_0x1dd48f(0xf3)] <= _0x5d5b21 && _0x50644c[_0x1dd48f(0x1f2)](_0x2ffe27);
|
|
914
915
|
}
|
|
915
|
-
const
|
|
916
|
-
...
|
|
916
|
+
const _0x288d7a = {
|
|
917
|
+
..._0x145a18,
|
|
917
918
|
'idempotency_key': void 0x0
|
|
918
|
-
},
|
|
919
|
-
if (
|
|
920
|
-
return
|
|
921
|
-
const
|
|
922
|
-
return
|
|
923
|
-
'expiresAt':
|
|
924
|
-
'value':
|
|
925
|
-
}),
|
|
919
|
+
}, _0x26d09b = createHash(_0x1dd48f(_0x5d85da._0x4a7142))['update'](_0x5cf109 + ':' + stableStringify(_0x288d7a))[_0x1dd48f(_0x5d85da._0xa4bc7b)](_0x1dd48f(_0x5d85da._0x4aa7ce)), _0x505d96 = _0x5cf109 + ':' + _0x26d09b, _0x1e2e33 = _0x50644c['get'](_0x505d96);
|
|
920
|
+
if (_0x1e2e33)
|
|
921
|
+
return _0x1e2e33[_0x1dd48f(_0x5d85da._0x542709)];
|
|
922
|
+
const _0x1a1b4e = 'auto:' + _0x5cf109 + ':' + randomUUID();
|
|
923
|
+
return _0x50644c[_0x1dd48f(_0x5d85da._0x4e27d5)](_0x505d96, {
|
|
924
|
+
'expiresAt': _0x5d5b21 + 0x5 * 0x3c * 0x3e8,
|
|
925
|
+
'value': _0x1a1b4e
|
|
926
|
+
}), _0x1a1b4e;
|
|
926
927
|
}
|
|
927
|
-
async function
|
|
928
|
-
const
|
|
928
|
+
async function _0x5a5b08(_0x39bf11, _0x13e791) {
|
|
929
|
+
const _0x14795f = _0x477958, _0x97c7ad = new AbortController(), _0x247bbd = setTimeout(() => _0x97c7ad[_0x14795f(0xc7)](), _0x5c0131), _0x42ada5 = _0x13e791?.[_0x14795f(_0x7f8f0b._0x2b48bf)] ? anySignal(_0x13e791['signal'], _0x97c7ad[_0x14795f(_0x7f8f0b._0x2b48bf)]) : _0x97c7ad[_0x14795f(_0x7f8f0b._0x8d744c)], _0x2efe2b = '' + _0x21f694 + _0x39bf11;
|
|
929
930
|
try {
|
|
930
|
-
const
|
|
931
|
-
...
|
|
932
|
-
'signal':
|
|
933
|
-
}),
|
|
934
|
-
if (!
|
|
935
|
-
throw new Error(asErrorMessage(
|
|
936
|
-
return
|
|
931
|
+
const _0x324880 = await _0x2f1791(_0x2efe2b, {
|
|
932
|
+
..._0x13e791,
|
|
933
|
+
'signal': _0x42ada5
|
|
934
|
+
}), _0x9df1a1 = await _0x50f658(_0x2efe2b, _0x324880);
|
|
935
|
+
if (!_0x324880['ok'] || _0x9df1a1[_0x14795f(0x199)] === ![])
|
|
936
|
+
throw new Error(asErrorMessage(_0x9df1a1[_0x14795f(0x1d0)], _0x14795f(0x101) + _0x324880[_0x14795f(0xd8)]));
|
|
937
|
+
return _0x9df1a1;
|
|
937
938
|
} finally {
|
|
938
|
-
clearTimeout(
|
|
939
|
+
clearTimeout(_0x247bbd);
|
|
939
940
|
}
|
|
940
941
|
}
|
|
941
|
-
async function
|
|
942
|
-
const
|
|
942
|
+
async function _0x56ebcf(_0x3e7bd4, _0x4dcaff) {
|
|
943
|
+
const _0x286e03 = _0x477958, _0xf6c8b7 = new AbortController(), _0x54d37e = setTimeout(() => _0xf6c8b7[_0x286e03(0xc7)](), _0x5c0131), _0x1f1312 = _0x4dcaff?.[_0x286e03(0x204)] ? anySignal(_0x4dcaff[_0x286e03(0x204)], _0xf6c8b7['signal']) : _0xf6c8b7['signal'], _0x7e5b5e = '' + _0x21f694 + _0x3e7bd4;
|
|
943
944
|
try {
|
|
944
|
-
const
|
|
945
|
-
...
|
|
946
|
-
'signal':
|
|
947
|
-
}),
|
|
948
|
-
if (!
|
|
949
|
-
throw new Error(asErrorMessage(
|
|
950
|
-
return
|
|
945
|
+
const _0x11ad26 = await _0x2f1791(_0x7e5b5e, {
|
|
946
|
+
..._0x4dcaff,
|
|
947
|
+
'signal': _0x1f1312
|
|
948
|
+
}), _0x5e8016 = await _0x50f658(_0x7e5b5e, _0x11ad26);
|
|
949
|
+
if (!_0x11ad26['ok'])
|
|
950
|
+
throw new Error(asErrorMessage(_0x5e8016['error'], 'HTTP\x20' + _0x11ad26['status']));
|
|
951
|
+
return _0x5e8016;
|
|
951
952
|
} finally {
|
|
952
|
-
clearTimeout(
|
|
953
|
+
clearTimeout(_0x54d37e);
|
|
953
954
|
}
|
|
954
955
|
}
|
|
955
|
-
async function
|
|
956
|
-
const
|
|
957
|
-
if (!
|
|
956
|
+
async function _0x37c3f0(_0x13d3f9) {
|
|
957
|
+
const _0xf1e122 = _0x477958;
|
|
958
|
+
if (!_0x5a0b14 || _0x13d3f9 <= _0x227d1b)
|
|
958
959
|
return;
|
|
959
|
-
await
|
|
960
|
-
'body': JSON[
|
|
961
|
-
'headers':
|
|
962
|
-
'method':
|
|
963
|
-
}),
|
|
960
|
+
await _0x5a5b08(_0xf1e122(_0x328a9c._0x42e625) + encodeURIComponent(_0x5a0b14) + _0xf1e122(0x192), {
|
|
961
|
+
'body': JSON[_0xf1e122(_0x328a9c._0x2439c4)]({ 'lastSeenSeq': _0x13d3f9 }),
|
|
962
|
+
'headers': _0x140d0c,
|
|
963
|
+
'method': 'PATCH'
|
|
964
|
+
}), _0x227d1b = _0x13d3f9;
|
|
964
965
|
}
|
|
965
|
-
async function
|
|
966
|
-
const
|
|
967
|
-
if (!
|
|
966
|
+
async function _0x2f91eb(_0x1a630f) {
|
|
967
|
+
const _0x1b2011 = _0x477958;
|
|
968
|
+
if (!_0x3925e6 || !_0xcd6b3e || _0x1a630f <= _0x227d1b)
|
|
968
969
|
return;
|
|
969
|
-
const
|
|
970
|
-
'body': JSON[
|
|
971
|
-
'last_seen_seq':
|
|
972
|
-
'worker_session_id':
|
|
970
|
+
const _0x1c878a = await _0x2f1791(_0x3925e6 + _0x1b2011(_0x3f22cc._0x12e896), {
|
|
971
|
+
'body': JSON[_0x1b2011(0x1f0)]({
|
|
972
|
+
'last_seen_seq': _0x1a630f,
|
|
973
|
+
'worker_session_id': _0xcd6b3e
|
|
973
974
|
}),
|
|
974
|
-
'headers': { 'Content-Type':
|
|
975
|
-
'method':
|
|
975
|
+
'headers': { 'Content-Type': _0x1b2011(_0x3f22cc._0x57d9b3) },
|
|
976
|
+
'method': _0x1b2011(_0x3f22cc._0x30a72c)
|
|
976
977
|
});
|
|
977
|
-
if (!
|
|
978
|
-
throw new Error(
|
|
979
|
-
|
|
978
|
+
if (!_0x1c878a['ok'])
|
|
979
|
+
throw new Error(_0x1b2011(0x101) + _0x1c878a[_0x1b2011(_0x3f22cc._0x3ae3d6)]);
|
|
980
|
+
_0x227d1b = _0x1a630f;
|
|
980
981
|
}
|
|
981
|
-
async function
|
|
982
|
-
const
|
|
983
|
-
'body': JSON[
|
|
984
|
-
'headers':
|
|
985
|
-
'method':
|
|
982
|
+
async function _0x1d254b(_0x570e05) {
|
|
983
|
+
const _0x415956 = _0x477958, _0x12bc3a = parseTarget(_0x570e05), _0x19d80c = await _0x5a5b08(_0x415956(0x102) + _0x3c6d26[_0x415956(_0x534ee5._0x119090)] + _0x415956(0x195), {
|
|
984
|
+
'body': JSON[_0x415956(0x1f0)]({ 'target': _0x12bc3a[_0x415956(_0x534ee5._0x4af39c)] }),
|
|
985
|
+
'headers': _0x140d0c,
|
|
986
|
+
'method': _0x415956(_0x534ee5._0x1da754)
|
|
986
987
|
});
|
|
987
988
|
return {
|
|
988
|
-
'channelId':
|
|
989
|
-
'target':
|
|
990
|
-
'task':
|
|
991
|
-
'threadId':
|
|
992
|
-
'threadNumber':
|
|
989
|
+
'channelId': _0x19d80c[_0x415956(_0x534ee5._0x4e3762)]?.[_0x415956(_0x534ee5._0x4fb0c8)] ?? '',
|
|
990
|
+
'target': _0x12bc3a['channelTarget'],
|
|
991
|
+
'task': _0x19d80c['data']?.['task'],
|
|
992
|
+
'threadId': _0x19d80c[_0x415956(0x12b)]?.[_0x415956(_0x534ee5._0x3c608c)],
|
|
993
|
+
'threadNumber': _0x19d80c[_0x415956(_0x534ee5._0x117645)]?.[_0x415956(_0x534ee5._0x49ae24)]
|
|
993
994
|
};
|
|
994
995
|
}
|
|
995
|
-
async function
|
|
996
|
-
const
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
'
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
'
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
'
|
|
1016
|
-
|
|
996
|
+
async function _0x5278c8(_0x25db3d = {}) {
|
|
997
|
+
const _0x40bdf7 = {
|
|
998
|
+
_0x5a1989: 0x116,
|
|
999
|
+
_0x203d03: 0x14a,
|
|
1000
|
+
_0x1487ff: 0x12b,
|
|
1001
|
+
_0x8a61e4: 0x1ca,
|
|
1002
|
+
_0x4679b2: 0x1c4,
|
|
1003
|
+
_0x341ed7: 0x12b,
|
|
1004
|
+
_0x58ce84: 0x12b
|
|
1005
|
+
};
|
|
1006
|
+
if (!_0x25db3d['forceRefresh'] && _0x458cd0)
|
|
1007
|
+
return _0x458cd0;
|
|
1008
|
+
return _0x458cd0 = (async () => {
|
|
1009
|
+
const _0x165db5 = _0x4544, _0x5be666 = await _0x5a5b08(_0x165db5(0x102) + _0x3c6d26[_0x165db5(_0x40bdf7._0x5a1989)] + _0x165db5(_0x40bdf7._0x203d03), {
|
|
1010
|
+
'headers': _0x140d0c,
|
|
1011
|
+
'method': _0x165db5(0x91)
|
|
1012
|
+
}), _0x15a785 = _0x5be666[_0x165db5(_0x40bdf7._0x1487ff)]?.['members'] ?? [], _0x2b4a59 = _0x15a785[_0x165db5(0x1c4)](_0x44cd8d => _0x44cd8d[_0x165db5(0x152)]?.[_0x165db5(0x1f8)] === _0x165db5(0x147))[_0x165db5(_0x40bdf7._0x8a61e4)](_0x34b2df => ({
|
|
1013
|
+
'id': _0x166776(_0x34b2df),
|
|
1014
|
+
'name': _0x7a1b39(_0x34b2df)
|
|
1015
|
+
}))[_0x165db5(_0x40bdf7._0x4679b2)](_0xf82a03 => _0xf82a03['id']), _0x2bc44d = _0x15a785['filter'](_0x5998e8 => _0x5998e8[_0x165db5(0x152)]?.[_0x165db5(0x1f8)] !== _0x165db5(0x147))[_0x165db5(_0x40bdf7._0x8a61e4)](_0x1e521f => ({
|
|
1016
|
+
'id': _0x166776(_0x1e521f),
|
|
1017
|
+
'name': _0x7a1b39(_0x1e521f)
|
|
1018
|
+
}))['filter'](_0x15bad2 => _0x15bad2['id']), _0x505bf0 = _0x5be666[_0x165db5(_0x40bdf7._0x341ed7)]?.['server']['id'] ?? '';
|
|
1017
1019
|
return {
|
|
1018
|
-
'agents':
|
|
1019
|
-
'channels':
|
|
1020
|
-
'humans':
|
|
1021
|
-
'serverId':
|
|
1022
|
-
'serverName':
|
|
1020
|
+
'agents': _0x2b4a59,
|
|
1021
|
+
'channels': _0x5be666[_0x165db5(_0x40bdf7._0x58ce84)]?.[_0x165db5(0xc1)] ?? [],
|
|
1022
|
+
'humans': _0x2bc44d,
|
|
1023
|
+
'serverId': _0x505bf0,
|
|
1024
|
+
'serverName': _0x5be666[_0x165db5(0x12b)]?.[_0x165db5(0x142)][_0x165db5(0x123)] ?? _0x505bf0
|
|
1023
1025
|
};
|
|
1024
|
-
})()[
|
|
1025
|
-
|
|
1026
|
-
throw
|
|
1027
|
-
}),
|
|
1026
|
+
})()['catch'](_0x3281ea => {
|
|
1027
|
+
_0x458cd0 = null;
|
|
1028
|
+
throw _0x3281ea;
|
|
1029
|
+
}), _0x458cd0;
|
|
1028
1030
|
}
|
|
1029
|
-
function
|
|
1030
|
-
const
|
|
1031
|
-
return
|
|
1031
|
+
function _0x4b6a6b(_0x1a7af7, _0x95f0d6) {
|
|
1032
|
+
const _0x3bff2f = _0x477958;
|
|
1033
|
+
return _0x95f0d6[_0x3bff2f(0x1e9)]['some'](_0x76952b => _0x76952b['id'] === _0x1a7af7 || _0x76952b[_0x3bff2f(0x123)] === _0x1a7af7) ? _0x3bff2f(_0x2843f8._0x47cc2b) : _0x3bff2f(0x17b);
|
|
1032
1034
|
}
|
|
1033
|
-
function
|
|
1034
|
-
const
|
|
1035
|
-
...
|
|
1036
|
-
...
|
|
1037
|
-
][
|
|
1038
|
-
return
|
|
1035
|
+
function _0x3806e4(_0x49a8e0, _0x54aedd) {
|
|
1036
|
+
const _0x22727f = _0x477958, _0x549ce7 = [
|
|
1037
|
+
..._0x54aedd[_0x22727f(_0x506ed1._0x35d920)],
|
|
1038
|
+
..._0x54aedd[_0x22727f(0x193)]
|
|
1039
|
+
][_0x22727f(0xba)](_0x4d3324 => _0x4d3324['id'] === _0x49a8e0);
|
|
1040
|
+
return _0x549ce7?.[_0x22727f(_0x506ed1._0x48047f)] ?? _0x49a8e0;
|
|
1039
1041
|
}
|
|
1040
|
-
function
|
|
1041
|
-
const
|
|
1042
|
-
if (
|
|
1043
|
-
return
|
|
1044
|
-
if (
|
|
1045
|
-
return
|
|
1046
|
-
if (
|
|
1047
|
-
return
|
|
1048
|
-
return
|
|
1042
|
+
function _0x2e94e1(_0x1c31cf) {
|
|
1043
|
+
const _0x48825c = _0x477958;
|
|
1044
|
+
if (_0x1c31cf[_0x48825c(0x141)] != null)
|
|
1045
|
+
return _0x1c31cf['channelTarget'] + ':t' + _0x1c31cf[_0x48825c(0x141)];
|
|
1046
|
+
if (_0x1c31cf[_0x48825c(0x194)])
|
|
1047
|
+
return _0x1c31cf[_0x48825c(_0x11d30e._0x2e340f)] + ':' + _0x1c31cf[_0x48825c(_0x11d30e._0xfad1de)];
|
|
1048
|
+
if (_0x1c31cf[_0x48825c(0xd2)])
|
|
1049
|
+
return _0x1c31cf[_0x48825c(_0x11d30e._0x1a5501)] + ':' + _0x1c31cf[_0x48825c(_0x11d30e._0x2e4ae5)][_0x48825c(0xd0)](0x0, 0x8);
|
|
1050
|
+
return _0x1c31cf[_0x48825c(_0x11d30e._0x53d222)];
|
|
1049
1051
|
}
|
|
1050
|
-
function
|
|
1051
|
-
const
|
|
1052
|
+
function _0x21caee(_0x145957, _0x581367) {
|
|
1053
|
+
const _0x56b07f = _0x477958;
|
|
1052
1054
|
try {
|
|
1053
|
-
const
|
|
1054
|
-
if (
|
|
1055
|
+
const _0x25171b = parseTarget(_0x145957);
|
|
1056
|
+
if (_0x25171b['kind'] !== 'thread' || _0x25171b['channelTarget'] !== _0x581367['channelTarget'])
|
|
1055
1057
|
return ![];
|
|
1056
|
-
if (
|
|
1058
|
+
if (_0x581367[_0x56b07f(_0x4e07be._0xd2f116)] != null && _0x25171b['threadShortId'] === 't' + _0x581367[_0x56b07f(0x141)])
|
|
1057
1059
|
return !![];
|
|
1058
|
-
if (
|
|
1059
|
-
return
|
|
1060
|
-
if (
|
|
1061
|
-
return
|
|
1060
|
+
if (_0x581367[_0x56b07f(_0x4e07be._0x14304c)])
|
|
1061
|
+
return _0x25171b['threadShortId'] === _0x581367[_0x56b07f(0x194)] || _0x581367['rootMessageId'][_0x56b07f(0x11d)](_0x25171b[_0x56b07f(_0x4e07be._0x33544c)]);
|
|
1062
|
+
if (_0x581367['threadId'])
|
|
1063
|
+
return _0x25171b[_0x56b07f(0x99)] === _0x581367['threadId'] || _0x581367[_0x56b07f(_0x4e07be._0x108d3f)][_0x56b07f(0x11d)](_0x25171b[_0x56b07f(_0x4e07be._0x7f1731)]);
|
|
1062
1064
|
return ![];
|
|
1063
1065
|
} catch {
|
|
1064
1066
|
return ![];
|
|
1065
1067
|
}
|
|
1066
1068
|
}
|
|
1067
|
-
function
|
|
1068
|
-
const
|
|
1069
|
+
function _0x5b898c(_0x97e30e, _0x1546b5) {
|
|
1070
|
+
const _0x555b62 = _0x477958;
|
|
1069
1071
|
try {
|
|
1070
|
-
const
|
|
1071
|
-
if (
|
|
1072
|
+
const _0x5340a0 = parseTarget(_0x97e30e);
|
|
1073
|
+
if (_0x5340a0['kind'] !== _0x555b62(0x11e))
|
|
1072
1074
|
return ![];
|
|
1073
|
-
const
|
|
1074
|
-
if (
|
|
1075
|
+
const _0xe3684b = typeof _0x1546b5[_0x555b62(0x141)] === _0x555b62(_0x274e26._0x231302) && Number['isInteger'](_0x1546b5[_0x555b62(_0x274e26._0x1a88e7)]) ? _0x1546b5[_0x555b62(_0x274e26._0x1a88e7)] : void 0x0;
|
|
1076
|
+
if (_0xe3684b != null && _0x5340a0[_0x555b62(_0x274e26._0x2d465e)] === 't' + _0xe3684b)
|
|
1075
1077
|
return !![];
|
|
1076
|
-
const
|
|
1077
|
-
if (
|
|
1078
|
-
return
|
|
1079
|
-
const
|
|
1080
|
-
return Boolean(
|
|
1078
|
+
const _0x3fd772 = typeof _0x1546b5[_0x555b62(0x194)] === _0x555b62(_0x274e26._0x11bdcc) ? _0x1546b5[_0x555b62(_0x274e26._0x2cfcd0)] : void 0x0;
|
|
1079
|
+
if (_0x3fd772)
|
|
1080
|
+
return _0x5340a0[_0x555b62(0x99)] === _0x3fd772 || _0x3fd772[_0x555b62(_0x274e26._0x2c524c)](_0x5340a0[_0x555b62(0x99)]);
|
|
1081
|
+
const _0x1be99b = typeof _0x1546b5['threadId'] === 'string' ? _0x1546b5[_0x555b62(_0x274e26._0x142c61)] : void 0x0;
|
|
1082
|
+
return Boolean(_0x1be99b) && (_0x5340a0[_0x555b62(0x99)] === _0x1be99b || _0x1be99b[_0x555b62(_0x274e26._0x2c524c)](_0x5340a0['threadShortId']));
|
|
1081
1083
|
} catch {
|
|
1082
1084
|
return ![];
|
|
1083
1085
|
}
|
|
1084
1086
|
}
|
|
1085
|
-
function
|
|
1086
|
-
const
|
|
1087
|
-
return
|
|
1087
|
+
function _0x166776(_0x51e903) {
|
|
1088
|
+
const _0x12a86d = _0x477958;
|
|
1089
|
+
return _0x51e903[_0x12a86d(_0x18f3a7._0x5b54f6)]?.[_0x12a86d(_0x18f3a7._0x100363)] ?? _0x51e903['participant']?.['id'] ?? _0x51e903[_0x12a86d(_0x18f3a7._0x1c1b19)] ?? '';
|
|
1088
1090
|
}
|
|
1089
|
-
function
|
|
1090
|
-
const
|
|
1091
|
-
return
|
|
1091
|
+
function _0x7a1b39(_0x3952cf) {
|
|
1092
|
+
const _0x124290 = _0x477958;
|
|
1093
|
+
return _0x3952cf[_0x124290(0x152)]?.[_0x124290(0x123)] ?? _0x166776(_0x3952cf);
|
|
1092
1094
|
}
|
|
1093
|
-
async function
|
|
1094
|
-
const
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
const
|
|
1100
|
-
'headers':
|
|
1101
|
-
'method':
|
|
1102
|
-
}),
|
|
1103
|
-
'attachments': (
|
|
1104
|
-
'filename':
|
|
1105
|
-
'id':
|
|
1095
|
+
async function _0x250aea(_0xa8a90f) {
|
|
1096
|
+
const _0x4a5ab5 = _0x477958, _0x554702 = Math[_0x4a5ab5(0x1e6)](_0xa8a90f['limit'] ?? 0x32, 0x64), _0x2fe3f2 = await _0x5278c8(), _0x332fcc = new URLSearchParams();
|
|
1097
|
+
_0x332fcc[_0x4a5ab5(0x1be)](_0x4a5ab5(_0x596807._0x14a0bb), String(_0x554702));
|
|
1098
|
+
_0xa8a90f['threadId'] ? (_0x332fcc['set']('threadId', _0xa8a90f[_0x4a5ab5(0xd2)]), _0x332fcc[_0x4a5ab5(0x1be)](_0x4a5ab5(0x1ad), _0xa8a90f[_0x4a5ab5(_0x596807._0x5e9f73)])) : _0x332fcc[_0x4a5ab5(0x1be)](_0x4a5ab5(0x1ad), _0xa8a90f[_0x4a5ab5(0x1ad)]);
|
|
1099
|
+
_0xa8a90f['before'] && _0x332fcc[_0x4a5ab5(_0x596807._0x2fe864)](_0x4a5ab5(_0x596807._0xea9230), String(_0xa8a90f[_0x4a5ab5(_0x596807._0x1e6b98)]));
|
|
1100
|
+
_0xa8a90f['after'] !== void 0x0 && _0x332fcc[_0x4a5ab5(0x1be)]('after', String(_0xa8a90f[_0x4a5ab5(0x15a)]));
|
|
1101
|
+
const _0x27056b = await _0x5a5b08(_0x4a5ab5(_0x596807._0x1605b3) + _0x3c6d26[_0x4a5ab5(_0x596807._0x312601)] + _0x4a5ab5(0x89) + _0x332fcc[_0x4a5ab5(0xb6)](), {
|
|
1102
|
+
'headers': _0x140d0c,
|
|
1103
|
+
'method': _0x4a5ab5(_0x596807._0x11a33b)
|
|
1104
|
+
}), _0x17ab6d = (_0x27056b[_0x4a5ab5(_0x596807._0x34e356)] ?? [])['map'](_0x9f3194 => ({
|
|
1105
|
+
'attachments': (_0x9f3194[_0x4a5ab5(0x136)] ?? [])['map'](_0x20faa5 => ({
|
|
1106
|
+
'filename': _0x20faa5['filename'] ?? _0x20faa5['id'],
|
|
1107
|
+
'id': _0x20faa5['id']
|
|
1106
1108
|
})),
|
|
1107
|
-
'content':
|
|
1108
|
-
'createdAt':
|
|
1109
|
-
...
|
|
1110
|
-
'messageId':
|
|
1111
|
-
'senderName':
|
|
1112
|
-
'senderType':
|
|
1113
|
-
'seq':
|
|
1109
|
+
'content': _0x9f3194[_0x4a5ab5(0x1a5)] ?? '',
|
|
1110
|
+
'createdAt': _0x9f3194['createdAt'],
|
|
1111
|
+
..._0x9f3194[_0x4a5ab5(0x8d)] && _0x9f3194[_0x4a5ab5(0x8d)] !== _0x4a5ab5(0x20c) ? { 'kind': _0x9f3194[_0x4a5ab5(0x8d)] } : {},
|
|
1112
|
+
'messageId': _0x9f3194['id'],
|
|
1113
|
+
'senderName': _0x3806e4(_0x9f3194['senderParticipantId'], _0x2fe3f2),
|
|
1114
|
+
'senderType': _0x4b6a6b(_0x9f3194['senderParticipantId'], _0x2fe3f2),
|
|
1115
|
+
'seq': _0x9f3194['eventSeq'] ?? 0x0
|
|
1114
1116
|
}));
|
|
1115
1117
|
return {
|
|
1116
|
-
'channel':
|
|
1117
|
-
'hasMore':
|
|
1118
|
-
'messages':
|
|
1119
|
-
'nextCursor':
|
|
1118
|
+
'channel': _0xa8a90f['channelTarget'],
|
|
1119
|
+
'hasMore': _0x27056b['meta']?.[_0x4a5ab5(_0x596807._0x200c51)] ?? ![],
|
|
1120
|
+
'messages': _0x17ab6d,
|
|
1121
|
+
'nextCursor': _0x27056b[_0x4a5ab5(_0x596807._0x465d00)]?.[_0x4a5ab5(_0x596807._0x4359d7)]
|
|
1120
1122
|
};
|
|
1121
1123
|
}
|
|
1122
1124
|
return {
|
|
1123
|
-
async 'sendMessage'(
|
|
1124
|
-
const
|
|
1125
|
-
'body': JSON[
|
|
1126
|
-
'attachment_ids':
|
|
1127
|
-
'bodyMarkdown':
|
|
1128
|
-
'channelId':
|
|
1129
|
-
...
|
|
1130
|
-
'threadId':
|
|
1131
|
-
...
|
|
1125
|
+
async 'sendMessage'(_0x5c5812) {
|
|
1126
|
+
const _0x32ea5d = _0x477958, _0x1d4d40 = await _0x1d254b(_0x5c5812[_0x32ea5d(_0x396cb0._0x4c308a)]), _0x2f21b5 = _0x5c5812[_0x32ea5d(0x119)][_0x32ea5d(0x16e)]('@') ? extractMentionedParticipantIds(_0x5c5812[_0x32ea5d(0x119)], await _0x5278c8()) : [], _0x1d7f61 = await _0x5a5b08(_0x32ea5d(0x102) + _0x3c6d26['agentId'] + _0x32ea5d(0x1df), {
|
|
1127
|
+
'body': JSON[_0x32ea5d(0x1f0)]({
|
|
1128
|
+
'attachment_ids': _0x5c5812['attachmentIds'],
|
|
1129
|
+
'bodyMarkdown': _0x5c5812[_0x32ea5d(0x119)],
|
|
1130
|
+
'channelId': _0x1d4d40[_0x32ea5d(0x1ad)],
|
|
1131
|
+
..._0x2f21b5[_0x32ea5d(0x1e3)] > 0x0 ? { 'mentionedParticipantIds': _0x2f21b5 } : {},
|
|
1132
|
+
'threadId': _0x1d4d40[_0x32ea5d(_0x396cb0._0xb5f313)],
|
|
1133
|
+
..._0x5c5812[_0x32ea5d(0xe3)] ? { 'visibility': _0x5c5812[_0x32ea5d(_0x396cb0._0x4861b6)] } : {}
|
|
1132
1134
|
}),
|
|
1133
|
-
'headers':
|
|
1134
|
-
'method':
|
|
1135
|
+
'headers': _0x140d0c,
|
|
1136
|
+
'method': 'POST'
|
|
1135
1137
|
});
|
|
1136
|
-
return { 'messageId':
|
|
1138
|
+
return { 'messageId': _0x1d7f61[_0x32ea5d(0x12b)]?.['id'] ?? '' };
|
|
1137
1139
|
},
|
|
1138
1140
|
async 'listSchedules'() {
|
|
1139
|
-
const
|
|
1140
|
-
'headers':
|
|
1141
|
-
'method':
|
|
1141
|
+
const _0x3f187c = _0x477958, _0x3f0db7 = await _0x5a5b08(_0x3f187c(_0x1e3fac._0x2c02b9), {
|
|
1142
|
+
'headers': _0x140d0c,
|
|
1143
|
+
'method': _0x3f187c(0x91)
|
|
1142
1144
|
});
|
|
1143
|
-
return
|
|
1145
|
+
return _0x3f0db7['data'] ?? [];
|
|
1144
1146
|
},
|
|
1145
|
-
async 'claimScheduleRun'(
|
|
1146
|
-
const
|
|
1147
|
-
'body': JSON[
|
|
1148
|
-
'headers':
|
|
1149
|
-
'method':
|
|
1147
|
+
async 'claimScheduleRun'(_0x4aef1f) {
|
|
1148
|
+
const _0x4e0803 = _0x477958, _0x1fc752 = await _0x5a5b08(_0x4e0803(_0x2df0ef._0x2d7051), {
|
|
1149
|
+
'body': JSON[_0x4e0803(0x1f0)](_0x4aef1f),
|
|
1150
|
+
'headers': _0x140d0c,
|
|
1151
|
+
'method': _0x4e0803(0x110)
|
|
1150
1152
|
});
|
|
1151
|
-
return
|
|
1153
|
+
return _0x1fc752[_0x4e0803(0x12b)] ?? {
|
|
1152
1154
|
'granted': ![],
|
|
1153
1155
|
'runId': null,
|
|
1154
1156
|
'schedule': null,
|
|
1155
|
-
'scheduledFor':
|
|
1157
|
+
'scheduledFor': _0x4aef1f[_0x4e0803(0x10f)]
|
|
1156
1158
|
};
|
|
1157
1159
|
},
|
|
1158
|
-
async 'startScheduleRun'(
|
|
1159
|
-
const
|
|
1160
|
-
'body': JSON[
|
|
1161
|
-
'headers':
|
|
1162
|
-
'method':
|
|
1160
|
+
async 'startScheduleRun'(_0x2b08f2) {
|
|
1161
|
+
const _0x21697b = _0x477958, _0x9dbde0 = await _0x5a5b08(_0x21697b(_0x164dc9._0x4cad36) + encodeURIComponent(_0x2b08f2[_0x21697b(_0x164dc9._0x527792)]) + _0x21697b(0xeb), {
|
|
1162
|
+
'body': JSON[_0x21697b(0x1f0)]({}),
|
|
1163
|
+
'headers': _0x140d0c,
|
|
1164
|
+
'method': 'POST'
|
|
1163
1165
|
});
|
|
1164
|
-
return
|
|
1166
|
+
return _0x9dbde0[_0x21697b(_0x164dc9._0x83b124)] ?? {
|
|
1165
1167
|
'claimedByDaemonId': '',
|
|
1166
|
-
'id':
|
|
1168
|
+
'id': _0x2b08f2[_0x21697b(0xbe)],
|
|
1167
1169
|
'scheduleId': '',
|
|
1168
|
-
'status':
|
|
1170
|
+
'status': 'running'
|
|
1169
1171
|
};
|
|
1170
1172
|
},
|
|
1171
|
-
async 'finishScheduleRun'(
|
|
1172
|
-
const
|
|
1173
|
-
'body': JSON[
|
|
1174
|
-
'error':
|
|
1175
|
-
'resultJson':
|
|
1176
|
-
'status':
|
|
1173
|
+
async 'finishScheduleRun'(_0x25206b) {
|
|
1174
|
+
const _0x26e5a2 = _0x477958, _0x28865d = await _0x5a5b08(_0x26e5a2(0x190) + encodeURIComponent(_0x25206b[_0x26e5a2(0xbe)]) + _0x26e5a2(0xf0), {
|
|
1175
|
+
'body': JSON[_0x26e5a2(0x1f0)]({
|
|
1176
|
+
'error': _0x25206b[_0x26e5a2(0x1d0)],
|
|
1177
|
+
'resultJson': _0x25206b['resultJson'],
|
|
1178
|
+
'status': _0x25206b[_0x26e5a2(0xd8)]
|
|
1177
1179
|
}),
|
|
1178
|
-
'headers':
|
|
1179
|
-
'method':
|
|
1180
|
+
'headers': _0x140d0c,
|
|
1181
|
+
'method': _0x26e5a2(0x110)
|
|
1180
1182
|
});
|
|
1181
|
-
return
|
|
1183
|
+
return _0x28865d['data'] ?? {
|
|
1182
1184
|
'nextRunAt': null,
|
|
1183
1185
|
'run': {
|
|
1184
1186
|
'claimedByDaemonId': '',
|
|
1185
|
-
'id':
|
|
1187
|
+
'id': _0x25206b['runId'],
|
|
1186
1188
|
'scheduleId': '',
|
|
1187
|
-
'status':
|
|
1189
|
+
'status': _0x25206b[_0x26e5a2(0xd8)]
|
|
1188
1190
|
}
|
|
1189
1191
|
};
|
|
1190
1192
|
},
|
|
1191
|
-
async 'listTasks'(
|
|
1192
|
-
const
|
|
1193
|
-
return
|
|
1194
|
-
'headers':
|
|
1195
|
-
'method':
|
|
1193
|
+
async 'listTasks'(_0x346993) {
|
|
1194
|
+
const _0x465cb5 = _0x477958, _0x4a4b9c = new URLSearchParams();
|
|
1195
|
+
return _0x4a4b9c[_0x465cb5(0x1be)](_0x465cb5(0x11c), _0x346993[_0x465cb5(_0x2be70e._0x33a248)]), _0x346993[_0x465cb5(_0x2be70e._0x6fd46)] && _0x4a4b9c['set']('status', _0x346993[_0x465cb5(_0x2be70e._0x6fd46)]), _0x56ebcf(_0x465cb5(_0x2be70e._0x135290) + _0x3c6d26[_0x465cb5(_0x2be70e._0x257058)] + _0x465cb5(0x88) + _0x4a4b9c['toString'](), {
|
|
1196
|
+
'headers': _0x140d0c,
|
|
1197
|
+
'method': _0x465cb5(0x91)
|
|
1196
1198
|
});
|
|
1197
1199
|
},
|
|
1198
|
-
async 'createTasks'(
|
|
1199
|
-
const
|
|
1200
|
-
return
|
|
1201
|
-
'body': JSON[
|
|
1202
|
-
...
|
|
1203
|
-
'idempotency_key':
|
|
1200
|
+
async 'createTasks'(_0x37c833) {
|
|
1201
|
+
const _0x448ea4 = _0x477958;
|
|
1202
|
+
return _0x56ebcf(_0x448ea4(0x102) + _0x3c6d26[_0x448ea4(_0x7d92f4._0x460ed5)] + _0x448ea4(0xc0), {
|
|
1203
|
+
'body': JSON[_0x448ea4(_0x7d92f4._0x41d520)]({
|
|
1204
|
+
..._0x37c833,
|
|
1205
|
+
'idempotency_key': _0x340ab4(_0x448ea4(0x207), _0x37c833)
|
|
1204
1206
|
}),
|
|
1205
|
-
'headers':
|
|
1207
|
+
'headers': _0x140d0c,
|
|
1206
1208
|
'method': 'POST'
|
|
1207
1209
|
});
|
|
1208
1210
|
},
|
|
1209
|
-
async 'claimTasks'(
|
|
1210
|
-
const
|
|
1211
|
-
return
|
|
1212
|
-
'body': JSON[
|
|
1213
|
-
...
|
|
1214
|
-
'idempotency_key':
|
|
1211
|
+
async 'claimTasks'(_0x4d4991) {
|
|
1212
|
+
const _0x3757fd = _0x477958;
|
|
1213
|
+
return _0x56ebcf(_0x3757fd(0x102) + _0x3c6d26['agentId'] + _0x3757fd(_0x4b8cf1._0x88e04), {
|
|
1214
|
+
'body': JSON[_0x3757fd(0x1f0)]({
|
|
1215
|
+
..._0x4d4991,
|
|
1216
|
+
'idempotency_key': _0x340ab4(_0x3757fd(_0x4b8cf1._0x492efa), _0x4d4991)
|
|
1215
1217
|
}),
|
|
1216
|
-
'headers':
|
|
1217
|
-
'method':
|
|
1218
|
+
'headers': _0x140d0c,
|
|
1219
|
+
'method': _0x3757fd(0x110)
|
|
1218
1220
|
});
|
|
1219
1221
|
},
|
|
1220
|
-
async 'unclaimTask'(
|
|
1221
|
-
const
|
|
1222
|
-
return
|
|
1223
|
-
'body': JSON[
|
|
1224
|
-
...
|
|
1225
|
-
'idempotency_key':
|
|
1222
|
+
async 'unclaimTask'(_0x457b85) {
|
|
1223
|
+
const _0xacdd78 = _0x477958;
|
|
1224
|
+
return _0x56ebcf('/internal/agent/' + _0x3c6d26[_0xacdd78(_0x482c2e._0x1ae107)] + '/tasks/unclaim', {
|
|
1225
|
+
'body': JSON[_0xacdd78(_0x482c2e._0x187694)]({
|
|
1226
|
+
..._0x457b85,
|
|
1227
|
+
'idempotency_key': _0x340ab4(_0xacdd78(0xe9), _0x457b85)
|
|
1226
1228
|
}),
|
|
1227
|
-
'headers':
|
|
1228
|
-
'method':
|
|
1229
|
+
'headers': _0x140d0c,
|
|
1230
|
+
'method': _0xacdd78(_0x482c2e._0x1a7f54)
|
|
1229
1231
|
});
|
|
1230
1232
|
},
|
|
1231
|
-
async 'updateTaskStatus'(
|
|
1232
|
-
const
|
|
1233
|
-
return
|
|
1234
|
-
'body': JSON[
|
|
1235
|
-
...
|
|
1236
|
-
'idempotency_key':
|
|
1233
|
+
async 'updateTaskStatus'(_0x4ef5e5) {
|
|
1234
|
+
const _0x24756d = _0x477958;
|
|
1235
|
+
return _0x56ebcf(_0x24756d(_0x283e77._0x3eadc3) + _0x3c6d26[_0x24756d(0x116)] + _0x24756d(0xe1), {
|
|
1236
|
+
'body': JSON[_0x24756d(0x1f0)]({
|
|
1237
|
+
..._0x4ef5e5,
|
|
1238
|
+
'idempotency_key': _0x340ab4(_0x24756d(_0x283e77._0x7ce492), _0x4ef5e5)
|
|
1237
1239
|
}),
|
|
1238
|
-
'headers':
|
|
1239
|
-
'method':
|
|
1240
|
+
'headers': _0x140d0c,
|
|
1241
|
+
'method': _0x24756d(0x110)
|
|
1240
1242
|
});
|
|
1241
1243
|
},
|
|
1242
|
-
async 'uploadFile'(
|
|
1243
|
-
const
|
|
1244
|
-
if (
|
|
1245
|
-
throw new Error(
|
|
1246
|
-
const
|
|
1247
|
-
'body': JSON[
|
|
1248
|
-
'channel':
|
|
1249
|
-
'contentBase64':
|
|
1250
|
-
'contentType':
|
|
1251
|
-
'originalFilename':
|
|
1244
|
+
async 'uploadFile'(_0x19936b) {
|
|
1245
|
+
const _0x4571af = _0x477958, _0xbcf041 = await _0x1d254b(_0x19936b[_0x4571af(0x11c)]);
|
|
1246
|
+
if (_0xbcf041[_0x4571af(_0x5b8a2d._0x23a070)])
|
|
1247
|
+
throw new Error(_0x4571af(0xaf));
|
|
1248
|
+
const _0x395e26 = await _0x5a5b08('/internal/agent/' + _0x3c6d26[_0x4571af(0x116)] + _0x4571af(0x1a2), {
|
|
1249
|
+
'body': JSON[_0x4571af(_0x5b8a2d._0x159173)]({
|
|
1250
|
+
'channel': _0xbcf041[_0x4571af(0x14e)],
|
|
1251
|
+
'contentBase64': _0x19936b[_0x4571af(0x186)],
|
|
1252
|
+
'contentType': _0x19936b[_0x4571af(0xa1)],
|
|
1253
|
+
'originalFilename': _0x19936b[_0x4571af(0x156)]
|
|
1252
1254
|
}),
|
|
1253
|
-
'headers':
|
|
1254
|
-
'method':
|
|
1255
|
+
'headers': _0x140d0c,
|
|
1256
|
+
'method': _0x4571af(_0x5b8a2d._0xe82349)
|
|
1255
1257
|
});
|
|
1256
1258
|
return {
|
|
1257
|
-
'attachmentId':
|
|
1258
|
-
'filename':
|
|
1259
|
-
'sizeBytes':
|
|
1259
|
+
'attachmentId': _0x395e26[_0x4571af(0x12b)]?.['id'] ?? '',
|
|
1260
|
+
'filename': _0x395e26[_0x4571af(0x12b)]?.[_0x4571af(_0x5b8a2d._0x5c78fe)] ?? _0x19936b[_0x4571af(0x156)],
|
|
1261
|
+
'sizeBytes': _0x395e26['data']?.['sizeBytes'] ?? 0x0
|
|
1260
1262
|
};
|
|
1261
1263
|
},
|
|
1262
|
-
async 'downloadAttachment'(
|
|
1263
|
-
const
|
|
1264
|
-
'headers':
|
|
1265
|
-
'method':
|
|
1266
|
-
}),
|
|
1264
|
+
async 'downloadAttachment'(_0x1bc7c1) {
|
|
1265
|
+
const _0x5eb794 = _0x477958, _0x513823 = await _0x5a5b08(_0x5eb794(_0x108640._0x4a2975) + _0x1bc7c1, {
|
|
1266
|
+
'headers': _0x140d0c,
|
|
1267
|
+
'method': _0x5eb794(_0x108640._0x3b9583)
|
|
1268
|
+
}), _0xc853f1 = new AbortController(), _0x261e41 = setTimeout(() => _0xc853f1[_0x5eb794(0xc7)](), _0x5c0131);
|
|
1267
1269
|
try {
|
|
1268
|
-
const
|
|
1269
|
-
'headers':
|
|
1270
|
-
'method':
|
|
1271
|
-
'signal':
|
|
1270
|
+
const _0x137459 = await _0x2f1791(_0x21f694 + '/api/attachments/' + _0x1bc7c1 + _0x5eb794(0x1fb), {
|
|
1271
|
+
'headers': _0x140d0c,
|
|
1272
|
+
'method': _0x5eb794(0x91),
|
|
1273
|
+
'signal': _0xc853f1[_0x5eb794(0x204)]
|
|
1272
1274
|
});
|
|
1273
|
-
if (!
|
|
1274
|
-
throw new Error(
|
|
1275
|
+
if (!_0x137459['ok'])
|
|
1276
|
+
throw new Error(_0x5eb794(_0x108640._0x240189) + _0x137459[_0x5eb794(0xd8)]);
|
|
1275
1277
|
return {
|
|
1276
|
-
'contentType':
|
|
1277
|
-
'data': Buffer[
|
|
1278
|
-
'originalFilename':
|
|
1278
|
+
'contentType': _0x513823['data']?.[_0x5eb794(0xa1)] ?? _0x137459[_0x5eb794(0x1b5)][_0x5eb794(0xf5)](_0x5eb794(0x14c)) ?? _0x5eb794(_0x108640._0x4b5e8c),
|
|
1279
|
+
'data': Buffer[_0x5eb794(0x114)](await _0x137459[_0x5eb794(_0x108640._0x556d95)]()),
|
|
1280
|
+
'originalFilename': _0x513823[_0x5eb794(0x12b)]?.[_0x5eb794(0x164)]
|
|
1279
1281
|
};
|
|
1280
1282
|
} finally {
|
|
1281
|
-
clearTimeout(
|
|
1283
|
+
clearTimeout(_0x261e41);
|
|
1282
1284
|
}
|
|
1283
1285
|
},
|
|
1284
1286
|
async 'listServer'() {
|
|
1285
|
-
return
|
|
1287
|
+
return _0x5278c8({ 'forceRefresh': !![] });
|
|
1286
1288
|
},
|
|
1287
1289
|
async 'getLatestEventSeq'() {
|
|
1288
|
-
const
|
|
1289
|
-
|
|
1290
|
-
const
|
|
1291
|
-
'headers':
|
|
1292
|
-
'method':
|
|
1293
|
-
}),
|
|
1294
|
-
return typeof
|
|
1290
|
+
const _0x219c94 = _0x477958, _0x1d43d0 = new URLSearchParams();
|
|
1291
|
+
_0x1d43d0[_0x219c94(_0x4ebabe._0x165779)](_0x219c94(_0x4ebabe._0x360c8a), '0'), _0x1d43d0['set'](_0x219c94(0x18d), '1');
|
|
1292
|
+
const _0x2b0a74 = await _0x5a5b08(_0x219c94(0x102) + _0x3c6d26[_0x219c94(0x116)] + _0x219c94(0xcd) + _0x1d43d0[_0x219c94(_0x4ebabe._0x2d9aa6)](), {
|
|
1293
|
+
'headers': _0x140d0c,
|
|
1294
|
+
'method': 'GET'
|
|
1295
|
+
}), _0x4789d8 = _0x2b0a74[_0x219c94(0x1db)]?.[_0x219c94(0x1eb)];
|
|
1296
|
+
return typeof _0x4789d8 === _0x219c94(_0x4ebabe._0x40df50) && _0x4789d8 > 0x0 ? _0x4789d8 : 0x0;
|
|
1295
1297
|
},
|
|
1296
|
-
async 'readHistory'(
|
|
1297
|
-
const
|
|
1298
|
-
return
|
|
1299
|
-
'after':
|
|
1300
|
-
'before':
|
|
1301
|
-
'channelId':
|
|
1302
|
-
'channelTarget':
|
|
1303
|
-
'limit':
|
|
1304
|
-
'threadId':
|
|
1298
|
+
async 'readHistory'(_0x36824a) {
|
|
1299
|
+
const _0x1dd2a5 = _0x477958, _0x22ad7e = await _0x1d254b(_0x36824a[_0x1dd2a5(0x11c)]);
|
|
1300
|
+
return _0x250aea({
|
|
1301
|
+
'after': _0x36824a['after'],
|
|
1302
|
+
'before': _0x36824a['before'],
|
|
1303
|
+
'channelId': _0x22ad7e[_0x1dd2a5(0x1ad)],
|
|
1304
|
+
'channelTarget': _0x22ad7e[_0x1dd2a5(0x14e)],
|
|
1305
|
+
'limit': _0x36824a[_0x1dd2a5(_0x26bd55._0x40245e)],
|
|
1306
|
+
'threadId': _0x22ad7e[_0x1dd2a5(_0x26bd55._0x575c80)]
|
|
1305
1307
|
});
|
|
1306
1308
|
},
|
|
1307
|
-
'resolveTarget':
|
|
1309
|
+
'resolveTarget': _0x1d254b,
|
|
1308
1310
|
async 'checkMessages'() {
|
|
1309
|
-
const
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
}), _0x466658 = _0x16714a[_0x1c16e4(0xea)] ?? [], _0x2a9727 = _0x16714a[_0x1c16e4(_0x21f8c0._0x4aa7b8)]?.[_0x1c16e4(0xd9)], _0x97a5d1 = _0x8db6f6 ? _0x466658[_0x1c16e4(_0x21f8c0._0xa8229f)](_0x168310 => {
|
|
1318
|
-
const _0x5b3eec = _0x1c16e4;
|
|
1319
|
-
if (_0x168310[_0x5b3eec(_0x441673._0x45ea23)] !== _0x5b3eec(_0x441673._0x5a00e4))
|
|
1311
|
+
const _0x2c9a51 = _0x477958, _0x4f9552 = new URLSearchParams();
|
|
1312
|
+
_0x4f9552[_0x2c9a51(_0x542703._0x1e3005)]('afterSeq', String(_0x5e0ccd));
|
|
1313
|
+
const _0x463b36 = _0x4f9552[_0x2c9a51(_0x542703._0x47ac9a)](), _0xef8089 = await _0x5a5b08(_0x2c9a51(_0x542703._0x349c43) + _0x3c6d26[_0x2c9a51(0x116)] + _0x2c9a51(_0x542703._0x4f67ae) + (_0x463b36 ? '?' + _0x463b36 : ''), {
|
|
1314
|
+
'headers': _0x140d0c,
|
|
1315
|
+
'method': 'GET'
|
|
1316
|
+
}), _0x1df1e9 = _0xef8089[_0x2c9a51(0x12b)] ?? [], _0x4fb681 = _0xef8089['meta']?.[_0x2c9a51(_0x542703._0x28f571)], _0xe3ce5a = _0x43471a ? _0x1df1e9['filter'](_0x44a2b0 => {
|
|
1317
|
+
const _0x3cd802 = _0x2c9a51;
|
|
1318
|
+
if (_0x44a2b0[_0x3cd802(0x143)] !== _0x3cd802(0xed))
|
|
1320
1319
|
return ![];
|
|
1321
|
-
return
|
|
1322
|
-
}) :
|
|
1323
|
-
let
|
|
1324
|
-
|
|
1325
|
-
|
|
1320
|
+
return _0x5b898c(_0x43471a, asRecord(_0x44a2b0[_0x3cd802(0x9b)]));
|
|
1321
|
+
}) : _0x1df1e9, _0x3b1629 = _0x4fb681 !== void 0x0 ? _0x43471a ? Math[_0x2c9a51(_0x542703._0x43c59c)](_0x5e0ccd, _0xe3ce5a[_0x2c9a51(_0x542703._0x3167d5)] > 0x0 ? _0xe3ce5a[_0xe3ce5a['length'] - 0x1][_0x2c9a51(_0x542703._0x1a4004)] : _0x5e0ccd) : Math['max'](_0x5e0ccd, _0x4fb681) : _0xe3ce5a[_0x2c9a51(0x1e3)] > 0x0 ? Math[_0x2c9a51(0x1a3)](_0x5e0ccd, _0xe3ce5a[_0xe3ce5a[_0x2c9a51(_0x542703._0x57bd54)] - 0x1]['seq']) : _0x5e0ccd, _0x25a040 = (_0x43471a ? _0xe3ce5a : _0x1df1e9)[_0x2c9a51(_0x542703._0x25619c)](_0xabab17 => _0xabab17['aggregateType'] === 'message'), _0x1099b7 = _0x43471a === void 0x0 && _0x409a76;
|
|
1322
|
+
let _0x108fb5 = await _0x5278c8(), _0x1ee570 = new Map(_0x108fb5['channels'][_0x2c9a51(_0x542703._0xdf830e)](_0x87a64b => [
|
|
1323
|
+
_0x87a64b['id'],
|
|
1324
|
+
_0x87a64b
|
|
1326
1325
|
]));
|
|
1327
|
-
const
|
|
1328
|
-
const
|
|
1329
|
-
return Boolean(
|
|
1326
|
+
const _0x18140e = _0x25a040[_0x2c9a51(_0x542703._0x56f784)](_0x516235 => {
|
|
1327
|
+
const _0x176cca = _0x2c9a51, _0x2aa3c8 = asRecord(_0x516235['payloadJson']), _0x55e549 = typeof _0x2aa3c8?.[_0x176cca(0x1ad)] === 'string' ? _0x2aa3c8[_0x176cca(0x1ad)] : '';
|
|
1328
|
+
return Boolean(_0x55e549) && !_0x1ee570[_0x176cca(0x128)](_0x55e549);
|
|
1330
1329
|
});
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1330
|
+
_0x18140e && (_0x108fb5 = await _0x5278c8({ 'forceRefresh': !![] }), _0x1ee570 = new Map(_0x108fb5[_0x2c9a51(0xc1)][_0x2c9a51(_0x542703._0x1cf2db)](_0x5bc8b7 => [
|
|
1331
|
+
_0x5bc8b7['id'],
|
|
1332
|
+
_0x5bc8b7
|
|
1334
1333
|
])));
|
|
1335
|
-
const
|
|
1336
|
-
for (const
|
|
1337
|
-
const
|
|
1338
|
-
if (!
|
|
1334
|
+
const _0x4b61a1 = new Map();
|
|
1335
|
+
for (const _0x5e0c2a of _0x25a040) {
|
|
1336
|
+
const _0x4c6939 = asRecord(_0x5e0c2a[_0x2c9a51(_0x542703._0x5db11d)]), _0xdac3bd = typeof _0x4c6939[_0x2c9a51(_0x542703._0x56c3e5)] === _0x2c9a51(0x179) ? _0x4c6939[_0x2c9a51(_0x542703._0x5a3d27)] : '';
|
|
1337
|
+
if (!_0xdac3bd)
|
|
1339
1338
|
continue;
|
|
1340
|
-
const
|
|
1339
|
+
const _0x3f9913 = typeof _0x4c6939[_0x2c9a51(0xd2)] === _0x2c9a51(_0x542703._0x512266) ? _0x4c6939[_0x2c9a51(0xd2)] : void 0x0, _0x14587f = typeof _0x4c6939[_0x2c9a51(0x194)] === _0x2c9a51(0x179) ? _0x4c6939[_0x2c9a51(_0x542703._0x1210d0)] : void 0x0, _0x11b539 = typeof _0x4c6939['threadNumber'] === _0x2c9a51(_0x542703._0x40f11a) && Number[_0x2c9a51(0xa7)](_0x4c6939['threadNumber']) ? _0x4c6939[_0x2c9a51(_0x542703._0x5bd9c1)] : void 0x0, _0x5befa1 = Boolean(_0x3f9913 && (!_0x14587f || _0x5e0c2a[_0x2c9a51(_0x542703._0x2e9bbc)] !== _0x14587f)), _0x5a659e = _0x5befa1 ? _0xdac3bd + ':' + _0x3f9913 : _0xdac3bd, _0x4a8c0b = _0x4b61a1[_0x2c9a51(0xf5)](_0x5a659e) ?? {
|
|
1341
1340
|
'aggregateIds': [],
|
|
1342
|
-
'channelId':
|
|
1341
|
+
'channelId': _0xdac3bd,
|
|
1343
1342
|
'entries': new Map(),
|
|
1344
|
-
'isThreadReply':
|
|
1345
|
-
'rootMessageId':
|
|
1346
|
-
'threadNumber':
|
|
1347
|
-
'threadId':
|
|
1343
|
+
'isThreadReply': _0x5befa1,
|
|
1344
|
+
'rootMessageId': _0x14587f,
|
|
1345
|
+
'threadNumber': _0x11b539,
|
|
1346
|
+
'threadId': _0x5befa1 ? _0x3f9913 : void 0x0
|
|
1348
1347
|
};
|
|
1349
|
-
|
|
1350
|
-
'payloadJson':
|
|
1351
|
-
'seq':
|
|
1352
|
-
}),
|
|
1348
|
+
_0x4a8c0b[_0x2c9a51(0x141)] == null && _0x11b539 != null && (_0x4a8c0b['threadNumber'] = _0x11b539), !_0x4a8c0b[_0x2c9a51(0x194)] && _0x14587f && (_0x4a8c0b[_0x2c9a51(0x194)] = _0x14587f), _0x4a8c0b['aggregateIds'][_0x2c9a51(_0x542703._0x55af8f)](_0x5e0c2a['aggregateId']), _0x4a8c0b['entries']['set'](_0x5e0c2a[_0x2c9a51(_0x542703._0x2e9bbc)], {
|
|
1349
|
+
'payloadJson': _0x5e0c2a[_0x2c9a51(0x9b)],
|
|
1350
|
+
'seq': _0x5e0c2a[_0x2c9a51(_0x542703._0x955963)]
|
|
1351
|
+
}), _0x4b61a1['set'](_0x5a659e, _0x4a8c0b);
|
|
1353
1352
|
}
|
|
1354
|
-
const
|
|
1355
|
-
for (const
|
|
1353
|
+
const _0x5738dd = [];
|
|
1354
|
+
for (const _0x57099c of _0x4b61a1[_0x2c9a51(_0x542703._0x274605)]()) {
|
|
1356
1355
|
const {
|
|
1357
|
-
channelId:
|
|
1358
|
-
threadId:
|
|
1359
|
-
rootMessageId:
|
|
1360
|
-
threadNumber:
|
|
1361
|
-
aggregateIds:
|
|
1362
|
-
isThreadReply:
|
|
1363
|
-
entries:
|
|
1364
|
-
} =
|
|
1365
|
-
'channelTarget':
|
|
1366
|
-
'rootMessageId':
|
|
1367
|
-
'threadId':
|
|
1368
|
-
'threadNumber':
|
|
1369
|
-
},
|
|
1370
|
-
'channelId':
|
|
1371
|
-
'channelTarget':
|
|
1372
|
-
'limit': Math[
|
|
1373
|
-
'threadId':
|
|
1374
|
-
}),
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
])),
|
|
1378
|
-
for (const
|
|
1379
|
-
if (!
|
|
1356
|
+
channelId: _0x9497ee,
|
|
1357
|
+
threadId: _0x44597a,
|
|
1358
|
+
rootMessageId: _0x2489fa,
|
|
1359
|
+
threadNumber: _0x3f5252,
|
|
1360
|
+
aggregateIds: _0x3292ed,
|
|
1361
|
+
isThreadReply: _0x2ea69c,
|
|
1362
|
+
entries: _0x2b4c7d
|
|
1363
|
+
} = _0x57099c, _0x4a9211 = _0x1ee570[_0x2c9a51(_0x542703._0x45be6b)](_0x9497ee), _0x620971 = _0x4a9211?.['name'] ?? _0x9497ee, _0x1dce90 = _0x4a9211?.[_0x2c9a51(_0x542703._0x359882)] === 'dm' ? _0x2c9a51(_0x542703._0x4aec56) + _0x620971 : '#' + _0x620971, _0x552d16 = {
|
|
1364
|
+
'channelTarget': _0x1dce90,
|
|
1365
|
+
'rootMessageId': _0x2489fa,
|
|
1366
|
+
'threadId': _0x44597a,
|
|
1367
|
+
'threadNumber': _0x3f5252
|
|
1368
|
+
}, _0x2bc9cd = await _0x250aea({
|
|
1369
|
+
'channelId': _0x9497ee,
|
|
1370
|
+
'channelTarget': _0x1dce90,
|
|
1371
|
+
'limit': Math[_0x2c9a51(0x1a3)](_0x3292ed[_0x2c9a51(0x1e3)], 0x32),
|
|
1372
|
+
'threadId': _0x44597a
|
|
1373
|
+
}), _0x1c7a2a = new Map(_0x2bc9cd['messages'][_0x2c9a51(0x1ca)](_0x273d65 => [
|
|
1374
|
+
_0x273d65[_0x2c9a51(0x211)],
|
|
1375
|
+
_0x273d65
|
|
1376
|
+
])), _0x50e4cf = _0x44597a ? _0x2e94e1(_0x552d16) : _0x1dce90, _0x2decfc = _0x43471a ? _0x2ea69c && _0x21caee(_0x43471a, _0x552d16) : !![], _0xbac766 = _0x2ea69c ? _0x2decfc && _0x43471a ? _0x43471a : _0x50e4cf : _0x1dce90;
|
|
1377
|
+
for (const _0x421716 of _0x3292ed) {
|
|
1378
|
+
if (!_0x2decfc)
|
|
1380
1379
|
continue;
|
|
1381
|
-
const
|
|
1382
|
-
if (
|
|
1380
|
+
const _0x37822c = _0x2b4c7d[_0x2c9a51(0xf5)](_0x421716), _0x10953d = _0x37822c ? asRecord(_0x37822c[_0x2c9a51(0x9b)]) : void 0x0, _0x110bf6 = _0x10953d?.['taskDeliveryMode'] === _0x2c9a51(_0x542703._0x55d56c);
|
|
1381
|
+
if (_0x1099b7 && _0x110bf6)
|
|
1383
1382
|
continue;
|
|
1384
|
-
const
|
|
1385
|
-
if (
|
|
1386
|
-
|
|
1387
|
-
'attachments':
|
|
1388
|
-
'content':
|
|
1389
|
-
'createdAt':
|
|
1390
|
-
...
|
|
1391
|
-
'messageId':
|
|
1392
|
-
'senderName':
|
|
1393
|
-
'senderType':
|
|
1394
|
-
'target':
|
|
1395
|
-
...
|
|
1383
|
+
const _0x486d1f = _0x1c7a2a[_0x2c9a51(0xf5)](_0x421716);
|
|
1384
|
+
if (_0x486d1f) {
|
|
1385
|
+
_0x5738dd[_0x2c9a51(0x1aa)]({
|
|
1386
|
+
'attachments': _0x486d1f[_0x2c9a51(_0x542703._0x3102c1)],
|
|
1387
|
+
'content': _0x486d1f[_0x2c9a51(0x119)],
|
|
1388
|
+
'createdAt': _0x486d1f[_0x2c9a51(_0x542703._0x2c0ec5)],
|
|
1389
|
+
..._0x486d1f['kind'] ? { 'kind': _0x486d1f[_0x2c9a51(_0x542703._0x359882)] } : {},
|
|
1390
|
+
'messageId': _0x486d1f[_0x2c9a51(_0x542703._0x5a0b79)],
|
|
1391
|
+
'senderName': _0x486d1f['senderName'],
|
|
1392
|
+
'senderType': _0x486d1f[_0x2c9a51(0x134)],
|
|
1393
|
+
'target': _0xbac766,
|
|
1394
|
+
..._0x110bf6 ? { 'targetedTask': !![] } : {}
|
|
1396
1395
|
});
|
|
1397
1396
|
continue;
|
|
1398
1397
|
}
|
|
1399
|
-
if (
|
|
1400
|
-
const
|
|
1401
|
-
|
|
1398
|
+
if (_0x37822c) {
|
|
1399
|
+
const _0x1f8230 = typeof _0x10953d?.[_0x2c9a51(_0x542703._0x322ecc)] === _0x2c9a51(_0x542703._0x512266) ? _0x10953d[_0x2c9a51(0x1cc)] : '', _0x8031b0 = typeof _0x10953d?.[_0x2c9a51(0x1a5)] === _0x2c9a51(_0x542703._0x13f801) ? _0x10953d[_0x2c9a51(0x1a5)] : '', _0xe8bd79 = typeof _0x10953d?.[_0x2c9a51(0x8d)] === _0x2c9a51(0x179) && _0x10953d[_0x2c9a51(0x8d)] !== _0x2c9a51(_0x542703._0x52d6e3) ? _0x10953d[_0x2c9a51(0x8d)] : void 0x0;
|
|
1400
|
+
_0x1f8230 && _0x8031b0 && _0x5738dd['push']({
|
|
1402
1401
|
'attachments': [],
|
|
1403
|
-
'content':
|
|
1402
|
+
'content': _0x8031b0,
|
|
1404
1403
|
'createdAt': new Date()['toISOString'](),
|
|
1405
|
-
...
|
|
1406
|
-
'messageId':
|
|
1407
|
-
'senderName':
|
|
1408
|
-
'senderType':
|
|
1409
|
-
'target':
|
|
1410
|
-
...
|
|
1404
|
+
..._0xe8bd79 ? { 'kind': _0xe8bd79 } : {},
|
|
1405
|
+
'messageId': _0x421716,
|
|
1406
|
+
'senderName': _0x3806e4(_0x1f8230, _0x108fb5),
|
|
1407
|
+
'senderType': _0x4b6a6b(_0x1f8230, _0x108fb5),
|
|
1408
|
+
'target': _0xbac766,
|
|
1409
|
+
..._0x110bf6 ? { 'targetedTask': !![] } : {}
|
|
1411
1410
|
});
|
|
1412
1411
|
}
|
|
1413
1412
|
}
|
|
1414
1413
|
}
|
|
1415
|
-
if (
|
|
1416
|
-
if (
|
|
1417
|
-
await
|
|
1414
|
+
if (_0x3b1629 > 0x0) {
|
|
1415
|
+
if (_0x5a0b14)
|
|
1416
|
+
await _0x37c3f0(_0x3b1629);
|
|
1418
1417
|
else
|
|
1419
|
-
|
|
1418
|
+
_0xcd6b3e && await _0x2f91eb(_0x3b1629);
|
|
1420
1419
|
}
|
|
1421
|
-
return
|
|
1420
|
+
return _0x3b1629 > _0x5e0ccd && (_0x5e0ccd = _0x3b1629), { 'messages': _0x43471a ? _0x5738dd : _0x1099b7 ? _0x5738dd[_0x2c9a51(_0x542703._0x368d74)](_0x1d22f4 => _0x1d22f4['targetedTask'] !== !![]) : _0x5738dd };
|
|
1422
1421
|
}
|
|
1423
1422
|
};
|
|
1424
1423
|
}
|
|
1425
|
-
function toLocalTime(
|
|
1426
|
-
const
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1424
|
+
function toLocalTime(_0x171438) {
|
|
1425
|
+
const _0x167064 = {
|
|
1426
|
+
_0x4a02c3: 0x9c,
|
|
1427
|
+
_0x146972: 0x17d,
|
|
1428
|
+
_0x2b36f1: 0x94,
|
|
1429
|
+
_0x55f268: 0xfe,
|
|
1430
|
+
_0x54c505: 0x1a7,
|
|
1431
|
+
_0x32176c: 0x1de
|
|
1432
|
+
}, _0x2b23b6 = _0x5f0bcb, _0x144c2b = new Date(_0x171438);
|
|
1433
|
+
if (Number[_0x2b23b6(0x109)](_0x144c2b[_0x2b23b6(_0x167064._0x4a02c3)]()))
|
|
1434
|
+
return _0x171438;
|
|
1435
|
+
const _0x90ee3e = _0x2d2a0f => String(_0x2d2a0f)[_0x2b23b6(0x1ff)](0x2, '0');
|
|
1436
|
+
return _0x144c2b[_0x2b23b6(0x18a)]() + '-' + _0x90ee3e(_0x144c2b[_0x2b23b6(_0x167064._0x146972)]() + 0x1) + '-' + _0x90ee3e(_0x144c2b[_0x2b23b6(_0x167064._0x2b36f1)]()) + '\x20' + _0x90ee3e(_0x144c2b[_0x2b23b6(_0x167064._0x55f268)]()) + ':' + _0x90ee3e(_0x144c2b[_0x2b23b6(_0x167064._0x54c505)]()) + ':' + _0x90ee3e(_0x144c2b[_0x2b23b6(_0x167064._0x32176c)]());
|
|
1437
1437
|
}
|
|
1438
|
-
function formatAttachmentSuffix(
|
|
1439
|
-
const
|
|
1440
|
-
|
|
1438
|
+
function formatAttachmentSuffix(_0x59d2d9) {
|
|
1439
|
+
const _0xed245f = {
|
|
1440
|
+
_0xcb393b: 0x104,
|
|
1441
|
+
_0x175975: 0x1ca
|
|
1442
|
+
}, _0x1703ca = _0x5f0bcb;
|
|
1443
|
+
if (!_0x59d2d9 || _0x59d2d9[_0x1703ca(0x1e3)] === 0x0)
|
|
1441
1444
|
return '';
|
|
1442
|
-
return '\x20[' +
|
|
1445
|
+
return '\x20[' + _0x59d2d9[_0x1703ca(0x1e3)] + _0x1703ca(_0xed245f._0xcb393b) + (_0x59d2d9[_0x1703ca(0x1e3)] > 0x1 ? 's' : '') + ':\x20' + _0x59d2d9[_0x1703ca(_0xed245f._0x175975)](_0x4f4360 => _0x4f4360[_0x1703ca(0x156)] + _0x1703ca(0x202) + _0x4f4360['id'] + ')')[_0x1703ca(0x149)](',\x20') + _0x1703ca(0x168);
|
|
1443
1446
|
}
|
|
1444
|
-
function formatCheckMessages(
|
|
1445
|
-
const
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
return _0x5970eb(_0x1e8595._0x20734c);
|
|
1457
|
-
return _0x317563['map'](_0x3d6080 => {
|
|
1458
|
-
const _0x31eb28 = _0x5970eb, _0x37a176 = _0x3d6080[_0x31eb28(_0x27b13e._0x570aee)] === _0x31eb28(0x161) ? _0x31eb28(0xd2) : '', _0x4c598e = _0x3d6080[_0x31eb28(0x10e)] && _0x3d6080[_0x31eb28(_0x27b13e._0x418cd8)] !== _0x31eb28(_0x27b13e._0x229fff) ? _0x31eb28(0x16d) + _0x3d6080[_0x31eb28(0x10e)] : '';
|
|
1459
|
-
return _0x31eb28(0xe6) + _0x3d6080[_0x31eb28(_0x27b13e._0x231e04)] + _0x31eb28(_0x27b13e._0x486e3b) + _0x3d6080[_0x31eb28(0x19b)][_0x31eb28(_0x27b13e._0x2056f0)](0x0, 0x8) + _0x31eb28(_0x27b13e._0x44646d) + toLocalTime(_0x3d6080[_0x31eb28(0x15d)]) + _0x37a176 + _0x4c598e + _0x31eb28(_0x27b13e._0x478097) + _0x3d6080['senderName'] + ':\x20' + _0x3d6080[_0x31eb28(0x1c8)] + formatAttachmentSuffix(_0x3d6080['attachments']);
|
|
1460
|
-
})[_0x5970eb(0xb2)]('\x0a');
|
|
1447
|
+
function formatCheckMessages(_0x3ba56a) {
|
|
1448
|
+
const _0x57ce59 = { _0x2e1812: 0xd6 }, _0x42b93f = {
|
|
1449
|
+
_0x4786df: 0x147,
|
|
1450
|
+
_0x1ae937: 0x8d,
|
|
1451
|
+
_0x4bd7cc: 0xfd
|
|
1452
|
+
}, _0x1b7062 = _0x5f0bcb;
|
|
1453
|
+
if (_0x3ba56a['length'] === 0x0)
|
|
1454
|
+
return _0x1b7062(_0x57ce59._0x2e1812);
|
|
1455
|
+
return _0x3ba56a['map'](_0x1ea55f => {
|
|
1456
|
+
const _0x42fe17 = _0x1b7062, _0xcc96cb = _0x1ea55f['senderType'] === _0x42fe17(_0x42b93f._0x4786df) ? _0x42fe17(0x1ae) : '', _0x3a1015 = _0x1ea55f[_0x42fe17(_0x42b93f._0x1ae937)] && _0x1ea55f[_0x42fe17(0x8d)] !== 'chat' ? _0x42fe17(0x1d4) + _0x1ea55f[_0x42fe17(0x8d)] : '';
|
|
1457
|
+
return _0x42fe17(_0x42b93f._0x4bd7cc) + _0x1ea55f[_0x42fe17(0x14e)] + '\x20msg=' + _0x1ea55f['messageId'][_0x42fe17(0xd0)](0x0, 0x8) + _0x42fe17(0x11b) + toLocalTime(_0x1ea55f['createdAt']) + _0xcc96cb + _0x3a1015 + _0x42fe17(0x184) + _0x1ea55f['senderName'] + ':\x20' + _0x1ea55f[_0x42fe17(0x119)] + formatAttachmentSuffix(_0x1ea55f['attachments']);
|
|
1458
|
+
})[_0x1b7062(0x149)]('\x0a');
|
|
1461
1459
|
}
|
|
1462
|
-
function formatHistory(
|
|
1463
|
-
const
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
return '##\x20Message\x20History\x20for\x20' + _0x10fa97[_0x56f4fa(_0x1cfddc._0x225eb5)] + '\x20(' + _0x10fa97[_0x56f4fa(0x1cd)][_0x56f4fa(_0x1cfddc._0x4a6249)] + _0x56f4fa(0x1a0) + _0x561617 + _0x5714a1;
|
|
1460
|
+
function formatHistory(_0x1a4caa) {
|
|
1461
|
+
const _0x175865 = {
|
|
1462
|
+
_0x2d4cff: 0x19c,
|
|
1463
|
+
_0x2946b8: 0x149,
|
|
1464
|
+
_0x2eaa7d: 0x178,
|
|
1465
|
+
_0x5b7ae7: 0xec,
|
|
1466
|
+
_0x1a7d17: 0x1e3,
|
|
1467
|
+
_0x2a4cf5: 0x201,
|
|
1468
|
+
_0x469849: 0x19c,
|
|
1469
|
+
_0x15605c: 0x11c,
|
|
1470
|
+
_0x4714c1: 0x151
|
|
1471
|
+
}, _0x29792e = {
|
|
1472
|
+
_0x2c9804: 0x20c,
|
|
1473
|
+
_0x441f26: 0x11b,
|
|
1474
|
+
_0x26c2f1: 0xe0,
|
|
1475
|
+
_0xcebdca: 0x119
|
|
1476
|
+
}, _0x291e71 = _0x5f0bcb;
|
|
1477
|
+
if (_0x1a4caa[_0x291e71(0x158)][_0x291e71(0x1e3)] === 0x0)
|
|
1478
|
+
return _0x291e71(_0x175865._0x2d4cff) + _0x1a4caa['channel'] + _0x291e71(0x216);
|
|
1479
|
+
const _0x145c15 = _0x1a4caa[_0x291e71(0x158)]['map'](_0x26c060 => {
|
|
1480
|
+
const _0x340292 = _0x291e71, _0x2db0d0 = _0x26c060[_0x340292(0x134)] === _0x340292(0x147) ? _0x340292(0x1ae) : '', _0x102606 = _0x26c060['kind'] && _0x26c060['kind'] !== _0x340292(_0x29792e._0x2c9804) ? '\x20kind=' + _0x26c060[_0x340292(0x8d)] : '';
|
|
1481
|
+
return _0x340292(0x12c) + _0x26c060[_0x340292(0x1dd)] + _0x340292(0x212) + _0x26c060[_0x340292(0x211)] + _0x340292(_0x29792e._0x441f26) + toLocalTime(_0x26c060[_0x340292(_0x29792e._0x26c2f1)]) + _0x2db0d0 + _0x102606 + ']\x20@' + _0x26c060[_0x340292(0xc2)] + ':\x20' + _0x26c060[_0x340292(_0x29792e._0xcebdca)] + formatAttachmentSuffix(_0x26c060[_0x340292(0x136)]);
|
|
1482
|
+
})[_0x291e71(_0x175865._0x2946b8)]('\x0a'), _0x4e6ac5 = _0x1a4caa[_0x291e71(_0x175865._0x2eaa7d)] && _0x1a4caa[_0x291e71(_0x175865._0x5b7ae7)] ? _0x291e71(0x1c3) + _0x1a4caa[_0x291e71(0x158)][_0x291e71(_0x175865._0x1a7d17)] + _0x291e71(0xa0) + _0x1a4caa['nextCursor'] + _0x291e71(_0x175865._0x2a4cf5) : '';
|
|
1483
|
+
return _0x291e71(_0x175865._0x469849) + _0x1a4caa[_0x291e71(_0x175865._0x15605c)] + '\x20(' + _0x1a4caa[_0x291e71(0x158)][_0x291e71(_0x175865._0x1a7d17)] + _0x291e71(_0x175865._0x4714c1) + _0x145c15 + _0x4e6ac5;
|
|
1487
1484
|
}
|
|
1488
|
-
function formatServerDirectory(
|
|
1489
|
-
const
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
_0x314689: 0xbc,
|
|
1494
|
-
_0xd749fd: 0xbc,
|
|
1495
|
-
_0x23b0e0: 0x166,
|
|
1496
|
-
_0x30cb05: 0x16a,
|
|
1497
|
-
_0x26a7e5: 0x1b6,
|
|
1498
|
-
_0xa2f5ca: 0xb2
|
|
1499
|
-
}, _0x230a53 = _0x1a8139, _0x17f0e9 = _0x2dac08['channels'][_0x230a53(_0x1e27e1._0x26add5)] > 0x0 ? _0x2dac08[_0x230a53(_0x1e27e1._0x4100ad)][_0x230a53(_0x1e27e1._0x438f35)](_0x5b31a3 => _0x5b31a3[_0x230a53(0x1ee)] ? _0x230a53(0x142) + _0x5b31a3[_0x230a53(0x202)] + '\x20—\x20' + _0x5b31a3[_0x230a53(0x1ee)] : _0x230a53(0x142) + _0x5b31a3[_0x230a53(0x202)])['join']('\x0a') : _0x230a53(0x16a), _0x137e89 = _0x2dac08[_0x230a53(_0x1e27e1._0x314689)]['length'] > 0x0 ? _0x2dac08[_0x230a53(_0x1e27e1._0xd749fd)][_0x230a53(_0x1e27e1._0x23b0e0)](_0x238de9 => _0x230a53(0x1c1) + _0x238de9[_0x230a53(0x202)])[_0x230a53(0xb2)]('\x0a') : _0x230a53(_0x1e27e1._0x30cb05), _0x1aff47 = _0x2dac08[_0x230a53(_0x1e27e1._0x26a7e5)][_0x230a53(0x1e0)] > 0x0 ? _0x2dac08[_0x230a53(0x1b6)][_0x230a53(0x166)](_0x2c3972 => _0x230a53(0x1c1) + _0x2c3972[_0x230a53(0x202)])[_0x230a53(_0x1e27e1._0xa2f5ca)]('\x0a') : _0x230a53(0x16a);
|
|
1485
|
+
function formatServerDirectory(_0x1082d0) {
|
|
1486
|
+
const _0x9b67d7 = {
|
|
1487
|
+
_0x1d5f75: 0x15e,
|
|
1488
|
+
_0x215259: 0x1ca
|
|
1489
|
+
}, _0x81608b = _0x5f0bcb, _0x47d682 = _0x1082d0['channels']['length'] > 0x0 ? _0x1082d0['channels'][_0x81608b(0x1ca)](_0x2d52dc => _0x2d52dc['description'] ? '-\x20#' + _0x2d52dc[_0x81608b(0x123)] + _0x81608b(0x144) + _0x2d52dc[_0x81608b(0x20e)] : '-\x20#' + _0x2d52dc['name'])[_0x81608b(0x149)]('\x0a') : _0x81608b(_0x9b67d7._0x1d5f75), _0x1dbde3 = _0x1082d0[_0x81608b(0x1e9)][_0x81608b(0x1e3)] > 0x0 ? _0x1082d0[_0x81608b(0x1e9)][_0x81608b(0x1ca)](_0x32387c => _0x81608b(0xb7) + _0x32387c[_0x81608b(0x123)])[_0x81608b(0x149)]('\x0a') : _0x81608b(0x15e), _0x52b501 = _0x1082d0[_0x81608b(0x193)]['length'] > 0x0 ? _0x1082d0['humans'][_0x81608b(_0x9b67d7._0x215259)](_0x3cf07f => _0x81608b(0xb7) + _0x3cf07f[_0x81608b(0x123)])[_0x81608b(0x149)]('\x0a') : '(none)';
|
|
1500
1490
|
return [
|
|
1501
|
-
|
|
1491
|
+
_0x81608b(0x82) + _0x1082d0[_0x81608b(0x12a)],
|
|
1502
1492
|
'',
|
|
1503
|
-
|
|
1504
|
-
|
|
1493
|
+
_0x81608b(0x1f3),
|
|
1494
|
+
_0x47d682,
|
|
1505
1495
|
'',
|
|
1506
1496
|
'###\x20Agents',
|
|
1507
|
-
|
|
1497
|
+
_0x1dbde3,
|
|
1508
1498
|
'',
|
|
1509
1499
|
'###\x20Humans',
|
|
1510
|
-
|
|
1511
|
-
][
|
|
1500
|
+
_0x52b501
|
|
1501
|
+
]['join']('\x0a');
|
|
1512
1502
|
}
|
|
1513
|
-
function formatUploadResult(
|
|
1514
|
-
const
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
_0x44d5f7: 0x167
|
|
1520
|
-
}, _0x4c273a = _0x1a8139;
|
|
1521
|
-
return 'File\x20uploaded:\x20' + _0x1a9d87[_0x4c273a(_0x4631f5._0x562cbd)] + '\x20(' + (_0x1a9d87[_0x4c273a(_0x4631f5._0x57b8f0)] / 0x400)[_0x4c273a(_0x4631f5._0x2acf11)](0x1) + 'KB)\x0aAttachment\x20ID:\x20' + _0x1a9d87[_0x4c273a(_0x4631f5._0x16e9c7)] + _0x4c273a(_0x4631f5._0x44d5f7);
|
|
1503
|
+
function formatUploadResult(_0x3cede0) {
|
|
1504
|
+
const _0x19048d = {
|
|
1505
|
+
_0x3b667e: 0x118,
|
|
1506
|
+
_0x399b24: 0x18c
|
|
1507
|
+
}, _0x1d2b73 = _0x5f0bcb;
|
|
1508
|
+
return _0x1d2b73(0x1bd) + _0x3cede0[_0x1d2b73(0x156)] + '\x20(' + (_0x3cede0[_0x1d2b73(0x14f)] / 0x400)[_0x1d2b73(_0x19048d._0x3b667e)](0x1) + 'KB)\x0aAttachment\x20ID:\x20' + _0x3cede0[_0x1d2b73(_0x19048d._0x399b24)] + '\x0a\x0aUse\x20this\x20ID\x20in\x20send_message\x27s\x20attachment_ids\x20parameter\x20to\x20include\x20it\x20in\x20a\x20message.';
|
|
1522
1509
|
}
|
|
1523
|
-
function formatViewFileResult(
|
|
1524
|
-
const
|
|
1525
|
-
return
|
|
1510
|
+
function formatViewFileResult(_0x1d1948, _0x5f3df3) {
|
|
1511
|
+
const _0x2a1bef = { _0x23b8e9: 0x1cd }, _0x1b1d40 = _0x5f0bcb;
|
|
1512
|
+
return _0x5f3df3 ? 'File\x20already\x20cached\x20at:\x20' + _0x1d1948 : _0x1b1d40(_0x2a1bef._0x23b8e9) + _0x1d1948;
|
|
1526
1513
|
}
|
|
1527
|
-
function formatTaskList(
|
|
1528
|
-
const
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
})[_0x29ef40(_0x4bba52._0x459eaa)]('\x0a');
|
|
1514
|
+
function formatTaskList(_0x28227d, _0x3e80d8) {
|
|
1515
|
+
const _0x27ade5 = {
|
|
1516
|
+
_0x1db134: 0x1e3,
|
|
1517
|
+
_0x14ad48: 0x1ca
|
|
1518
|
+
}, _0x59d741 = {
|
|
1519
|
+
_0x586099: 0x177,
|
|
1520
|
+
_0x3d69bd: 0x1c9,
|
|
1521
|
+
_0x184247: 0xaa,
|
|
1522
|
+
_0x5666f2: 0xa4,
|
|
1523
|
+
_0xfd4ebc: 0x198,
|
|
1524
|
+
_0x4545e5: 0x108,
|
|
1525
|
+
_0x20f506: 0xd8
|
|
1526
|
+
}, _0x17d117 = _0x5f0bcb;
|
|
1527
|
+
if (_0x28227d[_0x17d117(_0x27ade5._0x1db134)] === 0x0)
|
|
1528
|
+
return _0x17d117(0x17c);
|
|
1529
|
+
return _0x28227d[_0x17d117(_0x27ade5._0x14ad48)](_0x58baa9 => {
|
|
1530
|
+
const _0x269396 = _0x17d117, _0x44d8f4 = _0x58baa9['taskNumber'] == null ? _0x269396(0xd7) : _0x58baa9['subtaskNumber'] != null ? '#' + _0x58baa9['taskNumber'] + '.' + _0x58baa9[_0x269396(0x197)] : '#' + _0x58baa9[_0x269396(0x1c9)], _0x3dbf8b = _0x58baa9['messageId'] ? _0x269396(_0x59d741._0x586099) + _0x58baa9[_0x269396(0x211)] : '', _0xd5bf60 = _0x3e80d8 && _0x58baa9[_0x269396(0x1c9)] != null && !_0x58baa9['subtaskNumber'] && _0x3e80d8['has'](_0x58baa9[_0x269396(_0x59d741._0x3d69bd)]) ? _0x269396(0x95) : '', _0x803ef0 = _0x58baa9[_0x269396(0xa4)] != null && _0x58baa9['childrenTotal'] > 0x0 ? '\x20(' + (_0x58baa9[_0x269396(_0x59d741._0x184247)] ?? 0x0) + '/' + _0x58baa9[_0x269396(_0x59d741._0x5666f2)] + _0x269396(0x8a) : '', _0x43bce2 = _0x58baa9['assigneeName'] ? _0x269396(_0x59d741._0xfd4ebc) + _0x58baa9[_0x269396(_0x59d741._0x4545e5)] : '';
|
|
1531
|
+
return _0x44d8f4 + '\x20[' + _0x58baa9[_0x269396(_0x59d741._0x20f506)] + ']\x20' + _0x58baa9['title'] + _0x803ef0 + _0x43bce2 + _0x3dbf8b + _0xd5bf60;
|
|
1532
|
+
})['join']('\x0a');
|
|
1547
1533
|
}
|
|
1548
|
-
function formatCreatedTasks(
|
|
1549
|
-
const
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
},
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
})[_0x5b4779(_0x5f1989._0x208503)]('\x0a');
|
|
1534
|
+
function formatCreatedTasks(_0xd85062) {
|
|
1535
|
+
const _0x39eb6b = {
|
|
1536
|
+
_0x48ba85: 0x1e3,
|
|
1537
|
+
_0x5c9101: 0x149
|
|
1538
|
+
}, _0x3d798a = {
|
|
1539
|
+
_0x3bc56c: 0x1c9,
|
|
1540
|
+
_0x5efa05: 0x197,
|
|
1541
|
+
_0x3581e1: 0x211,
|
|
1542
|
+
_0x374d1e: 0x211,
|
|
1543
|
+
_0x26b43c: 0x213
|
|
1544
|
+
}, _0x16275a = _0x5f0bcb;
|
|
1545
|
+
if (_0xd85062[_0x16275a(_0x39eb6b._0x48ba85)] === 0x0)
|
|
1546
|
+
return 'No\x20tasks\x20created.';
|
|
1547
|
+
return _0xd85062[_0x16275a(0x1ca)](_0x3f8c8c => {
|
|
1548
|
+
const _0x559b41 = _0x16275a, _0x365889 = _0x3f8c8c[_0x559b41(_0x3d798a._0x3bc56c)] == null ? _0x559b41(0xd7) : _0x3f8c8c[_0x559b41(_0x3d798a._0x5efa05)] != null ? '#' + _0x3f8c8c[_0x559b41(0x1c9)] + '.' + _0x3f8c8c[_0x559b41(0x197)] : '#' + _0x3f8c8c[_0x559b41(0x1c9)], _0x547034 = _0x3f8c8c[_0x559b41(_0x3d798a._0x3581e1)] ? '\x20message=' + _0x3f8c8c[_0x559b41(_0x3d798a._0x374d1e)] : '';
|
|
1549
|
+
return _0x365889 + '\x20' + _0x3f8c8c[_0x559b41(_0x3d798a._0x26b43c)] + _0x547034;
|
|
1550
|
+
})[_0x16275a(_0x39eb6b._0x5c9101)]('\x0a');
|
|
1566
1551
|
}
|
|
1567
|
-
function formatClaimTaskLabel(
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
return _0x5e40c1 != null ? '#' + _0x24627d + '.' + _0x5e40c1 : '#' + _0x24627d;
|
|
1552
|
+
function formatClaimTaskLabel(_0x2e18d8, _0x51b03c) {
|
|
1553
|
+
if (_0x2e18d8 == null)
|
|
1554
|
+
return '(legacy)';
|
|
1555
|
+
return _0x51b03c != null ? '#' + _0x2e18d8 + '.' + _0x51b03c : '#' + _0x2e18d8;
|
|
1572
1556
|
}
|
|
1573
|
-
function formatClaimTaskResults(
|
|
1574
|
-
const
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
_0x3b9d23['workerDisposition'] ? 'workerDisposition=' + _0x3b9d23[_0x4a56d7(_0x5005b9._0x1c1d98)] : null
|
|
1607
|
-
][_0x4a56d7(_0x5005b9._0x383de6)](Boolean)['join']('\x20');
|
|
1608
|
-
return _0x521d7a + _0x4a56d7(0x204) + _0x1a88f9 + '\x20' + _0x643c77 + _0x4a56d7(0x1fe);
|
|
1557
|
+
function formatClaimTaskResults(_0x49bb2e) {
|
|
1558
|
+
const _0x4fbb07 = { _0x158c99: 0x1e3 }, _0x57d248 = {
|
|
1559
|
+
_0x3b8654: 0x211,
|
|
1560
|
+
_0x20ae8a: 0x1e4,
|
|
1561
|
+
_0x1d4ec7: 0xbb,
|
|
1562
|
+
_0x57df8a: 0x1c5,
|
|
1563
|
+
_0x38babe: 0x16c,
|
|
1564
|
+
_0x4bb6b0: 0x125,
|
|
1565
|
+
_0x3615b2: 0xc8,
|
|
1566
|
+
_0x3aa3f7: 0x1c4,
|
|
1567
|
+
_0x3d1db5: 0xd4,
|
|
1568
|
+
_0x44c4e: 0x100,
|
|
1569
|
+
_0x14d5b7: 0xe2,
|
|
1570
|
+
_0x5d421c: 0xe2,
|
|
1571
|
+
_0x2393df: 0xf6,
|
|
1572
|
+
_0x25d2e1: 0x1c9,
|
|
1573
|
+
_0x4cb0bb: 0x1c7
|
|
1574
|
+
}, _0x182d94 = _0x5f0bcb;
|
|
1575
|
+
if (_0x49bb2e[_0x182d94(_0x4fbb07._0x158c99)] === 0x0)
|
|
1576
|
+
return _0x182d94(0x210);
|
|
1577
|
+
return _0x49bb2e[_0x182d94(0x1ca)](_0x136cb6 => {
|
|
1578
|
+
const _0x4d2719 = _0x182d94;
|
|
1579
|
+
if (_0x136cb6[_0x4d2719(0x199)]) {
|
|
1580
|
+
const _0x241ba8 = formatClaimTaskLabel(_0x136cb6[_0x4d2719(0x1c9)], _0x136cb6[_0x4d2719(0x197)]), _0xfc1f8a = _0x136cb6[_0x4d2719(_0x57d248._0x3b8654)] ? '\x20message=' + _0x136cb6['messageId'] : '';
|
|
1581
|
+
if (_0x136cb6[_0x4d2719(_0x57d248._0x20ae8a)]) {
|
|
1582
|
+
const _0x4837df = [
|
|
1583
|
+
_0x4d2719(_0x57d248._0x1d4ec7),
|
|
1584
|
+
_0x136cb6[_0x4d2719(_0x57d248._0x57df8a)] ? _0x4d2719(_0x57d248._0x38babe) : null,
|
|
1585
|
+
_0x136cb6['executionMode'] ? 'executionMode=' + _0x136cb6[_0x4d2719(_0x57d248._0x4bb6b0)] : null,
|
|
1586
|
+
_0x136cb6['threadTarget'] ? _0x4d2719(_0x57d248._0x3615b2) + _0x136cb6[_0x4d2719(0x1bc)] : null,
|
|
1587
|
+
_0x136cb6[_0x4d2719(0x20a)] ? _0x4d2719(0x138) + _0x136cb6[_0x4d2719(0x20a)] : null
|
|
1588
|
+
][_0x4d2719(_0x57d248._0x3aa3f7)](Boolean)[_0x4d2719(0x149)]('\x20');
|
|
1589
|
+
return _0x241ba8 + _0x4d2719(_0x57d248._0x3d1db5) + _0xfc1f8a + '\x20' + _0x4837df + _0x4d2719(_0x57d248._0x44c4e);
|
|
1609
1590
|
}
|
|
1610
|
-
if (
|
|
1611
|
-
return
|
|
1612
|
-
const
|
|
1613
|
-
return
|
|
1591
|
+
if (_0x136cb6[_0x4d2719(_0x57d248._0x4bb6b0)] === _0x4d2719(0x83))
|
|
1592
|
+
return _0x241ba8 + _0x4d2719(_0x57d248._0x3d1db5) + _0xfc1f8a + _0x4d2719(0xf1);
|
|
1593
|
+
const _0x320820 = _0x136cb6[_0x4d2719(_0x57d248._0x14d5b7)] ? _0x4d2719(0xe4) + _0x136cb6[_0x4d2719(_0x57d248._0x5d421c)] : '';
|
|
1594
|
+
return _0x241ba8 + '\x20claimed' + _0xfc1f8a + _0x320820;
|
|
1614
1595
|
}
|
|
1615
|
-
const
|
|
1616
|
-
return
|
|
1617
|
-
})[
|
|
1596
|
+
const _0x2b7d70 = _0x136cb6['taskNumber'] == null ? _0x136cb6['messageId'] ?? _0x4d2719(_0x57d248._0x2393df) : formatClaimTaskLabel(_0x136cb6[_0x4d2719(_0x57d248._0x25d2e1)], _0x136cb6[_0x4d2719(0x197)]);
|
|
1597
|
+
return _0x2b7d70 + _0x4d2719(0x1d1) + (_0x136cb6[_0x4d2719(0x96)] ?? _0x4d2719(_0x57d248._0x4cb0bb));
|
|
1598
|
+
})[_0x182d94(0x149)]('\x0a');
|
|
1618
1599
|
}
|
|
1619
|
-
function formatUnclaimTaskResult(
|
|
1620
|
-
const
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
},
|
|
1625
|
-
return
|
|
1600
|
+
function formatUnclaimTaskResult(_0x43cdca) {
|
|
1601
|
+
const _0x4b146b = {
|
|
1602
|
+
_0xce2125: 0x1c9,
|
|
1603
|
+
_0x42e77b: 0x197,
|
|
1604
|
+
_0x5016bc: 0xd8
|
|
1605
|
+
}, _0x21b9b8 = _0x5f0bcb, _0x272827 = _0x43cdca[_0x21b9b8(_0x4b146b._0xce2125)] == null ? _0x21b9b8(0xd7) : _0x43cdca[_0x21b9b8(_0x4b146b._0x42e77b)] != null ? '#' + _0x43cdca[_0x21b9b8(0x1c9)] + '.' + _0x43cdca[_0x21b9b8(_0x4b146b._0x42e77b)] : '#' + _0x43cdca[_0x21b9b8(_0x4b146b._0xce2125)];
|
|
1606
|
+
return _0x272827 + '\x20status=' + _0x43cdca[_0x21b9b8(_0x4b146b._0x5016bc)];
|
|
1626
1607
|
}
|
|
1627
|
-
function formatUpdateTaskStatusResult(
|
|
1628
|
-
const
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
if (_0x1c4d96[_0x54095c(0xba)] !== _0x54095c(0x155))
|
|
1633
|
-
return _0x2d9fd9;
|
|
1634
|
-
return _0x2d9fd9 + '\x0aIf\x20your\x20memory\x20or\x20channel\x20rules\x20require\x20review,\x20send\x20a\x20message\x20mentioning\x20the\x20reviewer\x20before\x20parking.';
|
|
1608
|
+
function formatUpdateTaskStatusResult(_0x2acfea) {
|
|
1609
|
+
const _0x24dffa = { _0x10b58c: 0xd8 }, _0x3be255 = _0x5f0bcb, _0x6107f9 = _0x2acfea['taskNumber'] == null ? _0x3be255(0xd7) : _0x2acfea[_0x3be255(0x197)] != null ? '#' + _0x2acfea[_0x3be255(0x1c9)] + '.' + _0x2acfea[_0x3be255(0x197)] : '#' + _0x2acfea[_0x3be255(0x1c9)], _0xd4af27 = _0x6107f9 + _0x3be255(0x9e) + _0x2acfea[_0x3be255(_0x24dffa._0x10b58c)];
|
|
1610
|
+
if (_0x2acfea[_0x3be255(0xd8)] !== _0x3be255(0xf4))
|
|
1611
|
+
return _0xd4af27;
|
|
1612
|
+
return _0xd4af27 + '\x0aIf\x20your\x20memory\x20or\x20channel\x20rules\x20require\x20review,\x20send\x20a\x20message\x20mentioning\x20the\x20reviewer\x20before\x20parking.';
|
|
1635
1613
|
}
|
|
1636
1614
|
function getChatBridgeToolDefinitions() {
|
|
1637
|
-
const
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1615
|
+
const _0x323be8 = {
|
|
1616
|
+
_0x303966: 0x1d5,
|
|
1617
|
+
_0xb0d842: 0x1f7,
|
|
1618
|
+
_0x58db1c: 0x20f,
|
|
1619
|
+
_0x56edb0: 0x1b9,
|
|
1620
|
+
_0x13658e: 0x188,
|
|
1621
|
+
_0x2f0efa: 0xe9,
|
|
1622
|
+
_0x4c5ee4: 0x16a,
|
|
1623
|
+
_0x2f0fe5: 0xce,
|
|
1624
|
+
_0x23ff17: 0x1b7
|
|
1625
|
+
}, _0x35a970 = _0x5f0bcb;
|
|
1645
1626
|
return [
|
|
1646
|
-
{ 'name':
|
|
1647
|
-
{ 'name':
|
|
1648
|
-
{ 'name':
|
|
1649
|
-
{ 'name':
|
|
1650
|
-
{ 'name':
|
|
1651
|
-
{ 'name':
|
|
1652
|
-
{ 'name':
|
|
1653
|
-
{ 'name':
|
|
1654
|
-
{ 'name':
|
|
1655
|
-
{ 'name':
|
|
1656
|
-
{ 'name':
|
|
1657
|
-
{ 'name':
|
|
1658
|
-
{ 'name':
|
|
1659
|
-
{ 'name':
|
|
1660
|
-
{ 'name':
|
|
1627
|
+
{ 'name': _0x35a970(_0x323be8._0x303966) },
|
|
1628
|
+
{ 'name': 'check_messages' },
|
|
1629
|
+
{ 'name': _0x35a970(_0x323be8._0xb0d842) },
|
|
1630
|
+
{ 'name': _0x35a970(_0x323be8._0x58db1c) },
|
|
1631
|
+
{ 'name': _0x35a970(_0x323be8._0x56edb0) },
|
|
1632
|
+
{ 'name': _0x35a970(_0x323be8._0x13658e) },
|
|
1633
|
+
{ 'name': 'list_tasks' },
|
|
1634
|
+
{ 'name': 'create_tasks' },
|
|
1635
|
+
{ 'name': _0x35a970(0x133) },
|
|
1636
|
+
{ 'name': _0x35a970(_0x323be8._0x2f0efa) },
|
|
1637
|
+
{ 'name': _0x35a970(_0x323be8._0x4c5ee4) },
|
|
1638
|
+
{ 'name': _0x35a970(_0x323be8._0x2f0fe5) },
|
|
1639
|
+
{ 'name': 'park_worker' },
|
|
1640
|
+
{ 'name': _0x35a970(_0x323be8._0x23ff17) },
|
|
1641
|
+
{ 'name': _0x35a970(0x1b8) }
|
|
1661
1642
|
];
|
|
1662
1643
|
}
|
|
1663
|
-
function createChatBridgeHandlers(
|
|
1664
|
-
const
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
},
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
},
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
},
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
},
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
if (!_0x6525b1[_0x4d2824(_0x346ff8._0x3621de)])
|
|
1644
|
+
function createChatBridgeHandlers(_0x208103) {
|
|
1645
|
+
const _0x2e27b0 = { _0x41bbe2: 0x9f }, _0x2d78b3 = {
|
|
1646
|
+
_0x2daf42: 0x9a,
|
|
1647
|
+
_0x203c84: 0x96
|
|
1648
|
+
}, _0x2c9bdc = {
|
|
1649
|
+
_0x4243ac: 0x9a,
|
|
1650
|
+
_0x14e2f4: 0x1ee,
|
|
1651
|
+
_0x4eecb8: 0x9a,
|
|
1652
|
+
_0x2f96e8: 0x110,
|
|
1653
|
+
_0x3377bc: 0x215,
|
|
1654
|
+
_0x15a5a2: 0x1b3
|
|
1655
|
+
}, _0x300ecf = {
|
|
1656
|
+
_0x2e18e3: 0x9a,
|
|
1657
|
+
_0x345637: 0xe5,
|
|
1658
|
+
_0x5a5f5b: 0x1ba,
|
|
1659
|
+
_0x11c3e6: 0x1f0,
|
|
1660
|
+
_0x2724d4: 0xef,
|
|
1661
|
+
_0x1ebb22: 0x1d0,
|
|
1662
|
+
_0x249415: 0xb0
|
|
1663
|
+
}, _0x3a7932 = {
|
|
1664
|
+
_0x2631cb: 0xe5,
|
|
1665
|
+
_0x2db627: 0x215,
|
|
1666
|
+
_0x38fbe4: 0xcb,
|
|
1667
|
+
_0x133c09: 0xef,
|
|
1668
|
+
_0x21dd72: 0x1fc
|
|
1669
|
+
}, _0x304402 = {
|
|
1670
|
+
_0x590a7d: 0x1c1,
|
|
1671
|
+
_0x59796a: 0x1fe,
|
|
1672
|
+
_0x27a34a: 0xde,
|
|
1673
|
+
_0x2576b9: 0x1c1
|
|
1674
|
+
}, _0x4a8f7b = {
|
|
1675
|
+
_0x475274: 0xe9,
|
|
1676
|
+
_0x4dfca8: 0x1fe
|
|
1677
|
+
}, _0x418ba7 = {
|
|
1678
|
+
_0x499140: 0x11c,
|
|
1679
|
+
_0x2e44d1: 0x154,
|
|
1680
|
+
_0x21531d: 0xfc
|
|
1681
|
+
}, _0x14bfa0 = {
|
|
1682
|
+
_0x11d4aa: 0x11c,
|
|
1683
|
+
_0x577680: 0x10e
|
|
1684
|
+
}, _0x4b09d3 = {
|
|
1685
|
+
_0x46ae09: 0x1fe,
|
|
1686
|
+
_0x159f4f: 0x18b,
|
|
1687
|
+
_0x50f82d: 0x9a,
|
|
1688
|
+
_0x6ad999: 0x9a,
|
|
1689
|
+
_0x4effdb: 0x15c,
|
|
1690
|
+
_0x592862: 0x215,
|
|
1691
|
+
_0x146e50: 0x124,
|
|
1692
|
+
_0x37f487: 0x15d,
|
|
1693
|
+
_0x5a8e4f: 0x13b,
|
|
1694
|
+
_0x5d67f7: 0xd0,
|
|
1695
|
+
_0x5e53be: 0x10e,
|
|
1696
|
+
_0x2c6cd0: 0xba,
|
|
1697
|
+
_0x4c51b0: 0x1c9
|
|
1698
|
+
}, _0x47221d = { _0x5884f2: 0xbd }, _0x3ce5d1 = {
|
|
1699
|
+
_0x3eccbc: 0x1fe,
|
|
1700
|
+
_0x10a100: 0xc5,
|
|
1701
|
+
_0x216bd2: 0x189
|
|
1702
|
+
}, _0x3c98d5 = {
|
|
1703
|
+
_0x2a4251: 0x189,
|
|
1704
|
+
_0x1bde12: 0x9a,
|
|
1705
|
+
_0x1a2329: 0xd2,
|
|
1706
|
+
_0x4d8ff3: 0x13f,
|
|
1707
|
+
_0x580100: 0x125,
|
|
1708
|
+
_0x4e1ada: 0x85,
|
|
1709
|
+
_0x4dd8b3: 0x119,
|
|
1710
|
+
_0xaf2d09: 0x16b,
|
|
1711
|
+
_0x3e1911: 0x211,
|
|
1712
|
+
_0x4ca193: 0x1c9,
|
|
1713
|
+
_0x225fed: 0x1c9,
|
|
1714
|
+
_0x585ad3: 0xd7,
|
|
1715
|
+
_0x23afa6: 0x14e,
|
|
1716
|
+
_0x3f9aba: 0x141,
|
|
1717
|
+
_0x4171a0: 0x14e,
|
|
1718
|
+
_0x58b9ee: 0xd0,
|
|
1719
|
+
_0x1e3232: 0x20d,
|
|
1720
|
+
_0x414b07: 0xfd,
|
|
1721
|
+
_0x3ff212: 0x1c2,
|
|
1722
|
+
_0x298869: 0x113,
|
|
1723
|
+
_0x11d8f9: 0x13f,
|
|
1724
|
+
_0x4a7648: 0x12e,
|
|
1725
|
+
_0x4c0496: 0x140,
|
|
1726
|
+
_0x50063a: 0x149,
|
|
1727
|
+
_0x2732cb: 0x110,
|
|
1728
|
+
_0x6181c9: 0x1d3,
|
|
1729
|
+
_0x32e70b: 0x12e,
|
|
1730
|
+
_0x209e01: 0x12d,
|
|
1731
|
+
_0x3dd939: 0x215,
|
|
1732
|
+
_0x48d9b4: 0x1d0,
|
|
1733
|
+
_0x1196c6: 0x1bf,
|
|
1734
|
+
_0x33b175: 0x10b,
|
|
1735
|
+
_0x5c86a7: 0xdb,
|
|
1736
|
+
_0x157c1a: 0xc4,
|
|
1737
|
+
_0x3242ab: 0x208,
|
|
1738
|
+
_0x21cae4: 0x1c0,
|
|
1739
|
+
_0x777ac0: 0x11a,
|
|
1740
|
+
_0x2d8d6b: 0x211
|
|
1741
|
+
}, _0x58211b = {
|
|
1742
|
+
_0x341d32: 0x9a,
|
|
1743
|
+
_0x4c2904: 0x116,
|
|
1744
|
+
_0x416b3a: 0xd8,
|
|
1745
|
+
_0x5b56ce: 0x13b
|
|
1746
|
+
}, _0x312e52 = {
|
|
1747
|
+
_0x12c506: 0x15c,
|
|
1748
|
+
_0xb5f415: 0x116,
|
|
1749
|
+
_0x4da745: 0x215
|
|
1750
|
+
}, _0x39bad7 = {
|
|
1751
|
+
_0x48bbf5: 0x9a,
|
|
1752
|
+
_0x4be45a: 0x83,
|
|
1753
|
+
_0x9b44da: 0x141,
|
|
1754
|
+
_0x452941: 0xb9,
|
|
1755
|
+
_0x5cd885: 0x211,
|
|
1756
|
+
_0x59c4d7: 0x1fe,
|
|
1757
|
+
_0xf4edaa: 0xd7,
|
|
1758
|
+
_0x32570a: 0x1c9,
|
|
1759
|
+
_0x17334f: 0x212,
|
|
1760
|
+
_0x10fe79: 0x161,
|
|
1761
|
+
_0x23009d: 0x157,
|
|
1762
|
+
_0x3a3a08: 0x119,
|
|
1763
|
+
_0x464bff: 0x140,
|
|
1764
|
+
_0x5dfc1d: 0x149,
|
|
1765
|
+
_0x2e0e8f: 0x110,
|
|
1766
|
+
_0x2cd384: 0x116,
|
|
1767
|
+
_0x3b8484: 0x12e,
|
|
1768
|
+
_0x25dacd: 0x1b6,
|
|
1769
|
+
_0x23c86a: 0x12d,
|
|
1770
|
+
_0x2b3183: 0xd9,
|
|
1771
|
+
_0x54bc7d: 0xdb,
|
|
1772
|
+
_0x42a445: 0xb5,
|
|
1773
|
+
_0x399028: 0x182
|
|
1774
|
+
}, _0x560b25 = {
|
|
1775
|
+
_0x191074: 0x1ce,
|
|
1776
|
+
_0x27fde8: 0x8b
|
|
1777
|
+
}, _0x5e3c5d = _0x5f0bcb;
|
|
1778
|
+
function _0x3ce88e(_0x4f83c2, _0x83fee5) {
|
|
1779
|
+
const _0x4f472f = _0x4544;
|
|
1780
|
+
if (!_0x208103[_0x4f472f(0x189)])
|
|
1801
1781
|
return;
|
|
1802
|
-
if (!
|
|
1803
|
-
throw new Error(
|
|
1804
|
-
if (
|
|
1805
|
-
throw new Error(
|
|
1782
|
+
if (!_0x208103['workerThreadTarget'])
|
|
1783
|
+
throw new Error(_0x4f83c2 + ':\x20worker\x20runtime\x20missing\x20workerThreadTarget;\x20cannot\x20validate\x20scope');
|
|
1784
|
+
if (_0x83fee5 !== _0x208103['workerThreadTarget'])
|
|
1785
|
+
throw new Error(_0x4f83c2 + _0x4f472f(0x1cb) + _0x208103[_0x4f472f(_0x560b25._0x191074)] + _0x4f472f(_0x560b25._0x27fde8) + _0x83fee5);
|
|
1806
1786
|
}
|
|
1807
|
-
async function
|
|
1808
|
-
const
|
|
1809
|
-
if (!
|
|
1787
|
+
async function _0x20274b(_0x143255) {
|
|
1788
|
+
const _0x4b06f9 = _0x4544;
|
|
1789
|
+
if (!_0x208103[_0x4b06f9(_0x39bad7._0x48bbf5)] || !_0x208103['agentId'] || _0x208103[_0x4b06f9(0x189)] || _0x208103[_0x4b06f9(0x1ed)] !== !![])
|
|
1810
1790
|
return null;
|
|
1811
|
-
const
|
|
1812
|
-
if (
|
|
1791
|
+
const _0x3dacde = parseTarget(_0x143255[_0x4b06f9(0x11c)]);
|
|
1792
|
+
if (_0x3dacde['kind'] !== _0x4b06f9(0x11c))
|
|
1813
1793
|
return null;
|
|
1814
|
-
if (
|
|
1815
|
-
const
|
|
1794
|
+
if (_0x143255[_0x4b06f9(0x125)] === 'main') {
|
|
1795
|
+
const _0x4d0fc1 = _0x143255['taskNumber'] == null ? '(legacy)' : '#' + _0x143255[_0x4b06f9(0x1c9)];
|
|
1816
1796
|
return {
|
|
1817
|
-
'executionMode':
|
|
1797
|
+
'executionMode': _0x4b06f9(_0x39bad7._0x4be45a),
|
|
1818
1798
|
'stopMain': ![],
|
|
1819
1799
|
'workerHandoff': ![],
|
|
1820
|
-
'workerHandoffError':
|
|
1800
|
+
'workerHandoffError': _0x4b06f9(0x162) + _0x4d0fc1 + _0x4b06f9(0xbf)
|
|
1821
1801
|
};
|
|
1822
1802
|
}
|
|
1823
|
-
const
|
|
1824
|
-
let
|
|
1803
|
+
const _0x4105e6 = _0x143255[_0x4b06f9(_0x39bad7._0x9b44da)] != null ? _0x3dacde[_0x4b06f9(_0x39bad7._0x452941)] + ':t' + _0x143255['threadNumber'] : _0x3dacde[_0x4b06f9(0xb9)] + ':' + _0x143255[_0x4b06f9(_0x39bad7._0x5cd885)];
|
|
1804
|
+
let _0x47dec3;
|
|
1825
1805
|
try {
|
|
1826
|
-
const
|
|
1827
|
-
'channel':
|
|
1806
|
+
const _0x1e3a74 = await _0x208103[_0x4b06f9(_0x39bad7._0x59c4d7)][_0x4b06f9(0x92)]({
|
|
1807
|
+
'channel': _0x4105e6,
|
|
1828
1808
|
'limit': 0x14
|
|
1829
1809
|
});
|
|
1830
|
-
|
|
1810
|
+
_0x47dec3 = _0x1e3a74['messages']['find'](_0x275a74 => _0x275a74[_0x4b06f9(0x211)] === _0x143255[_0x4b06f9(0x211)]);
|
|
1831
1811
|
} catch {
|
|
1832
|
-
|
|
1812
|
+
_0x47dec3 = void 0x0;
|
|
1833
1813
|
}
|
|
1834
|
-
const
|
|
1835
|
-
|
|
1814
|
+
const _0x28f0c1 = _0x143255[_0x4b06f9(0x1c9)] == null ? _0x4b06f9(_0x39bad7._0xf4edaa) : '#' + _0x143255[_0x4b06f9(_0x39bad7._0x32570a)], _0x3fcd7a = [
|
|
1815
|
+
_0x4b06f9(0xfd) + _0x4105e6 + _0x4b06f9(_0x39bad7._0x17334f) + _0x143255[_0x4b06f9(0x211)][_0x4b06f9(0xd0)](0x0, 0x8) + '\x20time=' + new Date()['toISOString']() + _0x4b06f9(_0x39bad7._0x10fe79) + _0x28f0c1 + _0x4b06f9(_0x39bad7._0x23009d),
|
|
1836
1816
|
'',
|
|
1837
|
-
|
|
1817
|
+
_0x47dec3 ? _0x4b06f9(0x1e2) + _0x47dec3[_0x4b06f9(_0x39bad7._0x3a3a08)] : 'Root\x20task\x20message\x20id:\x20' + _0x143255[_0x4b06f9(_0x39bad7._0x5cd885)],
|
|
1838
1818
|
'',
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
][
|
|
1842
|
-
'method':
|
|
1843
|
-
'headers': { 'Content-Type':
|
|
1844
|
-
'body': JSON[
|
|
1845
|
-
'agent_id':
|
|
1846
|
-
'thread_target':
|
|
1819
|
+
_0x4b06f9(_0x39bad7._0x464bff) + _0x4105e6,
|
|
1820
|
+
'Continue\x20execution\x20in\x20this\x20thread.\x20Use\x20read_history\x20if\x20you\x20need\x20more\x20context.'
|
|
1821
|
+
][_0x4b06f9(_0x39bad7._0x5dfc1d)]('\x0a'), _0x454938 = await fetch(_0x208103[_0x4b06f9(0x9a)] + _0x4b06f9(0xc3), {
|
|
1822
|
+
'method': _0x4b06f9(_0x39bad7._0x2e0e8f),
|
|
1823
|
+
'headers': { 'Content-Type': _0x4b06f9(0x1d3) },
|
|
1824
|
+
'body': JSON[_0x4b06f9(0x1f0)]({
|
|
1825
|
+
'agent_id': _0x208103[_0x4b06f9(_0x39bad7._0x2cd384)],
|
|
1826
|
+
'thread_target': _0x4105e6,
|
|
1847
1827
|
'spawn_packet': {
|
|
1848
|
-
'replyTarget':
|
|
1849
|
-
...
|
|
1828
|
+
'replyTarget': _0x4105e6,
|
|
1829
|
+
..._0x143255[_0x4b06f9(0x12e)] ? { 'taskId': _0x143255[_0x4b06f9(_0x39bad7._0x3b8484)] } : _0x143255[_0x4b06f9(0x1c9)] != null ? { 'taskId': _0x4b06f9(_0x39bad7._0x25dacd) + _0x143255['taskNumber'] } : {}
|
|
1850
1830
|
},
|
|
1851
1831
|
'payload': {
|
|
1852
|
-
'mode':
|
|
1853
|
-
'text':
|
|
1832
|
+
'mode': _0x4b06f9(_0x39bad7._0x23c86a),
|
|
1833
|
+
'text': _0x3fcd7a
|
|
1854
1834
|
}
|
|
1855
1835
|
})
|
|
1856
|
-
}),
|
|
1857
|
-
if (!
|
|
1858
|
-
throw new Error(
|
|
1836
|
+
}), _0x34bbf3 = await _0x454938[_0x4b06f9(0x215)]();
|
|
1837
|
+
if (!_0x34bbf3['ok'])
|
|
1838
|
+
throw new Error(_0x34bbf3[_0x4b06f9(0x1d0)] ?? _0x4b06f9(_0x39bad7._0x2b3183));
|
|
1859
1839
|
return {
|
|
1860
1840
|
'stopMain': !![],
|
|
1861
|
-
'threadTarget':
|
|
1862
|
-
'workerDisposition':
|
|
1841
|
+
'threadTarget': _0x4105e6,
|
|
1842
|
+
'workerDisposition': _0x34bbf3[_0x4b06f9(_0x39bad7._0x54bc7d)] === _0x4b06f9(0xc4) ? _0x4b06f9(0xc4) : _0x4b06f9(_0x39bad7._0x42a445),
|
|
1863
1843
|
'workerHandoff': !![],
|
|
1864
|
-
'workerSessionId':
|
|
1865
|
-
'executionMode':
|
|
1844
|
+
'workerSessionId': _0x34bbf3['worker_session_id'] ?? '',
|
|
1845
|
+
'executionMode': _0x4b06f9(_0x39bad7._0x399028)
|
|
1866
1846
|
};
|
|
1867
1847
|
}
|
|
1868
|
-
async function
|
|
1869
|
-
const
|
|
1870
|
-
if (!
|
|
1848
|
+
async function _0x214cff() {
|
|
1849
|
+
const _0x11ebc9 = _0x4544;
|
|
1850
|
+
if (!_0x208103['daemonLocalUrl'] || !_0x208103[_0x11ebc9(0x116)] || _0x208103['workerMode'])
|
|
1871
1851
|
return null;
|
|
1872
1852
|
try {
|
|
1873
|
-
const
|
|
1874
|
-
if (!
|
|
1853
|
+
const _0x9ae17e = await fetch(_0x208103[_0x11ebc9(0x9a)] + _0x11ebc9(_0x312e52._0x12c506) + encodeURIComponent(_0x208103[_0x11ebc9(_0x312e52._0xb5f415)])), _0x44143e = await _0x9ae17e[_0x11ebc9(_0x312e52._0x4da745)]();
|
|
1854
|
+
if (!_0x44143e['ok'])
|
|
1875
1855
|
return null;
|
|
1876
|
-
const
|
|
1877
|
-
for (const
|
|
1878
|
-
|
|
1856
|
+
const _0x27e212 = new Set();
|
|
1857
|
+
for (const _0x1bf54e of _0x44143e[_0x11ebc9(0x124)]) {
|
|
1858
|
+
_0x1bf54e['status'] !== _0x11ebc9(0x15d) && _0x1bf54e[_0x11ebc9(0x13b)] && _0x27e212[_0x11ebc9(0xff)](_0x1bf54e['thread_target']);
|
|
1879
1859
|
}
|
|
1880
|
-
return
|
|
1860
|
+
return _0x27e212['size'] > 0x0 ? _0x27e212 : null;
|
|
1881
1861
|
} catch {
|
|
1882
1862
|
return null;
|
|
1883
1863
|
}
|
|
1884
1864
|
}
|
|
1885
|
-
const
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1865
|
+
const _0x3a4b54 = new Set([
|
|
1866
|
+
_0x5e3c5d(0x167),
|
|
1867
|
+
_0x5e3c5d(_0x2e27b0._0x41bbe2),
|
|
1868
|
+
_0x5e3c5d(0x16f)
|
|
1889
1869
|
]);
|
|
1890
|
-
async function
|
|
1891
|
-
const
|
|
1892
|
-
if (!
|
|
1870
|
+
async function _0x738486() {
|
|
1871
|
+
const _0x84d354 = _0x5e3c5d;
|
|
1872
|
+
if (!_0x208103[_0x84d354(0x9a)] || !_0x208103['agentId'] || _0x208103['workerMode'])
|
|
1893
1873
|
return null;
|
|
1894
1874
|
try {
|
|
1895
|
-
const
|
|
1896
|
-
if (!
|
|
1875
|
+
const _0x5afebe = await fetch(_0x208103[_0x84d354(_0x58211b._0x341d32)] + _0x84d354(0x15c) + encodeURIComponent(_0x208103[_0x84d354(_0x58211b._0x4c2904)])), _0x103aaa = await _0x5afebe['json']();
|
|
1876
|
+
if (!_0x103aaa['ok'])
|
|
1897
1877
|
return null;
|
|
1898
|
-
const
|
|
1899
|
-
for (const
|
|
1900
|
-
|
|
1878
|
+
const _0x35e7a8 = new Set();
|
|
1879
|
+
for (const _0x1fad41 of _0x103aaa[_0x84d354(0x124)]) {
|
|
1880
|
+
_0x3a4b54[_0x84d354(0x128)](_0x1fad41[_0x84d354(_0x58211b._0x416b3a)]) && _0x1fad41['thread_target'] && _0x35e7a8['add'](_0x1fad41[_0x84d354(_0x58211b._0x5b56ce)]);
|
|
1901
1881
|
}
|
|
1902
|
-
return
|
|
1882
|
+
return _0x35e7a8[_0x84d354(0x20b)] > 0x0 ? _0x35e7a8 : null;
|
|
1903
1883
|
} catch {
|
|
1904
1884
|
return null;
|
|
1905
1885
|
}
|
|
1906
1886
|
}
|
|
1907
1887
|
return {
|
|
1908
|
-
async 'send_message'(
|
|
1909
|
-
const
|
|
1910
|
-
if (!
|
|
1911
|
-
const
|
|
1912
|
-
if (
|
|
1913
|
-
if (
|
|
1914
|
-
const
|
|
1915
|
-
'attachmentIds':
|
|
1916
|
-
'content':
|
|
1917
|
-
'target':
|
|
1918
|
-
'visibility':
|
|
1888
|
+
async 'send_message'(_0x3918fc) {
|
|
1889
|
+
const _0x4311d8 = _0x5e3c5d;
|
|
1890
|
+
if (!_0x208103[_0x4311d8(_0x3c98d5._0x2a4251)] && _0x208103[_0x4311d8(0x1ed)] && _0x208103[_0x4311d8(_0x3c98d5._0x1bde12)] && _0x208103[_0x4311d8(0x116)]) {
|
|
1891
|
+
const _0x31a24b = await _0x208103[_0x4311d8(0x1fe)]['resolveTarget'](_0x3918fc['target']);
|
|
1892
|
+
if (_0x31a24b['task'] && _0x31a24b[_0x4311d8(_0x3c98d5._0x1a2329)]) {
|
|
1893
|
+
if (_0x31a24b[_0x4311d8(_0x3c98d5._0x4d8ff3)][_0x4311d8(_0x3c98d5._0x580100)] === _0x4311d8(0x83)) {
|
|
1894
|
+
const _0x20dd1b = await _0x208103[_0x4311d8(0x1fe)][_0x4311d8(_0x3c98d5._0x4e1ada)]({
|
|
1895
|
+
'attachmentIds': _0x3918fc[_0x4311d8(0x1c0)],
|
|
1896
|
+
'content': _0x3918fc[_0x4311d8(_0x3c98d5._0x4dd8b3)],
|
|
1897
|
+
'target': _0x3918fc['target'],
|
|
1898
|
+
'visibility': _0x3918fc['visibility']
|
|
1919
1899
|
});
|
|
1920
|
-
return
|
|
1900
|
+
return 'Message\x20sent\x20to\x20' + _0x3918fc[_0x4311d8(0x14e)] + _0x4311d8(_0x3c98d5._0xaf2d09) + _0x20dd1b[_0x4311d8(_0x3c98d5._0x3e1911)];
|
|
1921
1901
|
}
|
|
1922
|
-
const
|
|
1923
|
-
if (
|
|
1902
|
+
const _0x28c508 = _0x31a24b[_0x4311d8(0x13f)][_0x4311d8(_0x3c98d5._0x4ca193)] != null ? '#' + _0x31a24b[_0x4311d8(0x13f)][_0x4311d8(_0x3c98d5._0x225fed)] : _0x4311d8(_0x3c98d5._0x585ad3), _0xd56c20 = _0x31a24b['threadNumber'] != null ? _0x31a24b[_0x4311d8(_0x3c98d5._0x23afa6)] + ':t' + _0x31a24b[_0x4311d8(_0x3c98d5._0x3f9aba)] : _0x31a24b[_0x4311d8(_0x3c98d5._0x4171a0)] + ':' + _0x31a24b[_0x4311d8(0xd2)][_0x4311d8(_0x3c98d5._0x58b9ee)](0x0, 0x8), _0x1243ef = await _0x738486();
|
|
1903
|
+
if (_0x1243ef?.[_0x4311d8(0x128)](_0xd56c20))
|
|
1924
1904
|
return [
|
|
1925
|
-
'Task\x20' +
|
|
1926
|
-
|
|
1927
|
-
][
|
|
1928
|
-
const
|
|
1929
|
-
|
|
1905
|
+
'Task\x20' + _0x28c508 + _0x4311d8(_0x3c98d5._0x1e3232) + _0xd56c20 + _0x4311d8(0xf8),
|
|
1906
|
+
'Do\x20not\x20send\x20further\x20messages\x20to\x20this\x20thread\x20—\x20the\x20worker\x20is\x20handling\x20it.'
|
|
1907
|
+
][_0x4311d8(0x149)]('\x0a');
|
|
1908
|
+
const _0x4fbc1c = [
|
|
1909
|
+
_0x4311d8(_0x3c98d5._0x414b07) + _0xd56c20 + _0x4311d8(_0x3c98d5._0x3ff212) + new Date()[_0x4311d8(0x1e7)]() + _0x4311d8(_0x3c98d5._0x298869),
|
|
1930
1910
|
'',
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
][
|
|
1936
|
-
'method':
|
|
1937
|
-
'headers': { 'Content-Type':
|
|
1938
|
-
'body': JSON[
|
|
1939
|
-
'agent_id':
|
|
1940
|
-
'thread_target':
|
|
1911
|
+
'Original\x20message:\x20' + _0x3918fc[_0x4311d8(0x119)],
|
|
1912
|
+
_0x4311d8(0x1ef) + _0x28c508 + '\x20(' + _0x31a24b[_0x4311d8(_0x3c98d5._0x11d8f9)][_0x4311d8(_0x3c98d5._0x4a7648)] + ')',
|
|
1913
|
+
_0x4311d8(_0x3c98d5._0x4c0496) + _0xd56c20,
|
|
1914
|
+
'Read\x20thread\x20history\x20before\x20taking\x20action.\x20Do\x20not\x20echo\x20this\x20message\x20to\x20the\x20thread.'
|
|
1915
|
+
][_0x4311d8(_0x3c98d5._0x50063a)]('\x0a'), _0x369a81 = await fetch(_0x208103[_0x4311d8(0x9a)] + _0x4311d8(0xc3), {
|
|
1916
|
+
'method': _0x4311d8(_0x3c98d5._0x2732cb),
|
|
1917
|
+
'headers': { 'Content-Type': _0x4311d8(_0x3c98d5._0x6181c9) },
|
|
1918
|
+
'body': JSON[_0x4311d8(0x1f0)]({
|
|
1919
|
+
'agent_id': _0x208103[_0x4311d8(0x116)],
|
|
1920
|
+
'thread_target': _0xd56c20,
|
|
1941
1921
|
'spawn_packet': {
|
|
1942
|
-
'replyTarget':
|
|
1943
|
-
'taskId':
|
|
1922
|
+
'replyTarget': _0xd56c20,
|
|
1923
|
+
'taskId': _0x31a24b[_0x4311d8(_0x3c98d5._0x11d8f9)][_0x4311d8(_0x3c98d5._0x32e70b)]
|
|
1944
1924
|
},
|
|
1945
1925
|
'payload': {
|
|
1946
|
-
'mode':
|
|
1947
|
-
'text':
|
|
1926
|
+
'mode': _0x4311d8(_0x3c98d5._0x209e01),
|
|
1927
|
+
'text': _0x4fbc1c
|
|
1948
1928
|
}
|
|
1949
1929
|
})
|
|
1950
|
-
}),
|
|
1951
|
-
if (!
|
|
1952
|
-
throw new Error(
|
|
1930
|
+
}), _0xc0c3e4 = await _0x369a81[_0x4311d8(_0x3c98d5._0x3dd939)]();
|
|
1931
|
+
if (!_0xc0c3e4['ok'])
|
|
1932
|
+
throw new Error(_0xc0c3e4[_0x4311d8(_0x3c98d5._0x48d9b4)] ?? _0x4311d8(0x15b));
|
|
1953
1933
|
return [
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
][
|
|
1934
|
+
_0x4311d8(_0x3c98d5._0x1196c6) + _0x28c508 + '\x20in\x20' + _0xd56c20 + '.\x20stopMain=true\x20executionMode=worker',
|
|
1935
|
+
_0x4311d8(_0x3c98d5._0x33b175) + (_0xc0c3e4[_0x4311d8(_0x3c98d5._0x5c86a7)] === _0x4311d8(_0x3c98d5._0x157c1a) ? _0x4311d8(0xc4) : 'started') + '.',
|
|
1936
|
+
_0x4311d8(_0x3c98d5._0x3242ab)
|
|
1937
|
+
][_0x4311d8(_0x3c98d5._0x50063a)]('\x0a');
|
|
1958
1938
|
}
|
|
1959
1939
|
}
|
|
1960
|
-
const
|
|
1961
|
-
'attachmentIds':
|
|
1962
|
-
'content':
|
|
1963
|
-
'target':
|
|
1964
|
-
'visibility':
|
|
1940
|
+
const _0x3e8540 = await _0x208103[_0x4311d8(0x1fe)]['sendMessage']({
|
|
1941
|
+
'attachmentIds': _0x3918fc[_0x4311d8(_0x3c98d5._0x21cae4)],
|
|
1942
|
+
'content': _0x3918fc[_0x4311d8(_0x3c98d5._0x4dd8b3)],
|
|
1943
|
+
'target': _0x3918fc[_0x4311d8(0x14e)],
|
|
1944
|
+
'visibility': _0x3918fc[_0x4311d8(0xe3)]
|
|
1965
1945
|
});
|
|
1966
|
-
return
|
|
1946
|
+
return _0x4311d8(_0x3c98d5._0x777ac0) + _0x3918fc[_0x4311d8(_0x3c98d5._0x23afa6)] + _0x4311d8(0x16b) + _0x3e8540[_0x4311d8(_0x3c98d5._0x2d8d6b)];
|
|
1967
1947
|
},
|
|
1968
1948
|
async 'check_messages'() {
|
|
1969
|
-
const
|
|
1970
|
-
if (!
|
|
1971
|
-
const
|
|
1972
|
-
if (
|
|
1973
|
-
return formatCheckMessages(
|
|
1949
|
+
const _0x5384a7 = _0x5e3c5d, _0x167245 = await _0x208103[_0x5384a7(_0x3ce5d1._0x3eccbc)][_0x5384a7(_0x3ce5d1._0x10a100)]();
|
|
1950
|
+
if (!_0x208103[_0x5384a7(_0x3ce5d1._0x216bd2)]) {
|
|
1951
|
+
const _0x4bcc57 = await _0x214cff();
|
|
1952
|
+
if (_0x4bcc57)
|
|
1953
|
+
return formatCheckMessages(_0x167245[_0x5384a7(0x158)][_0x5384a7(0x1c4)](_0x95f803 => !_0x4bcc57['has'](_0x95f803[_0x5384a7(0x14e)])));
|
|
1974
1954
|
}
|
|
1975
|
-
return formatCheckMessages(
|
|
1955
|
+
return formatCheckMessages(_0x167245['messages']);
|
|
1976
1956
|
},
|
|
1977
|
-
async 'read_history'(
|
|
1978
|
-
const
|
|
1979
|
-
return formatHistory(
|
|
1957
|
+
async 'read_history'(_0x138c63) {
|
|
1958
|
+
const _0x2fa294 = _0x5e3c5d, _0x4b829a = await _0x208103['client'][_0x2fa294(0x92)](_0x138c63);
|
|
1959
|
+
return formatHistory(_0x4b829a);
|
|
1980
1960
|
},
|
|
1981
1961
|
async 'list_server'() {
|
|
1982
|
-
const
|
|
1983
|
-
return formatServerDirectory(
|
|
1962
|
+
const _0x2edc7e = _0x5e3c5d, _0x3d22e7 = await _0x208103['client'][_0x2edc7e(_0x47221d._0x5884f2)]();
|
|
1963
|
+
return formatServerDirectory(_0x3d22e7);
|
|
1984
1964
|
},
|
|
1985
|
-
async 'list_tasks'(
|
|
1986
|
-
const
|
|
1987
|
-
let
|
|
1988
|
-
if (
|
|
1965
|
+
async 'list_tasks'(_0x22e157) {
|
|
1966
|
+
const _0x10f9c1 = _0x5e3c5d, _0x344b5f = await _0x208103[_0x10f9c1(_0x4b09d3._0x46ae09)][_0x10f9c1(_0x4b09d3._0x159f4f)](_0x22e157);
|
|
1967
|
+
let _0x21f9f6;
|
|
1968
|
+
if (_0x208103[_0x10f9c1(_0x4b09d3._0x50f82d)] && _0x208103[_0x10f9c1(0x116)])
|
|
1989
1969
|
try {
|
|
1990
|
-
const
|
|
1991
|
-
if (
|
|
1992
|
-
const
|
|
1993
|
-
|
|
1994
|
-
for (const
|
|
1995
|
-
if (
|
|
1970
|
+
const _0x11f0f6 = await fetch(_0x208103[_0x10f9c1(_0x4b09d3._0x6ad999)] + _0x10f9c1(_0x4b09d3._0x4effdb) + encodeURIComponent(_0x208103[_0x10f9c1(0x116)])), _0x420647 = await _0x11f0f6[_0x10f9c1(_0x4b09d3._0x592862)]();
|
|
1971
|
+
if (_0x420647['ok']) {
|
|
1972
|
+
const _0x9f2b30 = _0x22e157[_0x10f9c1(0x11c)] + ':';
|
|
1973
|
+
_0x21f9f6 = new Set();
|
|
1974
|
+
for (const _0xcceb28 of _0x420647[_0x10f9c1(_0x4b09d3._0x146e50)]) {
|
|
1975
|
+
if (_0xcceb28[_0x10f9c1(0xd8)] === _0x10f9c1(_0x4b09d3._0x37f487))
|
|
1996
1976
|
continue;
|
|
1997
|
-
if (
|
|
1998
|
-
const
|
|
1999
|
-
if (
|
|
2000
|
-
|
|
1977
|
+
if (_0xcceb28[_0x10f9c1(0x13b)]?.['startsWith'](_0x9f2b30)) {
|
|
1978
|
+
const _0x368f71 = _0xcceb28[_0x10f9c1(_0x4b09d3._0x5a8e4f)][_0x10f9c1(_0x4b09d3._0x5d67f7)](_0x9f2b30['length']), _0x5dc82e = _0x344b5f[_0x10f9c1(_0x4b09d3._0x5e53be)][_0x10f9c1(_0x4b09d3._0x2c6cd0)](_0x4c621a => _0x4c621a[_0x10f9c1(0x211)]?.[_0x10f9c1(0x11d)](_0x368f71) === !![]);
|
|
1979
|
+
if (_0x5dc82e?.['taskNumber'] != null) {
|
|
1980
|
+
_0x21f9f6['add'](_0x5dc82e[_0x10f9c1(_0x4b09d3._0x4c51b0)]);
|
|
2001
1981
|
continue;
|
|
2002
1982
|
}
|
|
2003
1983
|
}
|
|
2004
|
-
if (
|
|
2005
|
-
const
|
|
2006
|
-
|
|
1984
|
+
if (_0xcceb28[_0x10f9c1(0x174)]) {
|
|
1985
|
+
const _0x1aaf92 = _0x344b5f[_0x10f9c1(0x10e)][_0x10f9c1(_0x4b09d3._0x2c6cd0)](_0x195e75 => _0x195e75[_0x10f9c1(0x12e)] === _0xcceb28[_0x10f9c1(0x174)]);
|
|
1986
|
+
_0x1aaf92?.[_0x10f9c1(0x1c9)] != null && _0x21f9f6[_0x10f9c1(0xff)](_0x1aaf92[_0x10f9c1(_0x4b09d3._0x4c51b0)]);
|
|
2007
1987
|
}
|
|
2008
1988
|
}
|
|
2009
1989
|
}
|
|
2010
1990
|
} catch {
|
|
2011
1991
|
}
|
|
2012
|
-
return formatTaskList(
|
|
1992
|
+
return formatTaskList(_0x344b5f['tasks'], _0x21f9f6);
|
|
2013
1993
|
},
|
|
2014
|
-
async 'create_tasks'(
|
|
2015
|
-
const
|
|
2016
|
-
|
|
2017
|
-
const
|
|
2018
|
-
return formatCreatedTasks(
|
|
1994
|
+
async 'create_tasks'(_0x1d57f2) {
|
|
1995
|
+
const _0x4fb81a = _0x5e3c5d;
|
|
1996
|
+
_0x3ce88e('create_tasks', _0x1d57f2[_0x4fb81a(_0x14bfa0._0x11d4aa)]);
|
|
1997
|
+
const _0x23d127 = await _0x208103['client']['createTasks'](_0x1d57f2);
|
|
1998
|
+
return formatCreatedTasks(_0x23d127[_0x4fb81a(_0x14bfa0._0x577680)]);
|
|
2019
1999
|
},
|
|
2020
|
-
async 'claim_tasks'(
|
|
2021
|
-
const
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
if (
|
|
2030
|
-
throw new Error(
|
|
2000
|
+
async 'claim_tasks'(_0x124614) {
|
|
2001
|
+
const _0x33a639 = {
|
|
2002
|
+
_0x39abfa: 0x199,
|
|
2003
|
+
_0x4868ca: 0x211,
|
|
2004
|
+
_0x11c3ba: 0x11c,
|
|
2005
|
+
_0x28b422: 0x125
|
|
2006
|
+
}, _0x100311 = _0x5e3c5d;
|
|
2007
|
+
if (_0x208103['workerMode']) {
|
|
2008
|
+
_0x3ce88e(_0x100311(0x133), _0x124614[_0x100311(_0x418ba7._0x499140)]);
|
|
2009
|
+
if (_0x124614['message_ids'] && _0x124614['message_ids'][_0x100311(0x1e3)] > 0x0)
|
|
2010
|
+
throw new Error(_0x100311(0x1b0));
|
|
2011
|
+
if (!_0x124614['subtask_numbers'] || _0x124614['subtask_numbers']['length'] === 0x0)
|
|
2012
|
+
throw new Error(_0x100311(_0x418ba7._0x2e44d1));
|
|
2031
2013
|
}
|
|
2032
|
-
const
|
|
2033
|
-
const
|
|
2034
|
-
if (!
|
|
2035
|
-
return
|
|
2014
|
+
const _0x29528b = await _0x208103[_0x100311(0x1fe)][_0x100311(0xc9)](_0x124614), _0xd2f2de = await Promise[_0x100311(0x98)](_0x29528b[_0x100311(_0x418ba7._0x21531d)][_0x100311(0x1ca)](async _0x1119ed => {
|
|
2015
|
+
const _0x121c0c = _0x100311;
|
|
2016
|
+
if (!_0x1119ed[_0x121c0c(_0x33a639._0x39abfa)] || !_0x1119ed[_0x121c0c(_0x33a639._0x4868ca)])
|
|
2017
|
+
return _0x1119ed;
|
|
2036
2018
|
try {
|
|
2037
|
-
const
|
|
2038
|
-
'channel':
|
|
2039
|
-
'executionMode':
|
|
2040
|
-
'messageId':
|
|
2041
|
-
'taskId':
|
|
2042
|
-
'taskNumber':
|
|
2043
|
-
'threadNumber':
|
|
2019
|
+
const _0x42d153 = await _0x20274b({
|
|
2020
|
+
'channel': _0x124614[_0x121c0c(_0x33a639._0x11c3ba)],
|
|
2021
|
+
'executionMode': _0x1119ed[_0x121c0c(_0x33a639._0x28b422)],
|
|
2022
|
+
'messageId': _0x1119ed[_0x121c0c(_0x33a639._0x4868ca)],
|
|
2023
|
+
'taskId': _0x1119ed['taskId'],
|
|
2024
|
+
'taskNumber': _0x1119ed[_0x121c0c(0x1c9)],
|
|
2025
|
+
'threadNumber': _0x1119ed['threadNumber']
|
|
2044
2026
|
});
|
|
2045
|
-
return
|
|
2046
|
-
...
|
|
2047
|
-
...
|
|
2048
|
-
} :
|
|
2049
|
-
} catch (
|
|
2027
|
+
return _0x42d153 ? {
|
|
2028
|
+
..._0x1119ed,
|
|
2029
|
+
..._0x42d153
|
|
2030
|
+
} : _0x1119ed;
|
|
2031
|
+
} catch (_0x49c8de) {
|
|
2050
2032
|
return {
|
|
2051
|
-
...
|
|
2052
|
-
'workerHandoffError':
|
|
2033
|
+
..._0x1119ed,
|
|
2034
|
+
'workerHandoffError': _0x49c8de instanceof Error ? _0x49c8de['message'] : 'worker\x20handoff\x20failed'
|
|
2053
2035
|
};
|
|
2054
2036
|
}
|
|
2055
2037
|
}));
|
|
2056
|
-
return formatClaimTaskResults(
|
|
2038
|
+
return formatClaimTaskResults(_0xd2f2de);
|
|
2057
2039
|
},
|
|
2058
|
-
async 'unclaim_task'(
|
|
2059
|
-
const
|
|
2060
|
-
if (
|
|
2061
|
-
|
|
2062
|
-
if (
|
|
2063
|
-
throw new Error(
|
|
2040
|
+
async 'unclaim_task'(_0x5e0194) {
|
|
2041
|
+
const _0x477492 = _0x5e3c5d;
|
|
2042
|
+
if (_0x208103['workerMode']) {
|
|
2043
|
+
_0x3ce88e(_0x477492(_0x4a8f7b._0x475274), _0x5e0194['channel']);
|
|
2044
|
+
if (_0x5e0194[_0x477492(0xa8)] == null)
|
|
2045
|
+
throw new Error('unclaim_task:\x20worker\x20can\x20only\x20unclaim\x20subtasks\x20inside\x20its\x20own\x20task\x20thread\x20—\x20provide\x20subtask_number.');
|
|
2064
2046
|
}
|
|
2065
|
-
const
|
|
2066
|
-
return formatUnclaimTaskResult(
|
|
2047
|
+
const _0xed3b44 = await _0x208103[_0x477492(_0x4a8f7b._0x4dfca8)]['unclaimTask'](_0x5e0194);
|
|
2048
|
+
return formatUnclaimTaskResult(_0xed3b44);
|
|
2067
2049
|
},
|
|
2068
|
-
async 'update_task_status'(
|
|
2069
|
-
const
|
|
2070
|
-
|
|
2071
|
-
const
|
|
2072
|
-
return formatUpdateTaskStatusResult(
|
|
2050
|
+
async 'update_task_status'(_0x3e9e45) {
|
|
2051
|
+
const _0x3a160a = _0x5e3c5d;
|
|
2052
|
+
_0x3ce88e(_0x3a160a(0x16a), _0x3e9e45['channel']);
|
|
2053
|
+
const _0x386c25 = await _0x208103['client'][_0x3a160a(0x191)](_0x3e9e45);
|
|
2054
|
+
return formatUpdateTaskStatusResult(_0x386c25);
|
|
2073
2055
|
},
|
|
2074
|
-
async 'upload_file'(
|
|
2075
|
-
const
|
|
2076
|
-
sizeBytes:
|
|
2077
|
-
...
|
|
2078
|
-
} =
|
|
2079
|
-
'channel':
|
|
2080
|
-
...
|
|
2056
|
+
async 'upload_file'(_0x2c1a1f) {
|
|
2057
|
+
const _0x27e61b = _0x5e3c5d, _0x541b9e = await _0x208103[_0x27e61b(0x181)](_0x2c1a1f[_0x27e61b(0x106)]), {
|
|
2058
|
+
sizeBytes: _0x4227e7,
|
|
2059
|
+
..._0x55731d
|
|
2060
|
+
} = _0x541b9e, _0x33689c = await _0x208103['client'][_0x27e61b(0x120)]({
|
|
2061
|
+
'channel': _0x2c1a1f[_0x27e61b(0x11c)],
|
|
2062
|
+
..._0x55731d
|
|
2081
2063
|
});
|
|
2082
|
-
return formatUploadResult(
|
|
2064
|
+
return formatUploadResult(_0x33689c);
|
|
2083
2065
|
},
|
|
2084
|
-
async 'view_file'(
|
|
2085
|
-
const
|
|
2086
|
-
if (
|
|
2087
|
-
return formatViewFileResult(
|
|
2088
|
-
const
|
|
2089
|
-
'attachmentId':
|
|
2090
|
-
'contentType':
|
|
2091
|
-
'data':
|
|
2092
|
-
'originalFilename':
|
|
2066
|
+
async 'view_file'(_0x25a6ed) {
|
|
2067
|
+
const _0x3921d3 = _0x5e3c5d, _0x205544 = await _0x208103['attachmentCache'][_0x3921d3(0x19d)](_0x25a6ed[_0x3921d3(_0x304402._0x590a7d)]);
|
|
2068
|
+
if (_0x205544)
|
|
2069
|
+
return formatViewFileResult(_0x205544, !![]);
|
|
2070
|
+
const _0x2ad38b = await _0x208103[_0x3921d3(_0x304402._0x59796a)][_0x3921d3(_0x304402._0x27a34a)](_0x25a6ed[_0x3921d3(_0x304402._0x590a7d)]), _0x2124b5 = await _0x208103['attachmentCache'][_0x3921d3(0x146)]({
|
|
2071
|
+
'attachmentId': _0x25a6ed[_0x3921d3(_0x304402._0x2576b9)],
|
|
2072
|
+
'contentType': _0x2ad38b[_0x3921d3(0xa1)],
|
|
2073
|
+
'data': _0x2ad38b[_0x3921d3(0x12b)],
|
|
2074
|
+
'originalFilename': _0x2ad38b[_0x3921d3(0x164)]
|
|
2093
2075
|
});
|
|
2094
|
-
return formatViewFileResult(
|
|
2076
|
+
return formatViewFileResult(_0x2124b5, ![]);
|
|
2095
2077
|
},
|
|
2096
|
-
async 'get_worker_status'(
|
|
2097
|
-
const
|
|
2098
|
-
if (!
|
|
2099
|
-
return
|
|
2100
|
-
const
|
|
2101
|
-
if (!
|
|
2102
|
-
return
|
|
2103
|
-
return
|
|
2078
|
+
async 'get_worker_status'(_0x5f559e) {
|
|
2079
|
+
const _0x4293b7 = _0x5e3c5d;
|
|
2080
|
+
if (!_0x208103['daemonLocalUrl'])
|
|
2081
|
+
return _0x4293b7(_0x3a7932._0x2631cb);
|
|
2082
|
+
const _0x33b001 = await fetch(_0x208103['daemonLocalUrl'] + '/workers/status?work_key=' + encodeURIComponent(_0x5f559e[_0x4293b7(0xef)])), _0x305749 = await _0x33b001[_0x4293b7(_0x3a7932._0x2db627)]();
|
|
2083
|
+
if (!_0x305749['ok'])
|
|
2084
|
+
return _0x4293b7(_0x3a7932._0x38fbe4) + _0x5f559e[_0x4293b7(_0x3a7932._0x133c09)] + _0x4293b7(0x8e);
|
|
2085
|
+
return _0x4293b7(0xcb) + _0x5f559e['work_key'] + _0x4293b7(_0x3a7932._0x21dd72) + _0x305749['status'];
|
|
2104
2086
|
},
|
|
2105
|
-
async 'park_worker'(
|
|
2106
|
-
const
|
|
2107
|
-
if (!
|
|
2108
|
-
return
|
|
2109
|
-
const
|
|
2110
|
-
'method':
|
|
2111
|
-
'headers': { 'Content-Type':
|
|
2112
|
-
'body': JSON[
|
|
2113
|
-
}),
|
|
2114
|
-
if (!
|
|
2115
|
-
throw new Error(
|
|
2116
|
-
return
|
|
2087
|
+
async 'park_worker'(_0x17198b) {
|
|
2088
|
+
const _0x13337c = _0x5e3c5d;
|
|
2089
|
+
if (!_0x208103[_0x13337c(_0x300ecf._0x2e18e3)])
|
|
2090
|
+
return _0x13337c(_0x300ecf._0x345637);
|
|
2091
|
+
const _0x76c2bc = await fetch(_0x208103[_0x13337c(0x9a)] + _0x13337c(_0x300ecf._0x5a5f5b), {
|
|
2092
|
+
'method': _0x13337c(0x110),
|
|
2093
|
+
'headers': { 'Content-Type': 'application/json' },
|
|
2094
|
+
'body': JSON[_0x13337c(_0x300ecf._0x11c3e6)]({ 'work_key': _0x17198b[_0x13337c(_0x300ecf._0x2724d4)] })
|
|
2095
|
+
}), _0xa44955 = await _0x76c2bc[_0x13337c(0x215)]();
|
|
2096
|
+
if (!_0xa44955['ok'])
|
|
2097
|
+
throw new Error(_0xa44955[_0x13337c(_0x300ecf._0x1ebb22)] ?? _0x13337c(0x171));
|
|
2098
|
+
return 'Worker\x20\x22' + _0x17198b[_0x13337c(_0x300ecf._0x2724d4)] + _0x13337c(_0x300ecf._0x249415);
|
|
2117
2099
|
},
|
|
2118
|
-
async 'mark_waiting_input'(
|
|
2119
|
-
const
|
|
2120
|
-
if (!
|
|
2121
|
-
return
|
|
2122
|
-
const
|
|
2123
|
-
'method':
|
|
2124
|
-
'headers': { 'Content-Type':
|
|
2125
|
-
'body': JSON[
|
|
2126
|
-
'work_key':
|
|
2127
|
-
'agent_id':
|
|
2100
|
+
async 'mark_waiting_input'(_0x597645) {
|
|
2101
|
+
const _0x47cad0 = _0x5e3c5d;
|
|
2102
|
+
if (!_0x208103[_0x47cad0(_0x2c9bdc._0x4243ac)] || !_0x208103[_0x47cad0(0x116)])
|
|
2103
|
+
return _0x47cad0(_0x2c9bdc._0x14e2f4);
|
|
2104
|
+
const _0x31f50a = await fetch(_0x208103[_0x47cad0(_0x2c9bdc._0x4eecb8)] + _0x47cad0(0x187), {
|
|
2105
|
+
'method': _0x47cad0(_0x2c9bdc._0x2f96e8),
|
|
2106
|
+
'headers': { 'Content-Type': 'application/json' },
|
|
2107
|
+
'body': JSON[_0x47cad0(0x1f0)]({
|
|
2108
|
+
'work_key': _0x597645['work_key'],
|
|
2109
|
+
'agent_id': _0x208103['agentId']
|
|
2128
2110
|
})
|
|
2129
|
-
}),
|
|
2130
|
-
if (!
|
|
2131
|
-
throw new Error(
|
|
2132
|
-
return
|
|
2111
|
+
}), _0x5431f4 = await _0x31f50a[_0x47cad0(_0x2c9bdc._0x3377bc)]();
|
|
2112
|
+
if (!_0x5431f4['ok'])
|
|
2113
|
+
throw new Error(_0x5431f4['error'] ?? _0x47cad0(_0x2c9bdc._0x15a5a2));
|
|
2114
|
+
return 'Worker\x20\x22' + _0x597645[_0x47cad0(0xef)] + _0x47cad0(0x180);
|
|
2133
2115
|
},
|
|
2134
|
-
async 'escalate_to_main'(
|
|
2135
|
-
const
|
|
2136
|
-
if (!
|
|
2116
|
+
async 'escalate_to_main'(_0xbd6671) {
|
|
2117
|
+
const _0xf6e551 = _0x5e3c5d;
|
|
2118
|
+
if (!_0x208103[_0xf6e551(0x9a)])
|
|
2137
2119
|
return 'Worker\x20features\x20not\x20available';
|
|
2138
|
-
const
|
|
2139
|
-
'method':
|
|
2140
|
-
'headers': { 'Content-Type':
|
|
2141
|
-
'body': JSON[
|
|
2142
|
-
'work_key':
|
|
2143
|
-
'reason':
|
|
2120
|
+
const _0x1fb844 = await fetch(_0x208103[_0xf6e551(_0x2d78b3._0x2daf42)] + _0xf6e551(0x8c), {
|
|
2121
|
+
'method': 'POST',
|
|
2122
|
+
'headers': { 'Content-Type': 'application/json' },
|
|
2123
|
+
'body': JSON['stringify']({
|
|
2124
|
+
'work_key': _0xbd6671[_0xf6e551(0xef)],
|
|
2125
|
+
'reason': _0xbd6671[_0xf6e551(0x96)]
|
|
2144
2126
|
})
|
|
2145
|
-
}),
|
|
2146
|
-
if (!
|
|
2147
|
-
throw new Error(
|
|
2148
|
-
return
|
|
2127
|
+
}), _0x10ed96 = await _0x1fb844['json']();
|
|
2128
|
+
if (!_0x10ed96['ok'])
|
|
2129
|
+
throw new Error(_0x10ed96['error'] ?? _0xf6e551(0x1e5));
|
|
2130
|
+
return 'Escalation\x20sent\x20to\x20main\x20agent.\x20Reason:\x20' + _0xbd6671[_0xf6e551(_0x2d78b3._0x203c84)];
|
|
2149
2131
|
}
|
|
2150
2132
|
};
|
|
2151
2133
|
}
|
|
2152
|
-
function textResult(
|
|
2153
|
-
const _0x4a0531 = { _0x2c2693: 0xb5 }, _0x22c579 = _0x1a8139;
|
|
2134
|
+
function textResult(_0x1dd70d, _0x23bc66 = ![]) {
|
|
2154
2135
|
return {
|
|
2155
2136
|
'content': [{
|
|
2156
|
-
'type':
|
|
2157
|
-
'text':
|
|
2137
|
+
'type': 'text',
|
|
2138
|
+
'text': _0x1dd70d
|
|
2158
2139
|
}],
|
|
2159
|
-
...
|
|
2140
|
+
..._0x23bc66 ? { 'isError': !![] } : {}
|
|
2160
2141
|
};
|
|
2161
2142
|
}
|
|
2162
|
-
async function registerChatBridgeTools(
|
|
2163
|
-
const
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
'
|
|
2221
|
-
'
|
|
2222
|
-
'
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2143
|
+
async function registerChatBridgeTools(_0x10c17a, _0x225e67, _0x59651b) {
|
|
2144
|
+
const _0x59c2fa = {
|
|
2145
|
+
_0xf2e3fa: 0x179,
|
|
2146
|
+
_0x3a55ca: 0x15f,
|
|
2147
|
+
_0x27be99: 0x19f,
|
|
2148
|
+
_0x5651c6: 0x90,
|
|
2149
|
+
_0x2502be: 0xdf,
|
|
2150
|
+
_0x88499b: 0xdd,
|
|
2151
|
+
_0x12385f: 0x1d9,
|
|
2152
|
+
_0x4b0044: 0x1f1,
|
|
2153
|
+
_0xf8ef87: 0x97,
|
|
2154
|
+
_0x8d846e: 0xd3,
|
|
2155
|
+
_0x54b6d0: 0xdd,
|
|
2156
|
+
_0x40af4d: 0x20f,
|
|
2157
|
+
_0x37e353: 0xda,
|
|
2158
|
+
_0x465bf9: 0x145,
|
|
2159
|
+
_0x4664af: 0x139,
|
|
2160
|
+
_0x3ed06d: 0xf4,
|
|
2161
|
+
_0x413829: 0x1d9,
|
|
2162
|
+
_0x275965: 0xd1,
|
|
2163
|
+
_0x342ee5: 0x179,
|
|
2164
|
+
_0x778fed: 0x1a6,
|
|
2165
|
+
_0x367100: 0x86,
|
|
2166
|
+
_0x8bfe3b: 0x17f,
|
|
2167
|
+
_0x5387ba: 0xdd,
|
|
2168
|
+
_0x4440b8: 0x133,
|
|
2169
|
+
_0x12f516: 0x15f,
|
|
2170
|
+
_0x224e27: 0xdd,
|
|
2171
|
+
_0x3d284c: 0x16d,
|
|
2172
|
+
_0x54a911: 0x1d9,
|
|
2173
|
+
_0x31bca3: 0xe9,
|
|
2174
|
+
_0x4d69c2: 0x1e0,
|
|
2175
|
+
_0x2cac1d: 0x16a,
|
|
2176
|
+
_0x55fee3: 0xd3,
|
|
2177
|
+
_0xa3a0d4: 0xd3,
|
|
2178
|
+
_0x49ea43: 0x18e,
|
|
2179
|
+
_0x268fef: 0x93,
|
|
2180
|
+
_0x32d158: 0x1d9,
|
|
2181
|
+
_0x859ffc: 0x188,
|
|
2182
|
+
_0x1e3aae: 0xce,
|
|
2183
|
+
_0x238c22: 0x1d9,
|
|
2184
|
+
_0x1731b2: 0x189,
|
|
2185
|
+
_0x400783: 0x1b7,
|
|
2186
|
+
_0x4c04ca: 0x126,
|
|
2187
|
+
_0x285213: 0x179,
|
|
2188
|
+
_0x671df7: 0x1d9,
|
|
2189
|
+
_0x146ad7: 0x1fa
|
|
2190
|
+
}, _0x5507a1 = { _0x53c4d2: 0x1b8 }, _0x238edc = {
|
|
2191
|
+
_0x583ab9: 0xed,
|
|
2192
|
+
_0x1b37d4: 0x1e5
|
|
2193
|
+
}, _0x5d7eb6 = { _0x12b302: 0xed }, _0x59a670 = { _0x4e938f: 0xed }, _0x4a5e82 = {
|
|
2194
|
+
_0x44f703: 0xed,
|
|
2195
|
+
_0x436449: 0xa3
|
|
2196
|
+
}, _0x2fbd43 = { _0x1d7445: 0x20f }, _0x4b4a1e = {
|
|
2197
|
+
_0x2822c0: 0x1f7,
|
|
2198
|
+
_0x4111c3: 0xed
|
|
2199
|
+
}, _0x23d7a4 = { _0x4b47d8: 0xed }, _0x425180 = _0x5f0bcb, {z: _0x3c851a} = await import(_0x425180(0x1b2));
|
|
2200
|
+
_0x10c17a['tool'](_0x425180(0x1d5), 'Send\x20a\x20message.\x20If\x20visibility\x20is\x20omitted,\x20the\x20message\x20is\x20public.\x20In\x20task\x20threads,\x20set\x20visibility:\x20aside\x20only\x20when\x20you\x20explicitly\x20want\x20an\x20aside.\x20Outside\x20threads,\x20do\x20not\x20set\x20visibility.\x20Reuse\x20the\x20exact\x20target\x20string\x20from\x20incoming\x20messages.', {
|
|
2201
|
+
'target': _0x3c851a[_0x425180(_0x59c2fa._0xf2e3fa)](),
|
|
2202
|
+
'content': _0x3c851a[_0x425180(0x179)](),
|
|
2203
|
+
'attachment_ids': _0x3c851a[_0x425180(_0x59c2fa._0x3a55ca)](_0x3c851a['string']())['optional'](),
|
|
2204
|
+
'visibility': _0x3c851a[_0x425180(_0x59c2fa._0x27be99)]([
|
|
2205
|
+
_0x425180(_0x59c2fa._0x5651c6),
|
|
2206
|
+
_0x425180(_0x59c2fa._0x2502be)
|
|
2207
|
+
])[_0x425180(_0x59c2fa._0x88499b)]()[_0x425180(0x103)](_0x425180(0xa5))
|
|
2208
|
+
}, async _0x151554 => {
|
|
2209
|
+
const _0x1167be = _0x425180;
|
|
2228
2210
|
try {
|
|
2229
|
-
return textResult(await
|
|
2230
|
-
} catch (
|
|
2231
|
-
return textResult(
|
|
2211
|
+
return textResult(await _0x225e67['send_message'](_0x151554));
|
|
2212
|
+
} catch (_0x241046) {
|
|
2213
|
+
return textResult(_0x241046 instanceof Error ? _0x241046[_0x1167be(_0x23d7a4._0x4b47d8)] : 'send_message\x20failed', !![]);
|
|
2232
2214
|
}
|
|
2233
|
-
}),
|
|
2234
|
-
const
|
|
2215
|
+
}), _0x10c17a[_0x425180(_0x59c2fa._0x12385f)](_0x425180(_0x59c2fa._0x4b0044), _0x425180(_0x59c2fa._0xf8ef87), {}, async () => {
|
|
2216
|
+
const _0x541cf1 = _0x425180;
|
|
2235
2217
|
try {
|
|
2236
|
-
return textResult(await
|
|
2237
|
-
} catch (
|
|
2238
|
-
return textResult(
|
|
2218
|
+
return textResult(await _0x225e67['check_messages']());
|
|
2219
|
+
} catch (_0x4c7a3f) {
|
|
2220
|
+
return textResult(_0x4c7a3f instanceof Error ? _0x4c7a3f[_0x541cf1(0xed)] : 'check_messages\x20failed', !![]);
|
|
2239
2221
|
}
|
|
2240
|
-
}),
|
|
2241
|
-
'channel':
|
|
2242
|
-
'limit':
|
|
2243
|
-
'before':
|
|
2244
|
-
'after':
|
|
2245
|
-
}, async
|
|
2246
|
-
const
|
|
2222
|
+
}), _0x10c17a['tool'](_0x425180(0x1f7), _0x425180(0x84), {
|
|
2223
|
+
'channel': _0x3c851a[_0x425180(0x179)](),
|
|
2224
|
+
'limit': _0x3c851a[_0x425180(_0x59c2fa._0x8d846e)]()[_0x425180(_0x59c2fa._0x88499b)](),
|
|
2225
|
+
'before': _0x3c851a[_0x425180(0xd3)]()[_0x425180(_0x59c2fa._0x54b6d0)](),
|
|
2226
|
+
'after': _0x3c851a['number']()[_0x425180(_0x59c2fa._0x88499b)]()
|
|
2227
|
+
}, async _0x5b649c => {
|
|
2228
|
+
const _0x517005 = _0x425180;
|
|
2247
2229
|
try {
|
|
2248
|
-
return textResult(await
|
|
2249
|
-
} catch (
|
|
2250
|
-
return textResult(
|
|
2230
|
+
return textResult(await _0x225e67[_0x517005(_0x4b4a1e._0x2822c0)](_0x5b649c));
|
|
2231
|
+
} catch (_0x350bf8) {
|
|
2232
|
+
return textResult(_0x350bf8 instanceof Error ? _0x350bf8[_0x517005(_0x4b4a1e._0x4111c3)] : _0x517005(0xd5), !![]);
|
|
2251
2233
|
}
|
|
2252
|
-
}),
|
|
2253
|
-
const
|
|
2234
|
+
}), _0x10c17a['tool'](_0x425180(_0x59c2fa._0x40af4d), _0x425180(_0x59c2fa._0x37e353), {}, async () => {
|
|
2235
|
+
const _0x12f94b = _0x425180;
|
|
2254
2236
|
try {
|
|
2255
|
-
return textResult(await
|
|
2256
|
-
} catch (
|
|
2257
|
-
return textResult(
|
|
2237
|
+
return textResult(await _0x225e67[_0x12f94b(_0x2fbd43._0x1d7445)]());
|
|
2238
|
+
} catch (_0x40a534) {
|
|
2239
|
+
return textResult(_0x40a534 instanceof Error ? _0x40a534['message'] : _0x12f94b(0x1d8), !![]);
|
|
2258
2240
|
}
|
|
2259
|
-
}),
|
|
2260
|
-
'channel':
|
|
2261
|
-
'status':
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
])[
|
|
2267
|
-
}, async
|
|
2268
|
-
const
|
|
2241
|
+
}), _0x10c17a[_0x425180(_0x59c2fa._0x12385f)](_0x425180(0xb3), _0x425180(_0x59c2fa._0x465bf9), {
|
|
2242
|
+
'channel': _0x3c851a['string'](),
|
|
2243
|
+
'status': _0x3c851a[_0x425180(0x19f)]([
|
|
2244
|
+
_0x425180(0x18e),
|
|
2245
|
+
_0x425180(_0x59c2fa._0x4664af),
|
|
2246
|
+
_0x425180(_0x59c2fa._0x3ed06d),
|
|
2247
|
+
_0x425180(0x93)
|
|
2248
|
+
])['optional']()
|
|
2249
|
+
}, async _0x5eb866 => {
|
|
2250
|
+
const _0x338bea = _0x425180;
|
|
2269
2251
|
try {
|
|
2270
|
-
return textResult(await
|
|
2271
|
-
} catch (
|
|
2272
|
-
return textResult(
|
|
2252
|
+
return textResult(await _0x225e67[_0x338bea(0xb3)](_0x5eb866));
|
|
2253
|
+
} catch (_0x350178) {
|
|
2254
|
+
return textResult(_0x350178 instanceof Error ? _0x350178[_0x338bea(0xed)] : 'list_tasks\x20failed', !![]);
|
|
2273
2255
|
}
|
|
2274
|
-
}),
|
|
2275
|
-
'channel':
|
|
2276
|
-
'idempotency_key':
|
|
2277
|
-
'tasks':
|
|
2278
|
-
'title':
|
|
2279
|
-
'description':
|
|
2280
|
-
'priority':
|
|
2281
|
-
|
|
2256
|
+
}), _0x10c17a[_0x425180(_0x59c2fa._0x413829)](_0x425180(0x207), _0x425180(_0x59c2fa._0x275965), {
|
|
2257
|
+
'channel': _0x3c851a[_0x425180(_0x59c2fa._0x342ee5)](),
|
|
2258
|
+
'idempotency_key': _0x3c851a[_0x425180(_0x59c2fa._0x342ee5)]()[_0x425180(_0x59c2fa._0x88499b)](),
|
|
2259
|
+
'tasks': _0x3c851a[_0x425180(0x15f)](_0x3c851a['object']({
|
|
2260
|
+
'title': _0x3c851a[_0x425180(0x179)](),
|
|
2261
|
+
'description': _0x3c851a[_0x425180(0x179)]()['optional'](),
|
|
2262
|
+
'priority': _0x3c851a[_0x425180(0x19f)]([
|
|
2263
|
+
_0x425180(_0x59c2fa._0x778fed),
|
|
2282
2264
|
'medium',
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
])[
|
|
2265
|
+
_0x425180(_0x59c2fa._0x367100),
|
|
2266
|
+
_0x425180(_0x59c2fa._0x8bfe3b)
|
|
2267
|
+
])[_0x425180(_0x59c2fa._0x5387ba)]()
|
|
2286
2268
|
}))
|
|
2287
|
-
}, async
|
|
2288
|
-
const
|
|
2269
|
+
}, async _0x51ddbc => {
|
|
2270
|
+
const _0x4cc10a = _0x425180;
|
|
2289
2271
|
try {
|
|
2290
|
-
return textResult(await
|
|
2291
|
-
} catch (
|
|
2292
|
-
return textResult(
|
|
2272
|
+
return textResult(await _0x225e67[_0x4cc10a(0x207)](_0x51ddbc));
|
|
2273
|
+
} catch (_0x573cba) {
|
|
2274
|
+
return textResult(_0x573cba instanceof Error ? _0x573cba[_0x4cc10a(_0x4a5e82._0x44f703)] : _0x4cc10a(_0x4a5e82._0x436449), !![]);
|
|
2293
2275
|
}
|
|
2294
|
-
}),
|
|
2295
|
-
'channel':
|
|
2296
|
-
'task_numbers':
|
|
2297
|
-
'subtask_numbers':
|
|
2298
|
-
'message_ids':
|
|
2299
|
-
'evidence':
|
|
2300
|
-
'create_thread':
|
|
2301
|
-
'create_task':
|
|
2302
|
-
}))[
|
|
2303
|
-
'idempotency_key':
|
|
2304
|
-
}, async
|
|
2305
|
-
const
|
|
2276
|
+
}), _0x10c17a[_0x425180(_0x59c2fa._0x413829)](_0x425180(_0x59c2fa._0x4440b8), _0x425180(0xb2), {
|
|
2277
|
+
'channel': _0x3c851a['string'](),
|
|
2278
|
+
'task_numbers': _0x3c851a['array'](_0x3c851a['number']())['optional'](),
|
|
2279
|
+
'subtask_numbers': _0x3c851a['array'](_0x3c851a[_0x425180(0xd3)]())[_0x425180(0xdd)](),
|
|
2280
|
+
'message_ids': _0x3c851a[_0x425180(_0x59c2fa._0x12f516)](_0x3c851a[_0x425180(0x179)]())[_0x425180(_0x59c2fa._0x224e27)](),
|
|
2281
|
+
'evidence': _0x3c851a['record'](_0x3c851a[_0x425180(0x179)](), _0x3c851a[_0x425180(0x1e1)]({
|
|
2282
|
+
'create_thread': _0x3c851a[_0x425180(0x16d)]()['optional'](),
|
|
2283
|
+
'create_task': _0x3c851a[_0x425180(_0x59c2fa._0x3d284c)]()['optional']()
|
|
2284
|
+
}))[_0x425180(0xdd)](),
|
|
2285
|
+
'idempotency_key': _0x3c851a[_0x425180(0x179)]()['optional']()
|
|
2286
|
+
}, async _0x4afb7d => {
|
|
2287
|
+
const _0x238bc3 = _0x425180;
|
|
2306
2288
|
try {
|
|
2307
|
-
return textResult(await
|
|
2308
|
-
} catch (
|
|
2309
|
-
return textResult(
|
|
2289
|
+
return textResult(await _0x225e67['claim_tasks'](_0x4afb7d));
|
|
2290
|
+
} catch (_0xcfb125) {
|
|
2291
|
+
return textResult(_0xcfb125 instanceof Error ? _0xcfb125[_0x238bc3(0xed)] : _0x238bc3(0x173), !![]);
|
|
2310
2292
|
}
|
|
2311
|
-
}),
|
|
2312
|
-
'channel':
|
|
2313
|
-
'task_number':
|
|
2314
|
-
'subtask_number':
|
|
2315
|
-
'idempotency_key':
|
|
2316
|
-
}, async
|
|
2317
|
-
const
|
|
2293
|
+
}), _0x10c17a[_0x425180(_0x59c2fa._0x54a911)](_0x425180(_0x59c2fa._0x31bca3), _0x425180(_0x59c2fa._0x4d69c2), {
|
|
2294
|
+
'channel': _0x3c851a[_0x425180(0x179)](),
|
|
2295
|
+
'task_number': _0x3c851a[_0x425180(_0x59c2fa._0x8d846e)](),
|
|
2296
|
+
'subtask_number': _0x3c851a[_0x425180(0xd3)]()[_0x425180(_0x59c2fa._0x5387ba)](),
|
|
2297
|
+
'idempotency_key': _0x3c851a[_0x425180(0x179)]()[_0x425180(0xdd)]()
|
|
2298
|
+
}, async _0x16d007 => {
|
|
2299
|
+
const _0x866972 = _0x425180;
|
|
2318
2300
|
try {
|
|
2319
|
-
return textResult(await
|
|
2320
|
-
} catch (
|
|
2321
|
-
return textResult(
|
|
2301
|
+
return textResult(await _0x225e67[_0x866972(0xe9)](_0x16d007));
|
|
2302
|
+
} catch (_0x409fa1) {
|
|
2303
|
+
return textResult(_0x409fa1 instanceof Error ? _0x409fa1[_0x866972(_0x59a670._0x4e938f)] : _0x866972(0xa6), !![]);
|
|
2322
2304
|
}
|
|
2323
|
-
}),
|
|
2324
|
-
'channel':
|
|
2325
|
-
'task_number':
|
|
2326
|
-
'subtask_number':
|
|
2327
|
-
'status':
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2305
|
+
}), _0x10c17a['tool'](_0x425180(_0x59c2fa._0x2cac1d), _0x425180(0x206), {
|
|
2306
|
+
'channel': _0x3c851a[_0x425180(_0x59c2fa._0xf2e3fa)](),
|
|
2307
|
+
'task_number': _0x3c851a[_0x425180(_0x59c2fa._0x55fee3)](),
|
|
2308
|
+
'subtask_number': _0x3c851a[_0x425180(_0x59c2fa._0xa3a0d4)]()['optional'](),
|
|
2309
|
+
'status': _0x3c851a['enum']([
|
|
2310
|
+
_0x425180(_0x59c2fa._0x49ea43),
|
|
2311
|
+
'in_progress',
|
|
2312
|
+
_0x425180(_0x59c2fa._0x3ed06d),
|
|
2313
|
+
_0x425180(_0x59c2fa._0x268fef)
|
|
2332
2314
|
]),
|
|
2333
|
-
'idempotency_key':
|
|
2334
|
-
}, async
|
|
2335
|
-
const
|
|
2315
|
+
'idempotency_key': _0x3c851a[_0x425180(_0x59c2fa._0xf2e3fa)]()['optional']()
|
|
2316
|
+
}, async _0x3d01c4 => {
|
|
2317
|
+
const _0xb68ea0 = _0x425180;
|
|
2336
2318
|
try {
|
|
2337
|
-
return textResult(await
|
|
2338
|
-
} catch (
|
|
2339
|
-
return textResult(
|
|
2319
|
+
return textResult(await _0x225e67['update_task_status'](_0x3d01c4));
|
|
2320
|
+
} catch (_0x584de5) {
|
|
2321
|
+
return textResult(_0x584de5 instanceof Error ? _0x584de5[_0xb68ea0(0xed)] : _0xb68ea0(0x1b1), !![]);
|
|
2340
2322
|
}
|
|
2341
|
-
}),
|
|
2342
|
-
'channel':
|
|
2343
|
-
'file_path':
|
|
2344
|
-
}, async
|
|
2345
|
-
const
|
|
2323
|
+
}), _0x10c17a[_0x425180(_0x59c2fa._0x32d158)](_0x425180(0x1b9), _0x425180(0x129), {
|
|
2324
|
+
'channel': _0x3c851a[_0x425180(_0x59c2fa._0xf2e3fa)](),
|
|
2325
|
+
'file_path': _0x3c851a[_0x425180(_0x59c2fa._0x342ee5)]()
|
|
2326
|
+
}, async _0x483e3c => {
|
|
2327
|
+
const _0x21b5ee = _0x425180;
|
|
2346
2328
|
try {
|
|
2347
|
-
return textResult(await
|
|
2348
|
-
} catch (
|
|
2349
|
-
return textResult(
|
|
2329
|
+
return textResult(await _0x225e67['upload_file'](_0x483e3c));
|
|
2330
|
+
} catch (_0x1c781e) {
|
|
2331
|
+
return textResult(_0x1c781e instanceof Error ? _0x1c781e[_0x21b5ee(_0x5d7eb6._0x12b302)] : 'upload_file\x20failed', !![]);
|
|
2350
2332
|
}
|
|
2351
|
-
}),
|
|
2352
|
-
const
|
|
2333
|
+
}), _0x10c17a[_0x425180(_0x59c2fa._0x12385f)](_0x425180(_0x59c2fa._0x859ffc), _0x425180(0x1d7), { 'attachment_id': _0x3c851a[_0x425180(_0x59c2fa._0xf2e3fa)]() }, async _0x40186f => {
|
|
2334
|
+
const _0x29cf59 = _0x425180;
|
|
2353
2335
|
try {
|
|
2354
|
-
return textResult(await
|
|
2355
|
-
} catch (
|
|
2356
|
-
return textResult(
|
|
2336
|
+
return textResult(await _0x225e67['view_file'](_0x40186f));
|
|
2337
|
+
} catch (_0x41ea5b) {
|
|
2338
|
+
return textResult(_0x41ea5b instanceof Error ? _0x41ea5b['message'] : _0x29cf59(0x111), !![]);
|
|
2357
2339
|
}
|
|
2358
|
-
}),
|
|
2359
|
-
const _0x3eb784 = _0x135a63;
|
|
2340
|
+
}), _0x10c17a[_0x425180(_0x59c2fa._0x32d158)](_0x425180(_0x59c2fa._0x1e3aae), _0x425180(0x1ac), { 'work_key': _0x3c851a['string']() }, async _0x1ea52b => {
|
|
2360
2341
|
try {
|
|
2361
|
-
return textResult(await
|
|
2362
|
-
} catch (
|
|
2363
|
-
return textResult(
|
|
2342
|
+
return textResult(await _0x225e67['get_worker_status'](_0x1ea52b));
|
|
2343
|
+
} catch (_0x186b28) {
|
|
2344
|
+
return textResult(_0x186b28 instanceof Error ? _0x186b28['message'] : 'get_worker_status\x20failed', !![]);
|
|
2364
2345
|
}
|
|
2365
|
-
}),
|
|
2366
|
-
const
|
|
2346
|
+
}), _0x10c17a[_0x425180(_0x59c2fa._0x238c22)](_0x425180(0xb8), 'Worker-only.\x20Park\x20the\x20current\x20worker\x20lane\x20after\x20you\x20have\x20already\x20reported\x20results\x20in\x20this\x20thread.\x20This\x20does\x20not\x20end\x20the\x20session;\x20same-thread\x20follow-up\x20will\x20resume\x20this\x20lane.', { 'work_key': _0x3c851a[_0x425180(_0x59c2fa._0xf2e3fa)]() }, async _0x593645 => {
|
|
2347
|
+
const _0x40a6fc = _0x425180;
|
|
2367
2348
|
try {
|
|
2368
|
-
return textResult(await
|
|
2369
|
-
} catch (
|
|
2370
|
-
return textResult(
|
|
2349
|
+
return textResult(await _0x225e67['park_worker'](_0x593645));
|
|
2350
|
+
} catch (_0x27c07e) {
|
|
2351
|
+
return textResult(_0x27c07e instanceof Error ? _0x27c07e[_0x40a6fc(0xed)] : _0x40a6fc(0x171), !![]);
|
|
2371
2352
|
}
|
|
2372
|
-
}), !
|
|
2373
|
-
'work_key':
|
|
2374
|
-
'reason':
|
|
2375
|
-
}, async
|
|
2376
|
-
const
|
|
2353
|
+
}), !_0x59651b?.[_0x425180(_0x59c2fa._0x1731b2)] && _0x10c17a[_0x425180(0x1d9)](_0x425180(_0x59c2fa._0x400783), _0x425180(_0x59c2fa._0x4c04ca), {
|
|
2354
|
+
'work_key': _0x3c851a[_0x425180(_0x59c2fa._0x285213)](),
|
|
2355
|
+
'reason': _0x3c851a[_0x425180(0x179)]()
|
|
2356
|
+
}, async _0x53fb3f => {
|
|
2357
|
+
const _0x374338 = _0x425180;
|
|
2377
2358
|
try {
|
|
2378
|
-
return textResult(await
|
|
2379
|
-
} catch (
|
|
2380
|
-
return textResult(
|
|
2359
|
+
return textResult(await _0x225e67['escalate_to_main'](_0x53fb3f));
|
|
2360
|
+
} catch (_0x3ccb01) {
|
|
2361
|
+
return textResult(_0x3ccb01 instanceof Error ? _0x3ccb01[_0x374338(_0x238edc._0x583ab9)] : _0x374338(_0x238edc._0x1b37d4), !![]);
|
|
2381
2362
|
}
|
|
2382
|
-
}),
|
|
2383
|
-
const
|
|
2363
|
+
}), _0x59651b?.[_0x425180(0x189)] && _0x10c17a[_0x425180(_0x59c2fa._0x671df7)]('mark_waiting_input', _0x425180(_0x59c2fa._0x146ad7), { 'work_key': _0x3c851a[_0x425180(_0x59c2fa._0x285213)]() }, async _0x40952c => {
|
|
2364
|
+
const _0x15d27d = _0x425180;
|
|
2384
2365
|
try {
|
|
2385
|
-
return textResult(await
|
|
2386
|
-
} catch (
|
|
2387
|
-
return textResult(
|
|
2366
|
+
return textResult(await _0x225e67[_0x15d27d(_0x5507a1._0x53c4d2)](_0x40952c));
|
|
2367
|
+
} catch (_0x5b06f5) {
|
|
2368
|
+
return textResult(_0x5b06f5 instanceof Error ? _0x5b06f5['message'] : _0x15d27d(0x1b3), !![]);
|
|
2388
2369
|
}
|
|
2389
2370
|
});
|
|
2390
2371
|
}
|
|
2391
|
-
async function createChatBridgeServer(
|
|
2392
|
-
const
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
},
|
|
2396
|
-
'name':
|
|
2397
|
-
'version':
|
|
2398
|
-
}),
|
|
2399
|
-
return await registerChatBridgeTools(
|
|
2400
|
-
'handlers':
|
|
2401
|
-
'server':
|
|
2372
|
+
async function createChatBridgeServer(_0x5db1aa) {
|
|
2373
|
+
const _0x1daf16 = {
|
|
2374
|
+
_0x4db2b4: 0xdc,
|
|
2375
|
+
_0x3795bc: 0x20c
|
|
2376
|
+
}, _0x3ea459 = _0x5f0bcb, {McpServer: _0x2b2178} = await import(_0x3ea459(_0x1daf16._0x4db2b4)), _0x4c8078 = new _0x2b2178({
|
|
2377
|
+
'name': _0x3ea459(_0x1daf16._0x3795bc),
|
|
2378
|
+
'version': '0.0.0'
|
|
2379
|
+
}), _0x1889f8 = createChatBridgeHandlers(_0x5db1aa);
|
|
2380
|
+
return await registerChatBridgeTools(_0x4c8078, _0x1889f8, { 'workerMode': _0x5db1aa['workerMode'] }), {
|
|
2381
|
+
'handlers': _0x1889f8,
|
|
2382
|
+
'server': _0x4c8078
|
|
2402
2383
|
};
|
|
2403
2384
|
}
|
|
2404
|
-
function readFlag(
|
|
2405
|
-
const
|
|
2406
|
-
if (
|
|
2385
|
+
function readFlag(_0x52a07f, _0x37ba07) {
|
|
2386
|
+
const _0x5c19fe = _0x5f0bcb, _0x16b574 = _0x52a07f[_0x5c19fe(0xfb)](_0x37ba07);
|
|
2387
|
+
if (_0x16b574 === -0x1)
|
|
2407
2388
|
return void 0x0;
|
|
2408
|
-
return
|
|
2389
|
+
return _0x52a07f[_0x16b574 + 0x1];
|
|
2409
2390
|
}
|
|
2410
|
-
function parseChatBridgeArgs(
|
|
2411
|
-
const
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
},
|
|
2419
|
-
if (!
|
|
2420
|
-
throw new Error(
|
|
2421
|
-
if (!
|
|
2422
|
-
throw new Error(
|
|
2423
|
-
if (
|
|
2391
|
+
function parseChatBridgeArgs(_0x8a238e) {
|
|
2392
|
+
const _0x1501e5 = {
|
|
2393
|
+
_0x58e2ed: 0x196,
|
|
2394
|
+
_0x1f8c1b: 0x217,
|
|
2395
|
+
_0x194b35: 0x175,
|
|
2396
|
+
_0x284145: 0x14b,
|
|
2397
|
+
_0x3303fd: 0x1c6,
|
|
2398
|
+
_0x29aa1b: 0x19e
|
|
2399
|
+
}, _0x2b64aa = _0x5f0bcb, _0x5aad15 = readFlag(_0x8a238e, _0x2b64aa(_0x1501e5._0x58e2ed)), _0x554deb = readFlag(_0x8a238e, _0x2b64aa(_0x1501e5._0x1f8c1b)), _0x5c35e4 = readFlag(_0x8a238e, _0x2b64aa(0x153)), _0x4d5d94 = readFlag(_0x8a238e, '--initial-last-seen-seq'), _0x2789d8 = readFlag(_0x8a238e, _0x2b64aa(_0x1501e5._0x194b35)) ?? _0x2b64aa(_0x1501e5._0x284145), _0x5c1c18 = readFlag(_0x8a238e, _0x2b64aa(0x107)), _0x160a2b = readFlag(_0x8a238e, '--session-id'), _0x261b4e = readFlag(_0x8a238e, _0x2b64aa(0x14d)), _0x27afe0 = readFlag(_0x8a238e, '--worker-session-id'), _0x1854c6 = readFlag(_0x8a238e, _0x2b64aa(0x127)), _0xad8a04 = _0x8a238e[_0x2b64aa(0x16e)](_0x2b64aa(0x1d2)), _0x40b0f5 = _0x4d5d94 === void 0x0 ? void 0x0 : Number[_0x2b64aa(_0x1501e5._0x3303fd)](_0x4d5d94, 0xa);
|
|
2400
|
+
if (!_0x5aad15)
|
|
2401
|
+
throw new Error(_0x2b64aa(_0x1501e5._0x29aa1b));
|
|
2402
|
+
if (!_0x5c35e4)
|
|
2403
|
+
throw new Error(_0x2b64aa(0x1b4));
|
|
2404
|
+
if (_0x4d5d94 !== void 0x0 && (_0x40b0f5 === void 0x0 || !Number['isFinite'](_0x40b0f5) || _0x40b0f5 < 0x0))
|
|
2424
2405
|
throw new Error('Invalid\x20--initial-last-seen-seq');
|
|
2425
2406
|
return {
|
|
2426
|
-
'agentId':
|
|
2427
|
-
'attachmentCacheDir':
|
|
2428
|
-
'daemonApiKey':
|
|
2429
|
-
'daemonLocalUrl':
|
|
2430
|
-
'initialLastSeenSeq':
|
|
2431
|
-
'sessionId':
|
|
2432
|
-
'serverUrl':
|
|
2433
|
-
'workerModeEnabled':
|
|
2434
|
-
'workerSessionId':
|
|
2435
|
-
'workerThreadTarget':
|
|
2436
|
-
'workerMode':
|
|
2407
|
+
'agentId': _0x5aad15,
|
|
2408
|
+
'attachmentCacheDir': _0x554deb,
|
|
2409
|
+
'daemonApiKey': _0x5c35e4,
|
|
2410
|
+
'daemonLocalUrl': _0x5c1c18,
|
|
2411
|
+
'initialLastSeenSeq': _0x40b0f5,
|
|
2412
|
+
'sessionId': _0x160a2b,
|
|
2413
|
+
'serverUrl': _0x2789d8,
|
|
2414
|
+
'workerModeEnabled': _0x261b4e === void 0x0 ? void 0x0 : _0x261b4e !== 'false',
|
|
2415
|
+
'workerSessionId': _0x27afe0,
|
|
2416
|
+
'workerThreadTarget': _0x1854c6,
|
|
2417
|
+
'workerMode': _0xad8a04
|
|
2437
2418
|
};
|
|
2438
2419
|
}
|
|
2439
|
-
async function runChatBridgeCli(
|
|
2440
|
-
const
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2420
|
+
async function runChatBridgeCli(_0x42cd6f) {
|
|
2421
|
+
const _0x3366e4 = {
|
|
2422
|
+
_0x567b69: 0x1fd,
|
|
2423
|
+
_0x1b799c: 0x9a,
|
|
2424
|
+
_0x27f811: 0x1ed,
|
|
2425
|
+
_0xcf48b: 0x189,
|
|
2426
|
+
_0x46cfea: 0x1ce,
|
|
2427
|
+
_0x411b43: 0x142
|
|
2428
|
+
}, _0x33ccb5 = _0x5f0bcb, _0x2b6218 = parseChatBridgeArgs(_0x42cd6f), {StdioServerTransport: _0xc0cccb} = await import(_0x33ccb5(_0x3366e4._0x567b69)), _0x2a2d97 = createInternalAgentClient(_0x2b6218), _0x3b613a = createAttachmentCache({ 'cacheDir': _0x2b6218['attachmentCacheDir'] }), _0x1fc269 = await createChatBridgeServer({
|
|
2429
|
+
'agentId': _0x2b6218[_0x33ccb5(0x116)],
|
|
2430
|
+
'attachmentCache': _0x3b613a,
|
|
2431
|
+
'client': _0x2a2d97,
|
|
2432
|
+
'daemonLocalUrl': _0x2b6218[_0x33ccb5(_0x3366e4._0x1b799c)],
|
|
2445
2433
|
'uploadPreparer': prepareUploadFile,
|
|
2446
|
-
'workerModeEnabled':
|
|
2447
|
-
'workerMode':
|
|
2448
|
-
'workerThreadTarget':
|
|
2434
|
+
'workerModeEnabled': _0x2b6218[_0x33ccb5(_0x3366e4._0x27f811)],
|
|
2435
|
+
'workerMode': _0x2b6218[_0x33ccb5(_0x3366e4._0xcf48b)],
|
|
2436
|
+
'workerThreadTarget': _0x2b6218[_0x33ccb5(_0x3366e4._0x46cfea)]
|
|
2449
2437
|
});
|
|
2450
|
-
await
|
|
2438
|
+
await _0x1fc269[_0x33ccb5(_0x3366e4._0x411b43)][_0x33ccb5(0x1a4)](new _0xc0cccb());
|
|
2451
2439
|
}
|
|
2452
|
-
var executedAsEntry = process[
|
|
2453
|
-
executedAsEntry && await runChatBridgeCli(process[
|
|
2440
|
+
var executedAsEntry = process[_0x5f0bcb(0xad)][0x1] ? import.meta.url === pathToFileURL(process['argv'][0x1])[_0x5f0bcb(0x11f)] : ![];
|
|
2441
|
+
executedAsEntry && await runChatBridgeCli(process[_0x5f0bcb(0xad)]['slice'](0x2));
|
|
2454
2442
|
export {
|
|
2455
2443
|
createChatBridgeHandlers,
|
|
2456
2444
|
createChatBridgeServer,
|