@muonroi/ui-engine-rule-components 0.1.26 → 0.1.27
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/dist/components/impact-list/mu-impact-list.d.ts +1 -0
- package/dist/components/impact-list/mu-impact-list.d.ts.map +1 -1
- package/dist/components/living-docs/mu-living-docs.d.ts +1 -0
- package/dist/components/living-docs/mu-living-docs.d.ts.map +1 -1
- package/dist/components/traceability-matrix/mu-traceability-matrix.d.ts +1 -0
- package/dist/components/traceability-matrix/mu-traceability-matrix.d.ts.map +1 -1
- package/dist/muonroi-rule-components.esm.js +1915 -1896
- package/dist/muonroi-rule-components.iife.js +180 -180
- package/dist/services/living-docs-api.d.ts +10 -1
- package/dist/services/living-docs-api.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -17,7 +17,16 @@ export interface TraceRuleResponse {
|
|
|
17
17
|
*/
|
|
18
18
|
export declare class LivingDocsApiClient {
|
|
19
19
|
private readonly base;
|
|
20
|
-
|
|
20
|
+
private readonly authToken;
|
|
21
|
+
constructor(apiBaseUrl: string, authToken?: string);
|
|
22
|
+
/**
|
|
23
|
+
* Request headers. When the host app supplies a bearer token, attaches
|
|
24
|
+
* `Authorization: Bearer <token>` so the API's auth gate (cp.viewer policy, C-08) is satisfied.
|
|
25
|
+
* Without a token the request stays anonymous (dev / auth-disabled environments) — the API then
|
|
26
|
+
* 401s under enabled auth, which is the correct fail-closed behavior. The client never reads the
|
|
27
|
+
* token from storage itself (no coupling to a consumer's storage key — library-first).
|
|
28
|
+
*/
|
|
29
|
+
private headers;
|
|
21
30
|
/**
|
|
22
31
|
* GET {base}/living-docs/{workflow}/{version}
|
|
23
32
|
* Returns the generated living doc JSON for the given workflow + version.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"living-docs-api.d.ts","sourceRoot":"","sources":["../../src/services/living-docs-api.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,kBAAkB,EAClB,cAAc,EACd,qBAAqB,EACrB,0BAA0B,EAC3B,MAAM,iCAAiC,CAAC;AAIzC,YAAY,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAElF;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,qBAAqB,EAAE,CAAC;CAC/B;AAED;;;;;;GAMG;AACH,qBAAa,mBAAmB;IAC9B,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAS;
|
|
1
|
+
{"version":3,"file":"living-docs-api.d.ts","sourceRoot":"","sources":["../../src/services/living-docs-api.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,kBAAkB,EAClB,cAAc,EACd,qBAAqB,EACrB,0BAA0B,EAC3B,MAAM,iCAAiC,CAAC;AAIzC,YAAY,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAElF;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,qBAAqB,EAAE,CAAC;CAC/B;AAED;;;;;;GAMG;AACH,qBAAa,mBAAmB;IAC9B,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAS;IAC9B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAS;gBAEvB,UAAU,EAAE,MAAM,EAAE,SAAS,SAAK;IAK9C;;;;;;OAMG;IACH,OAAO,CAAC,OAAO;IAIf;;;;OAIG;IACG,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC,cAAc,CAAC;IAWzF;;;OAGG;IACG,qBAAqB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAW9G;;;;OAIG;IACG,SAAS,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAW7E;;;;OAIG;IACG,aAAa,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC;CAU7F"}
|