@nahisaho/musubix-core 1.0.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/bin/musubix.js +18 -0
- package/dist/__tests__/index.test.d.ts +2 -0
- package/dist/__tests__/index.test.d.ts.map +1 -0
- package/dist/__tests__/index.test.js +27 -0
- package/dist/__tests__/index.test.js.map +1 -0
- package/dist/auth/auth-manager.d.ts +320 -0
- package/dist/auth/auth-manager.d.ts.map +1 -0
- package/dist/auth/auth-manager.js +580 -0
- package/dist/auth/auth-manager.js.map +1 -0
- package/dist/cli/base.d.ts +58 -0
- package/dist/cli/base.d.ts.map +1 -0
- package/dist/cli/base.js +93 -0
- package/dist/cli/base.js.map +1 -0
- package/dist/cli/commands/help.d.ts +17 -0
- package/dist/cli/commands/help.d.ts.map +1 -0
- package/dist/cli/commands/help.js +228 -0
- package/dist/cli/commands/help.js.map +1 -0
- package/dist/cli/commands/index.d.ts +14 -0
- package/dist/cli/commands/index.d.ts.map +1 -0
- package/dist/cli/commands/index.js +25 -0
- package/dist/cli/commands/index.js.map +1 -0
- package/dist/cli/commands/init.d.ts +38 -0
- package/dist/cli/commands/init.d.ts.map +1 -0
- package/dist/cli/commands/init.js +258 -0
- package/dist/cli/commands/init.js.map +1 -0
- package/dist/cli/index.d.ts +9 -0
- package/dist/cli/index.d.ts.map +1 -0
- package/dist/cli/index.js +9 -0
- package/dist/cli/index.js.map +1 -0
- package/dist/codegen/coding-standards.d.ts +250 -0
- package/dist/codegen/coding-standards.d.ts.map +1 -0
- package/dist/codegen/coding-standards.js +976 -0
- package/dist/codegen/coding-standards.js.map +1 -0
- package/dist/codegen/coverage-reporter.d.ts +264 -0
- package/dist/codegen/coverage-reporter.d.ts.map +1 -0
- package/dist/codegen/coverage-reporter.js +697 -0
- package/dist/codegen/coverage-reporter.js.map +1 -0
- package/dist/codegen/dependency-analyzer.d.ts +271 -0
- package/dist/codegen/dependency-analyzer.d.ts.map +1 -0
- package/dist/codegen/dependency-analyzer.js +661 -0
- package/dist/codegen/dependency-analyzer.js.map +1 -0
- package/dist/codegen/generator.d.ts +275 -0
- package/dist/codegen/generator.d.ts.map +1 -0
- package/dist/codegen/generator.js +781 -0
- package/dist/codegen/generator.js.map +1 -0
- package/dist/codegen/index.d.ts +18 -0
- package/dist/codegen/index.d.ts.map +1 -0
- package/dist/codegen/index.js +27 -0
- package/dist/codegen/index.js.map +1 -0
- package/dist/codegen/integration-test-generator.d.ts +312 -0
- package/dist/codegen/integration-test-generator.d.ts.map +1 -0
- package/dist/codegen/integration-test-generator.js +765 -0
- package/dist/codegen/integration-test-generator.js.map +1 -0
- package/dist/codegen/pattern-conformance.d.ts +309 -0
- package/dist/codegen/pattern-conformance.d.ts.map +1 -0
- package/dist/codegen/pattern-conformance.js +590 -0
- package/dist/codegen/pattern-conformance.js.map +1 -0
- package/dist/codegen/quality-metrics.d.ts +235 -0
- package/dist/codegen/quality-metrics.d.ts.map +1 -0
- package/dist/codegen/quality-metrics.js +439 -0
- package/dist/codegen/quality-metrics.js.map +1 -0
- package/dist/codegen/security-scanner.d.ts +179 -0
- package/dist/codegen/security-scanner.d.ts.map +1 -0
- package/dist/codegen/security-scanner.js +495 -0
- package/dist/codegen/security-scanner.js.map +1 -0
- package/dist/codegen/static-analyzer.d.ts +188 -0
- package/dist/codegen/static-analyzer.d.ts.map +1 -0
- package/dist/codegen/static-analyzer.js +490 -0
- package/dist/codegen/static-analyzer.js.map +1 -0
- package/dist/codegen/unit-test-generator.d.ts +289 -0
- package/dist/codegen/unit-test-generator.d.ts.map +1 -0
- package/dist/codegen/unit-test-generator.js +634 -0
- package/dist/codegen/unit-test-generator.js.map +1 -0
- package/dist/design/adr-generator.d.ts +227 -0
- package/dist/design/adr-generator.d.ts.map +1 -0
- package/dist/design/adr-generator.js +423 -0
- package/dist/design/adr-generator.js.map +1 -0
- package/dist/design/c4-generator.d.ts +267 -0
- package/dist/design/c4-generator.d.ts.map +1 -0
- package/dist/design/c4-generator.js +453 -0
- package/dist/design/c4-generator.js.map +1 -0
- package/dist/design/framework-optimizer.d.ts +190 -0
- package/dist/design/framework-optimizer.d.ts.map +1 -0
- package/dist/design/framework-optimizer.js +589 -0
- package/dist/design/framework-optimizer.js.map +1 -0
- package/dist/design/index.d.ts +12 -0
- package/dist/design/index.d.ts.map +1 -0
- package/dist/design/index.js +13 -0
- package/dist/design/index.js.map +1 -0
- package/dist/design/pattern-detector.d.ts +270 -0
- package/dist/design/pattern-detector.d.ts.map +1 -0
- package/dist/design/pattern-detector.js +621 -0
- package/dist/design/pattern-detector.js.map +1 -0
- package/dist/design/solid-validator.d.ts +188 -0
- package/dist/design/solid-validator.d.ts.map +1 -0
- package/dist/design/solid-validator.js +579 -0
- package/dist/design/solid-validator.js.map +1 -0
- package/dist/error/data-persistence.d.ts +311 -0
- package/dist/error/data-persistence.d.ts.map +1 -0
- package/dist/error/data-persistence.js +586 -0
- package/dist/error/data-persistence.js.map +1 -0
- package/dist/error/graceful-degradation.d.ts +309 -0
- package/dist/error/graceful-degradation.d.ts.map +1 -0
- package/dist/error/graceful-degradation.js +510 -0
- package/dist/error/graceful-degradation.js.map +1 -0
- package/dist/error/index.d.ts +11 -0
- package/dist/error/index.d.ts.map +1 -0
- package/dist/error/index.js +19 -0
- package/dist/error/index.js.map +1 -0
- package/dist/explanation/explanation-generator.d.ts +228 -0
- package/dist/explanation/explanation-generator.d.ts.map +1 -0
- package/dist/explanation/explanation-generator.js +662 -0
- package/dist/explanation/explanation-generator.js.map +1 -0
- package/dist/explanation/index.d.ts +11 -0
- package/dist/explanation/index.d.ts.map +1 -0
- package/dist/explanation/index.js +19 -0
- package/dist/explanation/index.js.map +1 -0
- package/dist/explanation/reasoning-chain.d.ts +314 -0
- package/dist/explanation/reasoning-chain.d.ts.map +1 -0
- package/dist/explanation/reasoning-chain.js +414 -0
- package/dist/explanation/reasoning-chain.js.map +1 -0
- package/dist/explanation/visual-explanation.d.ts +315 -0
- package/dist/explanation/visual-explanation.d.ts.map +1 -0
- package/dist/explanation/visual-explanation.js +667 -0
- package/dist/explanation/visual-explanation.js.map +1 -0
- package/dist/index.d.ts +33 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +47 -0
- package/dist/index.js.map +1 -0
- package/dist/requirements/decomposer.d.ts +235 -0
- package/dist/requirements/decomposer.d.ts.map +1 -0
- package/dist/requirements/decomposer.js +587 -0
- package/dist/requirements/decomposer.js.map +1 -0
- package/dist/requirements/related-finder.d.ts +261 -0
- package/dist/requirements/related-finder.d.ts.map +1 -0
- package/dist/requirements/related-finder.js +629 -0
- package/dist/requirements/related-finder.js.map +1 -0
- package/dist/traceability/impact.d.ts +196 -0
- package/dist/traceability/impact.d.ts.map +1 -0
- package/dist/traceability/impact.js +438 -0
- package/dist/traceability/impact.js.map +1 -0
- package/dist/traceability/index.d.ts +9 -0
- package/dist/traceability/index.d.ts.map +1 -0
- package/dist/traceability/index.js +10 -0
- package/dist/traceability/index.js.map +1 -0
- package/dist/traceability/manager.d.ts +266 -0
- package/dist/traceability/manager.d.ts.map +1 -0
- package/dist/traceability/manager.js +412 -0
- package/dist/traceability/manager.js.map +1 -0
- package/dist/types/common.d.ts +294 -0
- package/dist/types/common.d.ts.map +1 -0
- package/dist/types/common.js +15 -0
- package/dist/types/common.js.map +1 -0
- package/dist/types/ears.d.ts +158 -0
- package/dist/types/ears.d.ts.map +1 -0
- package/dist/types/ears.js +33 -0
- package/dist/types/ears.js.map +1 -0
- package/dist/types/errors.d.ts +176 -0
- package/dist/types/errors.d.ts.map +1 -0
- package/dist/types/errors.js +55 -0
- package/dist/types/errors.js.map +1 -0
- package/dist/types/index.d.ts +10 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +10 -0
- package/dist/types/index.js.map +1 -0
- package/dist/utils/data-protector.d.ts +122 -0
- package/dist/utils/data-protector.d.ts.map +1 -0
- package/dist/utils/data-protector.js +275 -0
- package/dist/utils/data-protector.js.map +1 -0
- package/dist/utils/error-handler.d.ts +101 -0
- package/dist/utils/error-handler.d.ts.map +1 -0
- package/dist/utils/error-handler.js +324 -0
- package/dist/utils/error-handler.js.map +1 -0
- package/dist/utils/i18n-manager.d.ts +259 -0
- package/dist/utils/i18n-manager.d.ts.map +1 -0
- package/dist/utils/i18n-manager.js +554 -0
- package/dist/utils/i18n-manager.js.map +1 -0
- package/dist/utils/index.d.ts +10 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +10 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/logger.d.ts +120 -0
- package/dist/utils/logger.d.ts.map +1 -0
- package/dist/utils/logger.js +237 -0
- package/dist/utils/logger.js.map +1 -0
- package/dist/utils/performance-profiler.d.ts +251 -0
- package/dist/utils/performance-profiler.d.ts.map +1 -0
- package/dist/utils/performance-profiler.js +458 -0
- package/dist/utils/performance-profiler.js.map +1 -0
- package/dist/utils/scalability-optimizer.d.ts +294 -0
- package/dist/utils/scalability-optimizer.d.ts.map +1 -0
- package/dist/utils/scalability-optimizer.js +606 -0
- package/dist/utils/scalability-optimizer.js.map +1 -0
- package/dist/utils/structured-logger.d.ts +294 -0
- package/dist/utils/structured-logger.d.ts.map +1 -0
- package/dist/utils/structured-logger.js +630 -0
- package/dist/utils/structured-logger.js.map +1 -0
- package/dist/utils/version-compatibility.d.ts +217 -0
- package/dist/utils/version-compatibility.d.ts.map +1 -0
- package/dist/utils/version-compatibility.js +443 -0
- package/dist/utils/version-compatibility.js.map +1 -0
- package/dist/validators/ears-validator.d.ts +182 -0
- package/dist/validators/ears-validator.d.ts.map +1 -0
- package/dist/validators/ears-validator.js +357 -0
- package/dist/validators/ears-validator.js.map +1 -0
- package/dist/validators/index.d.ts +8 -0
- package/dist/validators/index.d.ts.map +1 -0
- package/dist/validators/index.js +9 -0
- package/dist/validators/index.js.map +1 -0
- package/dist/version.d.ts +8 -0
- package/dist/version.d.ts.map +1 -0
- package/dist/version.js +8 -0
- package/dist/version.js.map +1 -0
- package/package.json +100 -0
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Internationalization (i18n) Manager
|
|
3
|
+
*
|
|
4
|
+
* Manages multi-language support for messages, labels, and content
|
|
5
|
+
*
|
|
6
|
+
* @packageDocumentation
|
|
7
|
+
* @module utils/i18n
|
|
8
|
+
*
|
|
9
|
+
* @see REQ-I18N-001 - Internationalization Support
|
|
10
|
+
* @see Article VII - Seamless Integration
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Supported locale
|
|
14
|
+
*/
|
|
15
|
+
export type SupportedLocale = 'en' | 'ja' | 'zh' | 'ko' | 'de' | 'fr' | 'es' | 'pt';
|
|
16
|
+
/**
|
|
17
|
+
* Translation key path
|
|
18
|
+
*/
|
|
19
|
+
export type TranslationKey = string;
|
|
20
|
+
/**
|
|
21
|
+
* Translation value
|
|
22
|
+
*/
|
|
23
|
+
export type TranslationValue = string | Record<string, unknown>;
|
|
24
|
+
/**
|
|
25
|
+
* Translation dictionary
|
|
26
|
+
*/
|
|
27
|
+
export type TranslationDictionary = Record<TranslationKey, TranslationValue>;
|
|
28
|
+
/**
|
|
29
|
+
* Locale data
|
|
30
|
+
*/
|
|
31
|
+
export interface LocaleData {
|
|
32
|
+
/** Locale code */
|
|
33
|
+
locale: SupportedLocale;
|
|
34
|
+
/** Display name */
|
|
35
|
+
name: string;
|
|
36
|
+
/** Native name */
|
|
37
|
+
nativeName: string;
|
|
38
|
+
/** Direction */
|
|
39
|
+
direction: 'ltr' | 'rtl';
|
|
40
|
+
/** Translations */
|
|
41
|
+
translations: TranslationDictionary;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Plural rules
|
|
45
|
+
*/
|
|
46
|
+
export interface PluralRules {
|
|
47
|
+
/** Zero form */
|
|
48
|
+
zero?: string;
|
|
49
|
+
/** One form */
|
|
50
|
+
one: string;
|
|
51
|
+
/** Two form */
|
|
52
|
+
two?: string;
|
|
53
|
+
/** Few form */
|
|
54
|
+
few?: string;
|
|
55
|
+
/** Many form */
|
|
56
|
+
many?: string;
|
|
57
|
+
/** Other form */
|
|
58
|
+
other: string;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Date/time format options
|
|
62
|
+
*/
|
|
63
|
+
export interface DateTimeFormatOptions {
|
|
64
|
+
/** Date style */
|
|
65
|
+
dateStyle?: 'full' | 'long' | 'medium' | 'short';
|
|
66
|
+
/** Time style */
|
|
67
|
+
timeStyle?: 'full' | 'long' | 'medium' | 'short';
|
|
68
|
+
/** Hour cycle */
|
|
69
|
+
hourCycle?: 'h11' | 'h12' | 'h23' | 'h24';
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Number format options
|
|
73
|
+
*/
|
|
74
|
+
export interface NumberFormatOptions {
|
|
75
|
+
/** Style */
|
|
76
|
+
style?: 'decimal' | 'currency' | 'percent' | 'unit';
|
|
77
|
+
/** Currency code */
|
|
78
|
+
currency?: string;
|
|
79
|
+
/** Minimum fraction digits */
|
|
80
|
+
minimumFractionDigits?: number;
|
|
81
|
+
/** Maximum fraction digits */
|
|
82
|
+
maximumFractionDigits?: number;
|
|
83
|
+
/** Unit */
|
|
84
|
+
unit?: string;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* I18n configuration
|
|
88
|
+
*/
|
|
89
|
+
export interface I18nConfig {
|
|
90
|
+
/** Default locale */
|
|
91
|
+
defaultLocale: SupportedLocale;
|
|
92
|
+
/** Fallback locale */
|
|
93
|
+
fallbackLocale: SupportedLocale;
|
|
94
|
+
/** Load path pattern */
|
|
95
|
+
loadPath?: string;
|
|
96
|
+
/** Cache translations */
|
|
97
|
+
cache: boolean;
|
|
98
|
+
/** Debug mode */
|
|
99
|
+
debug: boolean;
|
|
100
|
+
/** Missing key handler */
|
|
101
|
+
missingKeyHandler?: (key: string, locale: SupportedLocale) => string;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Default configuration
|
|
105
|
+
*/
|
|
106
|
+
export declare const DEFAULT_I18N_CONFIG: I18nConfig;
|
|
107
|
+
/**
|
|
108
|
+
* Interpolation options
|
|
109
|
+
*/
|
|
110
|
+
export interface InterpolationOptions {
|
|
111
|
+
/** Variables to interpolate */
|
|
112
|
+
[key: string]: string | number | boolean | undefined;
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* I18n Manager
|
|
116
|
+
*/
|
|
117
|
+
export declare class I18nManager {
|
|
118
|
+
private config;
|
|
119
|
+
private currentLocale;
|
|
120
|
+
private locales;
|
|
121
|
+
private cache;
|
|
122
|
+
private loadedLocales;
|
|
123
|
+
constructor(config?: Partial<I18nConfig>);
|
|
124
|
+
/**
|
|
125
|
+
* Get current locale
|
|
126
|
+
*/
|
|
127
|
+
getLocale(): SupportedLocale;
|
|
128
|
+
/**
|
|
129
|
+
* Set current locale
|
|
130
|
+
*/
|
|
131
|
+
setLocale(locale: SupportedLocale): void;
|
|
132
|
+
/**
|
|
133
|
+
* Check if locale is supported
|
|
134
|
+
*/
|
|
135
|
+
isLocaleSupported(locale: string): locale is SupportedLocale;
|
|
136
|
+
/**
|
|
137
|
+
* Get all supported locales
|
|
138
|
+
*/
|
|
139
|
+
getSupportedLocales(): SupportedLocale[];
|
|
140
|
+
/**
|
|
141
|
+
* Get locale data
|
|
142
|
+
*/
|
|
143
|
+
getLocaleData(locale?: SupportedLocale): LocaleData | undefined;
|
|
144
|
+
/**
|
|
145
|
+
* Translate a key
|
|
146
|
+
*/
|
|
147
|
+
t(key: TranslationKey, options?: InterpolationOptions): string;
|
|
148
|
+
/**
|
|
149
|
+
* Translate with plural support
|
|
150
|
+
*/
|
|
151
|
+
tp(key: TranslationKey, count: number, options?: InterpolationOptions): string;
|
|
152
|
+
/**
|
|
153
|
+
* Get translation value
|
|
154
|
+
*/
|
|
155
|
+
private getTranslation;
|
|
156
|
+
/**
|
|
157
|
+
* Get plural key based on count
|
|
158
|
+
*/
|
|
159
|
+
private getPluralKey;
|
|
160
|
+
/**
|
|
161
|
+
* Get plural form based on count
|
|
162
|
+
*/
|
|
163
|
+
private getPluralForm;
|
|
164
|
+
/**
|
|
165
|
+
* Interpolate variables in translation
|
|
166
|
+
*/
|
|
167
|
+
private interpolate;
|
|
168
|
+
/**
|
|
169
|
+
* Add translations for a locale
|
|
170
|
+
*/
|
|
171
|
+
addTranslations(locale: SupportedLocale, translations: TranslationDictionary): void;
|
|
172
|
+
/**
|
|
173
|
+
* Load translations from object
|
|
174
|
+
*/
|
|
175
|
+
loadTranslations(data: Record<SupportedLocale, TranslationDictionary>): void;
|
|
176
|
+
/**
|
|
177
|
+
* Format date
|
|
178
|
+
*/
|
|
179
|
+
formatDate(date: Date, options?: DateTimeFormatOptions): string;
|
|
180
|
+
/**
|
|
181
|
+
* Format number
|
|
182
|
+
*/
|
|
183
|
+
formatNumber(value: number, options?: NumberFormatOptions): string;
|
|
184
|
+
/**
|
|
185
|
+
* Format currency
|
|
186
|
+
*/
|
|
187
|
+
formatCurrency(value: number, currency: string): string;
|
|
188
|
+
/**
|
|
189
|
+
* Format percentage
|
|
190
|
+
*/
|
|
191
|
+
formatPercent(value: number): string;
|
|
192
|
+
/**
|
|
193
|
+
* Format relative time
|
|
194
|
+
*/
|
|
195
|
+
formatRelativeTime(date: Date, referenceDate?: Date): string;
|
|
196
|
+
/**
|
|
197
|
+
* Get text direction for current locale
|
|
198
|
+
*/
|
|
199
|
+
getTextDirection(): 'ltr' | 'rtl';
|
|
200
|
+
/**
|
|
201
|
+
* Check if current locale is RTL
|
|
202
|
+
*/
|
|
203
|
+
isRTL(): boolean;
|
|
204
|
+
/**
|
|
205
|
+
* Get display name for locale
|
|
206
|
+
*/
|
|
207
|
+
getLocaleDisplayName(locale?: SupportedLocale): string;
|
|
208
|
+
/**
|
|
209
|
+
* Create scoped translator
|
|
210
|
+
*/
|
|
211
|
+
scope(namespace: string): (key: string, options?: InterpolationOptions) => string;
|
|
212
|
+
/**
|
|
213
|
+
* Check if translation exists
|
|
214
|
+
*/
|
|
215
|
+
exists(key: TranslationKey, locale?: SupportedLocale): boolean;
|
|
216
|
+
/**
|
|
217
|
+
* Get all keys for a namespace
|
|
218
|
+
*/
|
|
219
|
+
getKeys(namespace?: string): string[];
|
|
220
|
+
/**
|
|
221
|
+
* Clear translation cache
|
|
222
|
+
*/
|
|
223
|
+
clearCache(): void;
|
|
224
|
+
/**
|
|
225
|
+
* Export translations for locale
|
|
226
|
+
*/
|
|
227
|
+
exportTranslations(locale?: SupportedLocale): TranslationDictionary;
|
|
228
|
+
/**
|
|
229
|
+
* Get statistics
|
|
230
|
+
*/
|
|
231
|
+
getStats(): {
|
|
232
|
+
currentLocale: SupportedLocale;
|
|
233
|
+
supportedLocales: number;
|
|
234
|
+
loadedLocales: number;
|
|
235
|
+
translationKeys: number;
|
|
236
|
+
cacheSize: number;
|
|
237
|
+
};
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* Create I18n manager instance
|
|
241
|
+
*/
|
|
242
|
+
export declare function createI18nManager(config?: Partial<I18nConfig>): I18nManager;
|
|
243
|
+
/**
|
|
244
|
+
* Get global I18n instance
|
|
245
|
+
*/
|
|
246
|
+
export declare function getI18n(): I18nManager;
|
|
247
|
+
/**
|
|
248
|
+
* Initialize global I18n
|
|
249
|
+
*/
|
|
250
|
+
export declare function initI18n(config?: Partial<I18nConfig>): I18nManager;
|
|
251
|
+
/**
|
|
252
|
+
* Shorthand translate function
|
|
253
|
+
*/
|
|
254
|
+
export declare function t(key: TranslationKey, options?: InterpolationOptions): string;
|
|
255
|
+
/**
|
|
256
|
+
* Shorthand translate with plural
|
|
257
|
+
*/
|
|
258
|
+
export declare function tp(key: TranslationKey, count: number, options?: InterpolationOptions): string;
|
|
259
|
+
//# sourceMappingURL=i18n-manager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i18n-manager.d.ts","sourceRoot":"","sources":["../../src/utils/i18n-manager.ts"],"names":[],"mappings":"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"}
|