levrops-contracts 1.3.4 → 1.3.5

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 +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -217,6 +217,22 @@ All endpoints are under `/api/v1/editorial/`:
217
217
  - `examples/editorial/instagram-channel.json` - Example channel
218
218
  - `examples/editorial/fashion-topic.json` - Example topic
219
219
 
220
+ ## Sketch Bloom (Constellation Audio) Contracts
221
+
222
+ Shared contracts for the constellation sketch-bloom audio system used by StudioOps and LevrOps. Provider-agnostic; no ElevenLabs or other provider-specific structure in shared schemas.
223
+
224
+ **Schema Files:**
225
+ - `schemas/sketch_bloom_enums.json` - MoodPreset, InstrumentationPreset, SketchBloomStatus
226
+ - `schemas/sketch_bloom_request.json` - Request for creating a bloom
227
+ - `schemas/sketch_bloom.json` - Bloom entity (response/stored)
228
+ - `schemas/sketch_bloom_regenerate_request.json` - Regenerate request (by bloomId + optional overrides)
229
+ - `schemas/sketch_bloom_error.json` - Structured error codes and payload
230
+ - `schemas/events/sketch_bloom.*.json` - Events: requested, generated, failed, replayed, regenerated
231
+
232
+ **Events (AsyncAPI):** `sketch_bloom.requested`, `sketch_bloom.generated`, `sketch_bloom.failed`, `sketch_bloom.replayed`, `sketch_bloom.regenerated`
233
+
234
+ See `docs/sketch-bloom-contracts.md` for naming choices, error codes, and migration notes for StudioOps and LevrOps.
235
+
220
236
  ## Versioning
221
237
 
222
238
  - Use semantic versioning for the repo (`VERSION`) and the TypeScript SDK.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "levrops-contracts",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "LevrOps API contracts, schemas, code generators, and Sanity content contracts",
5
5
  "license": "MIT",
6
6
  "repository": {