@alliumcloud/configurator-service 1.3.0 → 1.3.1

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -372,6 +372,10 @@ await sdk.media.updateStream("item-id", {
372
372
  | `spaceItemId` | `string` | Yes | Space item ID. |
373
373
  | `audioOnly` | `boolean` | No | Play audio only. |
374
374
  | `curvature` | `number` | No | Screen curvature (−100 to 100). |
375
+ | `brightness` | `number` | No | Screen brightness (0.0 to 5.0). |
376
+ | `contrast` | `number` | No | Screen contrast (0.5 to 1.5). |
377
+ | `saturation` | `number` | No | Screen saturation (0.0 to 3.0). |
378
+ | `gamma` | `number` | No | Screen gamma (0.1 to 3.0). |
375
379
  | `aspectRatio` | `"4:3" \| "16:9"` | No | Screen aspect ratio. |
376
380
  | `attenuation` | `number` | No | Audio attenuation distance (200–10000). |
377
381
  | `volume` | `number` | No | Volume level (0–100). |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alliumcloud/configurator-service",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Allium Configurator SDK - manages sketchfab 3D object , manages live stream, video and links and manages position,scale,rotation of all objects",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",