@roo-code/types 1.72.0 → 1.73.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.d.cts CHANGED
@@ -15548,18 +15548,21 @@ declare const staticAppPropertiesSchema: z.ZodObject<{
15548
15548
  vscodeVersion: z.ZodString;
15549
15549
  platform: z.ZodString;
15550
15550
  editorName: z.ZodString;
15551
+ hostname: z.ZodOptional<z.ZodString>;
15551
15552
  }, "strip", z.ZodTypeAny, {
15552
15553
  appName: string;
15553
15554
  appVersion: string;
15554
15555
  vscodeVersion: string;
15555
15556
  platform: string;
15556
15557
  editorName: string;
15558
+ hostname?: string | undefined;
15557
15559
  }, {
15558
15560
  appName: string;
15559
15561
  appVersion: string;
15560
15562
  vscodeVersion: string;
15561
15563
  platform: string;
15562
15564
  editorName: string;
15565
+ hostname?: string | undefined;
15563
15566
  }>;
15564
15567
  type StaticAppProperties = z.infer<typeof staticAppPropertiesSchema>;
15565
15568
  declare const dynamicAppPropertiesSchema: z.ZodObject<{
@@ -15590,6 +15593,7 @@ declare const appPropertiesSchema: z.ZodObject<{
15590
15593
  vscodeVersion: z.ZodString;
15591
15594
  platform: z.ZodString;
15592
15595
  editorName: z.ZodString;
15596
+ hostname: z.ZodOptional<z.ZodString>;
15593
15597
  }, "strip", z.ZodTypeAny, {
15594
15598
  mode: string;
15595
15599
  appName: string;
@@ -15598,6 +15602,7 @@ declare const appPropertiesSchema: z.ZodObject<{
15598
15602
  platform: string;
15599
15603
  editorName: string;
15600
15604
  language: string;
15605
+ hostname?: string | undefined;
15601
15606
  cloudIsAuthenticated?: boolean | undefined;
15602
15607
  }, {
15603
15608
  mode: string;
@@ -15607,6 +15612,7 @@ declare const appPropertiesSchema: z.ZodObject<{
15607
15612
  platform: string;
15608
15613
  editorName: string;
15609
15614
  language: string;
15615
+ hostname?: string | undefined;
15610
15616
  cloudIsAuthenticated?: boolean | undefined;
15611
15617
  }>;
15612
15618
  type AppProperties = z.infer<typeof appPropertiesSchema>;
@@ -15705,6 +15711,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
15705
15711
  vscodeVersion: z.ZodString;
15706
15712
  platform: z.ZodString;
15707
15713
  editorName: z.ZodString;
15714
+ hostname: z.ZodOptional<z.ZodString>;
15708
15715
  }, "strip", z.ZodTypeAny, {
15709
15716
  mode: string;
15710
15717
  appName: string;
@@ -15717,6 +15724,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
15717
15724
  taskId?: string | undefined;
15718
15725
  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;
15719
15726
  modelId?: string | undefined;
15727
+ hostname?: string | undefined;
15720
15728
  cloudIsAuthenticated?: boolean | undefined;
15721
15729
  diffStrategy?: string | undefined;
15722
15730
  todos?: {
@@ -15740,6 +15748,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
15740
15748
  taskId?: string | undefined;
15741
15749
  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;
15742
15750
  modelId?: string | undefined;
15751
+ hostname?: string | undefined;
15743
15752
  cloudIsAuthenticated?: boolean | undefined;
15744
15753
  diffStrategy?: string | undefined;
15745
15754
  todos?: {
@@ -15798,6 +15807,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
15798
15807
  vscodeVersion: z.ZodString;
15799
15808
  platform: z.ZodString;
15800
15809
  editorName: z.ZodString;
15810
+ hostname: z.ZodOptional<z.ZodString>;
15801
15811
  }, "strip", z.ZodTypeAny, {
15802
15812
  mode: string;
15803
15813
  appName: string;
@@ -15810,6 +15820,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
15810
15820
  taskId?: string | undefined;
15811
15821
  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;
15812
15822
  modelId?: string | undefined;
15823
+ hostname?: string | undefined;
15813
15824
  cloudIsAuthenticated?: boolean | undefined;
15814
15825
  diffStrategy?: string | undefined;
15815
15826
  todos?: {
@@ -15833,6 +15844,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
15833
15844
  taskId?: string | undefined;
15834
15845
  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;
15835
15846
  modelId?: string | undefined;
15847
+ hostname?: string | undefined;
15836
15848
  cloudIsAuthenticated?: boolean | undefined;
15837
15849
  diffStrategy?: string | undefined;
15838
15850
  todos?: {
@@ -15859,6 +15871,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
15859
15871
  taskId?: string | undefined;
15860
15872
  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;
15861
15873
  modelId?: string | undefined;
15874
+ hostname?: string | undefined;
15862
15875
  cloudIsAuthenticated?: boolean | undefined;
15863
15876
  diffStrategy?: string | undefined;
15864
15877
  todos?: {
@@ -15885,6 +15898,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
15885
15898
  taskId?: string | undefined;
15886
15899
  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;
15887
15900
  modelId?: string | undefined;
15901
+ hostname?: string | undefined;
15888
15902
  cloudIsAuthenticated?: boolean | undefined;
15889
15903
  diffStrategy?: string | undefined;
15890
15904
  todos?: {
@@ -16059,6 +16073,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16059
16073
  vscodeVersion: z.ZodString;
16060
16074
  platform: z.ZodString;
16061
16075
  editorName: z.ZodString;
16076
+ hostname: z.ZodOptional<z.ZodString>;
16062
16077
  }, "strip", z.ZodTypeAny, {
16063
16078
  message: {
16064
16079
  type: "ask" | "say";
@@ -16102,6 +16117,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16102
16117
  isSubtask?: boolean | undefined;
16103
16118
  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;
16104
16119
  modelId?: string | undefined;
16120
+ hostname?: string | undefined;
16105
16121
  cloudIsAuthenticated?: boolean | undefined;
16106
16122
  diffStrategy?: string | undefined;
16107
16123
  todos?: {
@@ -16156,6 +16172,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16156
16172
  isSubtask?: boolean | undefined;
16157
16173
  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;
16158
16174
  modelId?: string | undefined;
16175
+ hostname?: string | undefined;
16159
16176
  cloudIsAuthenticated?: boolean | undefined;
16160
16177
  diffStrategy?: string | undefined;
16161
16178
  todos?: {
@@ -16213,6 +16230,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16213
16230
  isSubtask?: boolean | undefined;
16214
16231
  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;
16215
16232
  modelId?: string | undefined;
16233
+ hostname?: string | undefined;
16216
16234
  cloudIsAuthenticated?: boolean | undefined;
16217
16235
  diffStrategy?: string | undefined;
16218
16236
  todos?: {
@@ -16270,6 +16288,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16270
16288
  isSubtask?: boolean | undefined;
16271
16289
  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;
16272
16290
  modelId?: string | undefined;
16291
+ hostname?: string | undefined;
16273
16292
  cloudIsAuthenticated?: boolean | undefined;
16274
16293
  diffStrategy?: string | undefined;
16275
16294
  todos?: {
@@ -16322,6 +16341,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16322
16341
  vscodeVersion: z.ZodString;
16323
16342
  platform: z.ZodString;
16324
16343
  editorName: z.ZodString;
16344
+ hostname: z.ZodOptional<z.ZodString>;
16325
16345
  }, "strip", z.ZodTypeAny, {
16326
16346
  mode: string;
16327
16347
  appName: string;
@@ -16337,6 +16357,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16337
16357
  taskId?: string | undefined;
16338
16358
  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;
16339
16359
  modelId?: string | undefined;
16360
+ hostname?: string | undefined;
16340
16361
  cloudIsAuthenticated?: boolean | undefined;
16341
16362
  diffStrategy?: string | undefined;
16342
16363
  todos?: {
@@ -16365,6 +16386,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16365
16386
  taskId?: string | undefined;
16366
16387
  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;
16367
16388
  modelId?: string | undefined;
16389
+ hostname?: string | undefined;
16368
16390
  cloudIsAuthenticated?: boolean | undefined;
16369
16391
  diffStrategy?: string | undefined;
16370
16392
  todos?: {
@@ -16396,6 +16418,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16396
16418
  taskId?: string | undefined;
16397
16419
  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;
16398
16420
  modelId?: string | undefined;
16421
+ hostname?: string | undefined;
16399
16422
  cloudIsAuthenticated?: boolean | undefined;
16400
16423
  diffStrategy?: string | undefined;
16401
16424
  todos?: {
@@ -16427,6 +16450,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16427
16450
  taskId?: string | undefined;
16428
16451
  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;
16429
16452
  modelId?: string | undefined;
16453
+ hostname?: string | undefined;
16430
16454
  cloudIsAuthenticated?: boolean | undefined;
16431
16455
  diffStrategy?: string | undefined;
16432
16456
  todos?: {
@@ -18388,18 +18412,21 @@ declare const extensionInstanceSchema: z.ZodObject<{
18388
18412
  vscodeVersion: z.ZodString;
18389
18413
  platform: z.ZodString;
18390
18414
  editorName: z.ZodString;
18415
+ hostname: z.ZodOptional<z.ZodString>;
18391
18416
  }, "strip", z.ZodTypeAny, {
18392
18417
  appName: string;
18393
18418
  appVersion: string;
18394
18419
  vscodeVersion: string;
18395
18420
  platform: string;
18396
18421
  editorName: string;
18422
+ hostname?: string | undefined;
18397
18423
  }, {
18398
18424
  appName: string;
18399
18425
  appVersion: string;
18400
18426
  vscodeVersion: string;
18401
18427
  platform: string;
18402
18428
  editorName: string;
18429
+ hostname?: string | undefined;
18403
18430
  }>;
18404
18431
  gitProperties: z.ZodOptional<z.ZodObject<{
18405
18432
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -18860,6 +18887,7 @@ declare const extensionInstanceSchema: z.ZodObject<{
18860
18887
  vscodeVersion: string;
18861
18888
  platform: string;
18862
18889
  editorName: string;
18890
+ hostname?: string | undefined;
18863
18891
  };
18864
18892
  lastHeartbeat: number;
18865
18893
  modes?: {
@@ -18964,6 +18992,7 @@ declare const extensionInstanceSchema: z.ZodObject<{
18964
18992
  vscodeVersion: string;
18965
18993
  platform: string;
18966
18994
  editorName: string;
18995
+ hostname?: string | undefined;
18967
18996
  };
18968
18997
  lastHeartbeat: number;
18969
18998
  modes?: {
@@ -19050,18 +19079,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
19050
19079
  vscodeVersion: z.ZodString;
19051
19080
  platform: z.ZodString;
19052
19081
  editorName: z.ZodString;
19082
+ hostname: z.ZodOptional<z.ZodString>;
19053
19083
  }, "strip", z.ZodTypeAny, {
19054
19084
  appName: string;
19055
19085
  appVersion: string;
19056
19086
  vscodeVersion: string;
19057
19087
  platform: string;
19058
19088
  editorName: string;
19089
+ hostname?: string | undefined;
19059
19090
  }, {
19060
19091
  appName: string;
19061
19092
  appVersion: string;
19062
19093
  vscodeVersion: string;
19063
19094
  platform: string;
19064
19095
  editorName: string;
19096
+ hostname?: string | undefined;
19065
19097
  }>;
19066
19098
  gitProperties: z.ZodOptional<z.ZodObject<{
19067
19099
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -19522,6 +19554,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
19522
19554
  vscodeVersion: string;
19523
19555
  platform: string;
19524
19556
  editorName: string;
19557
+ hostname?: string | undefined;
19525
19558
  };
19526
19559
  lastHeartbeat: number;
19527
19560
  modes?: {
@@ -19626,6 +19659,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
19626
19659
  vscodeVersion: string;
19627
19660
  platform: string;
19628
19661
  editorName: string;
19662
+ hostname?: string | undefined;
19629
19663
  };
19630
19664
  lastHeartbeat: number;
19631
19665
  modes?: {
@@ -19735,6 +19769,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
19735
19769
  vscodeVersion: string;
19736
19770
  platform: string;
19737
19771
  editorName: string;
19772
+ hostname?: string | undefined;
19738
19773
  };
19739
19774
  lastHeartbeat: number;
19740
19775
  modes?: {
@@ -19843,6 +19878,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
19843
19878
  vscodeVersion: string;
19844
19879
  platform: string;
19845
19880
  editorName: string;
19881
+ hostname?: string | undefined;
19846
19882
  };
19847
19883
  lastHeartbeat: number;
19848
19884
  modes?: {
@@ -19904,18 +19940,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
19904
19940
  vscodeVersion: z.ZodString;
19905
19941
  platform: z.ZodString;
19906
19942
  editorName: z.ZodString;
19943
+ hostname: z.ZodOptional<z.ZodString>;
19907
19944
  }, "strip", z.ZodTypeAny, {
19908
19945
  appName: string;
19909
19946
  appVersion: string;
19910
19947
  vscodeVersion: string;
19911
19948
  platform: string;
19912
19949
  editorName: string;
19950
+ hostname?: string | undefined;
19913
19951
  }, {
19914
19952
  appName: string;
19915
19953
  appVersion: string;
19916
19954
  vscodeVersion: string;
19917
19955
  platform: string;
19918
19956
  editorName: string;
19957
+ hostname?: string | undefined;
19919
19958
  }>;
19920
19959
  gitProperties: z.ZodOptional<z.ZodObject<{
19921
19960
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -20376,6 +20415,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
20376
20415
  vscodeVersion: string;
20377
20416
  platform: string;
20378
20417
  editorName: string;
20418
+ hostname?: string | undefined;
20379
20419
  };
20380
20420
  lastHeartbeat: number;
20381
20421
  modes?: {
@@ -20480,6 +20520,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
20480
20520
  vscodeVersion: string;
20481
20521
  platform: string;
20482
20522
  editorName: string;
20523
+ hostname?: string | undefined;
20483
20524
  };
20484
20525
  lastHeartbeat: number;
20485
20526
  modes?: {
@@ -20589,6 +20630,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
20589
20630
  vscodeVersion: string;
20590
20631
  platform: string;
20591
20632
  editorName: string;
20633
+ hostname?: string | undefined;
20592
20634
  };
20593
20635
  lastHeartbeat: number;
20594
20636
  modes?: {
@@ -20697,6 +20739,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
20697
20739
  vscodeVersion: string;
20698
20740
  platform: string;
20699
20741
  editorName: string;
20742
+ hostname?: string | undefined;
20700
20743
  };
20701
20744
  lastHeartbeat: number;
20702
20745
  modes?: {
@@ -20758,18 +20801,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
20758
20801
  vscodeVersion: z.ZodString;
20759
20802
  platform: z.ZodString;
20760
20803
  editorName: z.ZodString;
20804
+ hostname: z.ZodOptional<z.ZodString>;
20761
20805
  }, "strip", z.ZodTypeAny, {
20762
20806
  appName: string;
20763
20807
  appVersion: string;
20764
20808
  vscodeVersion: string;
20765
20809
  platform: string;
20766
20810
  editorName: string;
20811
+ hostname?: string | undefined;
20767
20812
  }, {
20768
20813
  appName: string;
20769
20814
  appVersion: string;
20770
20815
  vscodeVersion: string;
20771
20816
  platform: string;
20772
20817
  editorName: string;
20818
+ hostname?: string | undefined;
20773
20819
  }>;
20774
20820
  gitProperties: z.ZodOptional<z.ZodObject<{
20775
20821
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -21230,6 +21276,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
21230
21276
  vscodeVersion: string;
21231
21277
  platform: string;
21232
21278
  editorName: string;
21279
+ hostname?: string | undefined;
21233
21280
  };
21234
21281
  lastHeartbeat: number;
21235
21282
  modes?: {
@@ -21334,6 +21381,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
21334
21381
  vscodeVersion: string;
21335
21382
  platform: string;
21336
21383
  editorName: string;
21384
+ hostname?: string | undefined;
21337
21385
  };
21338
21386
  lastHeartbeat: number;
21339
21387
  modes?: {
@@ -21443,6 +21491,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
21443
21491
  vscodeVersion: string;
21444
21492
  platform: string;
21445
21493
  editorName: string;
21494
+ hostname?: string | undefined;
21446
21495
  };
21447
21496
  lastHeartbeat: number;
21448
21497
  modes?: {
@@ -21551,6 +21600,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
21551
21600
  vscodeVersion: string;
21552
21601
  platform: string;
21553
21602
  editorName: string;
21603
+ hostname?: string | undefined;
21554
21604
  };
21555
21605
  lastHeartbeat: number;
21556
21606
  modes?: {
@@ -21612,18 +21662,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
21612
21662
  vscodeVersion: z.ZodString;
21613
21663
  platform: z.ZodString;
21614
21664
  editorName: z.ZodString;
21665
+ hostname: z.ZodOptional<z.ZodString>;
21615
21666
  }, "strip", z.ZodTypeAny, {
21616
21667
  appName: string;
21617
21668
  appVersion: string;
21618
21669
  vscodeVersion: string;
21619
21670
  platform: string;
21620
21671
  editorName: string;
21672
+ hostname?: string | undefined;
21621
21673
  }, {
21622
21674
  appName: string;
21623
21675
  appVersion: string;
21624
21676
  vscodeVersion: string;
21625
21677
  platform: string;
21626
21678
  editorName: string;
21679
+ hostname?: string | undefined;
21627
21680
  }>;
21628
21681
  gitProperties: z.ZodOptional<z.ZodObject<{
21629
21682
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -22084,6 +22137,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
22084
22137
  vscodeVersion: string;
22085
22138
  platform: string;
22086
22139
  editorName: string;
22140
+ hostname?: string | undefined;
22087
22141
  };
22088
22142
  lastHeartbeat: number;
22089
22143
  modes?: {
@@ -22188,6 +22242,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
22188
22242
  vscodeVersion: string;
22189
22243
  platform: string;
22190
22244
  editorName: string;
22245
+ hostname?: string | undefined;
22191
22246
  };
22192
22247
  lastHeartbeat: number;
22193
22248
  modes?: {
@@ -22297,6 +22352,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
22297
22352
  vscodeVersion: string;
22298
22353
  platform: string;
22299
22354
  editorName: string;
22355
+ hostname?: string | undefined;
22300
22356
  };
22301
22357
  lastHeartbeat: number;
22302
22358
  modes?: {
@@ -22405,6 +22461,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
22405
22461
  vscodeVersion: string;
22406
22462
  platform: string;
22407
22463
  editorName: string;
22464
+ hostname?: string | undefined;
22408
22465
  };
22409
22466
  lastHeartbeat: number;
22410
22467
  modes?: {
@@ -22466,18 +22523,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
22466
22523
  vscodeVersion: z.ZodString;
22467
22524
  platform: z.ZodString;
22468
22525
  editorName: z.ZodString;
22526
+ hostname: z.ZodOptional<z.ZodString>;
22469
22527
  }, "strip", z.ZodTypeAny, {
22470
22528
  appName: string;
22471
22529
  appVersion: string;
22472
22530
  vscodeVersion: string;
22473
22531
  platform: string;
22474
22532
  editorName: string;
22533
+ hostname?: string | undefined;
22475
22534
  }, {
22476
22535
  appName: string;
22477
22536
  appVersion: string;
22478
22537
  vscodeVersion: string;
22479
22538
  platform: string;
22480
22539
  editorName: string;
22540
+ hostname?: string | undefined;
22481
22541
  }>;
22482
22542
  gitProperties: z.ZodOptional<z.ZodObject<{
22483
22543
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -22938,6 +22998,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
22938
22998
  vscodeVersion: string;
22939
22999
  platform: string;
22940
23000
  editorName: string;
23001
+ hostname?: string | undefined;
22941
23002
  };
22942
23003
  lastHeartbeat: number;
22943
23004
  modes?: {
@@ -23042,6 +23103,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
23042
23103
  vscodeVersion: string;
23043
23104
  platform: string;
23044
23105
  editorName: string;
23106
+ hostname?: string | undefined;
23045
23107
  };
23046
23108
  lastHeartbeat: number;
23047
23109
  modes?: {
@@ -23151,6 +23213,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
23151
23213
  vscodeVersion: string;
23152
23214
  platform: string;
23153
23215
  editorName: string;
23216
+ hostname?: string | undefined;
23154
23217
  };
23155
23218
  lastHeartbeat: number;
23156
23219
  modes?: {
@@ -23259,6 +23322,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
23259
23322
  vscodeVersion: string;
23260
23323
  platform: string;
23261
23324
  editorName: string;
23325
+ hostname?: string | undefined;
23262
23326
  };
23263
23327
  lastHeartbeat: number;
23264
23328
  modes?: {
@@ -23320,18 +23384,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
23320
23384
  vscodeVersion: z.ZodString;
23321
23385
  platform: z.ZodString;
23322
23386
  editorName: z.ZodString;
23387
+ hostname: z.ZodOptional<z.ZodString>;
23323
23388
  }, "strip", z.ZodTypeAny, {
23324
23389
  appName: string;
23325
23390
  appVersion: string;
23326
23391
  vscodeVersion: string;
23327
23392
  platform: string;
23328
23393
  editorName: string;
23394
+ hostname?: string | undefined;
23329
23395
  }, {
23330
23396
  appName: string;
23331
23397
  appVersion: string;
23332
23398
  vscodeVersion: string;
23333
23399
  platform: string;
23334
23400
  editorName: string;
23401
+ hostname?: string | undefined;
23335
23402
  }>;
23336
23403
  gitProperties: z.ZodOptional<z.ZodObject<{
23337
23404
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -23792,6 +23859,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
23792
23859
  vscodeVersion: string;
23793
23860
  platform: string;
23794
23861
  editorName: string;
23862
+ hostname?: string | undefined;
23795
23863
  };
23796
23864
  lastHeartbeat: number;
23797
23865
  modes?: {
@@ -23896,6 +23964,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
23896
23964
  vscodeVersion: string;
23897
23965
  platform: string;
23898
23966
  editorName: string;
23967
+ hostname?: string | undefined;
23899
23968
  };
23900
23969
  lastHeartbeat: number;
23901
23970
  modes?: {
@@ -24005,6 +24074,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
24005
24074
  vscodeVersion: string;
24006
24075
  platform: string;
24007
24076
  editorName: string;
24077
+ hostname?: string | undefined;
24008
24078
  };
24009
24079
  lastHeartbeat: number;
24010
24080
  modes?: {
@@ -24113,6 +24183,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
24113
24183
  vscodeVersion: string;
24114
24184
  platform: string;
24115
24185
  editorName: string;
24186
+ hostname?: string | undefined;
24116
24187
  };
24117
24188
  lastHeartbeat: number;
24118
24189
  modes?: {
@@ -24174,18 +24245,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
24174
24245
  vscodeVersion: z.ZodString;
24175
24246
  platform: z.ZodString;
24176
24247
  editorName: z.ZodString;
24248
+ hostname: z.ZodOptional<z.ZodString>;
24177
24249
  }, "strip", z.ZodTypeAny, {
24178
24250
  appName: string;
24179
24251
  appVersion: string;
24180
24252
  vscodeVersion: string;
24181
24253
  platform: string;
24182
24254
  editorName: string;
24255
+ hostname?: string | undefined;
24183
24256
  }, {
24184
24257
  appName: string;
24185
24258
  appVersion: string;
24186
24259
  vscodeVersion: string;
24187
24260
  platform: string;
24188
24261
  editorName: string;
24262
+ hostname?: string | undefined;
24189
24263
  }>;
24190
24264
  gitProperties: z.ZodOptional<z.ZodObject<{
24191
24265
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -24646,6 +24720,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
24646
24720
  vscodeVersion: string;
24647
24721
  platform: string;
24648
24722
  editorName: string;
24723
+ hostname?: string | undefined;
24649
24724
  };
24650
24725
  lastHeartbeat: number;
24651
24726
  modes?: {
@@ -24750,6 +24825,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
24750
24825
  vscodeVersion: string;
24751
24826
  platform: string;
24752
24827
  editorName: string;
24828
+ hostname?: string | undefined;
24753
24829
  };
24754
24830
  lastHeartbeat: number;
24755
24831
  modes?: {
@@ -24859,6 +24935,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
24859
24935
  vscodeVersion: string;
24860
24936
  platform: string;
24861
24937
  editorName: string;
24938
+ hostname?: string | undefined;
24862
24939
  };
24863
24940
  lastHeartbeat: number;
24864
24941
  modes?: {
@@ -24967,6 +25044,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
24967
25044
  vscodeVersion: string;
24968
25045
  platform: string;
24969
25046
  editorName: string;
25047
+ hostname?: string | undefined;
24970
25048
  };
24971
25049
  lastHeartbeat: number;
24972
25050
  modes?: {
@@ -25028,18 +25106,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
25028
25106
  vscodeVersion: z.ZodString;
25029
25107
  platform: z.ZodString;
25030
25108
  editorName: z.ZodString;
25109
+ hostname: z.ZodOptional<z.ZodString>;
25031
25110
  }, "strip", z.ZodTypeAny, {
25032
25111
  appName: string;
25033
25112
  appVersion: string;
25034
25113
  vscodeVersion: string;
25035
25114
  platform: string;
25036
25115
  editorName: string;
25116
+ hostname?: string | undefined;
25037
25117
  }, {
25038
25118
  appName: string;
25039
25119
  appVersion: string;
25040
25120
  vscodeVersion: string;
25041
25121
  platform: string;
25042
25122
  editorName: string;
25123
+ hostname?: string | undefined;
25043
25124
  }>;
25044
25125
  gitProperties: z.ZodOptional<z.ZodObject<{
25045
25126
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -25500,6 +25581,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
25500
25581
  vscodeVersion: string;
25501
25582
  platform: string;
25502
25583
  editorName: string;
25584
+ hostname?: string | undefined;
25503
25585
  };
25504
25586
  lastHeartbeat: number;
25505
25587
  modes?: {
@@ -25604,6 +25686,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
25604
25686
  vscodeVersion: string;
25605
25687
  platform: string;
25606
25688
  editorName: string;
25689
+ hostname?: string | undefined;
25607
25690
  };
25608
25691
  lastHeartbeat: number;
25609
25692
  modes?: {
@@ -25713,6 +25796,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
25713
25796
  vscodeVersion: string;
25714
25797
  platform: string;
25715
25798
  editorName: string;
25799
+ hostname?: string | undefined;
25716
25800
  };
25717
25801
  lastHeartbeat: number;
25718
25802
  modes?: {
@@ -25821,6 +25905,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
25821
25905
  vscodeVersion: string;
25822
25906
  platform: string;
25823
25907
  editorName: string;
25908
+ hostname?: string | undefined;
25824
25909
  };
25825
25910
  lastHeartbeat: number;
25826
25911
  modes?: {
@@ -25882,18 +25967,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
25882
25967
  vscodeVersion: z.ZodString;
25883
25968
  platform: z.ZodString;
25884
25969
  editorName: z.ZodString;
25970
+ hostname: z.ZodOptional<z.ZodString>;
25885
25971
  }, "strip", z.ZodTypeAny, {
25886
25972
  appName: string;
25887
25973
  appVersion: string;
25888
25974
  vscodeVersion: string;
25889
25975
  platform: string;
25890
25976
  editorName: string;
25977
+ hostname?: string | undefined;
25891
25978
  }, {
25892
25979
  appName: string;
25893
25980
  appVersion: string;
25894
25981
  vscodeVersion: string;
25895
25982
  platform: string;
25896
25983
  editorName: string;
25984
+ hostname?: string | undefined;
25897
25985
  }>;
25898
25986
  gitProperties: z.ZodOptional<z.ZodObject<{
25899
25987
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -26354,6 +26442,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
26354
26442
  vscodeVersion: string;
26355
26443
  platform: string;
26356
26444
  editorName: string;
26445
+ hostname?: string | undefined;
26357
26446
  };
26358
26447
  lastHeartbeat: number;
26359
26448
  modes?: {
@@ -26458,6 +26547,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
26458
26547
  vscodeVersion: string;
26459
26548
  platform: string;
26460
26549
  editorName: string;
26550
+ hostname?: string | undefined;
26461
26551
  };
26462
26552
  lastHeartbeat: number;
26463
26553
  modes?: {
@@ -26567,6 +26657,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
26567
26657
  vscodeVersion: string;
26568
26658
  platform: string;
26569
26659
  editorName: string;
26660
+ hostname?: string | undefined;
26570
26661
  };
26571
26662
  lastHeartbeat: number;
26572
26663
  modes?: {
@@ -26675,6 +26766,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
26675
26766
  vscodeVersion: string;
26676
26767
  platform: string;
26677
26768
  editorName: string;
26769
+ hostname?: string | undefined;
26678
26770
  };
26679
26771
  lastHeartbeat: number;
26680
26772
  modes?: {
@@ -26736,18 +26828,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
26736
26828
  vscodeVersion: z.ZodString;
26737
26829
  platform: z.ZodString;
26738
26830
  editorName: z.ZodString;
26831
+ hostname: z.ZodOptional<z.ZodString>;
26739
26832
  }, "strip", z.ZodTypeAny, {
26740
26833
  appName: string;
26741
26834
  appVersion: string;
26742
26835
  vscodeVersion: string;
26743
26836
  platform: string;
26744
26837
  editorName: string;
26838
+ hostname?: string | undefined;
26745
26839
  }, {
26746
26840
  appName: string;
26747
26841
  appVersion: string;
26748
26842
  vscodeVersion: string;
26749
26843
  platform: string;
26750
26844
  editorName: string;
26845
+ hostname?: string | undefined;
26751
26846
  }>;
26752
26847
  gitProperties: z.ZodOptional<z.ZodObject<{
26753
26848
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -27208,6 +27303,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
27208
27303
  vscodeVersion: string;
27209
27304
  platform: string;
27210
27305
  editorName: string;
27306
+ hostname?: string | undefined;
27211
27307
  };
27212
27308
  lastHeartbeat: number;
27213
27309
  modes?: {
@@ -27312,6 +27408,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
27312
27408
  vscodeVersion: string;
27313
27409
  platform: string;
27314
27410
  editorName: string;
27411
+ hostname?: string | undefined;
27315
27412
  };
27316
27413
  lastHeartbeat: number;
27317
27414
  modes?: {
@@ -27421,6 +27518,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
27421
27518
  vscodeVersion: string;
27422
27519
  platform: string;
27423
27520
  editorName: string;
27521
+ hostname?: string | undefined;
27424
27522
  };
27425
27523
  lastHeartbeat: number;
27426
27524
  modes?: {
@@ -27529,6 +27627,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
27529
27627
  vscodeVersion: string;
27530
27628
  platform: string;
27531
27629
  editorName: string;
27630
+ hostname?: string | undefined;
27532
27631
  };
27533
27632
  lastHeartbeat: number;
27534
27633
  modes?: {
@@ -27590,18 +27689,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
27590
27689
  vscodeVersion: z.ZodString;
27591
27690
  platform: z.ZodString;
27592
27691
  editorName: z.ZodString;
27692
+ hostname: z.ZodOptional<z.ZodString>;
27593
27693
  }, "strip", z.ZodTypeAny, {
27594
27694
  appName: string;
27595
27695
  appVersion: string;
27596
27696
  vscodeVersion: string;
27597
27697
  platform: string;
27598
27698
  editorName: string;
27699
+ hostname?: string | undefined;
27599
27700
  }, {
27600
27701
  appName: string;
27601
27702
  appVersion: string;
27602
27703
  vscodeVersion: string;
27603
27704
  platform: string;
27604
27705
  editorName: string;
27706
+ hostname?: string | undefined;
27605
27707
  }>;
27606
27708
  gitProperties: z.ZodOptional<z.ZodObject<{
27607
27709
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -28062,6 +28164,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
28062
28164
  vscodeVersion: string;
28063
28165
  platform: string;
28064
28166
  editorName: string;
28167
+ hostname?: string | undefined;
28065
28168
  };
28066
28169
  lastHeartbeat: number;
28067
28170
  modes?: {
@@ -28166,6 +28269,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
28166
28269
  vscodeVersion: string;
28167
28270
  platform: string;
28168
28271
  editorName: string;
28272
+ hostname?: string | undefined;
28169
28273
  };
28170
28274
  lastHeartbeat: number;
28171
28275
  modes?: {
@@ -28275,6 +28379,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
28275
28379
  vscodeVersion: string;
28276
28380
  platform: string;
28277
28381
  editorName: string;
28382
+ hostname?: string | undefined;
28278
28383
  };
28279
28384
  lastHeartbeat: number;
28280
28385
  modes?: {
@@ -28383,6 +28488,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
28383
28488
  vscodeVersion: string;
28384
28489
  platform: string;
28385
28490
  editorName: string;
28491
+ hostname?: string | undefined;
28386
28492
  };
28387
28493
  lastHeartbeat: number;
28388
28494
  modes?: {
@@ -28444,18 +28550,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
28444
28550
  vscodeVersion: z.ZodString;
28445
28551
  platform: z.ZodString;
28446
28552
  editorName: z.ZodString;
28553
+ hostname: z.ZodOptional<z.ZodString>;
28447
28554
  }, "strip", z.ZodTypeAny, {
28448
28555
  appName: string;
28449
28556
  appVersion: string;
28450
28557
  vscodeVersion: string;
28451
28558
  platform: string;
28452
28559
  editorName: string;
28560
+ hostname?: string | undefined;
28453
28561
  }, {
28454
28562
  appName: string;
28455
28563
  appVersion: string;
28456
28564
  vscodeVersion: string;
28457
28565
  platform: string;
28458
28566
  editorName: string;
28567
+ hostname?: string | undefined;
28459
28568
  }>;
28460
28569
  gitProperties: z.ZodOptional<z.ZodObject<{
28461
28570
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -28916,6 +29025,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
28916
29025
  vscodeVersion: string;
28917
29026
  platform: string;
28918
29027
  editorName: string;
29028
+ hostname?: string | undefined;
28919
29029
  };
28920
29030
  lastHeartbeat: number;
28921
29031
  modes?: {
@@ -29020,6 +29130,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
29020
29130
  vscodeVersion: string;
29021
29131
  platform: string;
29022
29132
  editorName: string;
29133
+ hostname?: string | undefined;
29023
29134
  };
29024
29135
  lastHeartbeat: number;
29025
29136
  modes?: {
@@ -29129,6 +29240,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
29129
29240
  vscodeVersion: string;
29130
29241
  platform: string;
29131
29242
  editorName: string;
29243
+ hostname?: string | undefined;
29132
29244
  };
29133
29245
  lastHeartbeat: number;
29134
29246
  modes?: {
@@ -29237,6 +29349,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
29237
29349
  vscodeVersion: string;
29238
29350
  platform: string;
29239
29351
  editorName: string;
29352
+ hostname?: string | undefined;
29240
29353
  };
29241
29354
  lastHeartbeat: number;
29242
29355
  modes?: {
@@ -29298,18 +29411,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
29298
29411
  vscodeVersion: z.ZodString;
29299
29412
  platform: z.ZodString;
29300
29413
  editorName: z.ZodString;
29414
+ hostname: z.ZodOptional<z.ZodString>;
29301
29415
  }, "strip", z.ZodTypeAny, {
29302
29416
  appName: string;
29303
29417
  appVersion: string;
29304
29418
  vscodeVersion: string;
29305
29419
  platform: string;
29306
29420
  editorName: string;
29421
+ hostname?: string | undefined;
29307
29422
  }, {
29308
29423
  appName: string;
29309
29424
  appVersion: string;
29310
29425
  vscodeVersion: string;
29311
29426
  platform: string;
29312
29427
  editorName: string;
29428
+ hostname?: string | undefined;
29313
29429
  }>;
29314
29430
  gitProperties: z.ZodOptional<z.ZodObject<{
29315
29431
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -29770,6 +29886,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
29770
29886
  vscodeVersion: string;
29771
29887
  platform: string;
29772
29888
  editorName: string;
29889
+ hostname?: string | undefined;
29773
29890
  };
29774
29891
  lastHeartbeat: number;
29775
29892
  modes?: {
@@ -29874,6 +29991,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
29874
29991
  vscodeVersion: string;
29875
29992
  platform: string;
29876
29993
  editorName: string;
29994
+ hostname?: string | undefined;
29877
29995
  };
29878
29996
  lastHeartbeat: number;
29879
29997
  modes?: {
@@ -29983,6 +30101,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
29983
30101
  vscodeVersion: string;
29984
30102
  platform: string;
29985
30103
  editorName: string;
30104
+ hostname?: string | undefined;
29986
30105
  };
29987
30106
  lastHeartbeat: number;
29988
30107
  modes?: {
@@ -30091,6 +30210,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
30091
30210
  vscodeVersion: string;
30092
30211
  platform: string;
30093
30212
  editorName: string;
30213
+ hostname?: string | undefined;
30094
30214
  };
30095
30215
  lastHeartbeat: number;
30096
30216
  modes?: {
@@ -30152,18 +30272,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
30152
30272
  vscodeVersion: z.ZodString;
30153
30273
  platform: z.ZodString;
30154
30274
  editorName: z.ZodString;
30275
+ hostname: z.ZodOptional<z.ZodString>;
30155
30276
  }, "strip", z.ZodTypeAny, {
30156
30277
  appName: string;
30157
30278
  appVersion: string;
30158
30279
  vscodeVersion: string;
30159
30280
  platform: string;
30160
30281
  editorName: string;
30282
+ hostname?: string | undefined;
30161
30283
  }, {
30162
30284
  appName: string;
30163
30285
  appVersion: string;
30164
30286
  vscodeVersion: string;
30165
30287
  platform: string;
30166
30288
  editorName: string;
30289
+ hostname?: string | undefined;
30167
30290
  }>;
30168
30291
  gitProperties: z.ZodOptional<z.ZodObject<{
30169
30292
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -30624,6 +30747,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
30624
30747
  vscodeVersion: string;
30625
30748
  platform: string;
30626
30749
  editorName: string;
30750
+ hostname?: string | undefined;
30627
30751
  };
30628
30752
  lastHeartbeat: number;
30629
30753
  modes?: {
@@ -30728,6 +30852,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
30728
30852
  vscodeVersion: string;
30729
30853
  platform: string;
30730
30854
  editorName: string;
30855
+ hostname?: string | undefined;
30731
30856
  };
30732
30857
  lastHeartbeat: number;
30733
30858
  modes?: {
@@ -30837,6 +30962,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
30837
30962
  vscodeVersion: string;
30838
30963
  platform: string;
30839
30964
  editorName: string;
30965
+ hostname?: string | undefined;
30840
30966
  };
30841
30967
  lastHeartbeat: number;
30842
30968
  modes?: {
@@ -30945,6 +31071,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
30945
31071
  vscodeVersion: string;
30946
31072
  platform: string;
30947
31073
  editorName: string;
31074
+ hostname?: string | undefined;
30948
31075
  };
30949
31076
  lastHeartbeat: number;
30950
31077
  modes?: {
@@ -31006,18 +31133,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
31006
31133
  vscodeVersion: z.ZodString;
31007
31134
  platform: z.ZodString;
31008
31135
  editorName: z.ZodString;
31136
+ hostname: z.ZodOptional<z.ZodString>;
31009
31137
  }, "strip", z.ZodTypeAny, {
31010
31138
  appName: string;
31011
31139
  appVersion: string;
31012
31140
  vscodeVersion: string;
31013
31141
  platform: string;
31014
31142
  editorName: string;
31143
+ hostname?: string | undefined;
31015
31144
  }, {
31016
31145
  appName: string;
31017
31146
  appVersion: string;
31018
31147
  vscodeVersion: string;
31019
31148
  platform: string;
31020
31149
  editorName: string;
31150
+ hostname?: string | undefined;
31021
31151
  }>;
31022
31152
  gitProperties: z.ZodOptional<z.ZodObject<{
31023
31153
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -31478,6 +31608,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
31478
31608
  vscodeVersion: string;
31479
31609
  platform: string;
31480
31610
  editorName: string;
31611
+ hostname?: string | undefined;
31481
31612
  };
31482
31613
  lastHeartbeat: number;
31483
31614
  modes?: {
@@ -31582,6 +31713,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
31582
31713
  vscodeVersion: string;
31583
31714
  platform: string;
31584
31715
  editorName: string;
31716
+ hostname?: string | undefined;
31585
31717
  };
31586
31718
  lastHeartbeat: number;
31587
31719
  modes?: {
@@ -31693,6 +31825,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
31693
31825
  vscodeVersion: string;
31694
31826
  platform: string;
31695
31827
  editorName: string;
31828
+ hostname?: string | undefined;
31696
31829
  };
31697
31830
  lastHeartbeat: number;
31698
31831
  modes?: {
@@ -31802,6 +31935,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
31802
31935
  vscodeVersion: string;
31803
31936
  platform: string;
31804
31937
  editorName: string;
31938
+ hostname?: string | undefined;
31805
31939
  };
31806
31940
  lastHeartbeat: number;
31807
31941
  modes?: {
@@ -31863,18 +31997,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
31863
31997
  vscodeVersion: z.ZodString;
31864
31998
  platform: z.ZodString;
31865
31999
  editorName: z.ZodString;
32000
+ hostname: z.ZodOptional<z.ZodString>;
31866
32001
  }, "strip", z.ZodTypeAny, {
31867
32002
  appName: string;
31868
32003
  appVersion: string;
31869
32004
  vscodeVersion: string;
31870
32005
  platform: string;
31871
32006
  editorName: string;
32007
+ hostname?: string | undefined;
31872
32008
  }, {
31873
32009
  appName: string;
31874
32010
  appVersion: string;
31875
32011
  vscodeVersion: string;
31876
32012
  platform: string;
31877
32013
  editorName: string;
32014
+ hostname?: string | undefined;
31878
32015
  }>;
31879
32016
  gitProperties: z.ZodOptional<z.ZodObject<{
31880
32017
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -32335,6 +32472,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
32335
32472
  vscodeVersion: string;
32336
32473
  platform: string;
32337
32474
  editorName: string;
32475
+ hostname?: string | undefined;
32338
32476
  };
32339
32477
  lastHeartbeat: number;
32340
32478
  modes?: {
@@ -32439,6 +32577,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
32439
32577
  vscodeVersion: string;
32440
32578
  platform: string;
32441
32579
  editorName: string;
32580
+ hostname?: string | undefined;
32442
32581
  };
32443
32582
  lastHeartbeat: number;
32444
32583
  modes?: {
@@ -32562,6 +32701,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
32562
32701
  vscodeVersion: string;
32563
32702
  platform: string;
32564
32703
  editorName: string;
32704
+ hostname?: string | undefined;
32565
32705
  };
32566
32706
  lastHeartbeat: number;
32567
32707
  modes?: {
@@ -32674,6 +32814,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
32674
32814
  vscodeVersion: string;
32675
32815
  platform: string;
32676
32816
  editorName: string;
32817
+ hostname?: string | undefined;
32677
32818
  };
32678
32819
  lastHeartbeat: number;
32679
32820
  modes?: {
@@ -32735,18 +32876,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
32735
32876
  vscodeVersion: z.ZodString;
32736
32877
  platform: z.ZodString;
32737
32878
  editorName: z.ZodString;
32879
+ hostname: z.ZodOptional<z.ZodString>;
32738
32880
  }, "strip", z.ZodTypeAny, {
32739
32881
  appName: string;
32740
32882
  appVersion: string;
32741
32883
  vscodeVersion: string;
32742
32884
  platform: string;
32743
32885
  editorName: string;
32886
+ hostname?: string | undefined;
32744
32887
  }, {
32745
32888
  appName: string;
32746
32889
  appVersion: string;
32747
32890
  vscodeVersion: string;
32748
32891
  platform: string;
32749
32892
  editorName: string;
32893
+ hostname?: string | undefined;
32750
32894
  }>;
32751
32895
  gitProperties: z.ZodOptional<z.ZodObject<{
32752
32896
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -33207,6 +33351,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
33207
33351
  vscodeVersion: string;
33208
33352
  platform: string;
33209
33353
  editorName: string;
33354
+ hostname?: string | undefined;
33210
33355
  };
33211
33356
  lastHeartbeat: number;
33212
33357
  modes?: {
@@ -33311,6 +33456,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
33311
33456
  vscodeVersion: string;
33312
33457
  platform: string;
33313
33458
  editorName: string;
33459
+ hostname?: string | undefined;
33314
33460
  };
33315
33461
  lastHeartbeat: number;
33316
33462
  modes?: {
@@ -33420,6 +33566,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
33420
33566
  vscodeVersion: string;
33421
33567
  platform: string;
33422
33568
  editorName: string;
33569
+ hostname?: string | undefined;
33423
33570
  };
33424
33571
  lastHeartbeat: number;
33425
33572
  modes?: {
@@ -33528,6 +33675,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
33528
33675
  vscodeVersion: string;
33529
33676
  platform: string;
33530
33677
  editorName: string;
33678
+ hostname?: string | undefined;
33531
33679
  };
33532
33680
  lastHeartbeat: number;
33533
33681
  modes?: {
@@ -33589,18 +33737,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
33589
33737
  vscodeVersion: z.ZodString;
33590
33738
  platform: z.ZodString;
33591
33739
  editorName: z.ZodString;
33740
+ hostname: z.ZodOptional<z.ZodString>;
33592
33741
  }, "strip", z.ZodTypeAny, {
33593
33742
  appName: string;
33594
33743
  appVersion: string;
33595
33744
  vscodeVersion: string;
33596
33745
  platform: string;
33597
33746
  editorName: string;
33747
+ hostname?: string | undefined;
33598
33748
  }, {
33599
33749
  appName: string;
33600
33750
  appVersion: string;
33601
33751
  vscodeVersion: string;
33602
33752
  platform: string;
33603
33753
  editorName: string;
33754
+ hostname?: string | undefined;
33604
33755
  }>;
33605
33756
  gitProperties: z.ZodOptional<z.ZodObject<{
33606
33757
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -34061,6 +34212,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
34061
34212
  vscodeVersion: string;
34062
34213
  platform: string;
34063
34214
  editorName: string;
34215
+ hostname?: string | undefined;
34064
34216
  };
34065
34217
  lastHeartbeat: number;
34066
34218
  modes?: {
@@ -34165,6 +34317,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
34165
34317
  vscodeVersion: string;
34166
34318
  platform: string;
34167
34319
  editorName: string;
34320
+ hostname?: string | undefined;
34168
34321
  };
34169
34322
  lastHeartbeat: number;
34170
34323
  modes?: {
@@ -34274,6 +34427,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
34274
34427
  vscodeVersion: string;
34275
34428
  platform: string;
34276
34429
  editorName: string;
34430
+ hostname?: string | undefined;
34277
34431
  };
34278
34432
  lastHeartbeat: number;
34279
34433
  modes?: {
@@ -34382,6 +34536,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
34382
34536
  vscodeVersion: string;
34383
34537
  platform: string;
34384
34538
  editorName: string;
34539
+ hostname?: string | undefined;
34385
34540
  };
34386
34541
  lastHeartbeat: number;
34387
34542
  modes?: {
@@ -34443,18 +34598,21 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
34443
34598
  vscodeVersion: z.ZodString;
34444
34599
  platform: z.ZodString;
34445
34600
  editorName: z.ZodString;
34601
+ hostname: z.ZodOptional<z.ZodString>;
34446
34602
  }, "strip", z.ZodTypeAny, {
34447
34603
  appName: string;
34448
34604
  appVersion: string;
34449
34605
  vscodeVersion: string;
34450
34606
  platform: string;
34451
34607
  editorName: string;
34608
+ hostname?: string | undefined;
34452
34609
  }, {
34453
34610
  appName: string;
34454
34611
  appVersion: string;
34455
34612
  vscodeVersion: string;
34456
34613
  platform: string;
34457
34614
  editorName: string;
34615
+ hostname?: string | undefined;
34458
34616
  }>;
34459
34617
  gitProperties: z.ZodOptional<z.ZodObject<{
34460
34618
  repositoryUrl: z.ZodOptional<z.ZodString>;
@@ -34915,6 +35073,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
34915
35073
  vscodeVersion: string;
34916
35074
  platform: string;
34917
35075
  editorName: string;
35076
+ hostname?: string | undefined;
34918
35077
  };
34919
35078
  lastHeartbeat: number;
34920
35079
  modes?: {
@@ -35019,6 +35178,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
35019
35178
  vscodeVersion: string;
35020
35179
  platform: string;
35021
35180
  editorName: string;
35181
+ hostname?: string | undefined;
35022
35182
  };
35023
35183
  lastHeartbeat: number;
35024
35184
  modes?: {
@@ -35128,6 +35288,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
35128
35288
  vscodeVersion: string;
35129
35289
  platform: string;
35130
35290
  editorName: string;
35291
+ hostname?: string | undefined;
35131
35292
  };
35132
35293
  lastHeartbeat: number;
35133
35294
  modes?: {
@@ -35236,6 +35397,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
35236
35397
  vscodeVersion: string;
35237
35398
  platform: string;
35238
35399
  editorName: string;
35400
+ hostname?: string | undefined;
35239
35401
  };
35240
35402
  lastHeartbeat: number;
35241
35403
  modes?: {