@openspecui/core 3.8.0 → 3.10.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/dist/{document-translation-BU8CM7oy.d.mts → document-translation-BZ5QKjN0.d.mts} +24 -24
- package/dist/document-translation.d.mts +1 -1
- package/dist/index.d.mts +54 -54
- package/dist/{local-download-profiles-BA0ArrI0.d.mts → local-download-profiles-Qu1932tV.d.mts} +1 -1
- package/dist/local-download-profiles.d.mts +2 -2
- package/dist/{notifications-DvyoW8gu.d.mts → notifications-D7tcKw71.d.mts} +13 -13
- package/dist/notifications.d.mts +2 -2
- package/dist/{openspec-projection-BA3r5CYl.d.mts → openspec-projection-Bby9mX80.d.mts} +1 -1
- package/dist/openspec-projection.d.mts +2 -2
- package/dist/{opsx-entity-pnjptBhO.d.mts → opsx-entity-DUJvjvrv.d.mts} +13 -13
- package/dist/opsx-entity.d.mts +2 -2
- package/dist/{opsx-schema-detail-X1wHtEmS.d.mts → opsx-schema-detail-CUG4dYdw.d.mts} +1 -1
- package/dist/opsx-schema-detail.d.mts +3 -3
- package/dist/{schemas-P5NxTHR9.d.mts → schemas-CqgvXgGV.d.mts} +42 -42
- package/dist/{sounds-CYknP1uN.d.mts → sounds-DABkmyg9.d.mts} +5 -5
- package/dist/sounds.d.mts +1 -1
- package/dist/{terminal-audio-DcVgLNsd.d.mts → terminal-audio-CDyXOIWx.d.mts} +2 -2
- package/dist/terminal-audio.d.mts +2 -2
- package/dist/terminal-control.d.mts +2 -2
- package/dist/{terminal-invocation-S8G5xSpv.d.mts → terminal-invocation-BnsT7ae7.d.mts} +91 -91
- package/dist/terminal-invocation.d.mts +1 -1
- package/dist/{translator-LOd1jBrH.d.mts → translator-C3W7bTIN.d.mts} +41 -41
- package/dist/translator.d.mts +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as renderTerminalSpawnCommand, C as TerminalSpawnCommand, D as getTerminalCommandParameters, E as getTerminalCommandDefaultValues, M as resolveTerminalShellDefaults, O as quoteTerminalShellArg, S as TerminalShellQuoteStyleSchema, T as fieldsToTerminalCommandParameters, _ as TerminalShellDefaults, a as TerminalCommandBuilder, b as TerminalShellProfileSchema, c as TerminalCommandFieldSchema, d as TerminalCommandJsonSchema, f as TerminalCommandJsonSchemaProperty, g as TerminalInvocationSettingsSchema, h as TerminalInvocationSettings, i as TerminalCommandArgument, j as renderTerminalSpawnCommandLine, k as renderTerminalCommandArgs, l as TerminalCommandFieldValue, m as TerminalCommandRenderResult, n as TERMINAL_COMMAND_FIELD_TYPE_VALUES, o as TerminalCommandBuilderPart, p as TerminalCommandParameters, r as TERMINAL_SHELL_QUOTE_STYLE_VALUES, s as TerminalCommandField, t as BUILTIN_TERMINAL_SPAWN_COMMANDS, u as TerminalCommandFieldValues, v as TerminalShellEnv, w as TerminalSpawnCommandSchema, x as TerminalShellQuoteStyle, y as TerminalShellProfile } from "./terminal-invocation-
|
|
1
|
+
import { A as renderTerminalSpawnCommand, C as TerminalSpawnCommand, D as getTerminalCommandParameters, E as getTerminalCommandDefaultValues, M as resolveTerminalShellDefaults, O as quoteTerminalShellArg, S as TerminalShellQuoteStyleSchema, T as fieldsToTerminalCommandParameters, _ as TerminalShellDefaults, a as TerminalCommandBuilder, b as TerminalShellProfileSchema, c as TerminalCommandFieldSchema, d as TerminalCommandJsonSchema, f as TerminalCommandJsonSchemaProperty, g as TerminalInvocationSettingsSchema, h as TerminalInvocationSettings, i as TerminalCommandArgument, j as renderTerminalSpawnCommandLine, k as renderTerminalCommandArgs, l as TerminalCommandFieldValue, m as TerminalCommandRenderResult, n as TERMINAL_COMMAND_FIELD_TYPE_VALUES, o as TerminalCommandBuilderPart, p as TerminalCommandParameters, r as TERMINAL_SHELL_QUOTE_STYLE_VALUES, s as TerminalCommandField, t as BUILTIN_TERMINAL_SPAWN_COMMANDS, u as TerminalCommandFieldValues, v as TerminalShellEnv, w as TerminalSpawnCommandSchema, x as TerminalShellQuoteStyle, y as TerminalShellProfile } from "./terminal-invocation-BnsT7ae7.mjs";
|
|
2
2
|
export { BUILTIN_TERMINAL_SPAWN_COMMANDS, TERMINAL_COMMAND_FIELD_TYPE_VALUES, TERMINAL_SHELL_QUOTE_STYLE_VALUES, TerminalCommandArgument, TerminalCommandBuilder, TerminalCommandBuilderPart, TerminalCommandField, TerminalCommandFieldSchema, TerminalCommandFieldValue, TerminalCommandFieldValues, TerminalCommandJsonSchema, TerminalCommandJsonSchemaProperty, TerminalCommandParameters, TerminalCommandRenderResult, TerminalInvocationSettings, TerminalInvocationSettingsSchema, TerminalShellDefaults, TerminalShellEnv, TerminalShellProfile, TerminalShellProfileSchema, TerminalShellQuoteStyle, TerminalShellQuoteStyleSchema, TerminalSpawnCommand, TerminalSpawnCommandSchema, fieldsToTerminalCommandParameters, getTerminalCommandDefaultValues, getTerminalCommandParameters, quoteTerminalShellArg, renderTerminalCommandArgs, renderTerminalSpawnCommand, renderTerminalSpawnCommandLine, resolveTerminalShellDefaults };
|
|
@@ -142,8 +142,8 @@ declare const TranslationDownloadGroupPlanSchema: z.ZodObject<{
|
|
|
142
142
|
sizeBytes?: number | undefined;
|
|
143
143
|
}>, "many">;
|
|
144
144
|
}, "strip", z.ZodTypeAny, {
|
|
145
|
-
id: string;
|
|
146
145
|
label: string;
|
|
146
|
+
id: string;
|
|
147
147
|
selectable: boolean;
|
|
148
148
|
selected: boolean;
|
|
149
149
|
files: {
|
|
@@ -156,8 +156,8 @@ declare const TranslationDownloadGroupPlanSchema: z.ZodObject<{
|
|
|
156
156
|
dtype?: string | undefined;
|
|
157
157
|
estimatedTotalBytes?: number | undefined;
|
|
158
158
|
}, {
|
|
159
|
-
id: string;
|
|
160
159
|
label: string;
|
|
160
|
+
id: string;
|
|
161
161
|
selectable: boolean;
|
|
162
162
|
selected: boolean;
|
|
163
163
|
files: {
|
|
@@ -196,38 +196,38 @@ declare const LocalModelAssetLogSchema: z.ZodObject<{
|
|
|
196
196
|
}>, "many">>;
|
|
197
197
|
updatedAt: z.ZodNumber;
|
|
198
198
|
}, "strip", z.ZodTypeAny, {
|
|
199
|
+
status: "error" | "not-downloaded" | "queued" | "downloading" | "paused" | "downloaded" | "deleting";
|
|
199
200
|
message: string;
|
|
200
|
-
status: "not-downloaded" | "queued" | "downloading" | "paused" | "downloaded" | "error" | "deleting";
|
|
201
201
|
engineId: "local";
|
|
202
202
|
modelId: string;
|
|
203
203
|
updatedAt: number;
|
|
204
|
+
sessionId?: string | undefined;
|
|
205
|
+
selectedGroupId?: string | undefined;
|
|
204
206
|
files?: {
|
|
205
207
|
path: string;
|
|
206
208
|
sizeBytes?: number | undefined;
|
|
207
209
|
downloadedBytes?: number | undefined;
|
|
208
210
|
}[] | undefined;
|
|
209
|
-
selectedGroupId?: string | undefined;
|
|
210
211
|
progress?: number | undefined;
|
|
211
212
|
bytesDownloaded?: number | undefined;
|
|
212
213
|
totalBytes?: number | undefined;
|
|
213
|
-
sessionId?: string | undefined;
|
|
214
214
|
resumable?: boolean | undefined;
|
|
215
215
|
}, {
|
|
216
|
+
status: "error" | "not-downloaded" | "queued" | "downloading" | "paused" | "downloaded" | "deleting";
|
|
216
217
|
message: string;
|
|
217
|
-
status: "not-downloaded" | "queued" | "downloading" | "paused" | "downloaded" | "error" | "deleting";
|
|
218
218
|
engineId: "local";
|
|
219
219
|
modelId: string;
|
|
220
220
|
updatedAt: number;
|
|
221
|
+
sessionId?: string | undefined;
|
|
222
|
+
selectedGroupId?: string | undefined;
|
|
221
223
|
files?: {
|
|
222
224
|
path: string;
|
|
223
225
|
sizeBytes?: number | undefined;
|
|
224
226
|
downloadedBytes?: number | undefined;
|
|
225
227
|
}[] | undefined;
|
|
226
|
-
selectedGroupId?: string | undefined;
|
|
227
228
|
progress?: number | undefined;
|
|
228
229
|
bytesDownloaded?: number | undefined;
|
|
229
230
|
totalBytes?: number | undefined;
|
|
230
|
-
sessionId?: string | undefined;
|
|
231
231
|
resumable?: boolean | undefined;
|
|
232
232
|
}>;
|
|
233
233
|
type LocalModelAssetLog = z.infer<typeof LocalModelAssetLogSchema>;
|
|
@@ -272,8 +272,8 @@ declare const LocalModelAssetPlanSnapshotSchema: z.ZodObject<{
|
|
|
272
272
|
sizeBytes?: number | undefined;
|
|
273
273
|
}>, "many">;
|
|
274
274
|
}, "strip", z.ZodTypeAny, {
|
|
275
|
-
id: string;
|
|
276
275
|
label: string;
|
|
276
|
+
id: string;
|
|
277
277
|
selectable: boolean;
|
|
278
278
|
selected: boolean;
|
|
279
279
|
files: {
|
|
@@ -286,8 +286,8 @@ declare const LocalModelAssetPlanSnapshotSchema: z.ZodObject<{
|
|
|
286
286
|
dtype?: string | undefined;
|
|
287
287
|
estimatedTotalBytes?: number | undefined;
|
|
288
288
|
}, {
|
|
289
|
-
id: string;
|
|
290
289
|
label: string;
|
|
290
|
+
id: string;
|
|
291
291
|
selectable: boolean;
|
|
292
292
|
selected: boolean;
|
|
293
293
|
files: {
|
|
@@ -307,12 +307,12 @@ declare const LocalModelAssetPlanSnapshotSchema: z.ZodObject<{
|
|
|
307
307
|
sizeBytes?: number | undefined;
|
|
308
308
|
}[];
|
|
309
309
|
modelId: string;
|
|
310
|
+
selectedGroupId?: string | undefined;
|
|
310
311
|
profile?: string | undefined;
|
|
311
312
|
estimatedTotalBytes?: number | undefined;
|
|
312
|
-
selectedGroupId?: string | undefined;
|
|
313
313
|
groups?: {
|
|
314
|
-
id: string;
|
|
315
314
|
label: string;
|
|
315
|
+
id: string;
|
|
316
316
|
selectable: boolean;
|
|
317
317
|
selected: boolean;
|
|
318
318
|
files: {
|
|
@@ -332,12 +332,12 @@ declare const LocalModelAssetPlanSnapshotSchema: z.ZodObject<{
|
|
|
332
332
|
sizeBytes?: number | undefined;
|
|
333
333
|
}[];
|
|
334
334
|
modelId: string;
|
|
335
|
+
selectedGroupId?: string | undefined;
|
|
335
336
|
profile?: string | undefined;
|
|
336
337
|
estimatedTotalBytes?: number | undefined;
|
|
337
|
-
selectedGroupId?: string | undefined;
|
|
338
338
|
groups?: {
|
|
339
|
-
id: string;
|
|
340
339
|
label: string;
|
|
340
|
+
id: string;
|
|
341
341
|
selectable: boolean;
|
|
342
342
|
selected: boolean;
|
|
343
343
|
files: {
|
|
@@ -404,8 +404,8 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
404
404
|
sizeBytes?: number | undefined;
|
|
405
405
|
}>, "many">;
|
|
406
406
|
}, "strip", z.ZodTypeAny, {
|
|
407
|
-
id: string;
|
|
408
407
|
label: string;
|
|
408
|
+
id: string;
|
|
409
409
|
selectable: boolean;
|
|
410
410
|
selected: boolean;
|
|
411
411
|
files: {
|
|
@@ -418,8 +418,8 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
418
418
|
dtype?: string | undefined;
|
|
419
419
|
estimatedTotalBytes?: number | undefined;
|
|
420
420
|
}, {
|
|
421
|
-
id: string;
|
|
422
421
|
label: string;
|
|
422
|
+
id: string;
|
|
423
423
|
selectable: boolean;
|
|
424
424
|
selected: boolean;
|
|
425
425
|
files: {
|
|
@@ -439,12 +439,12 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
439
439
|
sizeBytes?: number | undefined;
|
|
440
440
|
}[];
|
|
441
441
|
modelId: string;
|
|
442
|
+
selectedGroupId?: string | undefined;
|
|
442
443
|
profile?: string | undefined;
|
|
443
444
|
estimatedTotalBytes?: number | undefined;
|
|
444
|
-
selectedGroupId?: string | undefined;
|
|
445
445
|
groups?: {
|
|
446
|
-
id: string;
|
|
447
446
|
label: string;
|
|
447
|
+
id: string;
|
|
448
448
|
selectable: boolean;
|
|
449
449
|
selected: boolean;
|
|
450
450
|
files: {
|
|
@@ -464,12 +464,12 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
464
464
|
sizeBytes?: number | undefined;
|
|
465
465
|
}[];
|
|
466
466
|
modelId: string;
|
|
467
|
+
selectedGroupId?: string | undefined;
|
|
467
468
|
profile?: string | undefined;
|
|
468
469
|
estimatedTotalBytes?: number | undefined;
|
|
469
|
-
selectedGroupId?: string | undefined;
|
|
470
470
|
groups?: {
|
|
471
|
-
id: string;
|
|
472
471
|
label: string;
|
|
472
|
+
id: string;
|
|
473
473
|
selectable: boolean;
|
|
474
474
|
selected: boolean;
|
|
475
475
|
files: {
|
|
@@ -497,7 +497,7 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
497
497
|
downloadedBytes?: number | undefined;
|
|
498
498
|
}>, "many">>;
|
|
499
499
|
}, "strip", z.ZodTypeAny, {
|
|
500
|
-
status: "not-downloaded" | "queued" | "downloading" | "paused" | "downloaded" | "
|
|
500
|
+
status: "error" | "not-downloaded" | "queued" | "downloading" | "paused" | "downloaded" | "deleting";
|
|
501
501
|
selected: boolean;
|
|
502
502
|
files: {
|
|
503
503
|
path: string;
|
|
@@ -519,12 +519,12 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
519
519
|
sizeBytes?: number | undefined;
|
|
520
520
|
}[];
|
|
521
521
|
modelId: string;
|
|
522
|
+
selectedGroupId?: string | undefined;
|
|
522
523
|
profile?: string | undefined;
|
|
523
524
|
estimatedTotalBytes?: number | undefined;
|
|
524
|
-
selectedGroupId?: string | undefined;
|
|
525
525
|
groups?: {
|
|
526
|
-
id: string;
|
|
527
526
|
label: string;
|
|
527
|
+
id: string;
|
|
528
528
|
selectable: boolean;
|
|
529
529
|
selected: boolean;
|
|
530
530
|
files: {
|
|
@@ -540,8 +540,8 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
540
540
|
} | undefined;
|
|
541
541
|
}, {
|
|
542
542
|
modelId: string;
|
|
543
|
+
status?: "error" | "not-downloaded" | "queued" | "downloading" | "paused" | "downloaded" | "deleting" | undefined;
|
|
543
544
|
error?: string | undefined;
|
|
544
|
-
status?: "not-downloaded" | "queued" | "downloading" | "paused" | "downloaded" | "error" | "deleting" | undefined;
|
|
545
545
|
selected?: boolean | undefined;
|
|
546
546
|
files?: {
|
|
547
547
|
path: string;
|
|
@@ -561,12 +561,12 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
561
561
|
sizeBytes?: number | undefined;
|
|
562
562
|
}[];
|
|
563
563
|
modelId: string;
|
|
564
|
+
selectedGroupId?: string | undefined;
|
|
564
565
|
profile?: string | undefined;
|
|
565
566
|
estimatedTotalBytes?: number | undefined;
|
|
566
|
-
selectedGroupId?: string | undefined;
|
|
567
567
|
groups?: {
|
|
568
|
-
id: string;
|
|
569
568
|
label: string;
|
|
569
|
+
id: string;
|
|
570
570
|
selectable: boolean;
|
|
571
571
|
selected: boolean;
|
|
572
572
|
files: {
|
|
@@ -658,13 +658,13 @@ declare const TranslationOpenAISettingsSchema: z.ZodObject<{
|
|
|
658
658
|
token: z.ZodDefault<z.ZodString>;
|
|
659
659
|
model: z.ZodDefault<z.ZodString>;
|
|
660
660
|
}, "strip", z.ZodTypeAny, {
|
|
661
|
+
model: string;
|
|
661
662
|
baseUrl: string;
|
|
662
663
|
token: string;
|
|
663
|
-
model: string;
|
|
664
664
|
}, {
|
|
665
|
+
model?: string | undefined;
|
|
665
666
|
baseUrl?: string | undefined;
|
|
666
667
|
token?: string | undefined;
|
|
667
|
-
model?: string | undefined;
|
|
668
668
|
}>;
|
|
669
669
|
type TranslationOpenAISettings = z.infer<typeof TranslationOpenAISettingsSchema>;
|
|
670
670
|
declare const TranslationLocalSettingsSchema: z.ZodObject<{
|
|
@@ -676,8 +676,8 @@ declare const TranslationLocalSettingsSchema: z.ZodObject<{
|
|
|
676
676
|
hfEndpoint: string;
|
|
677
677
|
selectedGroupId?: string | undefined;
|
|
678
678
|
}, {
|
|
679
|
-
selectedGroupId?: string | undefined;
|
|
680
679
|
model?: string | undefined;
|
|
680
|
+
selectedGroupId?: string | undefined;
|
|
681
681
|
hfEndpoint?: string | undefined;
|
|
682
682
|
}>;
|
|
683
683
|
type TranslationLocalSettings = z.infer<typeof TranslationLocalSettingsSchema>;
|
|
@@ -687,13 +687,13 @@ declare const TranslationEngineGlobalSettingsSchema: z.ZodObject<{
|
|
|
687
687
|
token: z.ZodDefault<z.ZodString>;
|
|
688
688
|
model: z.ZodDefault<z.ZodString>;
|
|
689
689
|
}, "strip", z.ZodTypeAny, {
|
|
690
|
+
model: string;
|
|
690
691
|
baseUrl: string;
|
|
691
692
|
token: string;
|
|
692
|
-
model: string;
|
|
693
693
|
}, {
|
|
694
|
+
model?: string | undefined;
|
|
694
695
|
baseUrl?: string | undefined;
|
|
695
696
|
token?: string | undefined;
|
|
696
|
-
model?: string | undefined;
|
|
697
697
|
}>>;
|
|
698
698
|
local: z.ZodDefault<z.ZodObject<{
|
|
699
699
|
model: z.ZodDefault<z.ZodString>;
|
|
@@ -704,8 +704,8 @@ declare const TranslationEngineGlobalSettingsSchema: z.ZodObject<{
|
|
|
704
704
|
hfEndpoint: string;
|
|
705
705
|
selectedGroupId?: string | undefined;
|
|
706
706
|
}, {
|
|
707
|
-
selectedGroupId?: string | undefined;
|
|
708
707
|
model?: string | undefined;
|
|
708
|
+
selectedGroupId?: string | undefined;
|
|
709
709
|
hfEndpoint?: string | undefined;
|
|
710
710
|
}>>;
|
|
711
711
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -715,20 +715,20 @@ declare const TranslationEngineGlobalSettingsSchema: z.ZodObject<{
|
|
|
715
715
|
selectedGroupId?: string | undefined;
|
|
716
716
|
};
|
|
717
717
|
openai: {
|
|
718
|
+
model: string;
|
|
718
719
|
baseUrl: string;
|
|
719
720
|
token: string;
|
|
720
|
-
model: string;
|
|
721
721
|
};
|
|
722
722
|
}, {
|
|
723
723
|
local?: {
|
|
724
|
-
selectedGroupId?: string | undefined;
|
|
725
724
|
model?: string | undefined;
|
|
725
|
+
selectedGroupId?: string | undefined;
|
|
726
726
|
hfEndpoint?: string | undefined;
|
|
727
727
|
} | undefined;
|
|
728
728
|
openai?: {
|
|
729
|
+
model?: string | undefined;
|
|
729
730
|
baseUrl?: string | undefined;
|
|
730
731
|
token?: string | undefined;
|
|
731
|
-
model?: string | undefined;
|
|
732
732
|
} | undefined;
|
|
733
733
|
}>;
|
|
734
734
|
type TranslationEngineGlobalSettings = z.infer<typeof TranslationEngineGlobalSettingsSchema>;
|
|
@@ -746,21 +746,21 @@ declare const BatchTranslateInputSchema: z.ZodObject<{
|
|
|
746
746
|
instructions: z.ZodOptional<z.ZodString>;
|
|
747
747
|
context: z.ZodOptional<z.ZodString>;
|
|
748
748
|
}, "strip", z.ZodTypeAny, {
|
|
749
|
-
engineId: "browser" | "local" | "openai";
|
|
750
|
-
sourceLanguage: string;
|
|
751
749
|
targetLanguage: string;
|
|
750
|
+
engineId: "local" | "openai" | "browser";
|
|
751
|
+
sourceLanguage: string;
|
|
752
752
|
inputs: string[];
|
|
753
|
-
selectedGroupId?: string | undefined;
|
|
754
753
|
model?: string | undefined;
|
|
754
|
+
selectedGroupId?: string | undefined;
|
|
755
755
|
instructions?: string | undefined;
|
|
756
756
|
context?: string | undefined;
|
|
757
757
|
}, {
|
|
758
|
-
engineId: "browser" | "local" | "openai";
|
|
759
|
-
sourceLanguage: string;
|
|
760
758
|
targetLanguage: string;
|
|
759
|
+
engineId: "local" | "openai" | "browser";
|
|
760
|
+
sourceLanguage: string;
|
|
761
761
|
inputs: string[];
|
|
762
|
-
selectedGroupId?: string | undefined;
|
|
763
762
|
model?: string | undefined;
|
|
763
|
+
selectedGroupId?: string | undefined;
|
|
764
764
|
instructions?: string | undefined;
|
|
765
765
|
context?: string | undefined;
|
|
766
766
|
}>;
|
package/dist/translator.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as getTranslationEngineManifest, A as TranslationEngineGlobalSettingsSchema, B as TranslationModelSearchEvent, C as TRANSLATION_ENGINE_MANIFESTS, D as TranslationDownloadGroupPlan, E as TranslationDownloadFilePlanSchema, F as TranslationEngineRuntime, G as TranslationOpenAISettingsSchema, H as TranslationModelSearchPhase, I as TranslationLocalSettings, J as TranslatorFactory, K as Translator, L as TranslationLocalSettingsSchema, M as TranslationEngineId, N as TranslationEngineIdSchema, O as TranslationDownloadGroupPlanSchema, P as TranslationEngineManifest, Q as TranslatorPrepareMonitor, R as TranslationModelCandidate, S as TRANSLATION_ENGINE_IDS, T as TranslationDownloadFilePlan, U as TranslationModelSearchResult, V as TranslationModelSearchInput, W as TranslationOpenAISettings, X as TranslatorFactoryPrepareOptions, Y as TranslatorFactoryCreateOptions, Z as TranslatorOptions, _ as LocalModelDownloadStatus, a as BatchTranslationResult, b as ServiceTranslationEngineId, c as LocalModelAssetLogSchema, d as LocalModelAssetState, f as LocalModelAssetStateSchema, g as LocalModelCatalogSearchEvent, h as LocalModelCatalogResult, i as BatchTranslateInputSchema, j as TranslationEngineGlobalSettingsUpdate, k as TranslationEngineGlobalSettings, l as LocalModelAssetPlanSnapshot, m as LocalModelCatalogLocalResult, n as BatchTranslateEventSchema, o as DEFAULT_TRANSLATION_ENGINE_ID, p as LocalModelCatalogItem, q as TranslatorCreateMonitor, r as BatchTranslateInput, s as LocalModelAssetLog, t as BatchTranslateEvent, u as LocalModelAssetPlanSnapshotSchema, v as LocalModelDownloadStatusSchema, w as TRANSLATOR_CONTRACT_VERSION, x as ServiceTranslationEngineIdSchema, y as SERVICE_TRANSLATION_ENGINE_IDS, z as TranslationModelDownloadPlan } from "./translator-
|
|
1
|
+
import { $ as getTranslationEngineManifest, A as TranslationEngineGlobalSettingsSchema, B as TranslationModelSearchEvent, C as TRANSLATION_ENGINE_MANIFESTS, D as TranslationDownloadGroupPlan, E as TranslationDownloadFilePlanSchema, F as TranslationEngineRuntime, G as TranslationOpenAISettingsSchema, H as TranslationModelSearchPhase, I as TranslationLocalSettings, J as TranslatorFactory, K as Translator, L as TranslationLocalSettingsSchema, M as TranslationEngineId, N as TranslationEngineIdSchema, O as TranslationDownloadGroupPlanSchema, P as TranslationEngineManifest, Q as TranslatorPrepareMonitor, R as TranslationModelCandidate, S as TRANSLATION_ENGINE_IDS, T as TranslationDownloadFilePlan, U as TranslationModelSearchResult, V as TranslationModelSearchInput, W as TranslationOpenAISettings, X as TranslatorFactoryPrepareOptions, Y as TranslatorFactoryCreateOptions, Z as TranslatorOptions, _ as LocalModelDownloadStatus, a as BatchTranslationResult, b as ServiceTranslationEngineId, c as LocalModelAssetLogSchema, d as LocalModelAssetState, f as LocalModelAssetStateSchema, g as LocalModelCatalogSearchEvent, h as LocalModelCatalogResult, i as BatchTranslateInputSchema, j as TranslationEngineGlobalSettingsUpdate, k as TranslationEngineGlobalSettings, l as LocalModelAssetPlanSnapshot, m as LocalModelCatalogLocalResult, n as BatchTranslateEventSchema, o as DEFAULT_TRANSLATION_ENGINE_ID, p as LocalModelCatalogItem, q as TranslatorCreateMonitor, r as BatchTranslateInput, s as LocalModelAssetLog, t as BatchTranslateEvent, u as LocalModelAssetPlanSnapshotSchema, v as LocalModelDownloadStatusSchema, w as TRANSLATOR_CONTRACT_VERSION, x as ServiceTranslationEngineIdSchema, y as SERVICE_TRANSLATION_ENGINE_IDS, z as TranslationModelDownloadPlan } from "./translator-C3W7bTIN.mjs";
|
|
2
2
|
export { BatchTranslateEvent, BatchTranslateEventSchema, BatchTranslateInput, BatchTranslateInputSchema, BatchTranslationResult, DEFAULT_TRANSLATION_ENGINE_ID, LocalModelAssetLog, LocalModelAssetLogSchema, LocalModelAssetPlanSnapshot, LocalModelAssetPlanSnapshotSchema, LocalModelAssetState, LocalModelAssetStateSchema, LocalModelCatalogItem, LocalModelCatalogLocalResult, LocalModelCatalogResult, LocalModelCatalogSearchEvent, LocalModelDownloadStatus, LocalModelDownloadStatusSchema, SERVICE_TRANSLATION_ENGINE_IDS, ServiceTranslationEngineId, ServiceTranslationEngineIdSchema, TRANSLATION_ENGINE_IDS, TRANSLATION_ENGINE_MANIFESTS, TRANSLATOR_CONTRACT_VERSION, TranslationDownloadFilePlan, TranslationDownloadFilePlanSchema, TranslationDownloadGroupPlan, TranslationDownloadGroupPlanSchema, TranslationEngineGlobalSettings, TranslationEngineGlobalSettingsSchema, TranslationEngineGlobalSettingsUpdate, TranslationEngineId, TranslationEngineIdSchema, TranslationEngineManifest, TranslationEngineRuntime, TranslationLocalSettings, TranslationLocalSettingsSchema, TranslationModelCandidate, TranslationModelDownloadPlan, TranslationModelSearchEvent, TranslationModelSearchInput, TranslationModelSearchPhase, TranslationModelSearchResult, TranslationOpenAISettings, TranslationOpenAISettingsSchema, Translator, TranslatorCreateMonitor, TranslatorFactory, TranslatorFactoryCreateOptions, TranslatorFactoryPrepareOptions, TranslatorOptions, TranslatorPrepareMonitor, getTranslationEngineManifest };
|