@roo-code/types 1.69.0 → 1.71.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/index.cjs +11 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +172 -1
- package/dist/index.d.ts +172 -1
- package/dist/index.js +11 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -15518,18 +15518,21 @@ declare const staticAppPropertiesSchema: z.ZodObject<{
|
|
|
15518
15518
|
vscodeVersion: z.ZodString;
|
|
15519
15519
|
platform: z.ZodString;
|
|
15520
15520
|
editorName: z.ZodString;
|
|
15521
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
15521
15522
|
}, "strip", z.ZodTypeAny, {
|
|
15522
15523
|
appName: string;
|
|
15523
15524
|
appVersion: string;
|
|
15524
15525
|
vscodeVersion: string;
|
|
15525
15526
|
platform: string;
|
|
15526
15527
|
editorName: string;
|
|
15528
|
+
hostname?: string | undefined;
|
|
15527
15529
|
}, {
|
|
15528
15530
|
appName: string;
|
|
15529
15531
|
appVersion: string;
|
|
15530
15532
|
vscodeVersion: string;
|
|
15531
15533
|
platform: string;
|
|
15532
15534
|
editorName: string;
|
|
15535
|
+
hostname?: string | undefined;
|
|
15533
15536
|
}>;
|
|
15534
15537
|
type StaticAppProperties = z.infer<typeof staticAppPropertiesSchema>;
|
|
15535
15538
|
declare const dynamicAppPropertiesSchema: z.ZodObject<{
|
|
@@ -15560,6 +15563,7 @@ declare const appPropertiesSchema: z.ZodObject<{
|
|
|
15560
15563
|
vscodeVersion: z.ZodString;
|
|
15561
15564
|
platform: z.ZodString;
|
|
15562
15565
|
editorName: z.ZodString;
|
|
15566
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
15563
15567
|
}, "strip", z.ZodTypeAny, {
|
|
15564
15568
|
mode: string;
|
|
15565
15569
|
appName: string;
|
|
@@ -15568,6 +15572,7 @@ declare const appPropertiesSchema: z.ZodObject<{
|
|
|
15568
15572
|
platform: string;
|
|
15569
15573
|
editorName: string;
|
|
15570
15574
|
language: string;
|
|
15575
|
+
hostname?: string | undefined;
|
|
15571
15576
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15572
15577
|
}, {
|
|
15573
15578
|
mode: string;
|
|
@@ -15577,6 +15582,7 @@ declare const appPropertiesSchema: z.ZodObject<{
|
|
|
15577
15582
|
platform: string;
|
|
15578
15583
|
editorName: string;
|
|
15579
15584
|
language: string;
|
|
15585
|
+
hostname?: string | undefined;
|
|
15580
15586
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15581
15587
|
}>;
|
|
15582
15588
|
type AppProperties = z.infer<typeof appPropertiesSchema>;
|
|
@@ -15675,6 +15681,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
15675
15681
|
vscodeVersion: z.ZodString;
|
|
15676
15682
|
platform: z.ZodString;
|
|
15677
15683
|
editorName: z.ZodString;
|
|
15684
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
15678
15685
|
}, "strip", z.ZodTypeAny, {
|
|
15679
15686
|
mode: string;
|
|
15680
15687
|
appName: string;
|
|
@@ -15687,6 +15694,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
15687
15694
|
taskId?: string | undefined;
|
|
15688
15695
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
15689
15696
|
modelId?: string | undefined;
|
|
15697
|
+
hostname?: string | undefined;
|
|
15690
15698
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15691
15699
|
diffStrategy?: string | undefined;
|
|
15692
15700
|
todos?: {
|
|
@@ -15710,6 +15718,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
15710
15718
|
taskId?: string | undefined;
|
|
15711
15719
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
15712
15720
|
modelId?: string | undefined;
|
|
15721
|
+
hostname?: string | undefined;
|
|
15713
15722
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15714
15723
|
diffStrategy?: string | undefined;
|
|
15715
15724
|
todos?: {
|
|
@@ -15768,6 +15777,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
15768
15777
|
vscodeVersion: z.ZodString;
|
|
15769
15778
|
platform: z.ZodString;
|
|
15770
15779
|
editorName: z.ZodString;
|
|
15780
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
15771
15781
|
}, "strip", z.ZodTypeAny, {
|
|
15772
15782
|
mode: string;
|
|
15773
15783
|
appName: string;
|
|
@@ -15780,6 +15790,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
15780
15790
|
taskId?: string | undefined;
|
|
15781
15791
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
15782
15792
|
modelId?: string | undefined;
|
|
15793
|
+
hostname?: string | undefined;
|
|
15783
15794
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15784
15795
|
diffStrategy?: string | undefined;
|
|
15785
15796
|
todos?: {
|
|
@@ -15803,6 +15814,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
15803
15814
|
taskId?: string | undefined;
|
|
15804
15815
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
15805
15816
|
modelId?: string | undefined;
|
|
15817
|
+
hostname?: string | undefined;
|
|
15806
15818
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15807
15819
|
diffStrategy?: string | undefined;
|
|
15808
15820
|
todos?: {
|
|
@@ -15829,6 +15841,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
15829
15841
|
taskId?: string | undefined;
|
|
15830
15842
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
15831
15843
|
modelId?: string | undefined;
|
|
15844
|
+
hostname?: string | undefined;
|
|
15832
15845
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15833
15846
|
diffStrategy?: string | undefined;
|
|
15834
15847
|
todos?: {
|
|
@@ -15855,6 +15868,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
15855
15868
|
taskId?: string | undefined;
|
|
15856
15869
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
15857
15870
|
modelId?: string | undefined;
|
|
15871
|
+
hostname?: string | undefined;
|
|
15858
15872
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15859
15873
|
diffStrategy?: string | undefined;
|
|
15860
15874
|
todos?: {
|
|
@@ -16029,6 +16043,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16029
16043
|
vscodeVersion: z.ZodString;
|
|
16030
16044
|
platform: z.ZodString;
|
|
16031
16045
|
editorName: z.ZodString;
|
|
16046
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
16032
16047
|
}, "strip", z.ZodTypeAny, {
|
|
16033
16048
|
message: {
|
|
16034
16049
|
type: "ask" | "say";
|
|
@@ -16072,6 +16087,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16072
16087
|
isSubtask?: boolean | undefined;
|
|
16073
16088
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16074
16089
|
modelId?: string | undefined;
|
|
16090
|
+
hostname?: string | undefined;
|
|
16075
16091
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16076
16092
|
diffStrategy?: string | undefined;
|
|
16077
16093
|
todos?: {
|
|
@@ -16126,6 +16142,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16126
16142
|
isSubtask?: boolean | undefined;
|
|
16127
16143
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16128
16144
|
modelId?: string | undefined;
|
|
16145
|
+
hostname?: string | undefined;
|
|
16129
16146
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16130
16147
|
diffStrategy?: string | undefined;
|
|
16131
16148
|
todos?: {
|
|
@@ -16183,6 +16200,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16183
16200
|
isSubtask?: boolean | undefined;
|
|
16184
16201
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16185
16202
|
modelId?: string | undefined;
|
|
16203
|
+
hostname?: string | undefined;
|
|
16186
16204
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16187
16205
|
diffStrategy?: string | undefined;
|
|
16188
16206
|
todos?: {
|
|
@@ -16240,6 +16258,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16240
16258
|
isSubtask?: boolean | undefined;
|
|
16241
16259
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16242
16260
|
modelId?: string | undefined;
|
|
16261
|
+
hostname?: string | undefined;
|
|
16243
16262
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16244
16263
|
diffStrategy?: string | undefined;
|
|
16245
16264
|
todos?: {
|
|
@@ -16292,6 +16311,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16292
16311
|
vscodeVersion: z.ZodString;
|
|
16293
16312
|
platform: z.ZodString;
|
|
16294
16313
|
editorName: z.ZodString;
|
|
16314
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
16295
16315
|
}, "strip", z.ZodTypeAny, {
|
|
16296
16316
|
mode: string;
|
|
16297
16317
|
appName: string;
|
|
@@ -16307,6 +16327,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16307
16327
|
taskId?: string | undefined;
|
|
16308
16328
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16309
16329
|
modelId?: string | undefined;
|
|
16330
|
+
hostname?: string | undefined;
|
|
16310
16331
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16311
16332
|
diffStrategy?: string | undefined;
|
|
16312
16333
|
todos?: {
|
|
@@ -16335,6 +16356,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16335
16356
|
taskId?: string | undefined;
|
|
16336
16357
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16337
16358
|
modelId?: string | undefined;
|
|
16359
|
+
hostname?: string | undefined;
|
|
16338
16360
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16339
16361
|
diffStrategy?: string | undefined;
|
|
16340
16362
|
todos?: {
|
|
@@ -16366,6 +16388,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16366
16388
|
taskId?: string | undefined;
|
|
16367
16389
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16368
16390
|
modelId?: string | undefined;
|
|
16391
|
+
hostname?: string | undefined;
|
|
16369
16392
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16370
16393
|
diffStrategy?: string | undefined;
|
|
16371
16394
|
todos?: {
|
|
@@ -16397,6 +16420,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16397
16420
|
taskId?: string | undefined;
|
|
16398
16421
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16399
16422
|
modelId?: string | undefined;
|
|
16423
|
+
hostname?: string | undefined;
|
|
16400
16424
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16401
16425
|
diffStrategy?: string | undefined;
|
|
16402
16426
|
todos?: {
|
|
@@ -18358,18 +18382,21 @@ declare const extensionInstanceSchema: z.ZodObject<{
|
|
|
18358
18382
|
vscodeVersion: z.ZodString;
|
|
18359
18383
|
platform: z.ZodString;
|
|
18360
18384
|
editorName: z.ZodString;
|
|
18385
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
18361
18386
|
}, "strip", z.ZodTypeAny, {
|
|
18362
18387
|
appName: string;
|
|
18363
18388
|
appVersion: string;
|
|
18364
18389
|
vscodeVersion: string;
|
|
18365
18390
|
platform: string;
|
|
18366
18391
|
editorName: string;
|
|
18392
|
+
hostname?: string | undefined;
|
|
18367
18393
|
}, {
|
|
18368
18394
|
appName: string;
|
|
18369
18395
|
appVersion: string;
|
|
18370
18396
|
vscodeVersion: string;
|
|
18371
18397
|
platform: string;
|
|
18372
18398
|
editorName: string;
|
|
18399
|
+
hostname?: string | undefined;
|
|
18373
18400
|
}>;
|
|
18374
18401
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
18375
18402
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -18830,6 +18857,7 @@ declare const extensionInstanceSchema: z.ZodObject<{
|
|
|
18830
18857
|
vscodeVersion: string;
|
|
18831
18858
|
platform: string;
|
|
18832
18859
|
editorName: string;
|
|
18860
|
+
hostname?: string | undefined;
|
|
18833
18861
|
};
|
|
18834
18862
|
lastHeartbeat: number;
|
|
18835
18863
|
modes?: {
|
|
@@ -18934,6 +18962,7 @@ declare const extensionInstanceSchema: z.ZodObject<{
|
|
|
18934
18962
|
vscodeVersion: string;
|
|
18935
18963
|
platform: string;
|
|
18936
18964
|
editorName: string;
|
|
18965
|
+
hostname?: string | undefined;
|
|
18937
18966
|
};
|
|
18938
18967
|
lastHeartbeat: number;
|
|
18939
18968
|
modes?: {
|
|
@@ -19020,18 +19049,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
19020
19049
|
vscodeVersion: z.ZodString;
|
|
19021
19050
|
platform: z.ZodString;
|
|
19022
19051
|
editorName: z.ZodString;
|
|
19052
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
19023
19053
|
}, "strip", z.ZodTypeAny, {
|
|
19024
19054
|
appName: string;
|
|
19025
19055
|
appVersion: string;
|
|
19026
19056
|
vscodeVersion: string;
|
|
19027
19057
|
platform: string;
|
|
19028
19058
|
editorName: string;
|
|
19059
|
+
hostname?: string | undefined;
|
|
19029
19060
|
}, {
|
|
19030
19061
|
appName: string;
|
|
19031
19062
|
appVersion: string;
|
|
19032
19063
|
vscodeVersion: string;
|
|
19033
19064
|
platform: string;
|
|
19034
19065
|
editorName: string;
|
|
19066
|
+
hostname?: string | undefined;
|
|
19035
19067
|
}>;
|
|
19036
19068
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
19037
19069
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -19492,6 +19524,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
19492
19524
|
vscodeVersion: string;
|
|
19493
19525
|
platform: string;
|
|
19494
19526
|
editorName: string;
|
|
19527
|
+
hostname?: string | undefined;
|
|
19495
19528
|
};
|
|
19496
19529
|
lastHeartbeat: number;
|
|
19497
19530
|
modes?: {
|
|
@@ -19596,6 +19629,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
19596
19629
|
vscodeVersion: string;
|
|
19597
19630
|
platform: string;
|
|
19598
19631
|
editorName: string;
|
|
19632
|
+
hostname?: string | undefined;
|
|
19599
19633
|
};
|
|
19600
19634
|
lastHeartbeat: number;
|
|
19601
19635
|
modes?: {
|
|
@@ -19705,6 +19739,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
19705
19739
|
vscodeVersion: string;
|
|
19706
19740
|
platform: string;
|
|
19707
19741
|
editorName: string;
|
|
19742
|
+
hostname?: string | undefined;
|
|
19708
19743
|
};
|
|
19709
19744
|
lastHeartbeat: number;
|
|
19710
19745
|
modes?: {
|
|
@@ -19813,6 +19848,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
19813
19848
|
vscodeVersion: string;
|
|
19814
19849
|
platform: string;
|
|
19815
19850
|
editorName: string;
|
|
19851
|
+
hostname?: string | undefined;
|
|
19816
19852
|
};
|
|
19817
19853
|
lastHeartbeat: number;
|
|
19818
19854
|
modes?: {
|
|
@@ -19874,18 +19910,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
19874
19910
|
vscodeVersion: z.ZodString;
|
|
19875
19911
|
platform: z.ZodString;
|
|
19876
19912
|
editorName: z.ZodString;
|
|
19913
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
19877
19914
|
}, "strip", z.ZodTypeAny, {
|
|
19878
19915
|
appName: string;
|
|
19879
19916
|
appVersion: string;
|
|
19880
19917
|
vscodeVersion: string;
|
|
19881
19918
|
platform: string;
|
|
19882
19919
|
editorName: string;
|
|
19920
|
+
hostname?: string | undefined;
|
|
19883
19921
|
}, {
|
|
19884
19922
|
appName: string;
|
|
19885
19923
|
appVersion: string;
|
|
19886
19924
|
vscodeVersion: string;
|
|
19887
19925
|
platform: string;
|
|
19888
19926
|
editorName: string;
|
|
19927
|
+
hostname?: string | undefined;
|
|
19889
19928
|
}>;
|
|
19890
19929
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
19891
19930
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -20346,6 +20385,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20346
20385
|
vscodeVersion: string;
|
|
20347
20386
|
platform: string;
|
|
20348
20387
|
editorName: string;
|
|
20388
|
+
hostname?: string | undefined;
|
|
20349
20389
|
};
|
|
20350
20390
|
lastHeartbeat: number;
|
|
20351
20391
|
modes?: {
|
|
@@ -20450,6 +20490,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20450
20490
|
vscodeVersion: string;
|
|
20451
20491
|
platform: string;
|
|
20452
20492
|
editorName: string;
|
|
20493
|
+
hostname?: string | undefined;
|
|
20453
20494
|
};
|
|
20454
20495
|
lastHeartbeat: number;
|
|
20455
20496
|
modes?: {
|
|
@@ -20559,6 +20600,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20559
20600
|
vscodeVersion: string;
|
|
20560
20601
|
platform: string;
|
|
20561
20602
|
editorName: string;
|
|
20603
|
+
hostname?: string | undefined;
|
|
20562
20604
|
};
|
|
20563
20605
|
lastHeartbeat: number;
|
|
20564
20606
|
modes?: {
|
|
@@ -20667,6 +20709,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20667
20709
|
vscodeVersion: string;
|
|
20668
20710
|
platform: string;
|
|
20669
20711
|
editorName: string;
|
|
20712
|
+
hostname?: string | undefined;
|
|
20670
20713
|
};
|
|
20671
20714
|
lastHeartbeat: number;
|
|
20672
20715
|
modes?: {
|
|
@@ -20728,18 +20771,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20728
20771
|
vscodeVersion: z.ZodString;
|
|
20729
20772
|
platform: z.ZodString;
|
|
20730
20773
|
editorName: z.ZodString;
|
|
20774
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
20731
20775
|
}, "strip", z.ZodTypeAny, {
|
|
20732
20776
|
appName: string;
|
|
20733
20777
|
appVersion: string;
|
|
20734
20778
|
vscodeVersion: string;
|
|
20735
20779
|
platform: string;
|
|
20736
20780
|
editorName: string;
|
|
20781
|
+
hostname?: string | undefined;
|
|
20737
20782
|
}, {
|
|
20738
20783
|
appName: string;
|
|
20739
20784
|
appVersion: string;
|
|
20740
20785
|
vscodeVersion: string;
|
|
20741
20786
|
platform: string;
|
|
20742
20787
|
editorName: string;
|
|
20788
|
+
hostname?: string | undefined;
|
|
20743
20789
|
}>;
|
|
20744
20790
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
20745
20791
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -21200,6 +21246,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21200
21246
|
vscodeVersion: string;
|
|
21201
21247
|
platform: string;
|
|
21202
21248
|
editorName: string;
|
|
21249
|
+
hostname?: string | undefined;
|
|
21203
21250
|
};
|
|
21204
21251
|
lastHeartbeat: number;
|
|
21205
21252
|
modes?: {
|
|
@@ -21304,6 +21351,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21304
21351
|
vscodeVersion: string;
|
|
21305
21352
|
platform: string;
|
|
21306
21353
|
editorName: string;
|
|
21354
|
+
hostname?: string | undefined;
|
|
21307
21355
|
};
|
|
21308
21356
|
lastHeartbeat: number;
|
|
21309
21357
|
modes?: {
|
|
@@ -21413,6 +21461,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21413
21461
|
vscodeVersion: string;
|
|
21414
21462
|
platform: string;
|
|
21415
21463
|
editorName: string;
|
|
21464
|
+
hostname?: string | undefined;
|
|
21416
21465
|
};
|
|
21417
21466
|
lastHeartbeat: number;
|
|
21418
21467
|
modes?: {
|
|
@@ -21521,6 +21570,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21521
21570
|
vscodeVersion: string;
|
|
21522
21571
|
platform: string;
|
|
21523
21572
|
editorName: string;
|
|
21573
|
+
hostname?: string | undefined;
|
|
21524
21574
|
};
|
|
21525
21575
|
lastHeartbeat: number;
|
|
21526
21576
|
modes?: {
|
|
@@ -21582,18 +21632,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21582
21632
|
vscodeVersion: z.ZodString;
|
|
21583
21633
|
platform: z.ZodString;
|
|
21584
21634
|
editorName: z.ZodString;
|
|
21635
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
21585
21636
|
}, "strip", z.ZodTypeAny, {
|
|
21586
21637
|
appName: string;
|
|
21587
21638
|
appVersion: string;
|
|
21588
21639
|
vscodeVersion: string;
|
|
21589
21640
|
platform: string;
|
|
21590
21641
|
editorName: string;
|
|
21642
|
+
hostname?: string | undefined;
|
|
21591
21643
|
}, {
|
|
21592
21644
|
appName: string;
|
|
21593
21645
|
appVersion: string;
|
|
21594
21646
|
vscodeVersion: string;
|
|
21595
21647
|
platform: string;
|
|
21596
21648
|
editorName: string;
|
|
21649
|
+
hostname?: string | undefined;
|
|
21597
21650
|
}>;
|
|
21598
21651
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
21599
21652
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -22054,6 +22107,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22054
22107
|
vscodeVersion: string;
|
|
22055
22108
|
platform: string;
|
|
22056
22109
|
editorName: string;
|
|
22110
|
+
hostname?: string | undefined;
|
|
22057
22111
|
};
|
|
22058
22112
|
lastHeartbeat: number;
|
|
22059
22113
|
modes?: {
|
|
@@ -22158,6 +22212,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22158
22212
|
vscodeVersion: string;
|
|
22159
22213
|
platform: string;
|
|
22160
22214
|
editorName: string;
|
|
22215
|
+
hostname?: string | undefined;
|
|
22161
22216
|
};
|
|
22162
22217
|
lastHeartbeat: number;
|
|
22163
22218
|
modes?: {
|
|
@@ -22267,6 +22322,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22267
22322
|
vscodeVersion: string;
|
|
22268
22323
|
platform: string;
|
|
22269
22324
|
editorName: string;
|
|
22325
|
+
hostname?: string | undefined;
|
|
22270
22326
|
};
|
|
22271
22327
|
lastHeartbeat: number;
|
|
22272
22328
|
modes?: {
|
|
@@ -22375,6 +22431,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22375
22431
|
vscodeVersion: string;
|
|
22376
22432
|
platform: string;
|
|
22377
22433
|
editorName: string;
|
|
22434
|
+
hostname?: string | undefined;
|
|
22378
22435
|
};
|
|
22379
22436
|
lastHeartbeat: number;
|
|
22380
22437
|
modes?: {
|
|
@@ -22436,18 +22493,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22436
22493
|
vscodeVersion: z.ZodString;
|
|
22437
22494
|
platform: z.ZodString;
|
|
22438
22495
|
editorName: z.ZodString;
|
|
22496
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
22439
22497
|
}, "strip", z.ZodTypeAny, {
|
|
22440
22498
|
appName: string;
|
|
22441
22499
|
appVersion: string;
|
|
22442
22500
|
vscodeVersion: string;
|
|
22443
22501
|
platform: string;
|
|
22444
22502
|
editorName: string;
|
|
22503
|
+
hostname?: string | undefined;
|
|
22445
22504
|
}, {
|
|
22446
22505
|
appName: string;
|
|
22447
22506
|
appVersion: string;
|
|
22448
22507
|
vscodeVersion: string;
|
|
22449
22508
|
platform: string;
|
|
22450
22509
|
editorName: string;
|
|
22510
|
+
hostname?: string | undefined;
|
|
22451
22511
|
}>;
|
|
22452
22512
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
22453
22513
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -22908,6 +22968,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22908
22968
|
vscodeVersion: string;
|
|
22909
22969
|
platform: string;
|
|
22910
22970
|
editorName: string;
|
|
22971
|
+
hostname?: string | undefined;
|
|
22911
22972
|
};
|
|
22912
22973
|
lastHeartbeat: number;
|
|
22913
22974
|
modes?: {
|
|
@@ -23012,6 +23073,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23012
23073
|
vscodeVersion: string;
|
|
23013
23074
|
platform: string;
|
|
23014
23075
|
editorName: string;
|
|
23076
|
+
hostname?: string | undefined;
|
|
23015
23077
|
};
|
|
23016
23078
|
lastHeartbeat: number;
|
|
23017
23079
|
modes?: {
|
|
@@ -23121,6 +23183,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23121
23183
|
vscodeVersion: string;
|
|
23122
23184
|
platform: string;
|
|
23123
23185
|
editorName: string;
|
|
23186
|
+
hostname?: string | undefined;
|
|
23124
23187
|
};
|
|
23125
23188
|
lastHeartbeat: number;
|
|
23126
23189
|
modes?: {
|
|
@@ -23229,6 +23292,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23229
23292
|
vscodeVersion: string;
|
|
23230
23293
|
platform: string;
|
|
23231
23294
|
editorName: string;
|
|
23295
|
+
hostname?: string | undefined;
|
|
23232
23296
|
};
|
|
23233
23297
|
lastHeartbeat: number;
|
|
23234
23298
|
modes?: {
|
|
@@ -23290,18 +23354,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23290
23354
|
vscodeVersion: z.ZodString;
|
|
23291
23355
|
platform: z.ZodString;
|
|
23292
23356
|
editorName: z.ZodString;
|
|
23357
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
23293
23358
|
}, "strip", z.ZodTypeAny, {
|
|
23294
23359
|
appName: string;
|
|
23295
23360
|
appVersion: string;
|
|
23296
23361
|
vscodeVersion: string;
|
|
23297
23362
|
platform: string;
|
|
23298
23363
|
editorName: string;
|
|
23364
|
+
hostname?: string | undefined;
|
|
23299
23365
|
}, {
|
|
23300
23366
|
appName: string;
|
|
23301
23367
|
appVersion: string;
|
|
23302
23368
|
vscodeVersion: string;
|
|
23303
23369
|
platform: string;
|
|
23304
23370
|
editorName: string;
|
|
23371
|
+
hostname?: string | undefined;
|
|
23305
23372
|
}>;
|
|
23306
23373
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
23307
23374
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -23762,6 +23829,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23762
23829
|
vscodeVersion: string;
|
|
23763
23830
|
platform: string;
|
|
23764
23831
|
editorName: string;
|
|
23832
|
+
hostname?: string | undefined;
|
|
23765
23833
|
};
|
|
23766
23834
|
lastHeartbeat: number;
|
|
23767
23835
|
modes?: {
|
|
@@ -23866,6 +23934,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23866
23934
|
vscodeVersion: string;
|
|
23867
23935
|
platform: string;
|
|
23868
23936
|
editorName: string;
|
|
23937
|
+
hostname?: string | undefined;
|
|
23869
23938
|
};
|
|
23870
23939
|
lastHeartbeat: number;
|
|
23871
23940
|
modes?: {
|
|
@@ -23975,6 +24044,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23975
24044
|
vscodeVersion: string;
|
|
23976
24045
|
platform: string;
|
|
23977
24046
|
editorName: string;
|
|
24047
|
+
hostname?: string | undefined;
|
|
23978
24048
|
};
|
|
23979
24049
|
lastHeartbeat: number;
|
|
23980
24050
|
modes?: {
|
|
@@ -24083,6 +24153,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24083
24153
|
vscodeVersion: string;
|
|
24084
24154
|
platform: string;
|
|
24085
24155
|
editorName: string;
|
|
24156
|
+
hostname?: string | undefined;
|
|
24086
24157
|
};
|
|
24087
24158
|
lastHeartbeat: number;
|
|
24088
24159
|
modes?: {
|
|
@@ -24144,18 +24215,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24144
24215
|
vscodeVersion: z.ZodString;
|
|
24145
24216
|
platform: z.ZodString;
|
|
24146
24217
|
editorName: z.ZodString;
|
|
24218
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
24147
24219
|
}, "strip", z.ZodTypeAny, {
|
|
24148
24220
|
appName: string;
|
|
24149
24221
|
appVersion: string;
|
|
24150
24222
|
vscodeVersion: string;
|
|
24151
24223
|
platform: string;
|
|
24152
24224
|
editorName: string;
|
|
24225
|
+
hostname?: string | undefined;
|
|
24153
24226
|
}, {
|
|
24154
24227
|
appName: string;
|
|
24155
24228
|
appVersion: string;
|
|
24156
24229
|
vscodeVersion: string;
|
|
24157
24230
|
platform: string;
|
|
24158
24231
|
editorName: string;
|
|
24232
|
+
hostname?: string | undefined;
|
|
24159
24233
|
}>;
|
|
24160
24234
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
24161
24235
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -24616,6 +24690,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24616
24690
|
vscodeVersion: string;
|
|
24617
24691
|
platform: string;
|
|
24618
24692
|
editorName: string;
|
|
24693
|
+
hostname?: string | undefined;
|
|
24619
24694
|
};
|
|
24620
24695
|
lastHeartbeat: number;
|
|
24621
24696
|
modes?: {
|
|
@@ -24720,6 +24795,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24720
24795
|
vscodeVersion: string;
|
|
24721
24796
|
platform: string;
|
|
24722
24797
|
editorName: string;
|
|
24798
|
+
hostname?: string | undefined;
|
|
24723
24799
|
};
|
|
24724
24800
|
lastHeartbeat: number;
|
|
24725
24801
|
modes?: {
|
|
@@ -24829,6 +24905,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24829
24905
|
vscodeVersion: string;
|
|
24830
24906
|
platform: string;
|
|
24831
24907
|
editorName: string;
|
|
24908
|
+
hostname?: string | undefined;
|
|
24832
24909
|
};
|
|
24833
24910
|
lastHeartbeat: number;
|
|
24834
24911
|
modes?: {
|
|
@@ -24937,6 +25014,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24937
25014
|
vscodeVersion: string;
|
|
24938
25015
|
platform: string;
|
|
24939
25016
|
editorName: string;
|
|
25017
|
+
hostname?: string | undefined;
|
|
24940
25018
|
};
|
|
24941
25019
|
lastHeartbeat: number;
|
|
24942
25020
|
modes?: {
|
|
@@ -24998,18 +25076,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24998
25076
|
vscodeVersion: z.ZodString;
|
|
24999
25077
|
platform: z.ZodString;
|
|
25000
25078
|
editorName: z.ZodString;
|
|
25079
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
25001
25080
|
}, "strip", z.ZodTypeAny, {
|
|
25002
25081
|
appName: string;
|
|
25003
25082
|
appVersion: string;
|
|
25004
25083
|
vscodeVersion: string;
|
|
25005
25084
|
platform: string;
|
|
25006
25085
|
editorName: string;
|
|
25086
|
+
hostname?: string | undefined;
|
|
25007
25087
|
}, {
|
|
25008
25088
|
appName: string;
|
|
25009
25089
|
appVersion: string;
|
|
25010
25090
|
vscodeVersion: string;
|
|
25011
25091
|
platform: string;
|
|
25012
25092
|
editorName: string;
|
|
25093
|
+
hostname?: string | undefined;
|
|
25013
25094
|
}>;
|
|
25014
25095
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
25015
25096
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -25470,6 +25551,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25470
25551
|
vscodeVersion: string;
|
|
25471
25552
|
platform: string;
|
|
25472
25553
|
editorName: string;
|
|
25554
|
+
hostname?: string | undefined;
|
|
25473
25555
|
};
|
|
25474
25556
|
lastHeartbeat: number;
|
|
25475
25557
|
modes?: {
|
|
@@ -25574,6 +25656,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25574
25656
|
vscodeVersion: string;
|
|
25575
25657
|
platform: string;
|
|
25576
25658
|
editorName: string;
|
|
25659
|
+
hostname?: string | undefined;
|
|
25577
25660
|
};
|
|
25578
25661
|
lastHeartbeat: number;
|
|
25579
25662
|
modes?: {
|
|
@@ -25683,6 +25766,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25683
25766
|
vscodeVersion: string;
|
|
25684
25767
|
platform: string;
|
|
25685
25768
|
editorName: string;
|
|
25769
|
+
hostname?: string | undefined;
|
|
25686
25770
|
};
|
|
25687
25771
|
lastHeartbeat: number;
|
|
25688
25772
|
modes?: {
|
|
@@ -25791,6 +25875,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25791
25875
|
vscodeVersion: string;
|
|
25792
25876
|
platform: string;
|
|
25793
25877
|
editorName: string;
|
|
25878
|
+
hostname?: string | undefined;
|
|
25794
25879
|
};
|
|
25795
25880
|
lastHeartbeat: number;
|
|
25796
25881
|
modes?: {
|
|
@@ -25852,18 +25937,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25852
25937
|
vscodeVersion: z.ZodString;
|
|
25853
25938
|
platform: z.ZodString;
|
|
25854
25939
|
editorName: z.ZodString;
|
|
25940
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
25855
25941
|
}, "strip", z.ZodTypeAny, {
|
|
25856
25942
|
appName: string;
|
|
25857
25943
|
appVersion: string;
|
|
25858
25944
|
vscodeVersion: string;
|
|
25859
25945
|
platform: string;
|
|
25860
25946
|
editorName: string;
|
|
25947
|
+
hostname?: string | undefined;
|
|
25861
25948
|
}, {
|
|
25862
25949
|
appName: string;
|
|
25863
25950
|
appVersion: string;
|
|
25864
25951
|
vscodeVersion: string;
|
|
25865
25952
|
platform: string;
|
|
25866
25953
|
editorName: string;
|
|
25954
|
+
hostname?: string | undefined;
|
|
25867
25955
|
}>;
|
|
25868
25956
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
25869
25957
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -26324,6 +26412,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26324
26412
|
vscodeVersion: string;
|
|
26325
26413
|
platform: string;
|
|
26326
26414
|
editorName: string;
|
|
26415
|
+
hostname?: string | undefined;
|
|
26327
26416
|
};
|
|
26328
26417
|
lastHeartbeat: number;
|
|
26329
26418
|
modes?: {
|
|
@@ -26428,6 +26517,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26428
26517
|
vscodeVersion: string;
|
|
26429
26518
|
platform: string;
|
|
26430
26519
|
editorName: string;
|
|
26520
|
+
hostname?: string | undefined;
|
|
26431
26521
|
};
|
|
26432
26522
|
lastHeartbeat: number;
|
|
26433
26523
|
modes?: {
|
|
@@ -26537,6 +26627,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26537
26627
|
vscodeVersion: string;
|
|
26538
26628
|
platform: string;
|
|
26539
26629
|
editorName: string;
|
|
26630
|
+
hostname?: string | undefined;
|
|
26540
26631
|
};
|
|
26541
26632
|
lastHeartbeat: number;
|
|
26542
26633
|
modes?: {
|
|
@@ -26645,6 +26736,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26645
26736
|
vscodeVersion: string;
|
|
26646
26737
|
platform: string;
|
|
26647
26738
|
editorName: string;
|
|
26739
|
+
hostname?: string | undefined;
|
|
26648
26740
|
};
|
|
26649
26741
|
lastHeartbeat: number;
|
|
26650
26742
|
modes?: {
|
|
@@ -26706,18 +26798,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26706
26798
|
vscodeVersion: z.ZodString;
|
|
26707
26799
|
platform: z.ZodString;
|
|
26708
26800
|
editorName: z.ZodString;
|
|
26801
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
26709
26802
|
}, "strip", z.ZodTypeAny, {
|
|
26710
26803
|
appName: string;
|
|
26711
26804
|
appVersion: string;
|
|
26712
26805
|
vscodeVersion: string;
|
|
26713
26806
|
platform: string;
|
|
26714
26807
|
editorName: string;
|
|
26808
|
+
hostname?: string | undefined;
|
|
26715
26809
|
}, {
|
|
26716
26810
|
appName: string;
|
|
26717
26811
|
appVersion: string;
|
|
26718
26812
|
vscodeVersion: string;
|
|
26719
26813
|
platform: string;
|
|
26720
26814
|
editorName: string;
|
|
26815
|
+
hostname?: string | undefined;
|
|
26721
26816
|
}>;
|
|
26722
26817
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
26723
26818
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -27178,6 +27273,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27178
27273
|
vscodeVersion: string;
|
|
27179
27274
|
platform: string;
|
|
27180
27275
|
editorName: string;
|
|
27276
|
+
hostname?: string | undefined;
|
|
27181
27277
|
};
|
|
27182
27278
|
lastHeartbeat: number;
|
|
27183
27279
|
modes?: {
|
|
@@ -27282,6 +27378,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27282
27378
|
vscodeVersion: string;
|
|
27283
27379
|
platform: string;
|
|
27284
27380
|
editorName: string;
|
|
27381
|
+
hostname?: string | undefined;
|
|
27285
27382
|
};
|
|
27286
27383
|
lastHeartbeat: number;
|
|
27287
27384
|
modes?: {
|
|
@@ -27391,6 +27488,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27391
27488
|
vscodeVersion: string;
|
|
27392
27489
|
platform: string;
|
|
27393
27490
|
editorName: string;
|
|
27491
|
+
hostname?: string | undefined;
|
|
27394
27492
|
};
|
|
27395
27493
|
lastHeartbeat: number;
|
|
27396
27494
|
modes?: {
|
|
@@ -27499,6 +27597,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27499
27597
|
vscodeVersion: string;
|
|
27500
27598
|
platform: string;
|
|
27501
27599
|
editorName: string;
|
|
27600
|
+
hostname?: string | undefined;
|
|
27502
27601
|
};
|
|
27503
27602
|
lastHeartbeat: number;
|
|
27504
27603
|
modes?: {
|
|
@@ -27560,18 +27659,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27560
27659
|
vscodeVersion: z.ZodString;
|
|
27561
27660
|
platform: z.ZodString;
|
|
27562
27661
|
editorName: z.ZodString;
|
|
27662
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
27563
27663
|
}, "strip", z.ZodTypeAny, {
|
|
27564
27664
|
appName: string;
|
|
27565
27665
|
appVersion: string;
|
|
27566
27666
|
vscodeVersion: string;
|
|
27567
27667
|
platform: string;
|
|
27568
27668
|
editorName: string;
|
|
27669
|
+
hostname?: string | undefined;
|
|
27569
27670
|
}, {
|
|
27570
27671
|
appName: string;
|
|
27571
27672
|
appVersion: string;
|
|
27572
27673
|
vscodeVersion: string;
|
|
27573
27674
|
platform: string;
|
|
27574
27675
|
editorName: string;
|
|
27676
|
+
hostname?: string | undefined;
|
|
27575
27677
|
}>;
|
|
27576
27678
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
27577
27679
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -28032,6 +28134,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28032
28134
|
vscodeVersion: string;
|
|
28033
28135
|
platform: string;
|
|
28034
28136
|
editorName: string;
|
|
28137
|
+
hostname?: string | undefined;
|
|
28035
28138
|
};
|
|
28036
28139
|
lastHeartbeat: number;
|
|
28037
28140
|
modes?: {
|
|
@@ -28136,6 +28239,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28136
28239
|
vscodeVersion: string;
|
|
28137
28240
|
platform: string;
|
|
28138
28241
|
editorName: string;
|
|
28242
|
+
hostname?: string | undefined;
|
|
28139
28243
|
};
|
|
28140
28244
|
lastHeartbeat: number;
|
|
28141
28245
|
modes?: {
|
|
@@ -28245,6 +28349,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28245
28349
|
vscodeVersion: string;
|
|
28246
28350
|
platform: string;
|
|
28247
28351
|
editorName: string;
|
|
28352
|
+
hostname?: string | undefined;
|
|
28248
28353
|
};
|
|
28249
28354
|
lastHeartbeat: number;
|
|
28250
28355
|
modes?: {
|
|
@@ -28353,6 +28458,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28353
28458
|
vscodeVersion: string;
|
|
28354
28459
|
platform: string;
|
|
28355
28460
|
editorName: string;
|
|
28461
|
+
hostname?: string | undefined;
|
|
28356
28462
|
};
|
|
28357
28463
|
lastHeartbeat: number;
|
|
28358
28464
|
modes?: {
|
|
@@ -28414,18 +28520,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28414
28520
|
vscodeVersion: z.ZodString;
|
|
28415
28521
|
platform: z.ZodString;
|
|
28416
28522
|
editorName: z.ZodString;
|
|
28523
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
28417
28524
|
}, "strip", z.ZodTypeAny, {
|
|
28418
28525
|
appName: string;
|
|
28419
28526
|
appVersion: string;
|
|
28420
28527
|
vscodeVersion: string;
|
|
28421
28528
|
platform: string;
|
|
28422
28529
|
editorName: string;
|
|
28530
|
+
hostname?: string | undefined;
|
|
28423
28531
|
}, {
|
|
28424
28532
|
appName: string;
|
|
28425
28533
|
appVersion: string;
|
|
28426
28534
|
vscodeVersion: string;
|
|
28427
28535
|
platform: string;
|
|
28428
28536
|
editorName: string;
|
|
28537
|
+
hostname?: string | undefined;
|
|
28429
28538
|
}>;
|
|
28430
28539
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
28431
28540
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -28886,6 +28995,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28886
28995
|
vscodeVersion: string;
|
|
28887
28996
|
platform: string;
|
|
28888
28997
|
editorName: string;
|
|
28998
|
+
hostname?: string | undefined;
|
|
28889
28999
|
};
|
|
28890
29000
|
lastHeartbeat: number;
|
|
28891
29001
|
modes?: {
|
|
@@ -28990,6 +29100,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28990
29100
|
vscodeVersion: string;
|
|
28991
29101
|
platform: string;
|
|
28992
29102
|
editorName: string;
|
|
29103
|
+
hostname?: string | undefined;
|
|
28993
29104
|
};
|
|
28994
29105
|
lastHeartbeat: number;
|
|
28995
29106
|
modes?: {
|
|
@@ -29099,6 +29210,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29099
29210
|
vscodeVersion: string;
|
|
29100
29211
|
platform: string;
|
|
29101
29212
|
editorName: string;
|
|
29213
|
+
hostname?: string | undefined;
|
|
29102
29214
|
};
|
|
29103
29215
|
lastHeartbeat: number;
|
|
29104
29216
|
modes?: {
|
|
@@ -29207,6 +29319,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29207
29319
|
vscodeVersion: string;
|
|
29208
29320
|
platform: string;
|
|
29209
29321
|
editorName: string;
|
|
29322
|
+
hostname?: string | undefined;
|
|
29210
29323
|
};
|
|
29211
29324
|
lastHeartbeat: number;
|
|
29212
29325
|
modes?: {
|
|
@@ -29268,18 +29381,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29268
29381
|
vscodeVersion: z.ZodString;
|
|
29269
29382
|
platform: z.ZodString;
|
|
29270
29383
|
editorName: z.ZodString;
|
|
29384
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
29271
29385
|
}, "strip", z.ZodTypeAny, {
|
|
29272
29386
|
appName: string;
|
|
29273
29387
|
appVersion: string;
|
|
29274
29388
|
vscodeVersion: string;
|
|
29275
29389
|
platform: string;
|
|
29276
29390
|
editorName: string;
|
|
29391
|
+
hostname?: string | undefined;
|
|
29277
29392
|
}, {
|
|
29278
29393
|
appName: string;
|
|
29279
29394
|
appVersion: string;
|
|
29280
29395
|
vscodeVersion: string;
|
|
29281
29396
|
platform: string;
|
|
29282
29397
|
editorName: string;
|
|
29398
|
+
hostname?: string | undefined;
|
|
29283
29399
|
}>;
|
|
29284
29400
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
29285
29401
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -29740,6 +29856,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29740
29856
|
vscodeVersion: string;
|
|
29741
29857
|
platform: string;
|
|
29742
29858
|
editorName: string;
|
|
29859
|
+
hostname?: string | undefined;
|
|
29743
29860
|
};
|
|
29744
29861
|
lastHeartbeat: number;
|
|
29745
29862
|
modes?: {
|
|
@@ -29844,6 +29961,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29844
29961
|
vscodeVersion: string;
|
|
29845
29962
|
platform: string;
|
|
29846
29963
|
editorName: string;
|
|
29964
|
+
hostname?: string | undefined;
|
|
29847
29965
|
};
|
|
29848
29966
|
lastHeartbeat: number;
|
|
29849
29967
|
modes?: {
|
|
@@ -29953,6 +30071,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29953
30071
|
vscodeVersion: string;
|
|
29954
30072
|
platform: string;
|
|
29955
30073
|
editorName: string;
|
|
30074
|
+
hostname?: string | undefined;
|
|
29956
30075
|
};
|
|
29957
30076
|
lastHeartbeat: number;
|
|
29958
30077
|
modes?: {
|
|
@@ -30061,6 +30180,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30061
30180
|
vscodeVersion: string;
|
|
30062
30181
|
platform: string;
|
|
30063
30182
|
editorName: string;
|
|
30183
|
+
hostname?: string | undefined;
|
|
30064
30184
|
};
|
|
30065
30185
|
lastHeartbeat: number;
|
|
30066
30186
|
modes?: {
|
|
@@ -30122,18 +30242,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30122
30242
|
vscodeVersion: z.ZodString;
|
|
30123
30243
|
platform: z.ZodString;
|
|
30124
30244
|
editorName: z.ZodString;
|
|
30245
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
30125
30246
|
}, "strip", z.ZodTypeAny, {
|
|
30126
30247
|
appName: string;
|
|
30127
30248
|
appVersion: string;
|
|
30128
30249
|
vscodeVersion: string;
|
|
30129
30250
|
platform: string;
|
|
30130
30251
|
editorName: string;
|
|
30252
|
+
hostname?: string | undefined;
|
|
30131
30253
|
}, {
|
|
30132
30254
|
appName: string;
|
|
30133
30255
|
appVersion: string;
|
|
30134
30256
|
vscodeVersion: string;
|
|
30135
30257
|
platform: string;
|
|
30136
30258
|
editorName: string;
|
|
30259
|
+
hostname?: string | undefined;
|
|
30137
30260
|
}>;
|
|
30138
30261
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
30139
30262
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -30594,6 +30717,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30594
30717
|
vscodeVersion: string;
|
|
30595
30718
|
platform: string;
|
|
30596
30719
|
editorName: string;
|
|
30720
|
+
hostname?: string | undefined;
|
|
30597
30721
|
};
|
|
30598
30722
|
lastHeartbeat: number;
|
|
30599
30723
|
modes?: {
|
|
@@ -30698,6 +30822,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30698
30822
|
vscodeVersion: string;
|
|
30699
30823
|
platform: string;
|
|
30700
30824
|
editorName: string;
|
|
30825
|
+
hostname?: string | undefined;
|
|
30701
30826
|
};
|
|
30702
30827
|
lastHeartbeat: number;
|
|
30703
30828
|
modes?: {
|
|
@@ -30807,6 +30932,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30807
30932
|
vscodeVersion: string;
|
|
30808
30933
|
platform: string;
|
|
30809
30934
|
editorName: string;
|
|
30935
|
+
hostname?: string | undefined;
|
|
30810
30936
|
};
|
|
30811
30937
|
lastHeartbeat: number;
|
|
30812
30938
|
modes?: {
|
|
@@ -30915,6 +31041,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30915
31041
|
vscodeVersion: string;
|
|
30916
31042
|
platform: string;
|
|
30917
31043
|
editorName: string;
|
|
31044
|
+
hostname?: string | undefined;
|
|
30918
31045
|
};
|
|
30919
31046
|
lastHeartbeat: number;
|
|
30920
31047
|
modes?: {
|
|
@@ -30976,18 +31103,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30976
31103
|
vscodeVersion: z.ZodString;
|
|
30977
31104
|
platform: z.ZodString;
|
|
30978
31105
|
editorName: z.ZodString;
|
|
31106
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
30979
31107
|
}, "strip", z.ZodTypeAny, {
|
|
30980
31108
|
appName: string;
|
|
30981
31109
|
appVersion: string;
|
|
30982
31110
|
vscodeVersion: string;
|
|
30983
31111
|
platform: string;
|
|
30984
31112
|
editorName: string;
|
|
31113
|
+
hostname?: string | undefined;
|
|
30985
31114
|
}, {
|
|
30986
31115
|
appName: string;
|
|
30987
31116
|
appVersion: string;
|
|
30988
31117
|
vscodeVersion: string;
|
|
30989
31118
|
platform: string;
|
|
30990
31119
|
editorName: string;
|
|
31120
|
+
hostname?: string | undefined;
|
|
30991
31121
|
}>;
|
|
30992
31122
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
30993
31123
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -31448,6 +31578,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31448
31578
|
vscodeVersion: string;
|
|
31449
31579
|
platform: string;
|
|
31450
31580
|
editorName: string;
|
|
31581
|
+
hostname?: string | undefined;
|
|
31451
31582
|
};
|
|
31452
31583
|
lastHeartbeat: number;
|
|
31453
31584
|
modes?: {
|
|
@@ -31552,6 +31683,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31552
31683
|
vscodeVersion: string;
|
|
31553
31684
|
platform: string;
|
|
31554
31685
|
editorName: string;
|
|
31686
|
+
hostname?: string | undefined;
|
|
31555
31687
|
};
|
|
31556
31688
|
lastHeartbeat: number;
|
|
31557
31689
|
modes?: {
|
|
@@ -31663,6 +31795,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31663
31795
|
vscodeVersion: string;
|
|
31664
31796
|
platform: string;
|
|
31665
31797
|
editorName: string;
|
|
31798
|
+
hostname?: string | undefined;
|
|
31666
31799
|
};
|
|
31667
31800
|
lastHeartbeat: number;
|
|
31668
31801
|
modes?: {
|
|
@@ -31772,6 +31905,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31772
31905
|
vscodeVersion: string;
|
|
31773
31906
|
platform: string;
|
|
31774
31907
|
editorName: string;
|
|
31908
|
+
hostname?: string | undefined;
|
|
31775
31909
|
};
|
|
31776
31910
|
lastHeartbeat: number;
|
|
31777
31911
|
modes?: {
|
|
@@ -31833,18 +31967,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31833
31967
|
vscodeVersion: z.ZodString;
|
|
31834
31968
|
platform: z.ZodString;
|
|
31835
31969
|
editorName: z.ZodString;
|
|
31970
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
31836
31971
|
}, "strip", z.ZodTypeAny, {
|
|
31837
31972
|
appName: string;
|
|
31838
31973
|
appVersion: string;
|
|
31839
31974
|
vscodeVersion: string;
|
|
31840
31975
|
platform: string;
|
|
31841
31976
|
editorName: string;
|
|
31977
|
+
hostname?: string | undefined;
|
|
31842
31978
|
}, {
|
|
31843
31979
|
appName: string;
|
|
31844
31980
|
appVersion: string;
|
|
31845
31981
|
vscodeVersion: string;
|
|
31846
31982
|
platform: string;
|
|
31847
31983
|
editorName: string;
|
|
31984
|
+
hostname?: string | undefined;
|
|
31848
31985
|
}>;
|
|
31849
31986
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
31850
31987
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -32305,6 +32442,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32305
32442
|
vscodeVersion: string;
|
|
32306
32443
|
platform: string;
|
|
32307
32444
|
editorName: string;
|
|
32445
|
+
hostname?: string | undefined;
|
|
32308
32446
|
};
|
|
32309
32447
|
lastHeartbeat: number;
|
|
32310
32448
|
modes?: {
|
|
@@ -32409,6 +32547,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32409
32547
|
vscodeVersion: string;
|
|
32410
32548
|
platform: string;
|
|
32411
32549
|
editorName: string;
|
|
32550
|
+
hostname?: string | undefined;
|
|
32412
32551
|
};
|
|
32413
32552
|
lastHeartbeat: number;
|
|
32414
32553
|
modes?: {
|
|
@@ -32532,6 +32671,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32532
32671
|
vscodeVersion: string;
|
|
32533
32672
|
platform: string;
|
|
32534
32673
|
editorName: string;
|
|
32674
|
+
hostname?: string | undefined;
|
|
32535
32675
|
};
|
|
32536
32676
|
lastHeartbeat: number;
|
|
32537
32677
|
modes?: {
|
|
@@ -32644,6 +32784,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32644
32784
|
vscodeVersion: string;
|
|
32645
32785
|
platform: string;
|
|
32646
32786
|
editorName: string;
|
|
32787
|
+
hostname?: string | undefined;
|
|
32647
32788
|
};
|
|
32648
32789
|
lastHeartbeat: number;
|
|
32649
32790
|
modes?: {
|
|
@@ -32705,18 +32846,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32705
32846
|
vscodeVersion: z.ZodString;
|
|
32706
32847
|
platform: z.ZodString;
|
|
32707
32848
|
editorName: z.ZodString;
|
|
32849
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
32708
32850
|
}, "strip", z.ZodTypeAny, {
|
|
32709
32851
|
appName: string;
|
|
32710
32852
|
appVersion: string;
|
|
32711
32853
|
vscodeVersion: string;
|
|
32712
32854
|
platform: string;
|
|
32713
32855
|
editorName: string;
|
|
32856
|
+
hostname?: string | undefined;
|
|
32714
32857
|
}, {
|
|
32715
32858
|
appName: string;
|
|
32716
32859
|
appVersion: string;
|
|
32717
32860
|
vscodeVersion: string;
|
|
32718
32861
|
platform: string;
|
|
32719
32862
|
editorName: string;
|
|
32863
|
+
hostname?: string | undefined;
|
|
32720
32864
|
}>;
|
|
32721
32865
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
32722
32866
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -33177,6 +33321,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33177
33321
|
vscodeVersion: string;
|
|
33178
33322
|
platform: string;
|
|
33179
33323
|
editorName: string;
|
|
33324
|
+
hostname?: string | undefined;
|
|
33180
33325
|
};
|
|
33181
33326
|
lastHeartbeat: number;
|
|
33182
33327
|
modes?: {
|
|
@@ -33281,6 +33426,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33281
33426
|
vscodeVersion: string;
|
|
33282
33427
|
platform: string;
|
|
33283
33428
|
editorName: string;
|
|
33429
|
+
hostname?: string | undefined;
|
|
33284
33430
|
};
|
|
33285
33431
|
lastHeartbeat: number;
|
|
33286
33432
|
modes?: {
|
|
@@ -33390,6 +33536,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33390
33536
|
vscodeVersion: string;
|
|
33391
33537
|
platform: string;
|
|
33392
33538
|
editorName: string;
|
|
33539
|
+
hostname?: string | undefined;
|
|
33393
33540
|
};
|
|
33394
33541
|
lastHeartbeat: number;
|
|
33395
33542
|
modes?: {
|
|
@@ -33498,6 +33645,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33498
33645
|
vscodeVersion: string;
|
|
33499
33646
|
platform: string;
|
|
33500
33647
|
editorName: string;
|
|
33648
|
+
hostname?: string | undefined;
|
|
33501
33649
|
};
|
|
33502
33650
|
lastHeartbeat: number;
|
|
33503
33651
|
modes?: {
|
|
@@ -33559,18 +33707,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33559
33707
|
vscodeVersion: z.ZodString;
|
|
33560
33708
|
platform: z.ZodString;
|
|
33561
33709
|
editorName: z.ZodString;
|
|
33710
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
33562
33711
|
}, "strip", z.ZodTypeAny, {
|
|
33563
33712
|
appName: string;
|
|
33564
33713
|
appVersion: string;
|
|
33565
33714
|
vscodeVersion: string;
|
|
33566
33715
|
platform: string;
|
|
33567
33716
|
editorName: string;
|
|
33717
|
+
hostname?: string | undefined;
|
|
33568
33718
|
}, {
|
|
33569
33719
|
appName: string;
|
|
33570
33720
|
appVersion: string;
|
|
33571
33721
|
vscodeVersion: string;
|
|
33572
33722
|
platform: string;
|
|
33573
33723
|
editorName: string;
|
|
33724
|
+
hostname?: string | undefined;
|
|
33574
33725
|
}>;
|
|
33575
33726
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
33576
33727
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -34031,6 +34182,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34031
34182
|
vscodeVersion: string;
|
|
34032
34183
|
platform: string;
|
|
34033
34184
|
editorName: string;
|
|
34185
|
+
hostname?: string | undefined;
|
|
34034
34186
|
};
|
|
34035
34187
|
lastHeartbeat: number;
|
|
34036
34188
|
modes?: {
|
|
@@ -34135,6 +34287,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34135
34287
|
vscodeVersion: string;
|
|
34136
34288
|
platform: string;
|
|
34137
34289
|
editorName: string;
|
|
34290
|
+
hostname?: string | undefined;
|
|
34138
34291
|
};
|
|
34139
34292
|
lastHeartbeat: number;
|
|
34140
34293
|
modes?: {
|
|
@@ -34244,6 +34397,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34244
34397
|
vscodeVersion: string;
|
|
34245
34398
|
platform: string;
|
|
34246
34399
|
editorName: string;
|
|
34400
|
+
hostname?: string | undefined;
|
|
34247
34401
|
};
|
|
34248
34402
|
lastHeartbeat: number;
|
|
34249
34403
|
modes?: {
|
|
@@ -34352,6 +34506,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34352
34506
|
vscodeVersion: string;
|
|
34353
34507
|
platform: string;
|
|
34354
34508
|
editorName: string;
|
|
34509
|
+
hostname?: string | undefined;
|
|
34355
34510
|
};
|
|
34356
34511
|
lastHeartbeat: number;
|
|
34357
34512
|
modes?: {
|
|
@@ -34413,18 +34568,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34413
34568
|
vscodeVersion: z.ZodString;
|
|
34414
34569
|
platform: z.ZodString;
|
|
34415
34570
|
editorName: z.ZodString;
|
|
34571
|
+
hostname: z.ZodOptional<z.ZodString>;
|
|
34416
34572
|
}, "strip", z.ZodTypeAny, {
|
|
34417
34573
|
appName: string;
|
|
34418
34574
|
appVersion: string;
|
|
34419
34575
|
vscodeVersion: string;
|
|
34420
34576
|
platform: string;
|
|
34421
34577
|
editorName: string;
|
|
34578
|
+
hostname?: string | undefined;
|
|
34422
34579
|
}, {
|
|
34423
34580
|
appName: string;
|
|
34424
34581
|
appVersion: string;
|
|
34425
34582
|
vscodeVersion: string;
|
|
34426
34583
|
platform: string;
|
|
34427
34584
|
editorName: string;
|
|
34585
|
+
hostname?: string | undefined;
|
|
34428
34586
|
}>;
|
|
34429
34587
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
34430
34588
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -34885,6 +35043,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34885
35043
|
vscodeVersion: string;
|
|
34886
35044
|
platform: string;
|
|
34887
35045
|
editorName: string;
|
|
35046
|
+
hostname?: string | undefined;
|
|
34888
35047
|
};
|
|
34889
35048
|
lastHeartbeat: number;
|
|
34890
35049
|
modes?: {
|
|
@@ -34989,6 +35148,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34989
35148
|
vscodeVersion: string;
|
|
34990
35149
|
platform: string;
|
|
34991
35150
|
editorName: string;
|
|
35151
|
+
hostname?: string | undefined;
|
|
34992
35152
|
};
|
|
34993
35153
|
lastHeartbeat: number;
|
|
34994
35154
|
modes?: {
|
|
@@ -35098,6 +35258,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35098
35258
|
vscodeVersion: string;
|
|
35099
35259
|
platform: string;
|
|
35100
35260
|
editorName: string;
|
|
35261
|
+
hostname?: string | undefined;
|
|
35101
35262
|
};
|
|
35102
35263
|
lastHeartbeat: number;
|
|
35103
35264
|
modes?: {
|
|
@@ -35206,6 +35367,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35206
35367
|
vscodeVersion: string;
|
|
35207
35368
|
platform: string;
|
|
35208
35369
|
editorName: string;
|
|
35370
|
+
hostname?: string | undefined;
|
|
35209
35371
|
};
|
|
35210
35372
|
lastHeartbeat: number;
|
|
35211
35373
|
modes?: {
|
|
@@ -37551,7 +37713,7 @@ declare const cerebrasModels: {
|
|
|
37551
37713
|
};
|
|
37552
37714
|
};
|
|
37553
37715
|
|
|
37554
|
-
type ChutesModelId = "deepseek-ai/DeepSeek-R1-0528" | "deepseek-ai/DeepSeek-R1" | "deepseek-ai/DeepSeek-V3" | "deepseek-ai/DeepSeek-V3.1" | "unsloth/Llama-3.3-70B-Instruct" | "chutesai/Llama-4-Scout-17B-16E-Instruct" | "unsloth/Mistral-Nemo-Instruct-2407" | "unsloth/gemma-3-12b-it" | "NousResearch/DeepHermes-3-Llama-3-8B-Preview" | "unsloth/gemma-3-4b-it" | "nvidia/Llama-3_3-Nemotron-Super-49B-v1" | "nvidia/Llama-3_1-Nemotron-Ultra-253B-v1" | "chutesai/Llama-4-Maverick-17B-128E-Instruct-FP8" | "deepseek-ai/DeepSeek-V3-Base" | "deepseek-ai/DeepSeek-R1-Zero" | "deepseek-ai/DeepSeek-V3-0324" | "Qwen/Qwen3-235B-A22B" | "Qwen/Qwen3-235B-A22B-Instruct-2507" | "Qwen/Qwen3-32B" | "Qwen/Qwen3-30B-A3B" | "Qwen/Qwen3-14B" | "Qwen/Qwen3-8B" | "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8" | "microsoft/MAI-DS-R1-FP8" | "tngtech/DeepSeek-R1T-Chimera" | "zai-org/GLM-4.5-Air" | "zai-org/GLM-4.5-FP8" | "moonshotai/Kimi-K2-Instruct-75k";
|
|
37716
|
+
type ChutesModelId = "deepseek-ai/DeepSeek-R1-0528" | "deepseek-ai/DeepSeek-R1" | "deepseek-ai/DeepSeek-V3" | "deepseek-ai/DeepSeek-V3.1" | "unsloth/Llama-3.3-70B-Instruct" | "chutesai/Llama-4-Scout-17B-16E-Instruct" | "unsloth/Mistral-Nemo-Instruct-2407" | "unsloth/gemma-3-12b-it" | "NousResearch/DeepHermes-3-Llama-3-8B-Preview" | "unsloth/gemma-3-4b-it" | "nvidia/Llama-3_3-Nemotron-Super-49B-v1" | "nvidia/Llama-3_1-Nemotron-Ultra-253B-v1" | "chutesai/Llama-4-Maverick-17B-128E-Instruct-FP8" | "deepseek-ai/DeepSeek-V3-Base" | "deepseek-ai/DeepSeek-R1-Zero" | "deepseek-ai/DeepSeek-V3-0324" | "Qwen/Qwen3-235B-A22B" | "Qwen/Qwen3-235B-A22B-Instruct-2507" | "Qwen/Qwen3-32B" | "Qwen/Qwen3-30B-A3B" | "Qwen/Qwen3-14B" | "Qwen/Qwen3-8B" | "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8" | "microsoft/MAI-DS-R1-FP8" | "tngtech/DeepSeek-R1T-Chimera" | "zai-org/GLM-4.5-Air" | "zai-org/GLM-4.5-FP8" | "moonshotai/Kimi-K2-Instruct-75k" | "Qwen/Qwen3-235B-A22B-Thinking-2507";
|
|
37555
37717
|
declare const chutesDefaultModelId: ChutesModelId;
|
|
37556
37718
|
declare const chutesModels: {
|
|
37557
37719
|
readonly "deepseek-ai/DeepSeek-R1-0528": {
|
|
@@ -37806,6 +37968,15 @@ declare const chutesModels: {
|
|
|
37806
37968
|
readonly outputPrice: 0.5926;
|
|
37807
37969
|
readonly description: "Moonshot AI Kimi K2 Instruct model with 75k context window.";
|
|
37808
37970
|
};
|
|
37971
|
+
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
37972
|
+
readonly maxTokens: 32768;
|
|
37973
|
+
readonly contextWindow: 262144;
|
|
37974
|
+
readonly supportsImages: false;
|
|
37975
|
+
readonly supportsPromptCache: false;
|
|
37976
|
+
readonly inputPrice: 0.077968332;
|
|
37977
|
+
readonly outputPrice: 0.31202496;
|
|
37978
|
+
readonly description: "Qwen3 235B A22B Thinking 2507 model with 262K context window.";
|
|
37979
|
+
};
|
|
37809
37980
|
};
|
|
37810
37981
|
|
|
37811
37982
|
/**
|