@newgameplusinc/alpha-spatial-comms 1.0.2 → 1.0.3

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.mts CHANGED
@@ -323,7 +323,7 @@ interface OdysseySpatialCommsHandle {
323
323
  }
324
324
  /**
325
325
  * Create an Odyssey Spatial Comms instance (browser-only SDK).
326
- * @param apiKey SDK API key issued by Odyssey (from payment service)
326
+ * @param apiKey SDK API key issued by Odyssey
327
327
  * @param userToken JWT access token for the authenticated user (from SSO)
328
328
  * @param spatialOptions Optional spatial audio configuration
329
329
  */
@@ -332,7 +332,7 @@ declare function createOdysseySpatialComms(apiKey: string, userToken: string, sp
332
332
  declare const SpatialCommsSDK: {
333
333
  /**
334
334
  * Create a new SDK client instance.
335
- * @param apiKey SDK API key issued by Odyssey (from payment service)
335
+ * @param apiKey SDK API key issued by Odyssey
336
336
  * @param userToken JWT access token for the authenticated user (from SSO)
337
337
  * @param spatialOptions Optional spatial audio configuration
338
338
  */
package/dist/index.d.ts CHANGED
@@ -323,7 +323,7 @@ interface OdysseySpatialCommsHandle {
323
323
  }
324
324
  /**
325
325
  * Create an Odyssey Spatial Comms instance (browser-only SDK).
326
- * @param apiKey SDK API key issued by Odyssey (from payment service)
326
+ * @param apiKey SDK API key issued by Odyssey
327
327
  * @param userToken JWT access token for the authenticated user (from SSO)
328
328
  * @param spatialOptions Optional spatial audio configuration
329
329
  */
@@ -332,7 +332,7 @@ declare function createOdysseySpatialComms(apiKey: string, userToken: string, sp
332
332
  declare const SpatialCommsSDK: {
333
333
  /**
334
334
  * Create a new SDK client instance.
335
- * @param apiKey SDK API key issued by Odyssey (from payment service)
335
+ * @param apiKey SDK API key issued by Odyssey
336
336
  * @param userToken JWT access token for the authenticated user (from SSO)
337
337
  * @param spatialOptions Optional spatial audio configuration
338
338
  */
package/dist/index.js CHANGED
@@ -3260,7 +3260,7 @@ function createOdysseySpatialComms(apiKey, userToken, spatialOptions) {
3260
3260
  var SpatialCommsSDK = {
3261
3261
  /**
3262
3262
  * Create a new SDK client instance.
3263
- * @param apiKey SDK API key issued by Odyssey (from payment service)
3263
+ * @param apiKey SDK API key issued by Odyssey
3264
3264
  * @param userToken JWT access token for the authenticated user (from SSO)
3265
3265
  * @param spatialOptions Optional spatial audio configuration
3266
3266
  */