@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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createBuildHash
3
- } from "./chunk-O3Y45VGV.js";
3
+ } from "./chunk-D3JC3LAK.js";
4
4
 
5
5
  // src/import-graph.ts
6
6
  import * as fs from "fs/promises";
@@ -175,4 +175,4 @@ export {
175
175
  extractImports,
176
176
  buildImportGraph
177
177
  };
178
- //# sourceMappingURL=chunk-5MAHIPFH.js.map
178
+ //# sourceMappingURL=chunk-M7RDFOFR.js.map
@@ -2,7 +2,7 @@ import {
2
2
  PresignedUploadResponseSchema,
3
3
  SourceMapManifestResponseSchema,
4
4
  SourceMapUploadResponseSchema
5
- } from "./chunk-O3Y45VGV.js";
5
+ } from "./chunk-D3JC3LAK.js";
6
6
 
7
7
  // src/source-map-uploader.ts
8
8
  import * as fs from "fs/promises";
@@ -414,4 +414,4 @@ export {
414
414
  uploadSourceMapsPresigned,
415
415
  uploadSourceMapsAuto
416
416
  };
417
- //# sourceMappingURL=chunk-KOYJ2UQE.js.map
417
+ //# sourceMappingURL=chunk-SLSWEQCC.js.map
package/dist/cli/init.cjs CHANGED
@@ -14792,7 +14792,9 @@ var init_dist = __esm({
14792
14792
  });
14793
14793
  DiscoveryResponseSchema = external_exports.object({
14794
14794
  key: AnonApiKeySchema,
14795
- sessionId: SessionIdSchema
14795
+ sessionId: SessionIdSchema,
14796
+ claimed: external_exports.boolean().optional(),
14797
+ accountHint: external_exports.string().optional()
14796
14798
  });
14797
14799
  SourceMapUploadResponseSchema = external_exports.object({
14798
14800
  success: external_exports.literal(true),