@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,7 +1,7 @@
1
1
  import {
2
2
  AnonApiKeySchema,
3
3
  createAnonApiKey
4
- } from "./chunk-O3Y45VGV.js";
4
+ } from "./chunk-D3JC3LAK.js";
5
5
 
6
6
  // src/anon-key.ts
7
7
  import { readFile, writeFile, mkdir, chmod } from "fs/promises";
@@ -74,4 +74,4 @@ export {
74
74
  readAnonKey,
75
75
  getOrCreateAnonKey
76
76
  };
77
- //# sourceMappingURL=chunk-ZRNG36LU.js.map
77
+ //# sourceMappingURL=chunk-2JUH3VGJ.js.map
@@ -13856,7 +13856,9 @@ var SdkInitResponseSchema = external_exports.object({
13856
13856
  });
13857
13857
  var DiscoveryResponseSchema = external_exports.object({
13858
13858
  key: AnonApiKeySchema,
13859
- sessionId: SessionIdSchema
13859
+ sessionId: SessionIdSchema,
13860
+ claimed: external_exports.boolean().optional(),
13861
+ accountHint: external_exports.string().optional()
13860
13862
  });
13861
13863
  var SourceMapUploadResponseSchema = external_exports.object({
13862
13864
  success: external_exports.literal(true),
@@ -13960,4 +13962,4 @@ export {
13960
13962
  GLASSTRACE_ATTRIBUTE_NAMES,
13961
13963
  DEFAULT_CAPTURE_CONFIG
13962
13964
  };
13963
- //# sourceMappingURL=chunk-O3Y45VGV.js.map
13965
+ //# sourceMappingURL=chunk-D3JC3LAK.js.map