@flamingo-stack/openframe-frontend-core 0.0.186-snapshot.20260515031504 → 0.0.186
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.
|
@@ -14,12 +14,6 @@ export interface ChatRef {
|
|
|
14
14
|
/** documentType from the host's RAG config (e.g. 'webinar', 'customer_interview').
|
|
15
15
|
* Treated as opaque by the OSS-lib — the host owns the type vocabulary. */
|
|
16
16
|
type: string;
|
|
17
|
-
/** RagTableConfig.id (e.g. 'data-room-docs', 'webinars'). Drives the
|
|
18
|
-
* icon + label lookup in the host's `RAG_SOURCE_DISPLAY` registry —
|
|
19
|
-
* same direct-keyed lookup the chips + search results use. Optional
|
|
20
|
-
* for backward-compat with older wire payloads; when absent the host
|
|
21
|
-
* resolver falls back to reverse-mapping `type → sourceRepo`. */
|
|
22
|
-
sourceRepo?: string;
|
|
23
17
|
/** Primary-key value. Opaque string downstream. */
|
|
24
18
|
id: string;
|
|
25
19
|
/** Display title — used for fallback rendering when the host's renderer
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat-ref.types.d.ts","sourceRoot":"","sources":["../../../src/components/chat/chat-ref.types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,OAAO;IACtB;gFAC4E;IAC5E,IAAI,EAAE,MAAM,CAAA;IACZ
|
|
1
|
+
{"version":3,"file":"chat-ref.types.d.ts","sourceRoot":"","sources":["../../../src/components/chat/chat-ref.types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,OAAO;IACtB;gFAC4E;IAC5E,IAAI,EAAE,MAAM,CAAA;IACZ,mDAAmD;IACnD,EAAE,EAAE,MAAM,CAAA;IACV;4CACwC;IACxC,KAAK,EAAE,MAAM,CAAA;IACb,uEAAuE;IACvE,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;IAClB,0DAA0D;IAC1D,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,kDAAkD;IAClD,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB;;;;qEAIiE;IACjE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACnC"}
|
package/package.json
CHANGED
|
@@ -14,12 +14,6 @@ export interface ChatRef {
|
|
|
14
14
|
/** documentType from the host's RAG config (e.g. 'webinar', 'customer_interview').
|
|
15
15
|
* Treated as opaque by the OSS-lib — the host owns the type vocabulary. */
|
|
16
16
|
type: string
|
|
17
|
-
/** RagTableConfig.id (e.g. 'data-room-docs', 'webinars'). Drives the
|
|
18
|
-
* icon + label lookup in the host's `RAG_SOURCE_DISPLAY` registry —
|
|
19
|
-
* same direct-keyed lookup the chips + search results use. Optional
|
|
20
|
-
* for backward-compat with older wire payloads; when absent the host
|
|
21
|
-
* resolver falls back to reverse-mapping `type → sourceRepo`. */
|
|
22
|
-
sourceRepo?: string
|
|
23
17
|
/** Primary-key value. Opaque string downstream. */
|
|
24
18
|
id: string
|
|
25
19
|
/** Display title — used for fallback rendering when the host's renderer
|