@cotrrackpro-dev/sdk 0.1.0
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/CHANGELOG.md +51 -0
- package/LICENSE +21 -0
- package/README.md +111 -0
- package/dist/assistant/compliance.d.ts +24 -0
- package/dist/assistant/compliance.js +60 -0
- package/dist/assistant/compliance.js.map +1 -0
- package/dist/assistant/crisis.d.ts +31 -0
- package/dist/assistant/crisis.js +62 -0
- package/dist/assistant/crisis.js.map +1 -0
- package/dist/assistant/index.d.ts +15 -0
- package/dist/assistant/index.js +16 -0
- package/dist/assistant/index.js.map +1 -0
- package/dist/assistant/levels.d.ts +43 -0
- package/dist/assistant/levels.js +102 -0
- package/dist/assistant/levels.js.map +1 -0
- package/dist/assistant/prompt.d.ts +20 -0
- package/dist/assistant/prompt.js +96 -0
- package/dist/assistant/prompt.js.map +1 -0
- package/dist/assistant/rbac.d.ts +45 -0
- package/dist/assistant/rbac.js +75 -0
- package/dist/assistant/rbac.js.map +1 -0
- package/dist/assistant/readability.d.ts +28 -0
- package/dist/assistant/readability.js +70 -0
- package/dist/assistant/readability.js.map +1 -0
- package/dist/auth/broker.d.ts +32 -0
- package/dist/auth/broker.js +48 -0
- package/dist/auth/broker.js.map +1 -0
- package/dist/auth/deviceFlow.d.ts +26 -0
- package/dist/auth/deviceFlow.js +65 -0
- package/dist/auth/deviceFlow.js.map +1 -0
- package/dist/auth/provider.d.ts +32 -0
- package/dist/auth/provider.js +29 -0
- package/dist/auth/provider.js.map +1 -0
- package/dist/community/badges.d.ts +19 -0
- package/dist/community/badges.js +19 -0
- package/dist/community/badges.js.map +1 -0
- package/dist/community/events.d.ts +30 -0
- package/dist/community/events.js +31 -0
- package/dist/community/events.js.map +1 -0
- package/dist/community/identity.d.ts +28 -0
- package/dist/community/identity.js +2 -0
- package/dist/community/identity.js.map +1 -0
- package/dist/community/index.d.ts +7 -0
- package/dist/community/index.js +8 -0
- package/dist/community/index.js.map +1 -0
- package/dist/community/org.d.ts +46 -0
- package/dist/community/org.js +32 -0
- package/dist/community/org.js.map +1 -0
- package/dist/community/tiers.d.ts +8 -0
- package/dist/community/tiers.js +40 -0
- package/dist/community/tiers.js.map +1 -0
- package/dist/community/types.d.ts +26 -0
- package/dist/community/types.js +2 -0
- package/dist/community/types.js.map +1 -0
- package/dist/core/config.d.ts +22 -0
- package/dist/core/config.js +27 -0
- package/dist/core/config.js.map +1 -0
- package/dist/core/errors.d.ts +29 -0
- package/dist/core/errors.js +20 -0
- package/dist/core/errors.js.map +1 -0
- package/dist/core/transport.d.ts +45 -0
- package/dist/core/transport.js +109 -0
- package/dist/core/transport.js.map +1 -0
- package/dist/diagram/core.d.ts +11 -0
- package/dist/diagram/core.js +12 -0
- package/dist/diagram/core.js.map +1 -0
- package/dist/diagram/extract.d.ts +17 -0
- package/dist/diagram/extract.js +213 -0
- package/dist/diagram/extract.js.map +1 -0
- package/dist/diagram/index.d.ts +2 -0
- package/dist/diagram/index.js +3 -0
- package/dist/diagram/index.js.map +1 -0
- package/dist/diagram/mermaid.d.ts +10 -0
- package/dist/diagram/mermaid.js +50 -0
- package/dist/diagram/mermaid.js.map +1 -0
- package/dist/diagram/prompt.d.ts +4 -0
- package/dist/diagram/prompt.js +16 -0
- package/dist/diagram/prompt.js.map +1 -0
- package/dist/diagram/types.d.ts +33 -0
- package/dist/diagram/types.js +2 -0
- package/dist/diagram/types.js.map +1 -0
- package/dist/diagram/validate.d.ts +13 -0
- package/dist/diagram/validate.js +48 -0
- package/dist/diagram/validate.js.map +1 -0
- package/dist/guide/compose.d.ts +10 -0
- package/dist/guide/compose.js +31 -0
- package/dist/guide/compose.js.map +1 -0
- package/dist/guide/core.d.ts +10 -0
- package/dist/guide/core.js +11 -0
- package/dist/guide/core.js.map +1 -0
- package/dist/guide/index.d.ts +2 -0
- package/dist/guide/index.js +3 -0
- package/dist/guide/index.js.map +1 -0
- package/dist/guide/prompt.d.ts +8 -0
- package/dist/guide/prompt.js +20 -0
- package/dist/guide/prompt.js.map +1 -0
- package/dist/guide/render.d.ts +9 -0
- package/dist/guide/render.js +180 -0
- package/dist/guide/render.js.map +1 -0
- package/dist/guide/types.d.ts +67 -0
- package/dist/guide/types.js +2 -0
- package/dist/guide/types.js.map +1 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +19 -0
- package/dist/index.js.map +1 -0
- package/dist/mcp/artifacts.generated.d.ts +19 -0
- package/dist/mcp/artifacts.generated.js +140 -0
- package/dist/mcp/artifacts.generated.js.map +1 -0
- package/dist/mcp/format.d.ts +10 -0
- package/dist/mcp/format.js +17 -0
- package/dist/mcp/format.js.map +1 -0
- package/dist/mcp/index.d.ts +12 -0
- package/dist/mcp/index.js +18 -0
- package/dist/mcp/index.js.map +1 -0
- package/dist/mcp/knowledge.generated.d.ts +11 -0
- package/dist/mcp/knowledge.generated.js +12 -0
- package/dist/mcp/knowledge.generated.js.map +1 -0
- package/dist/mcp/prompt-modules.generated.d.ts +12 -0
- package/dist/mcp/prompt-modules.generated.js +19 -0
- package/dist/mcp/prompt-modules.generated.js.map +1 -0
- package/dist/mcp/roles.generated.d.ts +15 -0
- package/dist/mcp/roles.generated.js +25 -0
- package/dist/mcp/roles.generated.js.map +1 -0
- package/dist/mcp/safety.d.ts +35 -0
- package/dist/mcp/safety.js +76 -0
- package/dist/mcp/safety.js.map +1 -0
- package/dist/mcp/scenarios.generated.d.ts +13 -0
- package/dist/mcp/scenarios.generated.js +16 -0
- package/dist/mcp/scenarios.generated.js.map +1 -0
- package/dist/mcp/search.d.ts +13 -0
- package/dist/mcp/search.js +33 -0
- package/dist/mcp/search.js.map +1 -0
- package/dist/mcp/skills.generated.d.ts +17 -0
- package/dist/mcp/skills.generated.js +40 -0
- package/dist/mcp/skills.generated.js.map +1 -0
- package/dist/mcp/toolset.d.ts +31 -0
- package/dist/mcp/toolset.js +54 -0
- package/dist/mcp/toolset.js.map +1 -0
- package/dist/mcp/types.d.ts +96 -0
- package/dist/mcp/types.js +9 -0
- package/dist/mcp/types.js.map +1 -0
- package/dist/mcp/workflows.generated.d.ts +17 -0
- package/dist/mcp/workflows.generated.js +12 -0
- package/dist/mcp/workflows.generated.js.map +1 -0
- package/dist/nocode/core.d.ts +12 -0
- package/dist/nocode/core.js +13 -0
- package/dist/nocode/core.js.map +1 -0
- package/dist/nocode/examples.d.ts +28 -0
- package/dist/nocode/examples.js +218 -0
- package/dist/nocode/examples.js.map +1 -0
- package/dist/nocode/index.d.ts +2 -0
- package/dist/nocode/index.js +3 -0
- package/dist/nocode/index.js.map +1 -0
- package/dist/nocode/mermaid.d.ts +9 -0
- package/dist/nocode/mermaid.js +33 -0
- package/dist/nocode/mermaid.js.map +1 -0
- package/dist/nocode/prompt.d.ts +8 -0
- package/dist/nocode/prompt.js +46 -0
- package/dist/nocode/prompt.js.map +1 -0
- package/dist/nocode/runtime.d.ts +28 -0
- package/dist/nocode/runtime.js +113 -0
- package/dist/nocode/runtime.js.map +1 -0
- package/dist/nocode/simpleOps.d.ts +16 -0
- package/dist/nocode/simpleOps.js +137 -0
- package/dist/nocode/simpleOps.js.map +1 -0
- package/dist/nocode/types.d.ts +72 -0
- package/dist/nocode/types.js +12 -0
- package/dist/nocode/types.js.map +1 -0
- package/dist/nocode/validate.d.ts +17 -0
- package/dist/nocode/validate.js +136 -0
- package/dist/nocode/validate.js.map +1 -0
- package/dist/params/codegen.d.ts +8 -0
- package/dist/params/codegen.js +12 -0
- package/dist/params/codegen.js.map +1 -0
- package/dist/params/convert.d.ts +7 -0
- package/dist/params/convert.js +123 -0
- package/dist/params/convert.js.map +1 -0
- package/dist/params/core.d.ts +11 -0
- package/dist/params/core.js +12 -0
- package/dist/params/core.js.map +1 -0
- package/dist/params/fieldTypes.d.ts +26 -0
- package/dist/params/fieldTypes.js +29 -0
- package/dist/params/fieldTypes.js.map +1 -0
- package/dist/params/index.d.ts +3 -0
- package/dist/params/index.js +4 -0
- package/dist/params/index.js.map +1 -0
- package/dist/params/prompt.d.ts +4 -0
- package/dist/params/prompt.js +16 -0
- package/dist/params/prompt.js.map +1 -0
- package/dist/params/render.d.ts +5 -0
- package/dist/params/render.js +25 -0
- package/dist/params/render.js.map +1 -0
- package/dist/params/types.d.ts +76 -0
- package/dist/params/types.js +16 -0
- package/dist/params/types.js.map +1 -0
- package/dist/params/validate.d.ts +5 -0
- package/dist/params/validate.js +104 -0
- package/dist/params/validate.js.map +1 -0
- package/dist/resources/client.d.ts +58 -0
- package/dist/resources/client.js +79 -0
- package/dist/resources/client.js.map +1 -0
- package/dist/resources/types.d.ts +72 -0
- package/dist/resources/types.js +9 -0
- package/dist/resources/types.js.map +1 -0
- package/dist/workflow/assets.d.ts +8 -0
- package/dist/workflow/assets.js +16 -0
- package/dist/workflow/assets.js.map +1 -0
- package/dist/workflow/commands.d.ts +10 -0
- package/dist/workflow/commands.js +21 -0
- package/dist/workflow/commands.js.map +1 -0
- package/dist/workflow/core.d.ts +15 -0
- package/dist/workflow/core.js +16 -0
- package/dist/workflow/core.js.map +1 -0
- package/dist/workflow/index.d.ts +2 -0
- package/dist/workflow/index.js +3 -0
- package/dist/workflow/index.js.map +1 -0
- package/dist/workflow/stack.d.ts +11 -0
- package/dist/workflow/stack.js +40 -0
- package/dist/workflow/stack.js.map +1 -0
- package/dist/workflow/templates.d.ts +17 -0
- package/dist/workflow/templates.js +223 -0
- package/dist/workflow/templates.js.map +1 -0
- package/dist/workflow/types.d.ts +27 -0
- package/dist/workflow/types.js +2 -0
- package/dist/workflow/types.js.map +1 -0
- package/package.json +77 -0
- package/schemas/artifacts.index.json +1211 -0
- package/schemas/knowledge.index.json +49 -0
- package/schemas/prompt-modules.index.json +105 -0
- package/schemas/roles.index.json +431 -0
- package/schemas/scenarios.index.json +15 -0
- package/schemas/skills.index.json +670 -0
- package/schemas/workflows.index.json +462 -0
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
import { onboardingSteps, FEEDBACK_QUESTIONS } from "./compose.js";
|
|
2
|
+
function esc(s) {
|
|
3
|
+
return s.replace(/\|/g, "\\|").replace(/\s+/g, " ").trim();
|
|
4
|
+
}
|
|
5
|
+
const KIND_LABEL = { blueprint: "Blueprint", scenario: "Scenario", workflow: "Workflow" };
|
|
6
|
+
/**
|
|
7
|
+
* Compose the full guide. Audience controls emphasis:
|
|
8
|
+
* - "dev" → commands, scaffolding, SDK wiring
|
|
9
|
+
* - "leader" → rollout, access, adoption, feedback cadence
|
|
10
|
+
* - "both" → both, as labeled callouts (default)
|
|
11
|
+
*/
|
|
12
|
+
export function toMarkdown(input, opts = {}) {
|
|
13
|
+
const audience = opts.audience ?? "both";
|
|
14
|
+
const wantDev = audience !== "leader";
|
|
15
|
+
const wantLeader = audience !== "dev";
|
|
16
|
+
const out = [];
|
|
17
|
+
out.push(`# ${esc(input.title)} — operational guide`);
|
|
18
|
+
out.push("");
|
|
19
|
+
out.push(`> **${KIND_LABEL[input.kind] ?? "Guide"}** · for developers and their leaders.`);
|
|
20
|
+
out.push("> Educational and informational only — not legal or clinical advice.");
|
|
21
|
+
out.push("> The roles, workflows, and artifacts below are illustrative example compositions, not a prescriptive legal process.");
|
|
22
|
+
out.push("");
|
|
23
|
+
out.push(esc(input.summary));
|
|
24
|
+
out.push("");
|
|
25
|
+
// At a glance
|
|
26
|
+
out.push("## At a glance");
|
|
27
|
+
out.push("");
|
|
28
|
+
if (input.disciplines?.length)
|
|
29
|
+
out.push(`- **Bridges:** ${input.disciplines.join(", ")}`);
|
|
30
|
+
if (input.scenarios?.length)
|
|
31
|
+
out.push(`- **Covers:** ${input.scenarios.map((s) => s.title).join(", ")}`);
|
|
32
|
+
if (input.artifacts?.length)
|
|
33
|
+
out.push(`- **Produces:** ${input.artifacts.map((a) => a.title).join(", ")}`);
|
|
34
|
+
if (input.roles?.length)
|
|
35
|
+
out.push(`- **People:** ${input.roles.map((r) => r.label).join(", ")}`);
|
|
36
|
+
out.push("");
|
|
37
|
+
// Who's involved
|
|
38
|
+
if (input.roles?.length) {
|
|
39
|
+
out.push("## Who's involved");
|
|
40
|
+
out.push("");
|
|
41
|
+
out.push("| Role | Platform id |");
|
|
42
|
+
out.push("| --- | --- |");
|
|
43
|
+
for (const r of input.roles)
|
|
44
|
+
out.push(`| ${esc(r.label)} | \`${r.id}\` |`);
|
|
45
|
+
out.push("");
|
|
46
|
+
if (wantLeader)
|
|
47
|
+
out.push("> **For leaders:** confirm each person's access tier before the first session — sensitive artifacts are gated by role.");
|
|
48
|
+
if (wantLeader)
|
|
49
|
+
out.push("");
|
|
50
|
+
}
|
|
51
|
+
// Onboard a new user
|
|
52
|
+
out.push("## Onboard a new user");
|
|
53
|
+
out.push("");
|
|
54
|
+
const steps = onboardingSteps(input);
|
|
55
|
+
steps.forEach((s, i) => out.push(`${i + 1}. ${esc(s)}`));
|
|
56
|
+
out.push("");
|
|
57
|
+
if (wantDev) {
|
|
58
|
+
out.push("**For developers:**");
|
|
59
|
+
out.push("");
|
|
60
|
+
out.push("```sh");
|
|
61
|
+
out.push("cotrackpro setup # install + sign in");
|
|
62
|
+
if (input.scaffold)
|
|
63
|
+
out.push(`${input.scaffold} # stand up the module`);
|
|
64
|
+
out.push(`cotrackpro guide new ${input.id} --out docs/onboarding.md # this guide, in the repo`);
|
|
65
|
+
out.push("```");
|
|
66
|
+
out.push("");
|
|
67
|
+
}
|
|
68
|
+
if (wantLeader) {
|
|
69
|
+
out.push("**For leaders — rollout checklist:**");
|
|
70
|
+
out.push("");
|
|
71
|
+
out.push("- [ ] Access and tiers assigned for every role above");
|
|
72
|
+
out.push("- [ ] A pilot cohort named, with a start and a check-in date");
|
|
73
|
+
out.push("- [ ] Guardrails reviewed and approved (see below)");
|
|
74
|
+
out.push("- [ ] A feedback owner who reviews responses each week");
|
|
75
|
+
out.push("");
|
|
76
|
+
}
|
|
77
|
+
// The flow (optional embedded diagram)
|
|
78
|
+
if (opts.diagramMermaid) {
|
|
79
|
+
out.push("## The flow");
|
|
80
|
+
out.push("");
|
|
81
|
+
out.push("> Visualize & approve — sign off on this flow before rolling it out.");
|
|
82
|
+
out.push("");
|
|
83
|
+
out.push("```mermaid");
|
|
84
|
+
out.push(opts.diagramMermaid.trim());
|
|
85
|
+
out.push("```");
|
|
86
|
+
out.push("");
|
|
87
|
+
}
|
|
88
|
+
// What it produces
|
|
89
|
+
if (input.artifacts?.length) {
|
|
90
|
+
out.push("## What it produces");
|
|
91
|
+
out.push("");
|
|
92
|
+
out.push("| Artifact | Sensitivity |");
|
|
93
|
+
out.push("| --- | --- |");
|
|
94
|
+
for (const a of input.artifacts)
|
|
95
|
+
out.push(`| ${esc(a.title)} | ${a.sensitivity ?? "—"} |`);
|
|
96
|
+
out.push("");
|
|
97
|
+
}
|
|
98
|
+
// Walk-throughs — the real platform steps for each scenario this guide covers.
|
|
99
|
+
const walkthroughs = (input.scenarios ?? []).filter((s) => (s.walkthrough?.length ?? 0) > 0);
|
|
100
|
+
if (walkthroughs.length) {
|
|
101
|
+
out.push("## Walk-throughs");
|
|
102
|
+
out.push("");
|
|
103
|
+
out.push("What a new user actually does, step by step — show them one of these on day one:");
|
|
104
|
+
out.push("");
|
|
105
|
+
for (const s of walkthroughs) {
|
|
106
|
+
out.push(`### ${esc(s.title)}`);
|
|
107
|
+
out.push("");
|
|
108
|
+
if (s.goal)
|
|
109
|
+
out.push(`*Goal:* ${esc(s.goal)}`);
|
|
110
|
+
if (s.goal)
|
|
111
|
+
out.push("");
|
|
112
|
+
(s.walkthrough ?? []).forEach((step, i) => out.push(`${i + 1}. ${esc(step)}`));
|
|
113
|
+
out.push("");
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
// Workflow steps — the real, ordered step graph for each workflow this guide drives.
|
|
117
|
+
const flows = (input.workflows ?? []).filter((w) => (w.walkthrough?.length ?? 0) > 0);
|
|
118
|
+
if (flows.length) {
|
|
119
|
+
out.push("## Workflow steps");
|
|
120
|
+
out.push("");
|
|
121
|
+
out.push("The ordered platform flow behind this guide — each step runs a skill, branches, or surfaces guidance:");
|
|
122
|
+
out.push("");
|
|
123
|
+
for (const w of flows) {
|
|
124
|
+
out.push(`### ${esc(w.name)}${w.safetyLevel ? ` <small>(safety: ${esc(w.safetyLevel)})</small>` : ""}`);
|
|
125
|
+
out.push("");
|
|
126
|
+
if (w.description)
|
|
127
|
+
out.push(esc(w.description));
|
|
128
|
+
if (w.description)
|
|
129
|
+
out.push("");
|
|
130
|
+
(w.walkthrough ?? []).forEach((step, i) => out.push(`${i + 1}. ${esc(step)}`));
|
|
131
|
+
out.push("");
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
// Guardrails
|
|
135
|
+
if (input.guardrails?.length) {
|
|
136
|
+
out.push("## Guardrails (non-negotiable)");
|
|
137
|
+
out.push("");
|
|
138
|
+
out.push("These are always on — never characterize the other parent, always describe behavior:");
|
|
139
|
+
out.push("");
|
|
140
|
+
for (const g of input.guardrails)
|
|
141
|
+
out.push(`- \`${g}\``);
|
|
142
|
+
out.push("");
|
|
143
|
+
}
|
|
144
|
+
// Background knowledge — the source material behind the guardrails.
|
|
145
|
+
if (input.knowledge?.length) {
|
|
146
|
+
out.push("## Background knowledge");
|
|
147
|
+
out.push("");
|
|
148
|
+
out.push("Read before you rely on the guardrails above — the source material they distill:");
|
|
149
|
+
out.push("");
|
|
150
|
+
for (const k of input.knowledge)
|
|
151
|
+
out.push(`- **${esc(k.title)}**${k.summary ? ` — ${esc(k.summary)}` : ""}`);
|
|
152
|
+
out.push("");
|
|
153
|
+
}
|
|
154
|
+
// Get feedback
|
|
155
|
+
out.push("## Get feedback");
|
|
156
|
+
out.push("");
|
|
157
|
+
out.push("Ask every onboarded user the same five questions so responses are comparable over time:");
|
|
158
|
+
out.push("");
|
|
159
|
+
for (const q of FEEDBACK_QUESTIONS)
|
|
160
|
+
out.push(`1. ${esc(q)}`);
|
|
161
|
+
out.push("");
|
|
162
|
+
if (opts.feedbackTarget) {
|
|
163
|
+
out.push(`**Collect it here:** open a *Guide feedback* issue → ${opts.feedbackTarget}`);
|
|
164
|
+
out.push("");
|
|
165
|
+
}
|
|
166
|
+
else {
|
|
167
|
+
out.push("**Collect it:** add a `Guide feedback` issue form to your repo (`cotrackpro guide feedback`), or build a feedback form with `cotrackpro params`.");
|
|
168
|
+
out.push("");
|
|
169
|
+
}
|
|
170
|
+
if (wantLeader) {
|
|
171
|
+
out.push("> **For leaders:** review feedback weekly during the pilot; fold recurring blockers back into this guide and re-approve the flow.");
|
|
172
|
+
out.push("");
|
|
173
|
+
}
|
|
174
|
+
out.push("---");
|
|
175
|
+
out.push("");
|
|
176
|
+
out.push(`*Generated from the \`${input.id}\` ${input.kind} with \`cotrackpro guide\`. Regenerate when the catalog changes — content tracks the source of truth.*`);
|
|
177
|
+
out.push("");
|
|
178
|
+
return out.join("\n");
|
|
179
|
+
}
|
|
180
|
+
//# sourceMappingURL=render.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"render.js","sourceRoot":"","sources":["../../src/guide/render.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operational guide model. A Guide is composed from the platform catalog (a
|
|
3
|
+
* blueprint, scenario, or workflow) into a markdown playbook with a dual
|
|
4
|
+
* audience — developers AND their leaders — covering how to onboard new users
|
|
5
|
+
* and gather feedback.
|
|
6
|
+
*
|
|
7
|
+
* The engine is a PURE composer over `GuideInput` (plain data), so it stays
|
|
8
|
+
* import-free and runs in the browser builder and the CLI alike. Callers build
|
|
9
|
+
* `GuideInput` from the SDK registries (CLI) or the generated JSON (portal).
|
|
10
|
+
*/
|
|
11
|
+
export type GuideKind = "blueprint" | "scenario" | "workflow";
|
|
12
|
+
export type GuideAudience = "dev" | "leader" | "both";
|
|
13
|
+
export interface GuideRole {
|
|
14
|
+
id: string;
|
|
15
|
+
label: string;
|
|
16
|
+
}
|
|
17
|
+
export interface GuideArtifactRef {
|
|
18
|
+
name: string;
|
|
19
|
+
title: string;
|
|
20
|
+
sensitivity?: string;
|
|
21
|
+
}
|
|
22
|
+
export interface GuideScenarioRef {
|
|
23
|
+
name: string;
|
|
24
|
+
title: string;
|
|
25
|
+
audience?: string;
|
|
26
|
+
goal?: string;
|
|
27
|
+
steps?: number;
|
|
28
|
+
walkthrough?: string[];
|
|
29
|
+
}
|
|
30
|
+
export interface GuideWorkflowRef {
|
|
31
|
+
id: string;
|
|
32
|
+
name: string;
|
|
33
|
+
description?: string;
|
|
34
|
+
safetyLevel?: string;
|
|
35
|
+
walkthrough?: string[];
|
|
36
|
+
}
|
|
37
|
+
/** A shared knowledge file behind this guide's guardrails — read-before-you-rely background. */
|
|
38
|
+
export interface GuideKnowledgeRef {
|
|
39
|
+
name: string;
|
|
40
|
+
title: string;
|
|
41
|
+
summary?: string;
|
|
42
|
+
}
|
|
43
|
+
export interface GuideInput {
|
|
44
|
+
id: string;
|
|
45
|
+
kind: GuideKind;
|
|
46
|
+
title: string;
|
|
47
|
+
summary: string;
|
|
48
|
+
disciplines?: string[];
|
|
49
|
+
/** The command that stands the module up, e.g. `cotrackpro project new <id>`. */
|
|
50
|
+
scaffold?: string;
|
|
51
|
+
roles?: GuideRole[];
|
|
52
|
+
artifacts?: GuideArtifactRef[];
|
|
53
|
+
scenarios?: GuideScenarioRef[];
|
|
54
|
+
workflows?: GuideWorkflowRef[];
|
|
55
|
+
/** Prompt-module names that act as non-negotiable guardrails. */
|
|
56
|
+
guardrails?: string[];
|
|
57
|
+
/** Shared knowledge files behind the guardrails (read-before-you-rely background). */
|
|
58
|
+
knowledge?: GuideKnowledgeRef[];
|
|
59
|
+
}
|
|
60
|
+
export interface GuideOptions {
|
|
61
|
+
/** Whose track to emphasize. Default "both" (labeled developer + leader callouts). */
|
|
62
|
+
audience?: GuideAudience;
|
|
63
|
+
/** Optional Mermaid flow (from `@cotrackpro/sdk/diagram`) embedded as "The flow". */
|
|
64
|
+
diagramMermaid?: string;
|
|
65
|
+
/** Where structured feedback goes — a CTA target (e.g. a repo "Guide feedback" issue). */
|
|
66
|
+
feedbackTarget?: string;
|
|
67
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/guide/types.ts"],"names":[],"mappings":""}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @cotrackpro/sdk — the typed client for the CoTrackPro platform.
|
|
3
|
+
*
|
|
4
|
+
* One place for transport, auth, typed API resources, and MCP/artifact bindings,
|
|
5
|
+
* consumed by the CLI and every cotrackpro* repo. Designed to be lifted into
|
|
6
|
+
* `cotrackpro-foundations` and published.
|
|
7
|
+
*/
|
|
8
|
+
export { createClient, CotrackproClient, type ClientConfig } from "./resources/client.js";
|
|
9
|
+
export * from "./resources/types.js";
|
|
10
|
+
export { Transport, type TransportConfig, type RequestParams, type FetchLike } from "./core/transport.js";
|
|
11
|
+
export { resolveSdkConfig, DEFAULT_BASE_URL, type ConfigLayer, type ResolvedSdkConfig } from "./core/config.js";
|
|
12
|
+
export { CotrackproError, isCotrackproError, type CotrackproErrorInit } from "./core/errors.js";
|
|
13
|
+
export { type AuthProvider, AnonymousProvider, StaticTokenProvider, CallbackTokenProvider, } from "./auth/provider.js";
|
|
14
|
+
export { DeviceFlowProvider, type DeviceFlowHooks } from "./auth/deviceFlow.js";
|
|
15
|
+
export { CliBrokerProvider, clientFromBrokerEnv, brokerScopes, BROKER_ENV, type BrokerEnv, } from "./auth/broker.js";
|
|
16
|
+
export * as mcp from "./mcp/index.js";
|
|
17
|
+
export * as params from "./params/index.js";
|
|
18
|
+
export * as assistant from "./assistant/index.js";
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @cotrackpro/sdk — the typed client for the CoTrackPro platform.
|
|
3
|
+
*
|
|
4
|
+
* One place for transport, auth, typed API resources, and MCP/artifact bindings,
|
|
5
|
+
* consumed by the CLI and every cotrackpro* repo. Designed to be lifted into
|
|
6
|
+
* `cotrackpro-foundations` and published.
|
|
7
|
+
*/
|
|
8
|
+
export { createClient, CotrackproClient } from "./resources/client.js";
|
|
9
|
+
export * from "./resources/types.js";
|
|
10
|
+
export { Transport } from "./core/transport.js";
|
|
11
|
+
export { resolveSdkConfig, DEFAULT_BASE_URL } from "./core/config.js";
|
|
12
|
+
export { CotrackproError, isCotrackproError } from "./core/errors.js";
|
|
13
|
+
export { AnonymousProvider, StaticTokenProvider, CallbackTokenProvider, } from "./auth/provider.js";
|
|
14
|
+
export { DeviceFlowProvider } from "./auth/deviceFlow.js";
|
|
15
|
+
export { CliBrokerProvider, clientFromBrokerEnv, brokerScopes, BROKER_ENV, } from "./auth/broker.js";
|
|
16
|
+
export * as mcp from "./mcp/index.js";
|
|
17
|
+
export * as params from "./params/index.js";
|
|
18
|
+
export * as assistant from "./assistant/index.js";
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAqB,MAAM,uBAAuB,CAAC;AAC1F,cAAc,sBAAsB,CAAC;AAErC,OAAO,EAAE,SAAS,EAA4D,MAAM,qBAAqB,CAAC;AAC1G,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAA4C,MAAM,kBAAkB,CAAC;AAChH,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAA4B,MAAM,kBAAkB,CAAC;AAEhG,OAAO,EAEL,iBAAiB,EACjB,mBAAmB,EACnB,qBAAqB,GACtB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,kBAAkB,EAAwB,MAAM,sBAAsB,CAAC;AAChF,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACnB,YAAY,EACZ,UAAU,GAEX,MAAM,kBAAkB,CAAC;AAE1B,OAAO,KAAK,GAAG,MAAM,gBAAgB,CAAC;AACtC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,SAAS,MAAM,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export type DataSensitivity = "public" | "sensitive" | "confidential";
|
|
2
|
+
/** Every artifact name the platform can produce (133 total). */
|
|
3
|
+
export type ArtifactName = "account-security-checklist" | "action-plan-checklist" | "affidavit-or-declaration" | "appearance-log" | "artifacts-produced" | "boundary-statement-template" | "call-video-log" | "care-team-communication-note" | "case-documentation" | "case-management-order" | "case-notes" | "case-plan-or-service-plan" | "certified-transcript" | "child-profile-sheet" | "child-safety-assessment" | "client-intake-and-eligibility-form" | "clinical-summary-letter" | "closure-letter" | "communication-log" | "compliance-directives" | "compliance-summary" | "compliance-tracker" | "consent-or-release-forms" | "contact-log" | "contempt-orders" | "coordinated-service-plan" | "coping-plan" | "court-orders" | "court-report-and-recommendations" | "court-testimony-preparation-guide" | "crisis-or-safety-plan" | "custody-exchange-log" | "deadline-tracker" | "discharge-support-summary" | "discovery-request-tracker" | "document-transmittal-log" | "emergency-contacts-sheet" | "emotional-wellbeing-journal" | "errata-sheet" | "escalation-ladder" | "escalation-note" | "evidence-index-exhibit-list" | "evidence-log" | "evidence-packet" | "evidence-preservation-checklist" | "exchange-log" | "exhibit-index" | "exhibit-list" | "family-service-plan" | "filing-checklist" | "final-judgment-or-decree" | "financial-disclosure-statement" | "findings-of-fact-and-conclusions" | "follow-up-schedule" | "goals-priorities-snapshot" | "ground-rules-document" | "hearing-prep-checklist" | "hearing-prep-notes" | "home-visit-notes" | "iep-504-meeting-summary" | "iep-504-prep-notes" | "impersonation-incident-template" | "incident-debrief-summary" | "incident-log" | "incident-report" | "intake-assessment" | "intake-summary" | "interpretation-issue-note" | "interpreter-assignment-confirmation" | "interpreter-time-log" | "invoice" | "invoice-or-billing-record" | "issues-and-interests-worksheet" | "key-dates-deadlines-tracker" | "mediation-agreement" | "mediation-intake-form" | "meeting-agenda-template" | "meeting-minutes-template" | "memorandum-of-understanding" | "message-draft-templates" | "minute-entries" | "missed-parenting-time-tracker" | "outcome-summary" | "parenting-plan-draft" | "parenting-time-order" | "participation-agreement" | "parties-household-directory" | "pattern-detection-summary" | "placement-summary" | "platform-report-log" | "pleadings-and-motions" | "preparation-handouts" | "progress-notes" | "progress-report" | "proposed-order-template" | "qualification-statement" | "referral-and-consent-forms" | "referral-list" | "referral-tracking-sheet" | "release-of-information-form" | "reporters-certificate" | "representation-agreement" | "resource-plan" | "resource-referral-list" | "resource-referral-packet" | "response-decision-tree" | "review-hearing-schedule" | "risk-screen-notes" | "safe-exchange-protocol" | "safety-plan" | "school-support-packet" | "screenshot-log" | "service-of-process-tracker" | "session-notes" | "session-summary" | "settlement-agreement" | "settlement-agreement-or-consent-judgment" | "settlement-term-sheet" | "stakeholder-map" | "status-update-memo" | "substance-use-monitoring-log" | "supervised-visitation-report" | "support-order-worksheet" | "teacher-communication-template" | "team-meeting-notes" | "technology-access-report" | "temporary-orders" | "terminology-glossary" | "timeline" | "timeline-of-events" | "treatment-plan" | "updated-goal-plan" | "written-bench-memorandum";
|
|
4
|
+
export interface ArtifactMeta {
|
|
5
|
+
name: ArtifactName;
|
|
6
|
+
title: string;
|
|
7
|
+
dataSensitivity: DataSensitivity;
|
|
8
|
+
/** One-line description of what the document is (from the `list_artifacts` surface). */
|
|
9
|
+
description: string;
|
|
10
|
+
/** Schema fields carrying child-safety / risk signal (e.g. child_impact, severity). */
|
|
11
|
+
safetyFields: string[];
|
|
12
|
+
/** Whether the artifact schema carries an AI-provenance block. */
|
|
13
|
+
hasProvenance: boolean;
|
|
14
|
+
/** Child-safety / crisis relevance, derived from fields + name/title. */
|
|
15
|
+
safetyRelevant: boolean;
|
|
16
|
+
}
|
|
17
|
+
/** Typed registry of all artifacts, keyed by name. */
|
|
18
|
+
export declare const ARTIFACTS: Record<ArtifactName, ArtifactMeta>;
|
|
19
|
+
export declare const ARTIFACT_NAMES: ArtifactName[];
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
// AUTO-GENERATED by sdk/scripts/gen-artifacts.ts — do not edit by hand.
|
|
2
|
+
// Source: CoTrackPro MCP `list_artifacts`. Re-run `npm run codegen` to refresh.
|
|
3
|
+
/** Typed registry of all artifacts, keyed by name. */
|
|
4
|
+
export const ARTIFACTS = {
|
|
5
|
+
"account-security-checklist": { name: "account-security-checklist", title: "Account Security Checklist", dataSensitivity: "sensitive", description: "Checklist for passwords, MFA, device security, and account recovery.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
6
|
+
"action-plan-checklist": { name: "action-plan-checklist", title: "Action Plan Checklist", dataSensitivity: "sensitive", description: "Step-by-step checklist outlining agreed-upon actions, responsible parties, and deadlines following mediation.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
7
|
+
"affidavit-or-declaration": { name: "affidavit-or-declaration", title: "Affidavit or Declaration", dataSensitivity: "confidential", description: "A sworn written statement used to present facts to the court or agency when testimony is provided in writing.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
8
|
+
"appearance-log": { name: "appearance-log", title: "Appearance Log", dataSensitivity: "confidential", description: "A running log of hearings, meetings, and appearances attended, including dates, outcomes, and next steps.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
9
|
+
"artifacts-produced": { name: "artifacts-produced", title: "Artifacts Produced", dataSensitivity: "sensitive", description: "A roll-up checklist of documents generated in a workstream to confirm what has been produced and what is still pending.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
10
|
+
"boundary-statement-template": { name: "boundary-statement-template", title: "Boundary Statement Template", dataSensitivity: "sensitive", description: "Fillable statement that sets clear boundaries and consequences neutrally.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
11
|
+
"call-video-log": { name: "call-video-log", title: "Call / Video Log", dataSensitivity: "confidential", description: "Log of calls or video attempts: date/time, duration, results, disruptions.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
12
|
+
"care-team-communication-note": { name: "care-team-communication-note", title: "Care Team Communication Note", dataSensitivity: "confidential", description: "A brief internal note capturing care-team updates, decisions, and next actions while staying within confidentiality limits.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
13
|
+
"case-documentation": { name: "case-documentation", title: "Case Documentation", dataSensitivity: "confidential", description: "Chronological log of all communications, meetings, and decisions made throughout the intervention process.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
14
|
+
"case-management-order": { name: "case-management-order", title: "Case Management Order", dataSensitivity: "confidential", description: "A court order that sets case structure—deadlines, disclosures, hearings, and compliance requirements.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
15
|
+
"case-notes": { name: "case-notes", title: "Case Notes", dataSensitivity: "confidential", description: "Structured notes capturing objective contacts, observations, actions taken, and follow-ups for the case record.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
16
|
+
"case-plan-or-service-plan": { name: "case-plan-or-service-plan", title: "Case Plan or Service Plan", dataSensitivity: "confidential", description: "A written plan outlining goals, services, responsible parties, and timelines for supporting the child and family.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
17
|
+
"certified-transcript": { name: "certified-transcript", title: "Certified Transcript", dataSensitivity: "confidential", description: "An official certified transcript of a hearing or proceeding used for filing, appeal, or record clarity.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
18
|
+
"child-profile-sheet": { name: "child-profile-sheet", title: "Child Profile Sheet", dataSensitivity: "confidential", description: "Key child info: school, routines, supports, medical notes, and transitions.", safetyFields: [], hasProvenance: true, safetyRelevant: true },
|
|
19
|
+
"child-safety-assessment": { name: "child-safety-assessment", title: "Child Safety Assessment", dataSensitivity: "confidential", description: "A structured assessment form evaluating the safety and well-being of a child in their current environment.", safetyFields: [], hasProvenance: true, safetyRelevant: true },
|
|
20
|
+
"client-intake-and-eligibility-form": { name: "client-intake-and-eligibility-form", title: "Client Intake and Eligibility Form", dataSensitivity: "confidential", description: "An intake form used to capture client information, eligibility, and an initial triage of needs and urgency.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
21
|
+
"clinical-summary-letter": { name: "clinical-summary-letter", title: "Clinical Summary Letter", dataSensitivity: "confidential", description: "A clinician’s summary of treatment status, functioning, and recommendations within the permitted scope.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
22
|
+
"closure-letter": { name: "closure-letter", title: "Closure Letter", dataSensitivity: "confidential", description: "A closing notice summarizing case outcome, remaining obligations, and how to re-engage services if needed.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
23
|
+
"communication-log": { name: "communication-log", title: "Communication Log", dataSensitivity: "confidential", description: "A chronological record of calls, emails, texts, and messages, including dates, participants, and outcomes.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
24
|
+
"compliance-directives": { name: "compliance-directives", title: "Compliance Directives", dataSensitivity: "confidential", description: "Written directives that specify required actions, deadlines, proof, and consequences for non-compliance.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
25
|
+
"compliance-summary": { name: "compliance-summary", title: "Compliance Summary (One-Page)", dataSensitivity: "confidential", description: "One-page summary of compliance/noncompliance with citations to evidence.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
26
|
+
"compliance-tracker": { name: "compliance-tracker", title: "Compliance Tracker (Order-by-Order)", dataSensitivity: "confidential", description: "Tracker listing each order provision, what compliance looks like, and evidence.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
27
|
+
"consent-or-release-forms": { name: "consent-or-release-forms", title: "Consent or Release Forms", dataSensitivity: "confidential", description: "Signed forms that authorize information sharing or services, defining the scope, purpose, and expiration if applicable.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
28
|
+
"contact-log": { name: "contact-log", title: "Contact Log", dataSensitivity: "confidential", description: "A record of key contacts and interactions, capturing who was contacted, why, what was discussed, and next steps.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
29
|
+
"contempt-orders": { name: "contempt-orders", title: "Contempt Orders", dataSensitivity: "confidential", description: "Court orders addressing violations of prior orders and setting sanctions, purge conditions, or corrective requirements.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
30
|
+
"coordinated-service-plan": { name: "coordinated-service-plan", title: "Coordinated Service Plan", dataSensitivity: "confidential", description: "A coordinated plan that aligns providers, services, timelines, and responsibilities to reduce gaps and duplication.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
31
|
+
"coping-plan": { name: "coping-plan", title: "Coping Plan", dataSensitivity: "confidential", description: "A personalized plan listing coping tools, supports, and steps to manage stress, triggers, and difficult interactions.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
32
|
+
"court-orders": { name: "court-orders", title: "Court Orders", dataSensitivity: "confidential", description: "A consolidated set of active court orders with key requirements, deadlines, and enforcement terms highlighted for compliance.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
33
|
+
"court-report-and-recommendations": { name: "court-report-and-recommendations", title: "Court Report and Recommendations", dataSensitivity: "confidential", description: "A structured report summarizing findings and offering recommendations, written neutrally and tied to documented facts.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
34
|
+
"court-testimony-preparation-guide": { name: "court-testimony-preparation-guide", title: "Court Testimony Preparation Guide", dataSensitivity: "sensitive", description: "A checklist and resource guide to help children and caregivers prepare for court testimony.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
35
|
+
"crisis-or-safety-plan": { name: "crisis-or-safety-plan", title: "Crisis or Safety Plan", dataSensitivity: "confidential", description: "A safety-focused plan outlining immediate risks, protective steps, safe contacts, and clear do/don’t instructions during a crisis.", safetyFields: [], hasProvenance: true, safetyRelevant: true },
|
|
36
|
+
"custody-exchange-log": { name: "custody-exchange-log", title: "Custody Exchange Log", dataSensitivity: "confidential", description: "A log recording the details of each custody exchange, including time, location, and any issues or concerns.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
37
|
+
"deadline-tracker": { name: "deadline-tracker", title: "Deadline Tracker", dataSensitivity: "confidential", description: "A tracker that lists deadlines, responsible parties, required submissions, and completion status to prevent missed filings or tasks.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
38
|
+
"discharge-support-summary": { name: "discharge-support-summary", title: "Discharge Support Summary", dataSensitivity: "confidential", description: "A summary documenting supports provided at discharge, aftercare plans, referrals made, and recommended next steps.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
39
|
+
"discovery-request-tracker": { name: "discovery-request-tracker", title: "Discovery Request Tracker", dataSensitivity: "confidential", description: "Tracker for requests sent/received, deadlines, responses, and follow-ups.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
40
|
+
"document-transmittal-log": { name: "document-transmittal-log", title: "Document Transmittal Log", dataSensitivity: "confidential", description: "A log documenting what documents were sent, to whom, when, by what method, and any delivery confirmation.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
41
|
+
"emergency-contacts-sheet": { name: "emergency-contacts-sheet", title: "Emergency Contacts Sheet", dataSensitivity: "confidential", description: "Contact sheet including family, school, professionals, and emergency resources.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
42
|
+
"emotional-wellbeing-journal": { name: "emotional-wellbeing-journal", title: "Emotional Wellbeing Journal", dataSensitivity: "confidential", description: "A guided journal for children to record their feelings, stressors, and coping strategies during family conflict.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
43
|
+
"errata-sheet": { name: "errata-sheet", title: "Errata Sheet", dataSensitivity: "confidential", description: "A correction sheet used to record and certify transcript or record corrections, clarifications, or noted errors.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
44
|
+
"escalation-ladder": { name: "escalation-ladder", title: "Escalation Ladder", dataSensitivity: "sensitive", description: "Level-based decision tree for when to document, clarify, involve pros, or escalate.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
45
|
+
"escalation-note": { name: "escalation-note", title: "Escalation Note", dataSensitivity: "confidential", description: "A note that documents why an issue was escalated, who was notified, what was shared, and the requested resolution path.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
46
|
+
"evidence-index-exhibit-list": { name: "evidence-index-exhibit-list", title: "Evidence Index / Exhibit List", dataSensitivity: "confidential", description: "Court-ready index of exhibits with filenames, dates, and relevance notes.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
47
|
+
"evidence-log": { name: "evidence-log", title: "Evidence Log", dataSensitivity: "confidential", description: "Catalog of physical and digital evidence collected during an investigation, including photos, emails, and witness statements.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
48
|
+
"evidence-packet": { name: "evidence-packet", title: "Evidence Packet", dataSensitivity: "confidential", description: "Bundle of exhibits with full chain-of-custody, hashing, and authentication metadata. Produced by evidence-organization for downstream legal-document-formatter consumption. Data sensitivity: confidential.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
49
|
+
"evidence-preservation-checklist": { name: "evidence-preservation-checklist", title: "Evidence Preservation Checklist", dataSensitivity: "sensitive", description: "Checklist for preserving digital and physical evidence with timestamps and backups.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
50
|
+
"exchange-log": { name: "exchange-log", title: "Exchange Log", dataSensitivity: "confidential", description: "Pickup/drop-off record including conduct notes and outcomes.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
51
|
+
"exhibit-index": { name: "exhibit-index", title: "Exhibit Index", dataSensitivity: "confidential", description: "An index that organizes exhibits by number/letter with brief identifiers to support easy reference during hearings or filings.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
52
|
+
"exhibit-list": { name: "exhibit-list", title: "Exhibit List", dataSensitivity: "confidential", description: "A structured list of exhibits with identifiers and descriptions used to prepare filings, testimony, and courtroom presentation.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
53
|
+
"family-service-plan": { name: "family-service-plan", title: "Family Service Plan", dataSensitivity: "confidential", description: "A service plan describing needs, services, providers, timelines, and follow-up steps to support stability and progress.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
54
|
+
"filing-checklist": { name: "filing-checklist", title: "Filing Checklist", dataSensitivity: "sensitive", description: "Checklist for common court filings (attachments, exhibits, service).", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
55
|
+
"final-judgment-or-decree": { name: "final-judgment-or-decree", title: "Final Judgment or Decree", dataSensitivity: "confidential", description: "The final decree that resolves issues in the case and sets enforceable terms, responsibilities, and any continuing obligations.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
56
|
+
"financial-disclosure-statement": { name: "financial-disclosure-statement", title: "Financial Disclosure Statement", dataSensitivity: "confidential", description: "A standardized form for reporting income, expenses, and assets in support or custody cases.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
57
|
+
"findings-of-fact-and-conclusions": { name: "findings-of-fact-and-conclusions", title: "Findings of Fact and Conclusions", dataSensitivity: "confidential", description: "A written section of an order that states the court’s factual findings and legal conclusions supporting the ruling.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
58
|
+
"follow-up-schedule": { name: "follow-up-schedule", title: "Follow-up Schedule", dataSensitivity: "confidential", description: "Schedule for check-ins, deadlines, and periodic reassessment.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
59
|
+
"goals-priorities-snapshot": { name: "goals-priorities-snapshot", title: "Goals & Priorities Snapshot", dataSensitivity: "confidential", description: "Short worksheet clarifying what matters most to each party and the child.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
60
|
+
"ground-rules-document": { name: "ground-rules-document", title: "Ground Rules Document", dataSensitivity: "confidential", description: "A set of agreed communication and conduct rules used to reduce conflict, set boundaries, and keep interactions productive.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
61
|
+
"hearing-prep-checklist": { name: "hearing-prep-checklist", title: "Hearing Prep Checklist", dataSensitivity: "confidential", description: "A step-by-step checklist of documents, deadlines, and key points to prepare for an upcoming hearing.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
62
|
+
"hearing-prep-notes": { name: "hearing-prep-notes", title: "Hearing Prep Notes", dataSensitivity: "confidential", description: "Structured prep notes: key facts, exhibits, relief requested, and risks.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
63
|
+
"home-visit-notes": { name: "home-visit-notes", title: "Home Visit Notes", dataSensitivity: "confidential", description: "Objective notes from a home visit documenting who was present, what was observed, and follow-up actions required.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
64
|
+
"iep-504-meeting-summary": { name: "iep-504-meeting-summary", title: "IEP/504 Meeting Summary", dataSensitivity: "confidential", description: "A summary document of Individualized Education Program (IEP) or 504 Plan meetings, including decisions and action items.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
65
|
+
"iep-504-prep-notes": { name: "iep-504-prep-notes", title: "IEP/504 Prep Notes", dataSensitivity: "confidential", description: "Preparation worksheet for IEP/504 meeting goals, accommodations, and evidence.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
66
|
+
"impersonation-incident-template": { name: "impersonation-incident-template", title: "Impersonation Incident Template", dataSensitivity: "sensitive", description: "Template for documenting impersonation/account takeover with supporting evidence.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
67
|
+
"incident-debrief-summary": { name: "incident-debrief-summary", title: "Incident Debrief Summary", dataSensitivity: "confidential", description: "A concise summary of key findings and next steps following a critical incident or emergency.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
68
|
+
"incident-log": { name: "incident-log", title: "Incident Log", dataSensitivity: "confidential", description: "Single incident record. Used by parents, attorneys, and therapists to document observed events with neutrality and source attribution. Data sensitivity: confidential.", safetyFields: ["child_impact", "severity"], hasProvenance: true, safetyRelevant: true },
|
|
69
|
+
"incident-report": { name: "incident-report", title: "Incident Report", dataSensitivity: "confidential", description: "Detailed account of a workplace conflict, including involved parties, timeline, actions taken, and recommendations for next steps.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
70
|
+
"intake-assessment": { name: "intake-assessment", title: "Intake Assessment", dataSensitivity: "confidential", description: "A structured initial assessment capturing presenting concerns, relevant history, risk indicators, and recommended next steps.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
71
|
+
"intake-summary": { name: "intake-summary", title: "Intake Summary", dataSensitivity: "confidential", description: "One-page summary capturing key facts, goals, constraints, and next steps gathered during intake.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
72
|
+
"interpretation-issue-note": { name: "interpretation-issue-note", title: "Interpretation Issue Note", dataSensitivity: "confidential", description: "A note documenting language-access or interpretation issues that affected understanding, participation, or case logistics.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
73
|
+
"interpreter-assignment-confirmation": { name: "interpreter-assignment-confirmation", title: "Interpreter Assignment Confirmation", dataSensitivity: "confidential", description: "A confirmation of interpreter assignment details—language, date/time, location or remote link, and contact information.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
74
|
+
"interpreter-time-log": { name: "interpreter-time-log", title: "Interpreter Time Log", dataSensitivity: "confidential", description: "A log tracking interpreter start/end times, segments covered, and billable duration for services provided.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
75
|
+
"invoice": { name: "invoice", title: "Invoice", dataSensitivity: "confidential", description: "An itemized invoice for services rendered, showing dates, descriptions, rates, totals, and payment terms.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
76
|
+
"invoice-or-billing-record": { name: "invoice-or-billing-record", title: "Invoice or Billing Record", dataSensitivity: "confidential", description: "A billing record summarizing charges, payments, adjustments, and remaining balance for a defined service period.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
77
|
+
"issues-and-interests-worksheet": { name: "issues-and-interests-worksheet", title: "Issues and Interests Worksheet", dataSensitivity: "confidential", description: "A worksheet that lists issues, underlying interests, priorities, and options to support negotiation and problem-solving.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
78
|
+
"key-dates-deadlines-tracker": { name: "key-dates-deadlines-tracker", title: "Key Dates & Deadlines Tracker", dataSensitivity: "confidential", description: "Tracker for court dates, school meetings, therapy appointments, and deadlines.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
79
|
+
"mediation-agreement": { name: "mediation-agreement", title: "Mediation Agreement", dataSensitivity: "confidential", description: "A written summary of terms reached in mediation, including responsibilities, timelines, and any steps required to finalize.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
80
|
+
"mediation-intake-form": { name: "mediation-intake-form", title: "Mediation Intake Form", dataSensitivity: "confidential", description: "An intake form that gathers party information, goals, key issues, and screening items before mediation begins.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
81
|
+
"meeting-agenda-template": { name: "meeting-agenda-template", title: "Meeting Agenda Template", dataSensitivity: "sensitive", description: "Agenda template for mediation, case conference, or co-parent meeting.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
82
|
+
"meeting-minutes-template": { name: "meeting-minutes-template", title: "Meeting Minutes Template", dataSensitivity: "confidential", description: "Minutes template capturing decisions, owners, deadlines, and follow-ups.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
83
|
+
"memorandum-of-understanding": { name: "memorandum-of-understanding", title: "Memorandum of Understanding", dataSensitivity: "confidential", description: "A document summarizing shared understandings and commitments, often used as a bridge to a formal agreement.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
84
|
+
"message-draft-templates": { name: "message-draft-templates", title: "Message Draft Templates (BIFF)", dataSensitivity: "sensitive", description: "Templates for brief, informative, friendly, firm messages to reduce conflict.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
85
|
+
"minute-entries": { name: "minute-entries", title: "Minute Entries", dataSensitivity: "confidential", description: "A brief court record entry noting what happened at a hearing and any orders, deadlines, or next dates set.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
86
|
+
"missed-parenting-time-tracker": { name: "missed-parenting-time-tracker", title: "Missed Parenting Time Tracker", dataSensitivity: "confidential", description: "Tracker of missed or shortened parenting time including reasons and impacts.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
87
|
+
"outcome-summary": { name: "outcome-summary", title: "Outcome Summary", dataSensitivity: "confidential", description: "Summary of outcomes, changes, and what to do next (30/60/90 days).", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
88
|
+
"parenting-plan-draft": { name: "parenting-plan-draft", title: "Parenting Plan Draft", dataSensitivity: "confidential", description: "A working draft of a parenting plan that outlines schedules, decision-making rules, exchanges, and conflict-resolution steps.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
89
|
+
"parenting-time-order": { name: "parenting-time-order", title: "Parenting Time Order", dataSensitivity: "confidential", description: "A court order that sets a parenting-time schedule and related requirements, including exchanges, notice rules, and enforcement terms.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
90
|
+
"participation-agreement": { name: "participation-agreement", title: "Participation Agreement", dataSensitivity: "confidential", description: "An agreement defining participation expectations, confidentiality boundaries, fees, and conduct rules for a service or program.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
91
|
+
"parties-household-directory": { name: "parties-household-directory", title: "Parties & Household Directory", dataSensitivity: "confidential", description: "Directory of parties, children, households, and safe contact methods.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
92
|
+
"pattern-detection-summary": { name: "pattern-detection-summary", title: "Pattern Detection Summary", dataSensitivity: "confidential", description: "Summary of repeated triggers, time windows, and escalation patterns.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
93
|
+
"placement-summary": { name: "placement-summary", title: "Placement Summary", dataSensitivity: "confidential", description: "A summary describing the child’s current placement, stability factors, needs, and any recommendations or follow-up steps.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
94
|
+
"platform-report-log": { name: "platform-report-log", title: "Platform Report Log", dataSensitivity: "confidential", description: "Log of reports made to online platforms and results (tickets, responses).", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
95
|
+
"pleadings-and-motions": { name: "pleadings-and-motions", title: "Pleadings and Motions", dataSensitivity: "confidential", description: "A compiled set of pleadings and motions filed in the matter, used to track requests, responses, and the procedural record.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
96
|
+
"preparation-handouts": { name: "preparation-handouts", title: "Preparation Handouts", dataSensitivity: "confidential", description: "A set of participant-ready handouts that explain the process, expectations, and tools to support follow-through.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
97
|
+
"progress-notes": { name: "progress-notes", title: "Progress Notes", dataSensitivity: "confidential", description: "Clinical progress notes documenting session content, observed symptoms, interventions used, and plan for next steps.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
98
|
+
"progress-report": { name: "progress-report", title: "Progress Report", dataSensitivity: "confidential", description: "A periodic report summarizing progress toward goals, services delivered, barriers, and recommended next actions.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
99
|
+
"proposed-order-template": { name: "proposed-order-template", title: "Proposed Order Template", dataSensitivity: "sensitive", description: "Fillable proposed order outline aligned to requested relief.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
100
|
+
"qualification-statement": { name: "qualification-statement", title: "Qualification Statement", dataSensitivity: "confidential", description: "A statement describing qualifications, scope of work, and limitations to clarify role, expertise, and boundaries.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
101
|
+
"referral-and-consent-forms": { name: "referral-and-consent-forms", title: "Referral and Consent Forms", dataSensitivity: "confidential", description: "A set of referral and consent documents used to initiate services and authorize limited information sharing when required.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
102
|
+
"referral-list": { name: "referral-list", title: "Referral List", dataSensitivity: "confidential", description: "Curated referral list of vetted local resources and professionals.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
103
|
+
"referral-tracking-sheet": { name: "referral-tracking-sheet", title: "Referral Tracking Sheet", dataSensitivity: "confidential", description: "A sheet tracking referrals made, contact attempts, appointment status, and outcomes to ensure follow-through.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
104
|
+
"release-of-information-form": { name: "release-of-information-form", title: "Release of Information Form", dataSensitivity: "confidential", description: "A signed authorization permitting release of specified information to named parties within a defined purpose and timeframe.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
105
|
+
"reporters-certificate": { name: "reporters-certificate", title: "Reporters Certificate", dataSensitivity: "confidential", description: "A reporter’s certificate verifying transcript preparation details, accuracy, and any applicable certification statements.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
106
|
+
"representation-agreement": { name: "representation-agreement", title: "Representation Agreement", dataSensitivity: "confidential", description: "A written agreement defining legal representation scope, responsibilities, fees, and client expectations.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
107
|
+
"resource-plan": { name: "resource-plan", title: "Resource Plan", dataSensitivity: "confidential", description: "Plan of recommended services, responsibilities, and target dates.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
108
|
+
"resource-referral-list": { name: "resource-referral-list", title: "Resource Referral List", dataSensitivity: "confidential", description: "A curated list of resources and referrals with contact details, eligibility notes, and access steps for support services.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
109
|
+
"resource-referral-packet": { name: "resource-referral-packet", title: "Resource Referral Packet", dataSensitivity: "confidential", description: "A bundled packet of referral resources, eligibility notes, and contact steps tailored to the family’s needs.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
110
|
+
"response-decision-tree": { name: "response-decision-tree", title: "Response Decision Tree", dataSensitivity: "sensitive", description: "Guide for deciding whether to ignore, clarify, propose, or escalate.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
111
|
+
"review-hearing-schedule": { name: "review-hearing-schedule", title: "Review Hearing Schedule", dataSensitivity: "confidential", description: "A schedule of upcoming review hearings with dates, purposes, deadlines, and required proof for each checkpoint.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
112
|
+
"risk-screen-notes": { name: "risk-screen-notes", title: "Risk Screen Notes", dataSensitivity: "confidential", description: "Structured notes from initial risk screening (safety, escalation, stalking, child wellbeing).", safetyFields: [], hasProvenance: true, safetyRelevant: true },
|
|
113
|
+
"safe-exchange-protocol": { name: "safe-exchange-protocol", title: "Safe Exchange Protocol", dataSensitivity: "sensitive", description: "Written protocol for low-conflict custody exchanges (location, timing, roles).", safetyFields: [], hasProvenance: true, safetyRelevant: true },
|
|
114
|
+
"safety-plan": { name: "safety-plan", title: "Safety Plan", dataSensitivity: "confidential", description: "Per-case safety plan produced by safety-review. Identifies risks, protective factors, response steps, and surfaced crisis resources. Data sensitivity: confidential.", safetyFields: ["crisis_resources", "identified_risks", "protective_factors", "risk_level"], hasProvenance: true, safetyRelevant: true },
|
|
115
|
+
"school-support-packet": { name: "school-support-packet", title: "School Support Packet", dataSensitivity: "confidential", description: "Packet with key school contacts, meeting goals, and communication templates.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
116
|
+
"screenshot-log": { name: "screenshot-log", title: "Screenshot Log", dataSensitivity: "confidential", description: "Log that records screenshots captured, source, timestamp, and storage location.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
117
|
+
"service-of-process-tracker": { name: "service-of-process-tracker", title: "Service of Process Tracker", dataSensitivity: "confidential", description: "Tracker for service attempts, dates, proof, and outcomes.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
118
|
+
"session-notes": { name: "session-notes", title: "Session Notes", dataSensitivity: "confidential", description: "Objective notes documenting what occurred in a session, key observations, and follow-up actions within scope.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
119
|
+
"session-summary": { name: "session-summary", title: "Session Summary", dataSensitivity: "confidential", description: "A concise summary of a session’s goals, topics covered, outcomes, and next steps.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
120
|
+
"settlement-agreement": { name: "settlement-agreement", title: "Settlement Agreement", dataSensitivity: "confidential", description: "A signed agreement documenting the final negotiated terms, responsibilities, and deadlines.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
121
|
+
"settlement-agreement-or-consent-judgment": { name: "settlement-agreement-or-consent-judgment", title: "Settlement Agreement or Consent Judgment", dataSensitivity: "confidential", description: "A court-ready agreement resolving issues by consent and setting enforceable terms approved by the court.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
122
|
+
"settlement-term-sheet": { name: "settlement-term-sheet", title: "Settlement Term Sheet", dataSensitivity: "confidential", description: "A brief term sheet capturing the essential settlement terms to be finalized into a full agreement or order.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
123
|
+
"stakeholder-map": { name: "stakeholder-map", title: "Stakeholder Map", dataSensitivity: "confidential", description: "Map of professionals, agencies, and decision-makers involved in the case.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
124
|
+
"status-update-memo": { name: "status-update-memo", title: "Status Update Memo", dataSensitivity: "confidential", description: "A short memo summarizing current status, recent developments, action items, and upcoming deadlines.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
125
|
+
"substance-use-monitoring-log": { name: "substance-use-monitoring-log", title: "Substance Use Monitoring Log", dataSensitivity: "sensitive", description: "A log tracking compliance with substance use monitoring requirements, including test results and missed appointments.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
126
|
+
"supervised-visitation-report": { name: "supervised-visitation-report", title: "Supervised Visitation Report", dataSensitivity: "confidential", description: "A detailed report documenting the circumstances, observations, and outcomes of supervised visitation sessions.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
127
|
+
"support-order-worksheet": { name: "support-order-worksheet", title: "Support Order Worksheet", dataSensitivity: "confidential", description: "A worksheet organizing inputs and calculations used to draft or review child/spousal support order terms.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
128
|
+
"teacher-communication-template": { name: "teacher-communication-template", title: "Teacher Communication Template", dataSensitivity: "sensitive", description: "Short template for neutral, child-focused teacher communications.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
129
|
+
"team-meeting-notes": { name: "team-meeting-notes", title: "Team Meeting Notes", dataSensitivity: "confidential", description: "Meeting minutes capturing decisions made, risks noted, action items assigned, and deadlines for follow-up.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
130
|
+
"technology-access-report": { name: "technology-access-report", title: "Technology Access Report", dataSensitivity: "confidential", description: "A report documenting a child’s access to required technology for education and communication.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
131
|
+
"temporary-orders": { name: "temporary-orders", title: "Temporary Orders", dataSensitivity: "confidential", description: "A temporary court order setting short-term rules for custody, support, safety, and case structure until final resolution.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
132
|
+
"terminology-glossary": { name: "terminology-glossary", title: "Terminology Glossary", dataSensitivity: "confidential", description: "A shared glossary defining key terms, acronyms, and role language to reduce misunderstandings and disputes.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
133
|
+
"timeline": { name: "timeline", title: "Source-Based Timeline", dataSensitivity: "confidential", description: "Chronological case timeline with source attribution per entry. Produced by timeline-builder. Used by Attorney workflows, Documentation Timeline GPT, court-packet-assembly. Data sensitivity: confidential.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
134
|
+
"timeline-of-events": { name: "timeline-of-events", title: "Timeline of Events (Master)", dataSensitivity: "confidential", description: "Chronological narrative supported by citations to evidence items.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
135
|
+
"treatment-plan": { name: "treatment-plan", title: "Treatment Plan", dataSensitivity: "confidential", description: "A written plan detailing clinical goals, interventions, responsibilities, and timelines with measurable progress markers.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
136
|
+
"updated-goal-plan": { name: "updated-goal-plan", title: "Updated Goal Plan", dataSensitivity: "confidential", description: "An updated goal plan converting new information into measurable goals, tasks, owners, and timelines for the next period.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
137
|
+
"written-bench-memorandum": { name: "written-bench-memorandum", title: "Written Bench Memorandum", dataSensitivity: "confidential", description: "A judge-facing memo summarizing the record, issues for decision, applicable standards, and recommended rulings.", safetyFields: [], hasProvenance: true, safetyRelevant: false },
|
|
138
|
+
};
|
|
139
|
+
export const ARTIFACT_NAMES = Object.keys(ARTIFACTS);
|
|
140
|
+
//# sourceMappingURL=artifacts.generated.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"artifacts.generated.js","sourceRoot":"","sources":["../../src/mcp/artifacts.generated.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,gFAAgF;AA0JhF,sDAAsD;AACtD,MAAM,CAAC,MAAM,SAAS,GAAuC;IAC3D,4BAA4B,EAAE,EAAE,IAAI,EAAE,4BAA4B,EAAE,KAAK,EAAE,4BAA4B,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,sEAAsE,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC1R,uBAAuB,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE,KAAK,EAAE,uBAAuB,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,+GAA+G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACpT,0BAA0B,EAAE,EAAE,IAAI,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,+GAA+G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAChU,gBAAgB,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2GAA2G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC9R,oBAAoB,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,KAAK,EAAE,oBAAoB,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,yHAAyH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACrT,6BAA6B,EAAE,EAAE,IAAI,EAAE,6BAA6B,EAAE,KAAK,EAAE,6BAA6B,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,2EAA2E,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAClS,gBAAgB,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,4EAA4E,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACjQ,8BAA8B,EAAE,EAAE,IAAI,EAAE,8BAA8B,EAAE,KAAK,EAAE,8BAA8B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,6HAA6H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC1V,oBAAoB,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,KAAK,EAAE,oBAAoB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,4GAA4G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC3S,uBAAuB,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE,KAAK,EAAE,uBAAuB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,uGAAuG,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC/S,YAAY,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,iHAAiH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACxR,2BAA2B,EAAE,EAAE,IAAI,EAAE,2BAA2B,EAAE,KAAK,EAAE,2BAA2B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,mHAAmH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACvU,sBAAsB,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,KAAK,EAAE,sBAAsB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,yGAAyG,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC9S,qBAAqB,EAAE,EAAE,IAAI,EAAE,qBAAqB,EAAE,KAAK,EAAE,qBAAqB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,6EAA6E,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE;IAC9Q,yBAAyB,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE,KAAK,EAAE,yBAAyB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,4GAA4G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE;IACzT,oCAAoC,EAAE,EAAE,IAAI,EAAE,oCAAoC,EAAE,KAAK,EAAE,oCAAoC,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,6GAA6G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC5V,yBAAyB,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE,KAAK,EAAE,yBAAyB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,yGAAyG,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACvT,gBAAgB,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,4GAA4G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC/R,mBAAmB,EAAE,EAAE,IAAI,EAAE,mBAAmB,EAAE,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,4GAA4G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACxS,uBAAuB,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE,KAAK,EAAE,uBAAuB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,0GAA0G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAClT,oBAAoB,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,KAAK,EAAE,+BAA+B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,0EAA0E,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACpR,oBAAoB,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,KAAK,EAAE,qCAAqC,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,iFAAiF,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACjS,0BAA0B,EAAE,EAAE,IAAI,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,yHAAyH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC1U,aAAa,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,kHAAkH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC5R,iBAAiB,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE,KAAK,EAAE,iBAAiB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,yHAAyH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC/S,0BAA0B,EAAE,EAAE,IAAI,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,qHAAqH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACtU,aAAa,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,uHAAuH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACjS,cAAc,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,+HAA+H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC5S,kCAAkC,EAAE,EAAE,IAAI,EAAE,kCAAkC,EAAE,KAAK,EAAE,kCAAkC,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,wHAAwH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACjW,mCAAmC,EAAE,EAAE,IAAI,EAAE,mCAAmC,EAAE,KAAK,EAAE,mCAAmC,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,6FAA6F,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACtU,uBAAuB,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE,KAAK,EAAE,uBAAuB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,oIAAoI,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE;IAC3U,sBAAsB,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,KAAK,EAAE,sBAAsB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,6GAA6G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAClT,kBAAkB,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,sIAAsI,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC/T,2BAA2B,EAAE,EAAE,IAAI,EAAE,2BAA2B,EAAE,KAAK,EAAE,2BAA2B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,oHAAoH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACxU,2BAA2B,EAAE,EAAE,IAAI,EAAE,2BAA2B,EAAE,KAAK,EAAE,2BAA2B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2EAA2E,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC/R,0BAA0B,EAAE,EAAE,IAAI,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2GAA2G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC5T,0BAA0B,EAAE,EAAE,IAAI,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,iFAAiF,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAClS,6BAA6B,EAAE,EAAE,IAAI,EAAE,6BAA6B,EAAE,KAAK,EAAE,6BAA6B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,kHAAkH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC5U,cAAc,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,kHAAkH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC/R,mBAAmB,EAAE,EAAE,IAAI,EAAE,mBAAmB,EAAE,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,qFAAqF,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC9Q,iBAAiB,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE,KAAK,EAAE,iBAAiB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,yHAAyH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC/S,6BAA6B,EAAE,EAAE,IAAI,EAAE,6BAA6B,EAAE,KAAK,EAAE,+BAA+B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2EAA2E,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACvS,cAAc,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,+HAA+H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC5S,iBAAiB,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE,KAAK,EAAE,iBAAiB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,6MAA6M,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACnY,iCAAiC,EAAE,EAAE,IAAI,EAAE,iCAAiC,EAAE,KAAK,EAAE,iCAAiC,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,qFAAqF,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACxT,cAAc,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,8DAA8D,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC3O,eAAe,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,gIAAgI,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAChT,cAAc,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,iIAAiI,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC9S,qBAAqB,EAAE,EAAE,IAAI,EAAE,qBAAqB,EAAE,KAAK,EAAE,qBAAqB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,yHAAyH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC3T,kBAAkB,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,sEAAsE,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC5P,0BAA0B,EAAE,EAAE,IAAI,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,iIAAiI,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAClV,gCAAgC,EAAE,EAAE,IAAI,EAAE,gCAAgC,EAAE,KAAK,EAAE,gCAAgC,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,6FAA6F,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAChU,kCAAkC,EAAE,EAAE,IAAI,EAAE,kCAAkC,EAAE,KAAK,EAAE,kCAAkC,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,qHAAqH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC9V,oBAAoB,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,KAAK,EAAE,oBAAoB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,+DAA+D,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC9P,2BAA2B,EAAE,EAAE,IAAI,EAAE,2BAA2B,EAAE,KAAK,EAAE,6BAA6B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2EAA2E,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACjS,uBAAuB,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE,KAAK,EAAE,uBAAuB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,4HAA4H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACpU,wBAAwB,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE,KAAK,EAAE,wBAAwB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,sGAAsG,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACjT,oBAAoB,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,KAAK,EAAE,oBAAoB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,0EAA0E,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACzQ,kBAAkB,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,mHAAmH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC5S,yBAAyB,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE,KAAK,EAAE,yBAAyB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,0HAA0H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACxU,oBAAoB,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,KAAK,EAAE,oBAAoB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,gFAAgF,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC/Q,iCAAiC,EAAE,EAAE,IAAI,EAAE,iCAAiC,EAAE,KAAK,EAAE,iCAAiC,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,mFAAmF,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACtT,0BAA0B,EAAE,EAAE,IAAI,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,8FAA8F,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC/S,cAAc,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,wKAAwK,EAAE,YAAY,EAAE,CAAC,cAAc,EAAC,UAAU,CAAC,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE;IAC7W,iBAAiB,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE,KAAK,EAAE,iBAAiB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,oIAAoI,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC1T,mBAAmB,EAAE,EAAE,IAAI,EAAE,mBAAmB,EAAE,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,+HAA+H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC3T,gBAAgB,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,kGAAkG,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACrR,2BAA2B,EAAE,EAAE,IAAI,EAAE,2BAA2B,EAAE,KAAK,EAAE,2BAA2B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,4HAA4H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAChV,qCAAqC,EAAE,EAAE,IAAI,EAAE,qCAAqC,EAAE,KAAK,EAAE,qCAAqC,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,yHAAyH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC3W,sBAAsB,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,KAAK,EAAE,sBAAsB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,4GAA4G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACjT,SAAS,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2GAA2G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACzQ,2BAA2B,EAAE,EAAE,IAAI,EAAE,2BAA2B,EAAE,KAAK,EAAE,2BAA2B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,kHAAkH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACtU,gCAAgC,EAAE,EAAE,IAAI,EAAE,gCAAgC,EAAE,KAAK,EAAE,gCAAgC,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,0HAA0H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC7V,6BAA6B,EAAE,EAAE,IAAI,EAAE,6BAA6B,EAAE,KAAK,EAAE,+BAA+B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,gFAAgF,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC5S,qBAAqB,EAAE,EAAE,IAAI,EAAE,qBAAqB,EAAE,KAAK,EAAE,qBAAqB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,6HAA6H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC/T,uBAAuB,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE,KAAK,EAAE,uBAAuB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,gHAAgH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACxT,yBAAyB,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE,KAAK,EAAE,yBAAyB,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,uEAAuE,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAClR,0BAA0B,EAAE,EAAE,IAAI,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,0EAA0E,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC3R,6BAA6B,EAAE,EAAE,IAAI,EAAE,6BAA6B,EAAE,KAAK,EAAE,6BAA6B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,6GAA6G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACvU,yBAAyB,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE,KAAK,EAAE,gCAAgC,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,+EAA+E,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACjS,gBAAgB,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,4GAA4G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC/R,+BAA+B,EAAE,EAAE,IAAI,EAAE,+BAA+B,EAAE,KAAK,EAAE,+BAA+B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,8EAA8E,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC9S,iBAAiB,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE,KAAK,EAAE,iBAAiB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,oEAAoE,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC1P,sBAAsB,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,KAAK,EAAE,sBAAsB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,+HAA+H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACpU,sBAAsB,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,KAAK,EAAE,sBAAsB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,uIAAuI,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC5U,yBAAyB,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE,KAAK,EAAE,yBAAyB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,iIAAiI,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC/U,6BAA6B,EAAE,EAAE,IAAI,EAAE,6BAA6B,EAAE,KAAK,EAAE,+BAA+B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,uEAAuE,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACnS,2BAA2B,EAAE,EAAE,IAAI,EAAE,2BAA2B,EAAE,KAAK,EAAE,2BAA2B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,sEAAsE,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC1R,mBAAmB,EAAE,EAAE,IAAI,EAAE,mBAAmB,EAAE,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2HAA2H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACvT,qBAAqB,EAAE,EAAE,IAAI,EAAE,qBAAqB,EAAE,KAAK,EAAE,qBAAqB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2EAA2E,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC7Q,uBAAuB,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE,KAAK,EAAE,uBAAuB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,4HAA4H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACpU,sBAAsB,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,KAAK,EAAE,sBAAsB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,kHAAkH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACvT,gBAAgB,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,sHAAsH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACzS,iBAAiB,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE,KAAK,EAAE,iBAAiB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,kHAAkH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACxS,yBAAyB,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE,KAAK,EAAE,yBAAyB,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,8DAA8D,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACzQ,yBAAyB,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE,KAAK,EAAE,yBAAyB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,mHAAmH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACjU,4BAA4B,EAAE,EAAE,IAAI,EAAE,4BAA4B,EAAE,KAAK,EAAE,4BAA4B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,4HAA4H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACnV,eAAe,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,oEAAoE,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACpP,yBAAyB,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE,KAAK,EAAE,yBAAyB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,+GAA+G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC7T,6BAA6B,EAAE,EAAE,IAAI,EAAE,6BAA6B,EAAE,KAAK,EAAE,6BAA6B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,6HAA6H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACvV,uBAAuB,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE,KAAK,EAAE,uBAAuB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2HAA2H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACnU,0BAA0B,EAAE,EAAE,IAAI,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2GAA2G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC5T,eAAe,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,mEAAmE,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACnP,wBAAwB,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE,KAAK,EAAE,wBAAwB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2HAA2H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACtU,0BAA0B,EAAE,EAAE,IAAI,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,8GAA8G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC/T,wBAAwB,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE,KAAK,EAAE,wBAAwB,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,sEAAsE,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC9Q,yBAAyB,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE,KAAK,EAAE,yBAAyB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,iHAAiH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC/T,mBAAmB,EAAE,EAAE,IAAI,EAAE,mBAAmB,EAAE,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,+FAA+F,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE;IAC1R,wBAAwB,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE,KAAK,EAAE,wBAAwB,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,gFAAgF,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE;IACvR,aAAa,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,sKAAsK,EAAE,YAAY,EAAE,CAAC,kBAAkB,EAAC,kBAAkB,EAAC,oBAAoB,EAAC,YAAY,CAAC,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE;IACtZ,uBAAuB,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE,KAAK,EAAE,uBAAuB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,8EAA8E,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACtR,gBAAgB,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,iFAAiF,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACpQ,4BAA4B,EAAE,EAAE,IAAI,EAAE,4BAA4B,EAAE,KAAK,EAAE,4BAA4B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2DAA2D,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAClR,eAAe,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,+GAA+G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC/R,iBAAiB,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE,KAAK,EAAE,iBAAiB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,mFAAmF,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACzQ,sBAAsB,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,KAAK,EAAE,sBAAsB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,6FAA6F,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAClS,0CAA0C,EAAE,EAAE,IAAI,EAAE,0CAA0C,EAAE,KAAK,EAAE,0CAA0C,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,0GAA0G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC3W,uBAAuB,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE,KAAK,EAAE,uBAAuB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,6GAA6G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACrT,iBAAiB,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE,KAAK,EAAE,iBAAiB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2EAA2E,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACjQ,oBAAoB,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,KAAK,EAAE,oBAAoB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,qGAAqG,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACpS,8BAA8B,EAAE,EAAE,IAAI,EAAE,8BAA8B,EAAE,KAAK,EAAE,8BAA8B,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,uHAAuH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACjV,8BAA8B,EAAE,EAAE,IAAI,EAAE,8BAA8B,EAAE,KAAK,EAAE,8BAA8B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,gHAAgH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC7U,yBAAyB,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE,KAAK,EAAE,yBAAyB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2GAA2G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACzT,gCAAgC,EAAE,EAAE,IAAI,EAAE,gCAAgC,EAAE,KAAK,EAAE,gCAAgC,EAAE,eAAe,EAAE,WAAW,EAAE,WAAW,EAAE,mEAAmE,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACnS,oBAAoB,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,KAAK,EAAE,oBAAoB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,4GAA4G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC3S,0BAA0B,EAAE,EAAE,IAAI,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,+FAA+F,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAChT,kBAAkB,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2HAA2H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACpT,sBAAsB,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,KAAK,EAAE,sBAAsB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,6GAA6G,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAClT,UAAU,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,uBAAuB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,6MAA6M,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC3X,oBAAoB,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,KAAK,EAAE,6BAA6B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,mEAAmE,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC3Q,gBAAgB,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,2HAA2H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IAC9S,mBAAmB,EAAE,EAAE,IAAI,EAAE,mBAAmB,EAAE,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,0HAA0H,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;IACtT,0BAA0B,EAAE,EAAE,IAAI,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,iHAAiH,EAAE,YAAY,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE;CACnU,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAAmB,MAAM,CAAC,IAAI,CAAC,SAAS,CAAmB,CAAC"}
|