@praxisui/ai 9.0.0-beta.69 → 9.0.0-beta.70

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,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-07-10T17:26:58.705Z",
3
+ "generatedAt": "2026-07-10T23:38:40.443Z",
4
4
  "packageName": "@praxisui/ai",
5
- "packageVersion": "9.0.0-beta.69",
5
+ "packageVersion": "9.0.0-beta.70",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 0,
@@ -403,7 +403,7 @@ function toPraxisAssistantConversationMessageRole(role) {
403
403
  * Do not edit manually. Run praxis-config-starter/tools/contracts/generate-ai-contract-bindings.js.
404
404
  */
405
405
  const AI_CONTRACT_VERSION = 'v1.1';
406
- const AI_CONTRACT_SCHEMA_HASH = '39e28310b20a9f2bb5e58df32f4f3f98bb1a4236761dfc7d9ee5d18fb588894c';
406
+ const AI_CONTRACT_SCHEMA_HASH = '66579be4b7637d3c8579e299388e45b89a17e164e72886f0895e98be5fa83c16';
407
407
  const AI_STREAM_EVENT_SCHEMA_VERSION = 'v1';
408
408
  const AI_DOMAIN_CATALOG_CONTEXT_HINT_SCHEMA_VERSION = 'praxis.ai.context-hints.domain-catalog/v0.2';
409
409
  const AI_STREAM_EVENT_TYPES = ['status', 'thought.step', 'heartbeat', 'intent.resolved', 'result', 'error', 'cancelled'];
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@praxisui/ai",
3
- "version": "9.0.0-beta.69",
3
+ "version": "9.0.0-beta.70",
4
4
  "description": "AI building blocks and assistant integration for Praxis UI applications.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/core": "^21.0.0",
8
- "@praxisui/core": "^9.0.0-beta.69",
8
+ "@praxisui/core": "^9.0.0-beta.70",
9
9
  "@angular/cdk": "^21.0.0",
10
10
  "@angular/forms": "^21.0.0",
11
11
  "@angular/material": "^21.0.0",
@@ -19,7 +19,7 @@ declare class PraxisAi {
19
19
  * Do not edit manually. Run praxis-config-starter/tools/contracts/generate-ai-contract-bindings.js.
20
20
  */
21
21
  declare const AI_CONTRACT_VERSION: "v1.1";
22
- declare const AI_CONTRACT_SCHEMA_HASH: "39e28310b20a9f2bb5e58df32f4f3f98bb1a4236761dfc7d9ee5d18fb588894c";
22
+ declare const AI_CONTRACT_SCHEMA_HASH: "66579be4b7637d3c8579e299388e45b89a17e164e72886f0895e98be5fa83c16";
23
23
  declare const AI_STREAM_EVENT_SCHEMA_VERSION: "v1";
24
24
  declare const AI_DOMAIN_CATALOG_CONTEXT_HINT_SCHEMA_VERSION: "praxis.ai.context-hints.domain-catalog/v0.2";
25
25
  declare const AI_STREAM_EVENT_TYPES: readonly ["status", "thought.step", "heartbeat", "intent.resolved", "result", "error", "cancelled"];
@@ -1489,7 +1489,7 @@ declare class PraxisAiService {
1489
1489
  }
1490
1490
 
1491
1491
  declare const AI_INTENT_CONTRACT_VERSION: "v1.1";
1492
- declare const AI_INTENT_CONTRACT_SCHEMA_HASH: "39e28310b20a9f2bb5e58df32f4f3f98bb1a4236761dfc7d9ee5d18fb588894c";
1492
+ declare const AI_INTENT_CONTRACT_SCHEMA_HASH: "66579be4b7637d3c8579e299388e45b89a17e164e72886f0895e98be5fa83c16";
1493
1493
  type AiSchemaContext = AiSchemaContextContract;
1494
1494
  interface AiSuggestionsRequest {
1495
1495
  componentId: string;