@sapphire/plugin-i18next 2.3.2-next.cf61aae.0 → 2.3.2-next.e2f5243.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +217 -0
- package/dist/.tsbuildinfo +1 -0
- package/package.json +82 -78
- package/src/register.ts +38 -0
- package/LICENSE.md +0 -24
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
## [2.3.1](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.3.0...@sapphire/plugin-i18next@2.3.1) (2022-04-01)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **deps:** update all non-major dependencies ([2377eb9](https://github.com/sapphiredev/plugins/commit/2377eb90c7a5efb65e2be242d492f06bd4841a2e))
|
|
10
|
+
|
|
11
|
+
# [2.3.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.2.3...@sapphire/plugin-i18next@2.3.0) (2022-03-06)
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- **deps:** update all non-major dependencies ([2016134](https://github.com/sapphiredev/plugins/commit/201613418babe93748e74064cf66d4ea0582725c))
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
- allow module: NodeNext ([#251](https://github.com/sapphiredev/plugins/issues/251)) ([31bab09](https://github.com/sapphiredev/plugins/commit/31bab09834ebc1bc646e4a2849dbd24c65f08c0e))
|
|
20
|
+
|
|
21
|
+
## [2.2.3](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.2.2...@sapphire/plugin-i18next@2.2.3) (2022-01-23)
|
|
22
|
+
|
|
23
|
+
**Note:** Version bump only for package @sapphire/plugin-i18next
|
|
24
|
+
|
|
25
|
+
## [2.2.2](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.2.1...@sapphire/plugin-i18next@2.2.2) (2022-01-16)
|
|
26
|
+
|
|
27
|
+
### Performance Improvements
|
|
28
|
+
|
|
29
|
+
- **i18next:** "add" event is not necessary in chokidar ([#229](https://github.com/sapphiredev/plugins/issues/229)) ([138764c](https://github.com/sapphiredev/plugins/commit/138764cc140f74d2f2b3745ed838cac63ea97e4c))
|
|
30
|
+
|
|
31
|
+
## [2.2.1](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.2.0...@sapphire/plugin-i18next@2.2.1) (2022-01-14)
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
- **i18next:** postLogin hook register ([#228](https://github.com/sapphiredev/plugins/issues/228)) ([c67035e](https://github.com/sapphiredev/plugins/commit/c67035ef457ff390edfb30b8e2a664d4daeb7d9d))
|
|
36
|
+
|
|
37
|
+
# [2.2.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.1.6...@sapphire/plugin-i18next@2.2.0) (2022-01-13)
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
- **i18next:** add hot-module-replacement to reload i18next resources ([#224](https://github.com/sapphiredev/plugins/issues/224)) ([26a8c41](https://github.com/sapphiredev/plugins/commit/26a8c41bfcee9a2be9fc319df2ec8e542d8cb370))
|
|
42
|
+
|
|
43
|
+
## [2.1.6](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.1.5...@sapphire/plugin-i18next@2.1.6) (2022-01-09)
|
|
44
|
+
|
|
45
|
+
**Note:** Version bump only for package @sapphire/plugin-i18next
|
|
46
|
+
|
|
47
|
+
## [2.1.5](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.1.4...@sapphire/plugin-i18next@2.1.5) (2021-12-29)
|
|
48
|
+
|
|
49
|
+
**Note:** Version bump only for package @sapphire/plugin-i18next
|
|
50
|
+
|
|
51
|
+
## [2.1.4](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.1.3...@sapphire/plugin-i18next@2.1.4) (2021-12-28)
|
|
52
|
+
|
|
53
|
+
### Bug Fixes
|
|
54
|
+
|
|
55
|
+
- **i18next:** bump i18next dependency ([ebc32b0](https://github.com/sapphiredev/plugins/commit/ebc32b03288260359744810d8905b77fd7fc458c))
|
|
56
|
+
|
|
57
|
+
## [2.1.3](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.1.2...@sapphire/plugin-i18next@2.1.3) (2021-12-21)
|
|
58
|
+
|
|
59
|
+
**Note:** Version bump only for package @sapphire/plugin-i18next
|
|
60
|
+
|
|
61
|
+
## [2.1.2](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.1.1...@sapphire/plugin-i18next@2.1.2) (2021-12-06)
|
|
62
|
+
|
|
63
|
+
**Note:** Version bump only for package @sapphire/plugin-i18next
|
|
64
|
+
|
|
65
|
+
## [2.1.1](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.1.0...@sapphire/plugin-i18next@2.1.1) (2021-11-25)
|
|
66
|
+
|
|
67
|
+
### Bug Fixes
|
|
68
|
+
|
|
69
|
+
- **i18next:** bumped i18next dependendency to ensure transient dependency has latest fixes ([7cafdfc](https://github.com/sapphiredev/plugins/commit/7cafdfc1876d9d28af3c1b8decf047ab75f3f0bf))
|
|
70
|
+
|
|
71
|
+
# [2.1.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.0.2...@sapphire/plugin-i18next@2.1.0) (2021-11-21)
|
|
72
|
+
|
|
73
|
+
### Features
|
|
74
|
+
|
|
75
|
+
- expose and use namespaces for options, context, etc ([#176](https://github.com/sapphiredev/plugins/issues/176)) ([33452da](https://github.com/sapphiredev/plugins/commit/33452da808d91313a5d3bf680e11b5208ac67442))
|
|
76
|
+
- **i18n:** add `replyLocalized` ([#168](https://github.com/sapphiredev/plugins/issues/168)) ([4c51f52](https://github.com/sapphiredev/plugins/commit/4c51f52411d3a4f368db912dd840504622e4a373))
|
|
77
|
+
- **plugin-i18n:** add new syntax for formatters in i18next ([#167](https://github.com/sapphiredev/plugins/issues/167)) ([d0f01d9](https://github.com/sapphiredev/plugins/commit/d0f01d99a8e25929a819ae0d210596afdd208b62))
|
|
78
|
+
|
|
79
|
+
## [2.0.2](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.0.1...@sapphire/plugin-i18next@2.0.2) (2021-11-06)
|
|
80
|
+
|
|
81
|
+
### Bug Fixes
|
|
82
|
+
|
|
83
|
+
- **docs:** replace command usage of `run` to `messageRun` ([#160](https://github.com/sapphiredev/plugins/issues/160)) ([415adb8](https://github.com/sapphiredev/plugins/commit/415adb85b884da5d0f1f2ce07a9d46134f2bcb12))
|
|
84
|
+
|
|
85
|
+
## [2.0.1](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.0.0...@sapphire/plugin-i18next@2.0.1) (2021-10-17)
|
|
86
|
+
|
|
87
|
+
### Bug Fixes
|
|
88
|
+
|
|
89
|
+
- allow more node & npm versions in engines field ([ce5b12f](https://github.com/sapphiredev/plugins/commit/ce5b12f8142297bceda49b85574a95a3cf9112ab))
|
|
90
|
+
|
|
91
|
+
# [2.0.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@1.3.7...@sapphire/plugin-i18next@2.0.0) (2021-10-16)
|
|
92
|
+
|
|
93
|
+
### Bug Fixes
|
|
94
|
+
|
|
95
|
+
- **deps:** update all non-major dependencies ([#149](https://github.com/sapphiredev/plugins/issues/149)) ([1fe5598](https://github.com/sapphiredev/plugins/commit/1fe55980434b19bb024773a1878366320fa96004))
|
|
96
|
+
- **deps:** update dependency i18next to ^21.2.0 ([#146](https://github.com/sapphiredev/plugins/issues/146)) ([2509ee4](https://github.com/sapphiredev/plugins/commit/2509ee4c8d53cc8bf23f7b7b618d5a4be3f7c24b))
|
|
97
|
+
- **i18next:** change `Awaited` for `Awaitable` ([0e2e6ef](https://github.com/sapphiredev/plugins/commit/0e2e6ef104e66344608ca62f779829411122e84c))
|
|
98
|
+
- **i18next:** change how `fetchLanguage` is implemented ([#107](https://github.com/sapphiredev/plugins/issues/107)) ([30c8f7f](https://github.com/sapphiredev/plugins/commit/30c8f7f2ea4911c79ecb241e182500516e958fc5))
|
|
99
|
+
- **i18next:** remove @sapphire/pieces from install instructions ([7c17a92](https://github.com/sapphiredev/plugins/commit/7c17a925b7c66fdd5422d75a3674e420ddc474ce))
|
|
100
|
+
- **plugin-i18next:** re-added support for guild target ([#103](https://github.com/sapphiredev/plugins/issues/103)) ([a7152a8](https://github.com/sapphiredev/plugins/commit/a7152a8ba3baf0a5bee10e80bc7c33e11b03d4d3))
|
|
101
|
+
|
|
102
|
+
### Code Refactoring
|
|
103
|
+
|
|
104
|
+
- **plugin-i18next:** updated for discord.js@13 and framework@2 ([e041864](https://github.com/sapphiredev/plugins/commit/e04186461071179b96b918294b3f3085c328ede6))
|
|
105
|
+
|
|
106
|
+
### Features
|
|
107
|
+
|
|
108
|
+
- bump to discordjs v13.2.0 ([3d0e484](https://github.com/sapphiredev/plugins/commit/3d0e484eb9a5adb7fef3bb642e304e27072ed2b1))
|
|
109
|
+
- **i18next:** add `baseUserDirectory` as alternative path for the `languages` directory (takes precedence over root scan) ([#159](https://github.com/sapphiredev/plugins/issues/159)) ([f8621b0](https://github.com/sapphiredev/plugins/commit/f8621b088f0382221968dfefe4a48092c83cd73f))
|
|
110
|
+
- **i18next:** bump i18next dependency to v20 ([#125](https://github.com/sapphiredev/plugins/issues/125)) ([0023809](https://github.com/sapphiredev/plugins/commit/0023809ee73fd2cee6828d30a782d67a44e31bbf))
|
|
111
|
+
- **i18next:** update i18next dependency ([#129](https://github.com/sapphiredev/plugins/issues/129)) ([96519de](https://github.com/sapphiredev/plugins/commit/96519de5de253db390ed9a76ed073ffe1eabd187))
|
|
112
|
+
- **plugin-editable-commands:** added first version ([#106](https://github.com/sapphiredev/plugins/issues/106)) ([9af3e85](https://github.com/sapphiredev/plugins/commit/9af3e85a8641f852eaf114679ceed1e71034d16c))
|
|
113
|
+
- **subcommands:** migrate `Command#run` to `Command#messageRun` ([#157](https://github.com/sapphiredev/plugins/issues/157)) ([2960711](https://github.com/sapphiredev/plugins/commit/29607111c4e4f61ece463e10854982f205879996))
|
|
114
|
+
|
|
115
|
+
### BREAKING CHANGES
|
|
116
|
+
|
|
117
|
+
- **i18next:** i18next has been updated to v21.0.1. Please also seee the breaking changes for i18next [here](https://github.com/i18next/i18next/blob/master/CHANGELOG.md#2100) and their migration guide [here](https://www.i18next.com/misc/migration-guide#v-20-x-x-to-v-21-0-0)
|
|
118
|
+
|
|
119
|
+
- chore: activate renovate
|
|
120
|
+
- **i18next:** i18next dependency has been bumped to v20.x. As opposed to what the library does, this plugin will default the new option `ignoreJSONStructure` to `false`
|
|
121
|
+
- **i18next:** `fetchLanguage` has been moved from `ClientOptions` to `ClientOptions.i18n`
|
|
122
|
+
- **plugin-i18next:** Changed `InternationalizationHandler#options` to not be optional.
|
|
123
|
+
- **plugin-i18next:** Increase `@sapphire/framework` requirement to v2.
|
|
124
|
+
- **plugin-i18next:** Increase `discord.js` requirement to v13.
|
|
125
|
+
- **plugin-i18next:** Removed `I18nextClient#fetchLanguage` in favor of `InternationalizationHandler#fetchLanguage`.
|
|
126
|
+
- **plugin-i18next:** Removed `I18nextClient#i18n` in favor of `Context#i18n`.
|
|
127
|
+
- **plugin-i18next:** Removed `I18nextClient`.
|
|
128
|
+
- **plugin-i18next:** Removed `Message#editLocalized` in favor of `editLocalized(message, options)`.
|
|
129
|
+
- **plugin-i18next:** Removed `Structure#fetchLanguage` in favor of `fetchLanguage(structure)`.
|
|
130
|
+
- **plugin-i18next:** Removed `Structure#fetchT` in favor of `fetchT(structure)`.
|
|
131
|
+
- **plugin-i18next:** Removed `Structure#resolveKey` in favor of `resolveKey(structure, keys, options)`.
|
|
132
|
+
- **plugin-i18next:** Removed `Structure#sendLocalized` in favor of `sendLocalized(structure, options)`.
|
|
133
|
+
- **plugin-i18next:** Renamed `I18nextClientOptions` to `InternationalizationClientOptions`.
|
|
134
|
+
- **plugin-i18next:** Renamed `I18nextHandler` to `InternationalizationHandler`.
|
|
135
|
+
- **plugin-i18next:** Renamed `InternationalizationHandler.fetchLocale` to `format`.
|
|
136
|
+
- **plugin-i18next:** Renamed `InternationalizationHandler.fetchT` to `getT`.
|
|
137
|
+
- **plugin-i18next:** Require `discord.js` in `/register`.
|
|
138
|
+
- **plugin-i18next:** Simplified `editLocalized`'s overloads.
|
|
139
|
+
- **plugin-i18next:** Simplified `sendLocalized`'s overloads.
|
|
140
|
+
|
|
141
|
+
## [1.3.7](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@1.3.6...@sapphire/plugin-i18next@1.3.7) (2021-06-19)
|
|
142
|
+
|
|
143
|
+
### Bug Fixes
|
|
144
|
+
|
|
145
|
+
- remove peer deps, update dev deps, update READMEs ([#91](https://github.com/sapphiredev/plugins/issues/91)) ([3489b1d](https://github.com/sapphiredev/plugins/commit/3489b1dc1e8a7c64c255595b3d441cd0b5bac936))
|
|
146
|
+
- **i18next:** specify package side effects ([33fd1ec](https://github.com/sapphiredev/plugins/commit/33fd1ec86c671ef7419c709793d28c326d21ada7))
|
|
147
|
+
|
|
148
|
+
## [1.3.6](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@1.3.5...@sapphire/plugin-i18next@1.3.6) (2021-05-02)
|
|
149
|
+
|
|
150
|
+
### Bug Fixes
|
|
151
|
+
|
|
152
|
+
- drop the `www.` from the SapphireJS URL ([a86049f](https://github.com/sapphiredev/plugins/commit/a86049f185f0ccb12d61379dd82255b36d4fa145))
|
|
153
|
+
- update all the SapphireJS URLs from `.com` to `.dev` ([c5fd156](https://github.com/sapphiredev/plugins/commit/c5fd15691abb9a9712dc4b8aebd8400f6d91f719))
|
|
154
|
+
|
|
155
|
+
## [1.3.5](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@1.3.4...@sapphire/plugin-i18next@1.3.5) (2021-04-21)
|
|
156
|
+
|
|
157
|
+
### Bug Fixes
|
|
158
|
+
|
|
159
|
+
- change all Sapphire URLs from "project"->"community" & use our domain where applicable 👨🌾🚜 ([#75](https://github.com/sapphiredev/plugins/issues/75)) ([e437dc4](https://github.com/sapphiredev/plugins/commit/e437dc45fcd4d22ab2dcdb0e70c67cc5856883c0))
|
|
160
|
+
|
|
161
|
+
## [1.3.4](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@1.3.3...@sapphire/plugin-i18next@1.3.4) (2021-04-03)
|
|
162
|
+
|
|
163
|
+
**Note:** Version bump only for package @sapphire/plugin-i18next
|
|
164
|
+
|
|
165
|
+
## [1.3.3](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@1.3.2...@sapphire/plugin-i18next@1.3.3) (2021-03-16)
|
|
166
|
+
|
|
167
|
+
### Bug Fixes
|
|
168
|
+
|
|
169
|
+
- update dependencies, add tslib, bump framework to v1.0.0 ([880b761](https://github.com/sapphiredev/plugins/commit/880b7614d857f23fcbcd351e69795c451a95f49c))
|
|
170
|
+
|
|
171
|
+
## [1.3.2](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@1.3.1...@sapphire/plugin-i18next@1.3.2) (2021-02-16)
|
|
172
|
+
|
|
173
|
+
**Note:** Version bump only for package @sapphire/plugin-i18next
|
|
174
|
+
|
|
175
|
+
## [1.3.1](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@1.3.0...@sapphire/plugin-i18next@1.3.1) (2021-02-07)
|
|
176
|
+
|
|
177
|
+
### Bug Fixes
|
|
178
|
+
|
|
179
|
+
- **i18n:** update dependencies in package.json ([8d0381b](https://github.com/sapphiredev/plugins/commit/8d0381be7b5ecc837fd9883c6035d4a16c065448))
|
|
180
|
+
- **i18next:** properly augment Discord.js extensions ([#56](https://github.com/sapphiredev/plugins/issues/56)) ([6f5b1a9](https://github.com/sapphiredev/plugins/commit/6f5b1a9a05a6d0508e05a33ef23ec1027160df79))
|
|
181
|
+
|
|
182
|
+
# [1.3.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@1.2.1...@sapphire/plugin-i18next@1.3.0) (2021-02-03)
|
|
183
|
+
|
|
184
|
+
### Features
|
|
185
|
+
|
|
186
|
+
- **i18next:** respect alternative default handling ([#54](https://github.com/sapphiredev/plugins/issues/54)) ([5b12ba8](https://github.com/sapphiredev/plugins/commit/5b12ba8b4a321f73dd6b93c57ddd92143b796f08))
|
|
187
|
+
|
|
188
|
+
## [1.2.1](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@1.2.0...@sapphire/plugin-i18next@1.2.1) (2021-01-23)
|
|
189
|
+
|
|
190
|
+
**Note:** Version bump only for package @sapphire/plugin-i18next
|
|
191
|
+
|
|
192
|
+
# [1.2.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@1.1.0...@sapphire/plugin-i18next@1.2.0) (2021-01-12)
|
|
193
|
+
|
|
194
|
+
### Features
|
|
195
|
+
|
|
196
|
+
- **i18next:** store loaded namespaces ([#42](https://github.com/sapphiredev/plugins/issues/42)) ([978f0ad](https://github.com/sapphiredev/plugins/commit/978f0ad59a708ffabc02dda3f82fc84a69abf54d))
|
|
197
|
+
|
|
198
|
+
# [1.1.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@1.0.0...@sapphire/plugin-i18next@1.1.0) (2021-01-11)
|
|
199
|
+
|
|
200
|
+
### Features
|
|
201
|
+
|
|
202
|
+
- **i18next:** allow creating i18next options using namespaces and languages ([#41](https://github.com/sapphiredev/plugins/issues/41)) ([3efa231](https://github.com/sapphiredev/plugins/commit/3efa231421c590d8706afba5b066daaa51b5d175))
|
|
203
|
+
|
|
204
|
+
# 1.0.0 (2021-01-09)
|
|
205
|
+
|
|
206
|
+
### Bug Fixes
|
|
207
|
+
|
|
208
|
+
- **i18next:** add missing tslib dependency ([5687397](https://github.com/sapphiredev/plugins/commit/568739718dd028ba713f022404b94374729e398a))
|
|
209
|
+
|
|
210
|
+
### Features
|
|
211
|
+
|
|
212
|
+
- **i18next:** implement context and editing ([#35](https://github.com/sapphiredev/plugins/issues/35)) ([1849831](https://github.com/sapphiredev/plugins/commit/18498311766433bc6d2ad9956ca73b39d11b9139)), closes [#29](https://github.com/sapphiredev/plugins/issues/29) [#29](https://github.com/sapphiredev/plugins/issues/29)
|
|
213
|
+
- add plugin-i18next ([#29](https://github.com/sapphiredev/plugins/issues/29)) ([41e6581](https://github.com/sapphiredev/plugins/commit/41e6581199c971db4422fbc6fb411dfca2614dec))
|
|
214
|
+
|
|
215
|
+
### BREAKING CHANGES
|
|
216
|
+
|
|
217
|
+
- **i18next:** All aforementioned changes are breaking.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/tslib/tslib.d.ts","../../../node_modules/i18next/index.d.ts","../../../node_modules/@discordjs/collection/dist/index.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/arrayStrictEquals.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/cast.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/chunk.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/utilityTypes.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/classExtends.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/codeBlock.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/cutText.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/debounce/index.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/deepClone.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/filterNullAndUndefined.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/filterNullAndUndefinedAndEmpty.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/filterNullAndUndefinedAndZero.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/hasAtLeastOneKeyInMap.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/inlineCodeBlock.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isClass.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isFunction.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isNullOrUndefined.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isNullOrUndefinedOrEmpty.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isNullOrUndefinedOrZero.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isNumber.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isObject.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isPrimitive.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isThenable.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/makeObject.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/mergeDefault.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/mergeObjects.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/noop.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/objectToTuples.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/globals.global.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/parseUrl.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/partition.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/range.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/regExpEsc.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/roundNumber.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/splitText.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/toTitleCase.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/tryParse.d.ts","../../../node_modules/@sapphire/utilities/dist/index.d.ts","../../../node_modules/@sapphire/pieces/dist/index.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/globals.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/permissions.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/emoji.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/internals.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/shared.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/base.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/string.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/integer.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/boolean.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/user.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/channel.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/role.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/mentionable.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/number.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/subcommand.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/subcommandGroup.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/chatInput.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/contextMenu.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/permissions.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/applicationCommands.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/responses.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/base.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/messageComponents.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/ping.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/_interactions/autocomplete.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/interactions.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/sticker.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/channel.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/gateway.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/stageInstance.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/voice.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/guildScheduledEvent.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/guild.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/user.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/teams.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/application.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/webhook.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/auditLog.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/invite.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/oauth2.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/common.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/auditLog.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/utils/internals.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/channel.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/emoji.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/gateway.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/guild.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/guildScheduledEvent.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/webhook.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/interactions.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/invite.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/oauth2.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/stageInstance.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/sticker.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/template.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/user.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/voice.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rest/v9/index.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/template.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/payloads/v9/index.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/gateway/common.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/gateway/v9.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/rpc/v9.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/utils/v9.d.ts","../../../node_modules/@discordjs/builders/node_modules/discord-api-types/v9.d.ts","../../../node_modules/zod/lib/helpers/typeAliases.d.ts","../../../node_modules/zod/lib/helpers/util.d.ts","../../../node_modules/zod/lib/ZodError.d.ts","../../../node_modules/zod/lib/helpers/parseUtil.d.ts","../../../node_modules/zod/lib/helpers/errorUtil.d.ts","../../../node_modules/zod/lib/helpers/partialUtil.d.ts","../../../node_modules/zod/lib/types.d.ts","../../../node_modules/zod/lib/external.d.ts","../../../node_modules/zod/lib/index.d.ts","../../../node_modules/@discordjs/builders/dist/index.d.ts","../../../node_modules/discord.js/node_modules/@discordjs/collection/dist/index.d.ts","../../../node_modules/discord.js/node_modules/discord-api-types/v9.d.ts","../../../node_modules/form-data/index.d.ts","../../../node_modules/@types/node-fetch/externals.d.ts","../../../node_modules/@types/node-fetch/index.d.ts","../../../node_modules/@types/ws/index.d.ts","../../../node_modules/discord.js/typings/enums.d.ts","../../../node_modules/discord.js/typings/rawDataTypes.d.ts","../../../node_modules/discord.js/typings/index.d.ts","../../../node_modules/anymatch/index.d.ts","../../../node_modules/chokidar/types/index.d.ts","../../../node_modules/@types/i18next-fs-backend/node_modules/i18next/index.d.ts","../../../node_modules/@types/i18next-fs-backend/index.d.ts","../src/lib/types.ts","../src/lib/functions.ts","../../../node_modules/lexure/dist/types/tokens.d.ts","../../../node_modules/lexure/dist/types/parserOutput.d.ts","../../../node_modules/lexure/dist/types/option.d.ts","../../../node_modules/lexure/dist/types/result.d.ts","../../../node_modules/lexure/dist/types/args.d.ts","../../../node_modules/lexure/dist/types/lexer.d.ts","../../../node_modules/lexure/dist/types/loopAction.d.ts","../../../node_modules/lexure/dist/types/loops.d.ts","../../../node_modules/lexure/dist/types/unordered.d.ts","../../../node_modules/lexure/dist/types/parser.d.ts","../../../node_modules/lexure/dist/types/util.d.ts","../../../node_modules/lexure/dist/types/index.d.ts","../../../node_modules/@sapphire/ratelimits/dist/lib/RateLimitManager.d.ts","../../../node_modules/@sapphire/ratelimits/dist/lib/RateLimit.d.ts","../../../node_modules/@sapphire/ratelimits/dist/index.d.ts","../../../node_modules/@sapphire/discord-utilities/dist/lib/regexes.d.ts","../../../node_modules/@sapphire/discord-utilities/dist/lib/limits.d.ts","../../../node_modules/@sapphire/discord-utilities/dist/index.d.ts","../../../node_modules/discord-api-types/globals.d.ts","../../../node_modules/discord-api-types/payloads/v10/oauth2.d.ts","../../../node_modules/discord-api-types/payloads/v10/permissions.d.ts","../../../node_modules/discord-api-types/payloads/v10/emoji.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/shared.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/base.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/attachment.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/boolean.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/channel.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/integer.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/mentionable.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/number.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/role.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/string.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/subcommand.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/subcommandGroup.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/user.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/internals.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/responses.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/base.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/chatInput.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/contextMenu.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/permissions.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/applicationCommands.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/autocomplete.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/messageComponents.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/modalSubmit.d.ts","../../../node_modules/discord-api-types/payloads/v10/_interactions/ping.d.ts","../../../node_modules/discord-api-types/payloads/v10/interactions.d.ts","../../../node_modules/discord-api-types/payloads/v10/sticker.d.ts","../../../node_modules/discord-api-types/payloads/v10/channel.d.ts","../../../node_modules/discord-api-types/payloads/v10/gateway.d.ts","../../../node_modules/discord-api-types/payloads/v10/guildScheduledEvent.d.ts","../../../node_modules/discord-api-types/payloads/v10/stageInstance.d.ts","../../../node_modules/discord-api-types/payloads/v10/voice.d.ts","../../../node_modules/discord-api-types/payloads/v10/guild.d.ts","../../../node_modules/discord-api-types/payloads/v10/user.d.ts","../../../node_modules/discord-api-types/payloads/v10/teams.d.ts","../../../node_modules/discord-api-types/payloads/v10/application.d.ts","../../../node_modules/discord-api-types/payloads/v10/webhook.d.ts","../../../node_modules/discord-api-types/payloads/v10/auditLog.d.ts","../../../node_modules/discord-api-types/payloads/v10/invite.d.ts","../../../node_modules/discord-api-types/rest/common.d.ts","../../../node_modules/discord-api-types/rest/v10/auditLog.d.ts","../../../node_modules/discord-api-types/utils/internals.d.ts","../../../node_modules/discord-api-types/rest/v10/channel.d.ts","../../../node_modules/discord-api-types/rest/v10/emoji.d.ts","../../../node_modules/discord-api-types/rest/v10/gateway.d.ts","../../../node_modules/discord-api-types/rest/v10/guild.d.ts","../../../node_modules/discord-api-types/rest/v10/guildScheduledEvent.d.ts","../../../node_modules/discord-api-types/rest/v10/webhook.d.ts","../../../node_modules/discord-api-types/rest/v10/interactions.d.ts","../../../node_modules/discord-api-types/rest/v10/invite.d.ts","../../../node_modules/discord-api-types/rest/v10/oauth2.d.ts","../../../node_modules/discord-api-types/rest/v10/stageInstance.d.ts","../../../node_modules/discord-api-types/rest/v10/sticker.d.ts","../../../node_modules/discord-api-types/rest/v10/template.d.ts","../../../node_modules/discord-api-types/rest/v10/user.d.ts","../../../node_modules/discord-api-types/rest/v10/voice.d.ts","../../../node_modules/discord-api-types/rest/v10/index.d.ts","../../../node_modules/discord-api-types/payloads/v10/template.d.ts","../../../node_modules/discord-api-types/payloads/v10/index.d.ts","../../../node_modules/discord-api-types/gateway/common.d.ts","../../../node_modules/discord-api-types/gateway/v10.d.ts","../../../node_modules/discord-api-types/rpc/common.d.ts","../../../node_modules/discord-api-types/rpc/v10.d.ts","../../../node_modules/discord-api-types/utils/v10.d.ts","../../../node_modules/discord-api-types/v10.d.ts","../../../node_modules/discord-api-types/payloads/common.d.ts","../../../node_modules/discord-api-types/payloads/v9/oauth2.d.ts","../../../node_modules/discord-api-types/payloads/v9/permissions.d.ts","../../../node_modules/discord-api-types/payloads/v9/emoji.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/shared.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/base.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/attachment.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/boolean.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/channel.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/integer.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/mentionable.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/number.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/role.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/string.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/subcommand.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/subcommandGroup.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/user.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/internals.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/responses.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/base.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/chatInput.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/contextMenu.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/permissions.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/applicationCommands.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/autocomplete.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/messageComponents.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/modalSubmit.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/ping.d.ts","../../../node_modules/discord-api-types/payloads/v9/interactions.d.ts","../../../node_modules/discord-api-types/payloads/v9/sticker.d.ts","../../../node_modules/discord-api-types/payloads/v9/channel.d.ts","../../../node_modules/discord-api-types/payloads/v9/gateway.d.ts","../../../node_modules/discord-api-types/payloads/v9/guildScheduledEvent.d.ts","../../../node_modules/discord-api-types/payloads/v9/stageInstance.d.ts","../../../node_modules/discord-api-types/payloads/v9/voice.d.ts","../../../node_modules/discord-api-types/payloads/v9/guild.d.ts","../../../node_modules/discord-api-types/payloads/v9/user.d.ts","../../../node_modules/discord-api-types/payloads/v9/teams.d.ts","../../../node_modules/discord-api-types/payloads/v9/application.d.ts","../../../node_modules/discord-api-types/payloads/v9/webhook.d.ts","../../../node_modules/discord-api-types/payloads/v9/auditLog.d.ts","../../../node_modules/discord-api-types/payloads/v9/invite.d.ts","../../../node_modules/discord-api-types/rest/v9/auditLog.d.ts","../../../node_modules/discord-api-types/rest/v9/channel.d.ts","../../../node_modules/discord-api-types/rest/v9/emoji.d.ts","../../../node_modules/discord-api-types/rest/v9/gateway.d.ts","../../../node_modules/discord-api-types/rest/v9/guild.d.ts","../../../node_modules/discord-api-types/rest/v9/guildScheduledEvent.d.ts","../../../node_modules/discord-api-types/rest/v9/webhook.d.ts","../../../node_modules/discord-api-types/rest/v9/interactions.d.ts","../../../node_modules/discord-api-types/rest/v9/invite.d.ts","../../../node_modules/discord-api-types/rest/v9/oauth2.d.ts","../../../node_modules/discord-api-types/rest/v9/stageInstance.d.ts","../../../node_modules/discord-api-types/rest/v9/sticker.d.ts","../../../node_modules/discord-api-types/rest/v9/template.d.ts","../../../node_modules/discord-api-types/rest/v9/user.d.ts","../../../node_modules/discord-api-types/rest/v9/voice.d.ts","../../../node_modules/discord-api-types/rest/v9/index.d.ts","../../../node_modules/discord-api-types/payloads/v9/template.d.ts","../../../node_modules/discord-api-types/payloads/v9/index.d.ts","../../../node_modules/discord-api-types/gateway/v9.d.ts","../../../node_modules/discord-api-types/rpc/v9.d.ts","../../../node_modules/discord-api-types/utils/v9.d.ts","../../../node_modules/discord-api-types/v9.d.ts","../../../node_modules/@sapphire/discord.js-utilities/dist/index.d.ts","../../../node_modules/@sapphire/framework/dist/index.d.ts","../src/lib/InternationalizationHandler.ts","../src/index.ts","../src/register.ts","../src/lib/Augmentations.d.ts","../../../node_modules/@babel/types/lib/index.d.ts","../../../node_modules/@types/babel__generator/index.d.ts","../../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../../node_modules/@types/babel__template/index.d.ts","../../../node_modules/@types/babel__traverse/index.d.ts","../../../node_modules/@types/babel__core/index.d.ts","../../../node_modules/@types/ioredis/index.d.ts","../../../node_modules/@types/bull/index.d.ts","../../../node_modules/@types/graceful-fs/index.d.ts","../../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../../node_modules/@types/istanbul-lib-report/index.d.ts","../../../node_modules/@types/istanbul-reports/index.d.ts","../../../node_modules/chalk/index.d.ts","../../../node_modules/jest-diff/build/cleanupSemantic.d.ts","../../../node_modules/pretty-format/build/types.d.ts","../../../node_modules/pretty-format/build/index.d.ts","../../../node_modules/jest-diff/build/types.d.ts","../../../node_modules/jest-diff/build/diffLines.d.ts","../../../node_modules/jest-diff/build/printDiffs.d.ts","../../../node_modules/jest-diff/build/index.d.ts","../../../node_modules/jest-matcher-utils/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts","../../../node_modules/@types/json-schema/index.d.ts","../../../node_modules/@types/minimatch/index.d.ts","../../../node_modules/@types/minimist/index.d.ts","../../../node_modules/@types/normalize-package-data/index.d.ts","../../../node_modules/@types/parse-json/index.d.ts","../../../node_modules/@types/prettier/index.d.ts","../../../node_modules/@types/psl/index.d.ts","../../../node_modules/@types/redis/index.d.ts","../../../node_modules/@types/stack-utils/index.d.ts","../../../node_modules/@types/yargs-parser/index.d.ts","../../../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"3ac1b83264055b28c0165688fda6dfcc39001e9e7828f649299101c23ad0a0c3","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","2f93dda35dafec68ec217c9ce67f0f4fbbbb030c055ac312641565ad60dd7e26","aea179452def8a6152f98f63b191b84e7cbd69b0e248c91e61fb2e52328abe8c",{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"5075b36ab861c8c0c45377cb8c96270d7c65f0eeaf105d53fac6850da61f1027","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"e8c9f4e445a489991ca1a4232667de3ac36b07ba75ea335971fbeacf2d26fe67","affectsGlobalScope":true},{"version":"34478567f8a80171f88f2f30808beb7da15eac0538ae91282dd33dce928d98ed","affectsGlobalScope":true},{"version":"6ea9ab679ea030cf46c16a711a316078e9e02619ebaf07a7fcd16964aba88f2d","affectsGlobalScope":true},{"version":"aedb8de1abb2ff1095c153854a6df7deae4a5709c37297f9d6e9948b6806fa66","affectsGlobalScope":true},{"version":"11ffe3c281f375fff9ffdde8bbec7669b4dd671905509079f866f2354a788064","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"12f4cfe2fe60b810c3174537bc2ddb20c1067b7768643d12cb1266fd183afb75","5d8a54affc9a33b29830ad949f6e247314cbb7f85287231b07b66611bacf795f","05025e02d07b42a9d65f68282cdfbea2c9a51a33561f914aa0c83f2df2dc34bc","e97508dee939ae29977082f5bb1b8cf9c1cf45d3fdeb337039562182c51533f2","b5c4a6079d44a94888a8197c1641f583c28a9c9cbd5f43d5eefb91e32c7275b8","d29b5fb22613d6b42b190b2768f3ff238236978791ad05ba36b28623444fd309","72e9bc2e435c9d6e83b2d46764c0d87c8aefb3ad4e7c1ba059e3859e4318d0a5","f96cf46e0a882edbd46e1938d23e0fded20e8f86a94e3060d5864a19bcc30953","6873fe9695582678987b02c82f7b5eb075b104eb0a59cd874b02abd11f444133","8a85d79cf5f5a0ea032306dd255f1d4d8ba792368faa69eae57056c3e5d89786","e0720c0096e3749e2d24eff2c8f8cc906f0064cd6ccfed028619dd799f914329","721b522722a1fb5807698552ed1b974cd169ec344118a5cc1a176b042a94f430","378a3e559d3915e3e67f2caefde272bcd1609a75dbba6aa7b103dbaf5f99614a","b0cdd7da8ff86a6f3c8b634b6b1098481963f759e46e906f06dd785196b6a06a","83f6bdd3502368b731a9573f279352e88af5717ac3528605f98a1d18307b35f1","c6509f6a018fb1861e6fd94dde81d7c5ba08a660441673f09a3061df76cd79f3","09a3993362e573e7a07c81c23a642f71406361ea650f2660744bc1fa712f1c60","e05cafa4d712ae34e8ce084eda1f707fbe1008777d9ff6272123ed848938aac7","e28344b607d9e005588c5710393eb70bf4179db89f2c2b6c29579581ff5b1f2e","74b7605636aebdd2f681acadbb9ec6779a3ed64f1d4920ae2a8963500e994325","eb72c15ca967cf2e95abdb6188aa316f438a2c2c0081ab1f0fc52a103dfe6440","6fa9995e489bafca2eaba9b8dbbaef24f86d8cc52a7f6ea2d3b4377f4e20a2d0","7af4ec36327a8acc60de69c6755d5547fec214bc308eb38279506c94d7f30dfb","cd83948a557b992b6ca00966e6ed43cfa47a8be439d08df894f1d8f7bbd63881","3872ab3e295d45c4e1e63fad766b41bb2b8e3faac7ccef95d86a986198e62df1","77777be0f9f1de16cea711e2b67e8cb4424fb5800e7eca31578f56367167272d","aea9363b86441a6946f5e8eac3160f4cc81e96df3e65ad341294f68bd006b3eb","cd449cc00e95b3610fe1d18b77e1e8a0a8399c08769ea2845bbb7b1cb1e1d521","664bc7dd4497999693e26940b95dc42cfcf4df00ad184319b2651ef84d014773","96e6bf811343caab5112b68880905c5d20d9257054afac6c18e718a4c549ed27","868cc469f2b9da79f82251bce3fb57c02d4817ee27aeb44c03db41e5c7b1e584","0cba3a5d7b81356222594442753cf90dd2892e5ccfe1d262aaca6896ba6c1380","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"c2ab70bbc7a24c42a790890739dd8a0ba9d2e15038b40dff8163a97a5d148c00","affectsGlobalScope":true},"422dbb183fdced59425ca072c8bd09efaa77ce4e2ab928ec0d8a1ce062d2a45a",{"version":"712ba0d43b44d144dfd01593f61af6e2e21cfae83e834d297643e7973e55ed61","affectsGlobalScope":true},"1dab5ab6bcf11de47ab9db295df8c4f1d92ffa750e8f095e88c71ce4c3299628","f71f46ccd5a90566f0a37b25b23bc4684381ab2180bdf6733f4e6624474e1894",{"version":"54e65985a3ee3cec182e6a555e20974ea936fc8b8d1738c14e8ed8a42bd921d4","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","98a3ebfa494b46265634a73459050befba5da8fdc6ca0ef9b7269421780f4ff3","34e5de87d983bc6aefef8b17658556e3157003e8d9555d3cb098c6bef0b5fbc8","cc0b61316c4f37393f1f9595e93b673f4184e9d07f4c127165a490ec4a928668","f27371653aded82b2b160f7a7033fb4a5b1534b6f6081ef7be1468f0f15327d3","c762cd6754b13a461c54b59d0ae0ab7aeef3c292c6cf889873f786ee4d8e75c9","f4ea7d5df644785bd9fbf419930cbaec118f0d8b4160037d2339b8e23c059e79",{"version":"bfea28e6162ed21a0aeed181b623dcf250aa79abf49e24a6b7e012655af36d81","affectsGlobalScope":true},"b8aca9d0c81abb02bec9b7621983ae65bde71da6727580070602bd2500a9ce2a","ae97e20f2e10dbeec193d6a2f9cd9a367a1e293e7d6b33b68bacea166afd7792","10d4796a130577d57003a77b95d8723530bbec84718e364aa2129fa8ffba0378","ad41bb744149e92adb06eb953da195115620a3f2ad48e7d3ae04d10762dae197","bf73c576885408d4a176f44a9035d798827cc5020d58284cb18d7573430d9022","7ae078ca42a670445ae0c6a97c029cb83d143d62abd1730efb33f68f0b2c0e82",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"5d0a9ea09d990b5788f867f1c79d4878f86f7384cb7dab38eecbf22f9efd063d","12eea70b5e11e924bb0543aea5eadc16ced318aa26001b453b0d561c2fd0bd1e","08777cd9318d294646b121838574e1dd7acbb22c21a03df84e1f2c87b1ad47f2","08a90bcdc717df3d50a2ce178d966a8c353fd23e5c392fd3594a6e39d9bb6304",{"version":"4cd4cff679c9b3d9239fd7bf70293ca4594583767526916af8e5d5a47d0219c7","affectsGlobalScope":true},"2a12d2da5ac4c4979401a3f6eaafa874747a37c365e4bc18aa2b171ae134d21b","002b837927b53f3714308ecd96f72ee8a053b8aeb28213d8ec6de23ed1608b66","1dc9c847473bb47279e398b22c740c83ea37a5c88bf66629666e3cf4c5b9f99c","a9e4a5a24bf2c44de4c98274975a1a705a0abbaad04df3557c2d3cd8b1727949","00fa7ce8bc8acc560dc341bbfdf37840a8c59e6a67c9bfa3fa5f36254df35db2","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","5f0ed51db151c2cdc4fa3bb0f44ce6066912ad001b607a34e65a96c52eb76248",{"version":"3345c276cab0e76dda86c0fb79104ff915a4580ba0f3e440870e183b1baec476","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","103d70bfbeb3cd3a3f26d1705bf986322d8738c2c143f38ebb743b1e228d7444","f52fbf64c7e480271a9096763c4882d356b05cab05bf56a64e68a95313cd2ce2","59bdb65f28d7ce52ccfc906e9aaf422f8b8534b2d21c32a27d7819be5ad81df7",{"version":"3a2da34079a2567161c1359316a32e712404b56566c45332ac9dcee015ecce9f","affectsGlobalScope":true},"28a2e7383fd898c386ffdcacedf0ec0845e5d1a86b5a43f25b86bc315f556b79","3aff9c8c36192e46a84afe7b926136d520487155154ab9ba982a8b544ea8fc95","a880cf8d85af2e4189c709b0fea613741649c0e40fffb4360ec70762563d5de0","85bbf436a15bbeda4db888be3062d47f99c66fd05d7c50f0f6473a9151b6a070","9f9c49c95ecd25e0cb2587751925976cf64fd184714cb11e213749c80cf0f927","f0c75c08a71f9212c93a719a25fb0320d53f2e50ca89a812640e08f8ad8c408c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"9cafe917bf667f1027b2bb62e2de454ecd2119c80873ad76fc41d941089753b8","c5d4f20e56502eeb4a835541b70ef21c9973f7328df36703a86f466b90580234","a92718a351cdc2d46ef7f1ecd65a967fb5231ebba4330b11af913a18e2583b0a","83ebd1e9bf120b41999d45c3d0a4f9d2c63063bca0f914492924888c2c53309b","00e01b8b372f7f205d71cbfdf6ac5d8a01fe87950a67fe0ebfb2bb87d0c146b3","2e6a91f6ffc4a08b4079feba724fb141b3cebb3a60b20938569163ef6410e0d1","fd31e6544f0f7dc9db92faa6e473a59f53cc3f9e35dc0e3db47c513480953f30","8191e13fa37c4be02dd51d6498695dd3680a2c23e5562ce6d2bb8d935930432d","858b4aeb7ea5dd90650811b071b7e5b41729606d2ee77a3afdb2f899280afdc8","41c32e1871b9696c752257a641177958e0d42b1c2e41d4c56cb600b1ac281fdc","cca1a70dbc1c5d02487d1720305062354c8c428e6d8c81fa3f8478937976d8b1","eabab93ca9a786745af72195153280e883d8e36df9829ecf8b2f539824d042be","d3ed0bdc7460d95a90732872f2861a60f064318b8bad8ad4432d1c04e825c3e4","681f35c141c7a6201d5ffc038fbc28e46fb7a8702fc52b29d2d2dc7ca03328c2","cdb9451988aef334a797bc31eed3235d7b471a6e013bd2ccc92fbf89a535f4d7","8cedbf274baeb7b06233ee4adce9da566fc4c496d88b3fc6dbb58e27b7b90f58","f74b7a54220bc565c738b824fdc2f063ca727001ee9f332d5c399bc59071611f","c7f940a988e13a3948197c3448e896087f598a5a4c7814030d1e54332043d1af","55518514e8bff9cebd363d735c3e85ba1c6f7588c9f320dbc1d565086ef2fc48","9f7e239f4945672307c7d4403aa22bfe3d03f438fa072d7f158095f7df724e9f","7c5073d67f4f2546f368fe635573cfe6de977ed82318d01be15cee4c76c81199","7428869b608e55da6957d000ef9af727ec7424ebef7d2accc3901287c588b5e5","ddef4fa1fd835adfae5660c6c98b24b602fbb65db1e2570fa5d9e947ad5cb17f","e7fb389e0c13e2120c9a8c824ddfabe18e56c316e53e66072e8d86e0610791e6","1b1bd699dfd3c316e64d0d40ce6e35265c24d25a18f6a4505904a0cc21f1ff67","8441a2b8098131edeec9b5092ae81903938a8c3ec8871de2502decff35ccda50","7dbf615f4a2003faa46d93052c7abaa635aa541e266090b0b2350f40f3ae3242","9575d7cfbd601fda04531bb7a10dcc68529554c484e93e5f85a39e2101988612","d91ebb09c2ae0cf320b66c42db3811e4cc8a8ebfc63c3b1e0ee0085cf1fa51ef","b044fccf84b0f5c7cd8a1800a2ef0a7b740c062245823ce009265f4db3942623","97e85df57e051301f940bad38a1e521bf4bd5e98da75554223cd30b0126b29f3","7c717290cb697d86874835037c8aab715d9477e7377c2a53198f2093c0addb2a","e285d39bd2590bf6e30dc326b513ffbc6e7ca2d67fcd94f2761e7f54cfa46dfc","d0d504c82b2a5d2bf48b951a5502ac7284ed974e3249a4fd1c795522c11d9a0d","168eef670afa53e786ccb6afbf3cb78457ff6cc90064e80f0bc5da96cffda665","5651b6955a71b3733260dcf5f7d90f9d648d70b0c1fe24ff8bdcda589f60cbff","36ef474db058911c62a48e6137965cb1dbbdef6a5c97b6887795984d9ee53afb","f416e94790298bdfb37bdc8adb84239880af9224fb1c8513386a6e380aee805d","22af4d26bffe0e8c6c84e9d0d524d9cf770475365ca1c87467dbadd472c90b87","79ce4bd3aabe9f6232bbf25eeaad9994ca94f416139224ebb01085e5ec8290af","fef0f40e32a9e21e58a8ed60607caa0037e55c4c6fe3c842a5c3bd54888f9afa","aebf66a3565c822b77a0c63280f3b07ef3040c985cfea54ad60e91f93b171ab9","aaed09d856decdec134bd8c26a6cbf7d2584bf80c9e89c44c97e267b394b471b","6e18d45952d633c80a1d3a18171aa4a99d3dd0a1615ac2fd88fa93ec01d18ae8","ea4676f9da6673aa1835921f4d9ade3c9fa36a874633b9b90c3dbcde901da3a2","d110ef7cb005b60066855a3d0613dcb33e78c88ab48f1a94be49d8670d9b5496","f3eced93d63b305dd25c3bc0f550921dda3e40acab73276a929e9d01afe44ffe","236a8048bc96944178f7459a0533cc3002e4f923a5f9bca88834d0d2a9290483","d5a60529c38f737d3567074f9a4ec7e4da7759df10912cad6f3d8bdbe662e9a1","4334f5fea672cd97484fa8ef470e5656d0f1bfcc48af553b7f1565bd46f96497","22b6cddb5322bfe32a890fdd3f3a06264d1539f892e3a4f6dbf6f3aa8135883f","3da82fc6ac4649060e524e8bce0b8ba8fe9b17716961f859d30df03734841211","f29e54511f37f6b0c8fa2825db6498afb9ffe2ab828ea6e692b68529cdba7482","437b16e89921dc25ab6313e6685d08c6de6a7df806ff0ffd83596116cb69a0ca","6028cfd2497f620b82b9e75502d3ae11dbb22b87286e2f21859cd5818f75ce9e","543771e77174eda3343f06a7edd0af8b044d83ac8b5e73ec7fbe576fa090d4a2","3134088754c10c988c58ad5cc63b6746e390d72c14a89d73a56100656925b532","95f782b13666a491781b662afacf326f2733f44d8e69a3302ef6e8f30e5784e4","b26659455eb3489593a2bc52a3db4ba638ac626b3a6b2c487c60616846eb33bb","3eba383986313232108bd804db31b71f60367732f6bb08b0a595089efb8f2652","0421ecd58522337c4659fd264eaa659281f494811728c6c9cb873f027719e9d8","5997a6356ec3bca0376b56cd4273adff367934c192e80acb9ca84b2a141727be","fa51e795c197f47e1637261e029249887cd04c36ca9b811d08af8604d8691dc8","d49cc486d093e5e8ae1c26ab9ef34ff6aa3b370173b72a8c7f26d5405abbd896","eb01a7a34a9801b025e68ffcfeba35878026ef0aed36c5d5c1167c27509e68ba","60935703b458c8c407471d3a87112e7733cae17198cf1fa254020c0ffed85b1d","eeabb4e164fe8fbc0caf6afec094230498edc84e7239a3ad38b9c9255b36f80b","e6c450d02573f08e0b7253cbfadd93855c2353344e38b0681c06d44c3caaa6a3","cae3abdc49bdbbefe16879b9e0e08a7c1c8cd2864b7d64645dff1112901145ba","301c604c264389f8f6b4911830488dade60db491489c53b8e7f782616e2b9385","37f92d1fb75f356fcb796bd0dcb65a8a49c93676c1804c13649a690abdd6f2a3","bad7ce18863ea540ea1b6a908f14bb407eeb8ba629f5daed791740cf6512c10e","bc75aa14918b32aab1b84c9f036e0d0636a67a34d87a5c9b8663a43434cb46bf","d9de6be7ea546933d744a8f6c222ce18f840a68cddc8eac8c5a4af37fbc6d802","06511a15f80ee05b40d987fe15532069416e8276d6cd0b0112e6bf058c975ffe","880787c9fb1ef2e540e1f3316ef53d3fb3ce65fc286afc7a060532e8996d475d","9afae14803f3b7343ed6d193173008715c1fa3421a353a818c805244ed737a84","b8f69821bf8ab4ea69e27ab820a02b0cfae16d5d00e763259dc51da9884af07f","b0e09d1f1d4343ee05b4b630d403cd311ee020376f8b3675bb23affc8d5170e1","3400d707f5e0e77db2566b790ff9b66833d9c7d5bf6a24153c6d80d24983f129","98a9cc18f661d28e6bd31c436e1984f3980f35e0f0aa9cf795c54f8ccb667ffe","72efc3e8cee3cb13144cb63bb8aacf28f918439a2ff222de89e0e5d7ba9c7170","a9f940f2463ad6023354a5f8547cf57cd83fb08e980ae225ea23ca826b364622","2fd968ee6d4b658c4e291f550da77463508ca3dca8c9e301b9e53293ed295a81","d1f62988c7e8e8650f7ed39520a766648155abbf75dd89f60e24f069433301d4","5ee80e0f257336250b9db7ff9f444a31e8bbe8d572e2a128d0d47322a790ce15","ee20d6364acdfe569d2a3e97d1e2a062d64d8b658fa117037a0b2215abd7f163","880787c9fb1ef2e540e1f3316ef53d3fb3ce65fc286afc7a060532e8996d475d","736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","208bb742e0f201470da121bc73847c74b62cff4172f38ae5949ae77d6c9c6b71","3663d1b50f356656a314e5df169bb51cb9d5fd75905fa703f75db6bb32030568","b4358a89fcd9c579f84a6c68e2ce44ca91b07e4db3f8f403c2b7a72c1a1e04b6","4b5ecb9edde130bbc95224b449b4eae534ee9ad3e2fa955815d2f688a2cd8dbc","c928bb9d9f991e1065e1bdc5658e146279d1467607cd56fe2db448adca9096aa","17b3f7c0fe1e00b8e0657f9ce734b1d15114049c4e7133c7d4adf5eceff6f897","4fb0b7d532aa6fb850b6cd2f1ee4f00802d877b5c66a51903bc1fb0624126349","a7e430e32eaefba6b1ebf23a94a4562bfe7051cc83558d33ddc8ff342f3c18e9","5d8a54affc9a33b29830ad949f6e247314cbb7f85287231b07b66611bacf795f","d0cace556e7818ff62a68da0dc704f6fd44e04c201886d610c186743adced2dd","2102e46687b18edda9ea3cd6bedb3140107cd871acccdf90a801c7137c96fce1","287d9097b16a2778ea6325a78a119c932921c422c9b0a04d2d5bac5138dd9466","ffa9a6756f89a0fc1020acfda4330a5b6362df5445dca833411e940ded2ff7d1","67c83af87c42a3f0a1dfed03c6a181c511b1dc940d788bd5e21a9c6b15b5e29d","6ff15981b302cd2248c87954e5b6bd33e35834be2e3606aad4893b0227c69025","3868aa2ad5a554921eacde16b732b6a0a88dd90f8adf22e0ceae5336f0338554","85363f2ff7774d0c494851e75c62e50d2ccc0650ab26697ada4d1dea8400e0ac","3591f3d233931b519ab37f4cdecdebe7a57b94ffbd1b330412522f508750a70c","2276b1681c76d1a5165695896ed10106197946f0912984d9f42f6a014f25b347","c2f8e065352a0d2527562e133c6e049a2d51bea3b5f5e0064625a7c8c05b6dde","bdcb3460fd01e79780b1afae1bb077b13a56ce6ca81384d26f4e088e8b788796","e95f615c89a977906e66875bb667ced09d5145ac10377e0cd532b84f3cffccd7","0075eff87ccf11943487a5efca13595645bde503315d50509c487b6f94948ddf","4a1c4bd7d4b874418c8958e8c4f9ff1ba4cae77748897260fa2263d8d94f06aa","7b75e12a57b1c171553338d3540ca9ccc060a7bcf65685fd66df10af9a20d29b","4500e55196732b975543495a7662718f582fc845aa356c590cfd0788d5ac2ed3","99447ad062d5f7892b53e0403806c5199f6a894f6d6300c98de7c52cb539ac6e","71fb9695201173e862e21734a932cb532baeb4f4c6974a25e6c1ea8cbf6d36a5","04e3c54c3680d96a71f48a13722e2188e4d278a8a97ff23c61f8fe4dc4bcc83d","0c01be0accedc354136aa2744a9bb931c6a103d8b3d40094dc3e7d0bfbb0c1d6","9533a725b93b82a2bab9487aafe372801517ffd5cf427bd208ce7639b226ce87","8d5e86ddebbc750b45b37e17325a1947e48c9c651d7926e3ae554591a264fd8b","438d82bf075448627967a78cea3b31971495450df62802d54738a7d9b9472df1","4d30e9f01edd93d079fb01a4728a767164e1454d0e7b722c66bcf95f67b83fa4","1db3e129a04a88a80bbd87e6b2f65dbdd19228df65f34018ba0d4494791620ef","89bfac3001bd8b5854f2b4c65ad8bb59316c2b1db5fbf1997b462b9106576a9c","6401ac96ca2b605ea1a64ff7e4d478b7fe6f47662b5bd9d793f6ca87cdf6401d","29f4774dd4b4f282f83bd540348fa9f7d802e69de03e7bf07e06bac26066be13","10c1ab62352f28161fe65d2ba88861cfb53fec92e2cd829a077da20e3f6f602e","fe3bbbdaec6e04a0c917385547fd9f17eed066ac355dd5b451770c2478757b6f","1d221b3d4c799fafb87d10da78854dd769d46bb3aea0950d0f62a2b9d167dede","5a2b954b4f1f7a82c876ffe09a6a3383905b23a1640a1a67b6a53b9d7d2b8f6d","7aeb75b0330334acd6180298836678c376666ea5e124cdb655d0cb062816b759","6c0e85f0caf3bdd916157082653a98d2d3842950189d2b2828150196a57d5c09","93366d07c90d128ecc68aa6432449d64ec62e834cf8650cdae8d6f6f12a911a5","e6605b0a933513e11612ebf4aef75f3f6eb331c0bfd9854c84c97f4106f59561","59b4e54326ac9f74780b0f335739dcf00d29151d6f43c0e6536f8ae0cd778b14","826c65464b843df3e95f36828959af9275ea035fdb77157be1c11be42cc69cf1","0b73cd4db27f23a6ed653b9803bb8e88fffa10a829681d836c687fcd5105e4e4","82c0e2c00f3417ea106d73d1aa690d717f594d49c606bf7cff387f4af70b2c6d","32c95a5e166735084a56b82a3fbe7571a9a67c9a60640fdd215d36b899869150","e33e9d11e28627ab1528219958a0aa6e158deed4dc05f55dd3ea64dd8bd0ac8a","8cbf52b38506a76a786bf26e575e969b01bfe7d0671cce1cda9f214b9fbb0212","17b1f0dab04644bb97f9c6fd6985a407463c82c8afc7c7c165add5e7640c8945","f7eca5c990cca97e500e753a7efc8026be6e990928cc878e3ec82db7288af8b0","ca4d4d256698753e5f6b540fc51655f5ce7d0b22e98d99c1eae742079b49934f","7f1b123cd7f959c1ba58d6fb1c21fdd2d3f7a59db982d956d185a1c261564851","616b3ada12d7a7701f01474baf4e546f9a1f3d622653e122cf4fcf8f93def54a","8ce317b69fff4eb953d795f0ec80dc0e584ee1bbe59b1d57359d5da3d17adbb9","487278055ec14c64a6a1ab7ad3edc15f5372ea954adb76eedecf68c1413f35d2","03bdd8fa46ae1b524c3ca1f897ec935215a4fe2d617b557b8ea7a0e113878b07","1366cab9454a99f6a3dbd497c502622cabfb2f1f038f1c5152d1494e8867311b","70ca3cb2df28e64194e350f31dba3d4079554ced4a0a21186621b9325c74e200","b10fd4d7564316516ef38a77dbd44a84a171efbca29b7cf0b8d739134b9505a3","af70d86652e018fdc289df1bdd926026620a4ef8d2f5bb54c4b3b7e8cc792a3f","63c1c62eae4c1f653fcc1af6a4a9b40a6fac6d4dff4b6079202c683fcb1213c5","42f3ead73ba15dcf49e7db9cc5802ab58691c2f45d7867f9c15b2967594f0043","47d76d5052f990198d6741da4b48821b07065a4e185825e233167d077899f0f1","8d5f6cfa53501c5fd04b2b66a0545b57599c9cfa8a70b3050ad21f0c5d8491b1","e895e05c84660347c423cf6133e89846d27f63710c88ed84457f5a7d803f573f","1a901ccd408c8718b365fe2832b687d7a0b7451da09492c9f6a6cc0d09134eb8","0c0ce7953d1b83b02511f25b4a9796c73435140168606ddc93c6dde4bdd3f8b6","8265153f4ec43e7f3413176d46e3c8c6744618fa5c25ec8088e8b86cf9e0e10f","05f93dc0779663b58d39fa9d6e06ecb3ce891bfb15a7f3c0452dcf06135707a3","014edfdbeb979d59b9f62003969fc50a5f6bd627804417dafa3e6cd82641d1cc","78e693c4ce52808541b13d263114c607620bac1f0407ce6902a281d0297ad8ab","bfd428cf50420e965b59a832bc1e6b1cd1249a9c58f971b3defd2c9853d3327c","dec598716939df93f63d13ca7071d769f3644bef8f0b24eac69f4aa75e066cc9","8968f0f839479fd8a29b41e8fcc3b71c7f6c043ea17d902f62fc073843846c0e","675153146f88eeead4fb7ea6f98130d1514a5a1163d4caa58c6fcfd2d3936ea9","613684779ef125de556efacb27cde4a734a333271347dd92d97dc264431038b3","ae9682bd3ce46787fa1123ac9695fe17d8e71c644decb3fa86da47a66fd5c7b8","24fdb8f4783d77a4ebba257b21ef3a57e6db12d680b9e53544206ddba3e8e28c","71b1d59add739f70077f782947fa3c1969b5895b6e3639542a304a07931f6434","fe540da1c1093f2093cbab62bdb28790ade421261452dd61622b1e5cc1833cbb","9de7d57aade79c5899b31b6ef80a85b7c58fc5275658755776cf890278e04408","e362c62347b188175296835150d307f44af186b2c61c5a05fb8af4b8bbdf8e30","5af1e2fc57d332fcf4a63ed11027afab12b7e59f377b82da07d0e3e84d1d440a","cbac58da70076934a9cd0eb166cb74ae300fb74ab199231faf24c05503a4d26c","e32fb7a447dd546d95f0f1f96fb1232a7cc51cffe16bae7c556566e676bbc9bb","fc48093072e2c3744a031e65c903955ec0664c9d7f14d0f2b78397a275033e72","52398b4bf82408b299800cb070a070650fa247e5b70d7b7267310198daf5e5f9","518fdf30b58a81043de3c889e2c1fb271ed6e26aa40bacd557cb439046c22439","1bac0c3f974d41b013abdbca8a1d4e95f0ed97f607072c35af2084b85c54d4b5","41044448cfd08efc0dbbb3da7399223a57a8abc7c5060d84eb3ee2cc710a7c86","2609b586c8c4ecf9b41f1bec6dd2fb751a3ff597c2bc22abecd38d0e7f92bb9f","90894ffc759a88f06aff669e649467ad6d20b377df7badc3276f6cfb04ed4ddf","1c7e2e5a0c194aa73f222f2296829dd7ddb112c371f379a0e6b47818b575bc0c","9d67287bc9454512e050a1067f8209cf041e7a25a47946be88edcd8142308486","8d5e86ddebbc750b45b37e17325a1947e48c9c651d7926e3ae554591a264fd8b","438d82bf075448627967a78cea3b31971495450df62802d54738a7d9b9472df1","4d30e9f01edd93d079fb01a4728a767164e1454d0e7b722c66bcf95f67b83fa4","ba4849458761aa36510d8df107f8a176c76f4959144ba6bda1f8a9aa385c8605","616c2599a57c071ace726446277049abf0f6a752694b303d685e83b97619f1f7","6401ac96ca2b605ea1a64ff7e4d478b7fe6f47662b5bd9d793f6ca87cdf6401d","29f4774dd4b4f282f83bd540348fa9f7d802e69de03e7bf07e06bac26066be13","10c1ab62352f28161fe65d2ba88861cfb53fec92e2cd829a077da20e3f6f602e","fe3bbbdaec6e04a0c917385547fd9f17eed066ac355dd5b451770c2478757b6f","1d221b3d4c799fafb87d10da78854dd769d46bb3aea0950d0f62a2b9d167dede","5a2b954b4f1f7a82c876ffe09a6a3383905b23a1640a1a67b6a53b9d7d2b8f6d","7aeb75b0330334acd6180298836678c376666ea5e124cdb655d0cb062816b759","6c0e85f0caf3bdd916157082653a98d2d3842950189d2b2828150196a57d5c09","93366d07c90d128ecc68aa6432449d64ec62e834cf8650cdae8d6f6f12a911a5","e6605b0a933513e11612ebf4aef75f3f6eb331c0bfd9854c84c97f4106f59561","59b4e54326ac9f74780b0f335739dcf00d29151d6f43c0e6536f8ae0cd778b14","826c65464b843df3e95f36828959af9275ea035fdb77157be1c11be42cc69cf1","5fb78e5a183448f5c4b6e60a21afbbac12d9b8b9815fe0e7ba642ec55e6f731d","76792a2b2923622a794134abc35c1e6e2abf75878d669d9f19e3504582729812","32c95a5e166735084a56b82a3fbe7571a9a67c9a60640fdd215d36b899869150","e33e9d11e28627ab1528219958a0aa6e158deed4dc05f55dd3ea64dd8bd0ac8a","8cbf52b38506a76a786bf26e575e969b01bfe7d0671cce1cda9f214b9fbb0212","a4d5fa0e3c7444ef31255256230021364b6e01f27560fc49578930ea137e5d41","f7eca5c990cca97e500e753a7efc8026be6e990928cc878e3ec82db7288af8b0","ca4d4d256698753e5f6b540fc51655f5ce7d0b22e98d99c1eae742079b49934f","7f1b123cd7f959c1ba58d6fb1c21fdd2d3f7a59db982d956d185a1c261564851","616b3ada12d7a7701f01474baf4e546f9a1f3d622653e122cf4fcf8f93def54a","8ce317b69fff4eb953d795f0ec80dc0e584ee1bbe59b1d57359d5da3d17adbb9","487278055ec14c64a6a1ab7ad3edc15f5372ea954adb76eedecf68c1413f35d2","03bdd8fa46ae1b524c3ca1f897ec935215a4fe2d617b557b8ea7a0e113878b07","1366cab9454a99f6a3dbd497c502622cabfb2f1f038f1c5152d1494e8867311b","70ca3cb2df28e64194e350f31dba3d4079554ced4a0a21186621b9325c74e200","4ccec26b6bad1eba39610b346677f153a1687f3097fedb787819636a10457fd0","af70d86652e018fdc289df1bdd926026620a4ef8d2f5bb54c4b3b7e8cc792a3f","63c1c62eae4c1f653fcc1af6a4a9b40a6fac6d4dff4b6079202c683fcb1213c5","42f3ead73ba15dcf49e7db9cc5802ab58691c2f45d7867f9c15b2967594f0043","47d76d5052f990198d6741da4b48821b07065a4e185825e233167d077899f0f1","8d5f6cfa53501c5fd04b2b66a0545b57599c9cfa8a70b3050ad21f0c5d8491b1","e895e05c84660347c423cf6133e89846d27f63710c88ed84457f5a7d803f573f","1a901ccd408c8718b365fe2832b687d7a0b7451da09492c9f6a6cc0d09134eb8","0c0ce7953d1b83b02511f25b4a9796c73435140168606ddc93c6dde4bdd3f8b6","e3983b91956d720572c72d1b32ebc6a04fe89639069c14394cf1c4a1a3b006f1","fe30db7f07e2e78e4aa70d6ca68a6b8140f395944d0d3039a4bb148c3fb34460","bf3d54184bf4370a13f128d9468b9512f3db26369556a18319f4838dc538f8f8","375a3d7c8291476a9fea2a89d11241bf49d60e56b82380a90f6180bf05fe784d","2a5f5383ae83c98fd2405952c6a99cfcad99c1dd05590e4dca51b735b19855b1","eaa73d647979ee572280dd78d5bc8e781c6b127894996204e4e5c05c4fdcd431","11df480e6d473360520131f504f7a6eab561308f4215266f1ae8b85ec6c26b1a","fdfcc9c6d430c27551249e750ef32e90743bca7d0654c87c6c2c5c6672af8d9a","62178e3ccf35a391ababfe675cd56c2317acbd6b5ee2967d7ffa008d7528f9e0","b2995a7d099c1f97d34e338834872c350a6422afe129fc1360b5e7f1c4778221","af4f5e99a279a0567cf0a2f98c6a34523539a78391ae537f7669d57749cd581d","1daa7027e46661eaba0088ff2a35649a9fc0e781d24785bd5f6e4a9c6d4ff68e","84c477114f1be521981bd8684ffe0cd2481e3619d47088e1d1879a20f1508182","b4067c8b0fd099e6445d0e7a9bd28bd13fa420c107bd099a863a63a783de40a4","ed99e8f06c34d3a23435b1fccff36ab57f9153703bbfd96ffc3b301b95318ff3","4e18bc870f4174bfc46986413e48d94e2376d6dcd942b9256b4b2a40a947bbd9","8aafb842359a80f8c68fbd788404769ad85d2a514f5e043026c8d4a251238fcc","52398b4bf82408b299800cb070a070650fa247e5b70d7b7267310198daf5e5f9","46edf0f18aea3a908f9956f4ecee80328992113f1c7c9bb13227979aeadfa1b5","ef95d76e46add182afdb7a3fbffeea6eba7b7ff4ce08d8f9c1d501447149cb5b","15302d1b0e7bef1b886c2fb2cfb888cd565e184b30302128819aaa4826f371a3","169dc25921744b637f4f06a09a7637d04fbcd0daea700848b9c59b5632f3cfa7","5697334389754024527902a9f3209e4e01f3205ab82bbca4056fc949c170f105","509cdbbb628c111173b5e800d81e95fdc27b6aa2ae3d403f851862e29a3be0bd","2906d1469a4163ddcb117ba9cc86318b07002f1f517dfc287568e94a80932c63","a6d125c633f05c7397037c90430500865903448968671715a345c78ef5baa53f","859ad3564955f0bb219c5f3cb386d9f41026fa88985f48aa97ea622429703cef","fbc8253ccd8a744ee6314675575b3eda9f131f7cd8395eb476da6cccf151855a","2ff9995137f3e5d68971388ec58af0c79721626323884513f9f5e2e996ac1fdd","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","1a7cc144992d79b062c22ac0309c6624dbb0d49bbddff7ea3b9daa0c17bcac0a","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","3b043cf9a81854a72963fdb57d1884fc4da1cf5be69b5e0a4c5b751e58cb6d88","5426e62886b7be7806312d31a00e8f7dccd6fe63ba9bbefe99ee2eab29cc48a3","be00321090ed100e3bd1e566c0408004137e73feb19d6380eba57d68519ff6c5","dd122fcdd4acbee2a2b14f74c8208dae9d832d533996d74d4ab884d48665bc3d","3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322","462bccdf75fcafc1ae8c30400c9425e1a4681db5d605d1a0edb4f990a54d8094","5923d8facbac6ecf7c84739a5c701a57af94a6f6648d6229a6c768cf28f0f8cb","7adecb2c3238794c378d336a8182d4c3dd2c4fa6fa1785e2797a3db550edea62","dc12dc0e5aa06f4e1a7692149b78f89116af823b9e1f1e4eae140cd3e0e674e6","1bfc6565b90c8771615cd8cfcf9b36efc0275e5e83ac7d9181307e96eb495161","8a8a96898906f065f296665e411f51010b51372fa260d5373bf9f64356703190","7f82ef88bdb67d9a850dd1c7cd2d690f33e0f0acd208e3c9eba086f3670d4f73",{"version":"3fe15a491a792852283caeece8142bc7427a29c183d9fec8691d95a49c8932a1","affectsGlobalScope":true},"f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","429b6df7d7b94389bd42cfdf39bccea903acd3628498cec6172302801fbeac89","88ff5ebe7bf1c6b5ab736bcfa1fcac6f02c8aa3fc110f2bffe88434c654aec61","1746ef6931d8b4739de3cd6c82d09f5b8edfef49825e1fb5e88b93c52df3fecd","b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","6ba73232c9d3267ca36ddb83e335d474d2c0e167481e3dec416c782894e11438"],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"importHelpers":true,"importsNotUsedAsValues":2,"module":1,"newLine":1,"noEmitHelpers":true,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","preserveConstEnums":true,"removeComments":false,"rootDir":"../src","sourceMap":true,"strict":true,"target":7,"tsBuildInfoFile":"./.tsbuildinfo","useDefineForClassFields":true},"fileIdsList":[[124,388],[124],[123,124,142,206,215],[124,142,184,201,202],[124,146],[124,146,147],[124,142,146,147,169],[124,142,146,147],[124,146,147,158],[124,146,147,156],[124,142,145,146,148,149,150,151,152,153,154,155,156,157,161,163,201],[124,142,145,161,163,169,175],[124,142,161],[124,142],[124,142,158,159,160,162,163,169,174],[124,201],[124,142,162,169,174,175],[124,163,167,169],[124,162,163],[124,161,201,206],[124,142,175,176],[124,142,143,168,169,171,173,174,175,178],[124,142,143,144,167,168,174,175,177],[124,142,143,175],[124,142,144,169,175],[124,142,143,144,168,169,170,171,172,173,175],[124,142,174,175],[124,143,144,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,200],[124,161,162,163,164,165,166],[124,169,171,173,174,175,177],[124,142,174],[124,142,175],[124,142,175,199],[124,142,201],[124,142,179],[124,142,184,201],[124,142,184,185,201],[124,142,184,206],[124,142,182,183,185,186,187,188,189,190,191,192,193,194,195,196,197,198],[124,184,190,201],[124,184,201],[124,142,199,201,203,204,205],[124,247,248],[124,140,223,225,249,381,383,386],[96,123,124,131,140,141,225,243,246,382,383,386,387],[52,124,140],[124,244,245],[124,244],[124,245],[53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,124,132,133,134,135,136,137,138,139],[56,124],[123,124,131],[124,388,389,390,391,392],[124,388,390],[96,124,394],[97,124,131],[124,228],[96,113,120,124,131],[124,397],[124,398],[124,403,408],[99,123,124,131,219,220],[81,124],[84,124],[85,90,124],[86,96,97,104,113,123,124],[86,87,96,104,124],[88,124],[89,90,97,105,124],[90,113,120,124],[91,93,96,104,124],[92,124],[93,94,124],[95,96,124],[96,124],[96,97,98,113,123,124],[96,97,98,113,124],[99,104,113,123,124],[96,97,99,100,104,113,120,123,124],[99,101,113,120,123,124],[81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130],[96,102,124],[103,123,124],[93,96,104,113,124],[105,124],[106,124],[84,107,124],[108,122,124,128],[109,124],[110,124],[96,111,124],[111,112,124,126],[96,113,114,115,124],[113,115,124],[113,114,124],[116,124],[117,124],[96,118,119,124],[118,119,124],[90,104,113,120,124],[121,124],[104,122,124],[85,99,110,123,124],[90,124],[113,124,125],[124,126],[124,127],[85,90,96,98,107,113,123,124,126,128],[113,124,129],[96,113,124,131],[96,99,101,113,120,123,124,129,131],[124,419],[96,97,124,131,226],[124,250,294,311,312],[124,250,294,312,377],[124,317],[124,250,254,255],[124,254,317],[124,254,255],[124,250,254,255,280],[124,254,255,270],[124,254,255,264],[124,250,254,256,257,258,259,260,261,262,263,264,265,266,267,269,273,311],[124,250,267,269,273,280,286],[124,250,273],[124,250],[124,250,268,269,270,271,272,280,285,317],[124,311],[124,250,268,280,285,286,317],[124,269,278,280],[124,280,311],[124,268,269],[124,273,280,311,317],[124,250,251,286,287],[124,250,252,279,280,282,283,285,286,289],[124,250,252,253,278,279,285,286,288],[124,250,252,286],[124,250,253,280,286],[124,250,252,253,279,280,281,282,283,284,286],[124,250,285,286],[124,251,252,253,278,279,280,281,282,283,284,285,286,287,288,289,290,291,310,318],[124,268,269,273,274,275,276,277],[124,280,282,283,285,286,288],[124,250,285],[124,250,286],[124,250,286,309],[124,250,311],[124,250,322,323],[124,322,381],[124,322,323],[124,250,322,323,348],[124,381],[124,322,323,338],[124,322,323,332],[124,250,322,324,325,326,327,328,329,330,331,332,333,334,335,337,341,377],[124,250,335,337,341,348,354],[124,250,341],[124,250,336,337,338,339,340,348,353,381],[124,377],[124,250,336,348,353,354,381],[124,337,346,348],[124,348,377],[124,336,337],[124,341,348,377,381],[124,250,319,354,355],[124,250,320,347,348,350,351,353,354,357],[124,250,320,321,346,347,353,354,356],[124,250,320,354],[124,250,321,348,354],[124,250,320,321,347,348,349,350,351,352,354],[124,250,353,354],[124,318,319,320,321,346,347,348,349,350,351,352,353,354,355,356,357,358,359,376],[124,336,337,341,342,343,344,345],[124,348,350,351,353,354,356],[124,250,353],[124,250,354],[124,250,354,375],[124,250,377],[124,250,290],[124,250,294,311],[124,250,294,295,311],[124,250,294,317],[124,250,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308],[124,294,300,311],[124,294,311],[124,250,358],[124,250,294,377],[124,250,294,361,377],[124,250,294,381],[124,250,292,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374],[124,294,366,377],[124,294,377],[124,314],[124,250,309,311,313,315,316],[124,250,375,377,378,379,380],[86,96,101,113,124,128,206,216,217,221,222,223,224],[124,206,225,383,386],[99,113,124,131],[124,401,404],[124,401,404,405,406],[124,403],[124,400,407],[124,232,233,234,235],[124,232,233,234,235,236,237,238,239,240,241,242],[124,232],[124,235,238],[124,232,233,240],[124,234,235,238],[124,402],[124,207,208,210],[124,207,209,210,213],[124,209],[124,215],[124,214],[124,207,208,209,210,211,212],[50,51,124,230,231,384],[124,141,383,384,386],[50,51,98,106,124,140,141,229,230,383,386,387],[50,51,124,140,141,225,230,383,386,387],[50,51,124,140,225,227,229,383,386],[50,124,141,225,227,383,385,386,387]],"referencedMap":[[390,1],[388,2],[216,3],[202,2],[203,4],[142,2],[147,5],[150,6],[152,7],[149,6],[154,8],[155,6],[153,8],[146,2],[148,6],[156,9],[157,10],[151,8],[158,11],[159,12],[145,13],[160,14],[161,15],[166,16],[163,17],[164,18],[165,19],[162,20],[177,21],[179,22],[169,23],[144,24],[170,25],[174,26],[173,27],[201,28],[167,29],[180,30],[181,2],[143,14],[171,31],[168,32],[176,32],[200,33],[175,31],[172,31],[178,34],[182,2],[183,35],[185,36],[186,36],[187,16],[188,37],[189,38],[199,39],[191,40],[192,34],[193,34],[194,36],[195,41],[196,41],[197,36],[198,16],[190,36],[204,2],[184,2],[205,16],[206,42],[52,2],[249,43],[248,2],[247,2],[382,44],[383,45],[141,46],[246,47],[245,48],[244,49],[140,50],[53,2],[54,2],[55,2],[57,51],[58,2],[59,2],[60,2],[61,2],[62,51],[63,51],[64,51],[65,2],[66,2],[67,51],[68,2],[69,51],[70,51],[71,51],[72,2],[73,51],[74,2],[75,2],[76,2],[77,51],[78,2],[79,2],[80,2],[132,52],[133,2],[134,2],[135,2],[136,2],[137,2],[138,2],[139,2],[56,2],[393,53],[389,1],[391,54],[392,1],[395,55],[396,56],[229,57],[228,2],[394,58],[397,2],[398,59],[399,60],[409,61],[410,2],[411,2],[412,2],[220,2],[221,62],[81,63],[82,63],[84,64],[85,65],[86,66],[87,67],[88,68],[89,69],[90,70],[91,71],[92,72],[93,73],[94,73],[95,74],[96,75],[97,76],[98,77],[83,2],[130,2],[99,78],[100,79],[101,80],[131,81],[102,82],[103,83],[104,84],[105,85],[106,86],[107,87],[108,88],[109,89],[110,90],[111,91],[112,92],[113,93],[115,94],[114,95],[116,96],[117,97],[118,98],[119,99],[120,100],[121,101],[122,102],[123,103],[124,104],[125,105],[126,106],[127,107],[128,108],[129,109],[413,2],[414,2],[415,2],[416,2],[417,110],[418,2],[222,111],[419,2],[420,112],[226,2],[400,2],[227,113],[312,2],[313,114],[378,115],[250,2],[318,116],[256,117],[255,118],[257,119],[258,120],[259,119],[260,117],[261,119],[262,117],[254,116],[263,119],[264,121],[265,122],[266,117],[270,123],[271,124],[267,125],[272,126],[273,127],[274,128],[269,129],[275,130],[276,131],[277,132],[268,133],[288,134],[290,135],[280,136],[253,137],[281,138],[285,139],[282,140],[311,141],[278,142],[291,143],[251,2],[252,126],[283,144],[279,145],[287,145],[310,146],[286,144],[284,144],[289,147],[324,148],[323,149],[325,150],[326,151],[327,150],[328,148],[329,150],[330,148],[322,152],[331,150],[332,153],[333,154],[334,148],[338,155],[339,156],[335,157],[340,126],[341,158],[342,159],[337,160],[343,161],[344,162],[345,163],[336,164],[356,165],[358,166],[348,167],[321,168],[349,169],[353,170],[350,171],[377,172],[346,173],[359,174],[319,2],[320,126],[351,175],[347,176],[355,176],[376,177],[354,175],[352,175],[357,178],[292,2],[293,179],[295,180],[296,180],[297,128],[298,181],[299,182],[309,183],[301,184],[302,147],[303,147],[304,180],[305,185],[306,185],[307,180],[308,128],[300,180],[360,186],[361,187],[362,187],[363,159],[364,188],[365,189],[375,190],[367,191],[368,178],[369,178],[370,187],[371,192],[372,192],[373,187],[374,159],[366,187],[314,2],[315,193],[379,193],[294,2],[316,128],[380,159],[317,194],[381,195],[217,2],[218,42],[223,2],[225,196],[224,197],[219,198],[51,2],[401,2],[405,199],[407,200],[406,199],[404,201],[408,202],[236,203],[243,204],[237,205],[238,2],[239,206],[234,2],[241,207],[233,205],[235,2],[232,2],[240,2],[242,208],[403,209],[402,2],[50,2],[12,2],[11,2],[2,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[3,2],[4,2],[24,2],[21,2],[22,2],[23,2],[25,2],[26,2],[27,2],[5,2],[28,2],[29,2],[30,2],[31,2],[6,2],[32,2],[33,2],[34,2],[35,2],[7,2],[40,2],[36,2],[37,2],[38,2],[39,2],[8,2],[44,2],[41,2],[42,2],[43,2],[45,2],[9,2],[46,2],[47,2],[48,2],[1,2],[10,2],[49,2],[209,210],[214,211],[211,2],[210,212],[212,213],[207,2],[208,2],[215,214],[213,215],[385,216],[387,217],[384,218],[231,219],[230,220],[386,221]],"exportedModulesMap":[[390,1],[388,2],[216,3],[202,2],[203,4],[142,2],[147,5],[150,6],[152,7],[149,6],[154,8],[155,6],[153,8],[146,2],[148,6],[156,9],[157,10],[151,8],[158,11],[159,12],[145,13],[160,14],[161,15],[166,16],[163,17],[164,18],[165,19],[162,20],[177,21],[179,22],[169,23],[144,24],[170,25],[174,26],[173,27],[201,28],[167,29],[180,30],[181,2],[143,14],[171,31],[168,32],[176,32],[200,33],[175,31],[172,31],[178,34],[182,2],[183,35],[185,36],[186,36],[187,16],[188,37],[189,38],[199,39],[191,40],[192,34],[193,34],[194,36],[195,41],[196,41],[197,36],[198,16],[190,36],[204,2],[184,2],[205,16],[206,42],[52,2],[249,43],[248,2],[247,2],[382,44],[383,45],[141,46],[246,47],[245,48],[244,49],[140,50],[53,2],[54,2],[55,2],[57,51],[58,2],[59,2],[60,2],[61,2],[62,51],[63,51],[64,51],[65,2],[66,2],[67,51],[68,2],[69,51],[70,51],[71,51],[72,2],[73,51],[74,2],[75,2],[76,2],[77,51],[78,2],[79,2],[80,2],[132,52],[133,2],[134,2],[135,2],[136,2],[137,2],[138,2],[139,2],[56,2],[393,53],[389,1],[391,54],[392,1],[395,55],[396,56],[229,57],[228,2],[394,58],[397,2],[398,59],[399,60],[409,61],[410,2],[411,2],[412,2],[220,2],[221,62],[81,63],[82,63],[84,64],[85,65],[86,66],[87,67],[88,68],[89,69],[90,70],[91,71],[92,72],[93,73],[94,73],[95,74],[96,75],[97,76],[98,77],[83,2],[130,2],[99,78],[100,79],[101,80],[131,81],[102,82],[103,83],[104,84],[105,85],[106,86],[107,87],[108,88],[109,89],[110,90],[111,91],[112,92],[113,93],[115,94],[114,95],[116,96],[117,97],[118,98],[119,99],[120,100],[121,101],[122,102],[123,103],[124,104],[125,105],[126,106],[127,107],[128,108],[129,109],[413,2],[414,2],[415,2],[416,2],[417,110],[418,2],[222,111],[419,2],[420,112],[226,2],[400,2],[227,113],[312,2],[313,114],[378,115],[250,2],[318,116],[256,117],[255,118],[257,119],[258,120],[259,119],[260,117],[261,119],[262,117],[254,116],[263,119],[264,121],[265,122],[266,117],[270,123],[271,124],[267,125],[272,126],[273,127],[274,128],[269,129],[275,130],[276,131],[277,132],[268,133],[288,134],[290,135],[280,136],[253,137],[281,138],[285,139],[282,140],[311,141],[278,142],[291,143],[251,2],[252,126],[283,144],[279,145],[287,145],[310,146],[286,144],[284,144],[289,147],[324,148],[323,149],[325,150],[326,151],[327,150],[328,148],[329,150],[330,148],[322,152],[331,150],[332,153],[333,154],[334,148],[338,155],[339,156],[335,157],[340,126],[341,158],[342,159],[337,160],[343,161],[344,162],[345,163],[336,164],[356,165],[358,166],[348,167],[321,168],[349,169],[353,170],[350,171],[377,172],[346,173],[359,174],[319,2],[320,126],[351,175],[347,176],[355,176],[376,177],[354,175],[352,175],[357,178],[292,2],[293,179],[295,180],[296,180],[297,128],[298,181],[299,182],[309,183],[301,184],[302,147],[303,147],[304,180],[305,185],[306,185],[307,180],[308,128],[300,180],[360,186],[361,187],[362,187],[363,159],[364,188],[365,189],[375,190],[367,191],[368,178],[369,178],[370,187],[371,192],[372,192],[373,187],[374,159],[366,187],[314,2],[315,193],[379,193],[294,2],[316,128],[380,159],[317,194],[381,195],[217,2],[218,42],[223,2],[225,196],[224,197],[219,198],[51,2],[401,2],[405,199],[407,200],[406,199],[404,201],[408,202],[236,203],[243,204],[237,205],[238,2],[239,206],[234,2],[241,207],[233,205],[235,2],[232,2],[240,2],[242,208],[403,209],[402,2],[50,2],[12,2],[11,2],[2,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[3,2],[4,2],[24,2],[21,2],[22,2],[23,2],[25,2],[26,2],[27,2],[5,2],[28,2],[29,2],[30,2],[31,2],[6,2],[32,2],[33,2],[34,2],[35,2],[7,2],[40,2],[36,2],[37,2],[38,2],[39,2],[8,2],[44,2],[41,2],[42,2],[43,2],[45,2],[9,2],[46,2],[47,2],[48,2],[1,2],[10,2],[49,2],[209,210],[214,211],[211,2],[210,212],[212,213],[207,2],[208,2],[215,214],[213,215],[385,216],[387,217],[384,218],[231,219],[230,220],[386,221]],"semanticDiagnosticsPerFile":[390,388,216,202,203,142,147,150,152,149,154,155,153,146,148,156,157,151,158,159,145,160,161,166,163,164,165,162,177,179,169,144,170,174,173,201,167,180,181,143,171,168,176,200,175,172,178,182,183,185,186,187,188,189,199,191,192,193,194,195,196,197,198,190,204,184,205,206,52,249,248,247,382,383,141,246,245,244,140,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,132,133,134,135,136,137,138,139,56,393,389,391,392,395,396,229,228,394,397,398,399,409,410,411,412,220,221,81,82,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,83,130,99,100,101,131,102,103,104,105,106,107,108,109,110,111,112,113,115,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,413,414,415,416,417,418,222,419,420,226,400,227,312,313,378,250,318,256,255,257,258,259,260,261,262,254,263,264,265,266,270,271,267,272,273,274,269,275,276,277,268,288,290,280,253,281,285,282,311,278,291,251,252,283,279,287,310,286,284,289,324,323,325,326,327,328,329,330,322,331,332,333,334,338,339,335,340,341,342,337,343,344,345,336,356,358,348,321,349,353,350,377,346,359,319,320,351,347,355,376,354,352,357,292,293,295,296,297,298,299,309,301,302,303,304,305,306,307,308,300,360,361,362,363,364,365,375,367,368,369,370,371,372,373,374,366,314,315,379,294,316,380,317,381,217,218,223,225,224,219,51,401,405,407,406,404,408,236,243,237,238,239,234,241,233,235,232,240,242,403,402,50,12,11,2,13,14,15,16,17,18,19,20,3,4,24,21,22,23,25,26,27,5,28,29,30,31,6,32,33,34,35,7,40,36,37,38,39,8,44,41,42,43,45,9,46,47,48,1,10,49,209,214,211,210,212,207,208,215,213,385,387,384,231,230,386]},"version":"4.6.3"}
|
package/package.json
CHANGED
|
@@ -1,79 +1,83 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
2
|
+
"name": "@sapphire/plugin-i18next",
|
|
3
|
+
"version": "2.3.2-next.e2f5243.0",
|
|
4
|
+
"description": "Plugin for @sapphire/framework to support i18next.",
|
|
5
|
+
"author": "@sapphire",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"main": "dist/index.js",
|
|
8
|
+
"module": "dist/index.mjs",
|
|
9
|
+
"types": "dist/index.d.ts",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"import": "./dist/index.mjs",
|
|
13
|
+
"require": "./dist/index.js",
|
|
14
|
+
"types": "./dist/index.d.ts"
|
|
15
|
+
},
|
|
16
|
+
"./register": {
|
|
17
|
+
"import": "./register.mjs",
|
|
18
|
+
"require": "./register.js",
|
|
19
|
+
"types": "./register.d.ts"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"sideEffects": [
|
|
23
|
+
"./dist/register.js",
|
|
24
|
+
"./dist/register.mjs",
|
|
25
|
+
"./register.js",
|
|
26
|
+
"./register.mjs"
|
|
27
|
+
],
|
|
28
|
+
"homepage": "https://github.com/sapphiredev/plugins/tree/main/packages/i18next",
|
|
29
|
+
"scripts": {
|
|
30
|
+
"test": "jest",
|
|
31
|
+
"lint": "eslint src tests --ext ts --fix",
|
|
32
|
+
"build": "tsc -b src && yarn esm:register && yarn esm:default",
|
|
33
|
+
"esm:register": "gen-esm-wrapper dist/register.js dist/register.mjs",
|
|
34
|
+
"esm:default": "gen-esm-wrapper dist/index.js dist/index.mjs",
|
|
35
|
+
"prepublish": "yarn build",
|
|
36
|
+
"bump": "cliff-jumper",
|
|
37
|
+
"check-update": "cliff-jumper --dry-run"
|
|
38
|
+
},
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"@sapphire/utilities": "^3.6.2",
|
|
41
|
+
"@types/i18next-fs-backend": "^1.1.2",
|
|
42
|
+
"chokidar": "^3.5.3",
|
|
43
|
+
"i18next": "^21.6.16",
|
|
44
|
+
"i18next-fs-backend": "^1.1.4",
|
|
45
|
+
"tslib": "^2.3.1"
|
|
46
|
+
},
|
|
47
|
+
"repository": {
|
|
48
|
+
"type": "git",
|
|
49
|
+
"url": "git+https://github.com/sapphiredev/plugins.git",
|
|
50
|
+
"directory": "packages/i18next"
|
|
51
|
+
},
|
|
52
|
+
"files": [
|
|
53
|
+
"dist",
|
|
54
|
+
"!dist/*.tsbuildinfo",
|
|
55
|
+
"register.*"
|
|
56
|
+
],
|
|
57
|
+
"engines": {
|
|
58
|
+
"node": ">=v14.0.0",
|
|
59
|
+
"npm": ">=7.0.0"
|
|
60
|
+
},
|
|
61
|
+
"keywords": [
|
|
62
|
+
"sapphiredev",
|
|
63
|
+
"plugin",
|
|
64
|
+
"bot",
|
|
65
|
+
"typescript",
|
|
66
|
+
"ts",
|
|
67
|
+
"yarn",
|
|
68
|
+
"discord",
|
|
69
|
+
"sapphire",
|
|
70
|
+
"i18next",
|
|
71
|
+
"i18n"
|
|
72
|
+
],
|
|
73
|
+
"bugs": {
|
|
74
|
+
"url": "https://github.com/sapphiredev/plugins/issues"
|
|
75
|
+
},
|
|
76
|
+
"publishConfig": {
|
|
77
|
+
"access": "public"
|
|
78
|
+
},
|
|
79
|
+
"devDependencies": {
|
|
80
|
+
"gen-esm-wrapper": "^1.1.3",
|
|
81
|
+
"typescript": "^4.6.3"
|
|
82
|
+
}
|
|
83
|
+
}
|
package/src/register.ts
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { container, Plugin, preGenericsInitialization, preLogin, postLogin, SapphireClient } from '@sapphire/framework';
|
|
2
|
+
import { watch } from 'chokidar';
|
|
3
|
+
import type { ClientOptions } from 'discord.js';
|
|
4
|
+
|
|
5
|
+
import { InternationalizationClientOptions, InternationalizationHandler } from './index';
|
|
6
|
+
|
|
7
|
+
export class I18nextPlugin extends Plugin {
|
|
8
|
+
public static [preGenericsInitialization](this: SapphireClient, options: ClientOptions): void {
|
|
9
|
+
container.i18n = new InternationalizationHandler(options.i18n);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
public static async [preLogin](this: SapphireClient): Promise<void> {
|
|
13
|
+
await container.i18n.init();
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
public static [postLogin](this: SapphireClient): void {
|
|
17
|
+
if (this.options.i18n?.hmr?.enabled) {
|
|
18
|
+
container.logger.info('[i18next-Plugin]: HMR enabled. Watching for languages changes.');
|
|
19
|
+
const hmr = watch(container.i18n.languagesDirectory, this.options.i18n.hmr.options);
|
|
20
|
+
|
|
21
|
+
for (const event of ['change', 'unlink']) hmr.on(event, () => container.i18n.reloadResources());
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
SapphireClient.plugins.registerPostInitializationHook(I18nextPlugin[preGenericsInitialization], 'I18next-PreGenericsInitialization');
|
|
27
|
+
SapphireClient.plugins.registerPreLoginHook(I18nextPlugin[preLogin], 'I18next-PreLogin');
|
|
28
|
+
SapphireClient.plugins.registerPostLoginHook(I18nextPlugin[postLogin], 'I18next-PostLogin');
|
|
29
|
+
|
|
30
|
+
declare module '@sapphire/pieces' {
|
|
31
|
+
interface Container {
|
|
32
|
+
i18n: InternationalizationHandler;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
declare module 'discord.js' {
|
|
37
|
+
export interface ClientOptions extends InternationalizationClientOptions {}
|
|
38
|
+
}
|
package/LICENSE.md
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# The MIT License (MIT)
|
|
2
|
-
|
|
3
|
-
Copyright © `2020` `The Sapphire Community and its contributors`
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person
|
|
6
|
-
obtaining a copy of this software and associated documentation
|
|
7
|
-
files (the “Software”), to deal in the Software without
|
|
8
|
-
restriction, including without limitation the rights to use,
|
|
9
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
-
copies of the Software, and to permit persons to whom the
|
|
11
|
-
Software is furnished to do so, subject to the following
|
|
12
|
-
conditions:
|
|
13
|
-
|
|
14
|
-
The above copyright notice and this permission notice shall be
|
|
15
|
-
included in all copies or substantial portions of the Software.
|
|
16
|
-
|
|
17
|
-
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
|
|
18
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
19
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
20
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
21
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
22
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
23
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
24
|
-
OTHER DEALINGS IN THE SOFTWARE.
|