@glasstrace/sdk 0.10.0 → 0.11.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/cli/init.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  buildImportGraph
4
- } from "../chunk-5MAHIPFH.js";
4
+ } from "../chunk-M7RDFOFR.js";
5
5
  import {
6
6
  addCoverageMapEnv,
7
7
  detectAgents,
@@ -18,8 +18,8 @@ import {
18
18
  } from "../chunk-4NDQPWDJ.js";
19
19
  import {
20
20
  getOrCreateAnonKey
21
- } from "../chunk-ZRNG36LU.js";
22
- import "../chunk-O3Y45VGV.js";
21
+ } from "../chunk-2JUH3VGJ.js";
22
+ import "../chunk-D3JC3LAK.js";
23
23
  import {
24
24
  MCP_ENDPOINT,
25
25
  NEXT_CONFIG_NAMES,
@@ -13885,7 +13885,9 @@ var SdkInitResponseSchema = external_exports.object({
13885
13885
  });
13886
13886
  var DiscoveryResponseSchema = external_exports.object({
13887
13887
  key: AnonApiKeySchema,
13888
- sessionId: SessionIdSchema
13888
+ sessionId: SessionIdSchema,
13889
+ claimed: external_exports.boolean().optional(),
13890
+ accountHint: external_exports.string().optional()
13889
13891
  });
13890
13892
  var SourceMapUploadResponseSchema = external_exports.object({
13891
13893
  success: external_exports.literal(true),