@alvera-ai/platform-sdk 0.16.2 → 0.16.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alvera-ai/platform-sdk",
3
- "version": "0.16.2",
3
+ "version": "0.16.3",
4
4
  "description": "Typed SDK for the Alvera platform API — manage data sources, tools, generic tables, AI agents, and action status updaters.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -31,7 +31,7 @@
31
31
  "codegen": "openapi-ts && tsx scripts/patch-generated.ts",
32
32
  "regen": "bun run fetch-metadata && bun run gen-environments && bun run codegen",
33
33
  "build": "tsdown",
34
- "test": "bun test scripts/cookbook-doctest test/contract.test.ts test/prism-surface.test.ts test/mms-media-url-and-action-log-config.test.ts test/workflow-tags-and-dac-log-fields.test.ts test/workflow-runs-and-twilio-sender.test.ts test/flop-lists.test.ts test/llm-export.test.ts test/auth-headers.test.ts",
34
+ "test": "bun test scripts/cookbook-doctest test/contract.test.ts test/prism-surface.test.ts test/mms-media-url-and-action-log-config.test.ts test/eum-single-endpoint.test.ts test/workflow-tags-and-dac-log-fields.test.ts test/workflow-runs-and-twilio-sender.test.ts test/flop-lists.test.ts test/llm-export.test.ts test/auth-headers.test.ts",
35
35
  "test:contract": "bun test test/contract.test.ts",
36
36
  "test:prism-surface": "bun test test/prism-surface.test.ts",
37
37
  "validate:cookbook": "tsx scripts/cookbook-doctest/run.ts",