@contractspec/bundle.library 3.9.6 → 3.9.8
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/.turbo/turbo-build.log +238 -230
- package/CHANGELOG.md +88 -0
- package/dist/components/docs/DocsIndexPage.js +2 -2
- package/dist/components/docs/docsManifest.js +1 -1
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +40 -4
- package/dist/components/docs/getting-started/index.js +46 -10
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.d.ts +3 -0
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.js +95 -0
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.d.ts +1 -0
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.js +95 -0
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
- package/dist/components/docs/guides/GuidesIndexPage.js +2 -2
- package/dist/components/docs/guides/guides.docblocks.js +3 -1
- package/dist/components/docs/guides/index.d.ts +1 -0
- package/dist/components/docs/guides/index.js +139 -44
- package/dist/components/docs/index.js +586 -266
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.content.d.ts +16 -0
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.content.js +148 -0
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.d.ts +1 -0
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.js +148 -0
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +13 -6
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +1 -1
- package/dist/components/docs/libraries/index.d.ts +1 -0
- package/dist/components/docs/libraries/index.js +217 -64
- package/dist/components/docs/specs/SpecsDataViewsPage.js +37 -1
- package/dist/components/docs/specs/index.js +37 -1
- package/dist/index.js +597 -277
- package/dist/libs/posthog/client.js +1 -1
- package/dist/node/components/docs/DocsIndexPage.js +2 -2
- package/dist/node/components/docs/docsManifest.js +1 -1
- package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +40 -4
- package/dist/node/components/docs/getting-started/index.js +46 -10
- package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.content.js +94 -0
- package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.js +94 -0
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
- package/dist/node/components/docs/guides/GuidesIndexPage.js +2 -2
- package/dist/node/components/docs/guides/guides.docblocks.js +3 -1
- package/dist/node/components/docs/guides/index.js +139 -44
- package/dist/node/components/docs/index.js +586 -266
- package/dist/node/components/docs/libraries/LibrariesApplicationShellPage.content.js +147 -0
- package/dist/node/components/docs/libraries/LibrariesApplicationShellPage.js +147 -0
- package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +13 -6
- package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +1 -1
- package/dist/node/components/docs/libraries/index.js +217 -64
- package/dist/node/components/docs/specs/SpecsDataViewsPage.js +37 -1
- package/dist/node/components/docs/specs/index.js +37 -1
- package/dist/node/index.js +597 -277
- package/dist/node/libs/posthog/client.js +1 -1
- package/package.json +71 -23
- package/src/components/docs/docsManifest.ts +22 -0
- package/src/components/docs/generated/docs-index._common.json +2008 -1699
- package/src/components/docs/generated/docs-index.agent-console.json +377 -377
- package/src/components/docs/generated/docs-index.ai-chat-assistant.json +17 -17
- package/src/components/docs/generated/docs-index.ai-chat.json +105 -105
- package/src/components/docs/generated/docs-index.ai-support-bot.json +9 -9
- package/src/components/docs/generated/docs-index.analytics-dashboard.json +169 -169
- package/src/components/docs/generated/docs-index.app-config.json +137 -137
- package/src/components/docs/generated/docs-index.artisan-knowledge-product.json +17 -17
- package/src/components/docs/generated/docs-index.artisan-payments-stripe.json +33 -33
- package/src/components/docs/generated/docs-index.audit-trail.json +49 -49
- package/src/components/docs/generated/docs-index.calendar-google.json +9 -9
- package/src/components/docs/generated/docs-index.content-generation.json +9 -9
- package/src/components/docs/generated/docs-index.control-plane.json +17 -17
- package/src/components/docs/generated/docs-index.crm-pipeline.json +161 -161
- package/src/components/docs/generated/docs-index.data-grid-showcase.json +25 -25
- package/src/components/docs/generated/docs-index.defineExample.json +9 -9
- package/src/components/docs/generated/docs-index.email-gmail.json +9 -9
- package/src/components/docs/generated/docs-index.feature-flags.json +217 -217
- package/src/components/docs/generated/docs-index.files.json +177 -177
- package/src/components/docs/generated/docs-index.generated.ts +20 -20
- package/src/components/docs/generated/docs-index.harness-lab.json +9 -9
- package/src/components/docs/generated/docs-index.health.json +97 -97
- package/src/components/docs/generated/docs-index.identity-rbac.json +313 -313
- package/src/components/docs/generated/docs-index.in-app-docs.json +9 -9
- package/src/components/docs/generated/docs-index.integration-hub.json +265 -265
- package/src/components/docs/generated/docs-index.integration-posthog.json +9 -9
- package/src/components/docs/generated/docs-index.integration-stripe.json +9 -9
- package/src/components/docs/generated/docs-index.integration-supabase.json +9 -9
- package/src/components/docs/generated/docs-index.jobs.json +137 -137
- package/src/components/docs/generated/docs-index.kb-update-pipeline.json +129 -129
- package/src/components/docs/generated/docs-index.knowledge-canon.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ambient-coach.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-crm-onboarding.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-duo-drills.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-platform-tour.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-quest-challenges.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-registry.json +33 -33
- package/src/components/docs/generated/docs-index.learning-journey-studio-onboarding.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-ui-coaching.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-gamified.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-onboarding.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-shared.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey.json +241 -241
- package/src/components/docs/generated/docs-index.learning-patterns.json +9 -9
- package/src/components/docs/generated/docs-index.lifecycle-cli.json +9 -9
- package/src/components/docs/generated/docs-index.lifecycle-dashboard.json +9 -9
- package/src/components/docs/generated/docs-index.locale-jurisdiction-gate.json +65 -65
- package/src/components/docs/generated/docs-index.marketplace.json +337 -337
- package/src/components/docs/generated/docs-index.meeting-recorder-providers.json +9 -9
- package/src/components/docs/generated/docs-index.meeting-recorder.json +49 -49
- package/src/components/docs/generated/docs-index.messaging-agent-actions.json +17 -17
- package/src/components/docs/generated/docs-index.metrics.json +201 -201
- package/src/components/docs/generated/docs-index.minimal.json +17 -17
- package/src/components/docs/generated/docs-index.mobile-demo-landing.json +41 -41
- package/src/components/docs/generated/docs-index.notifications.json +65 -65
- package/src/components/docs/generated/docs-index.openbanking-powens.json +9 -9
- package/src/components/docs/generated/docs-index.openbanking.json +65 -65
- package/src/components/docs/generated/docs-index.opencode-cli.json +17 -17
- package/src/components/docs/generated/docs-index.personalization.json +9 -9
- package/src/components/docs/generated/docs-index.platform-acp.json +137 -137
- package/src/components/docs/generated/docs-index.platform-agent.json +201 -201
- package/src/components/docs/generated/docs-index.platform-context.json +121 -121
- package/src/components/docs/generated/docs-index.platform-control-plane.json +321 -321
- package/src/components/docs/generated/docs-index.platform-database.json +89 -89
- package/src/components/docs/generated/docs-index.platform-docs.json +161 -161
- package/src/components/docs/generated/docs-index.platform-harness.json +177 -177
- package/src/components/docs/generated/docs-index.platform-integrations.json +329 -329
- package/src/components/docs/generated/docs-index.platform-knowledge.json +57 -57
- package/src/components/docs/generated/docs-index.platform-provider-ranking.json +217 -217
- package/src/components/docs/generated/docs-index.pocket-family-office.json +129 -129
- package/src/components/docs/generated/docs-index.policy-safe-knowledge-assistant.json +9 -9
- package/src/components/docs/generated/docs-index.product-intent.json +9 -9
- package/src/components/docs/generated/docs-index.project-management-sync.json +9 -9
- package/src/components/docs/generated/docs-index.saas-boilerplate.json +209 -209
- package/src/components/docs/generated/docs-index.service-business-os.json +193 -193
- package/src/components/docs/generated/docs-index.team-hub.json +185 -185
- package/src/components/docs/generated/docs-index.unknown.json +521 -521
- package/src/components/docs/generated/docs-index.versioned-knowledge-base.json +81 -81
- package/src/components/docs/generated/docs-index.video-api-showcase.json +33 -33
- package/src/components/docs/generated/docs-index.video-docs-terminal.json +9 -9
- package/src/components/docs/generated/docs-index.video-marketing-clip.json +9 -9
- package/src/components/docs/generated/docs-index.visualization-showcase.json +17 -17
- package/src/components/docs/generated/docs-index.voice-providers.json +9 -9
- package/src/components/docs/generated/docs-index.wealth-snapshot.json +153 -153
- package/src/components/docs/generated/docs-index.workflow-system.json +433 -433
- package/src/components/docs/generated/docs-index.workspace-cli.json +9 -9
- package/src/components/docs/getting-started/DataViewTutorialPage.tsx +40 -1
- package/src/components/docs/guides/GuideContractDrivenFormsPage.content.ts +98 -0
- package/src/components/docs/guides/GuideContractDrivenFormsPage.tsx +143 -0
- package/src/components/docs/guides/GuideSpecValidationTypingPage.tsx +2 -2
- package/src/components/docs/guides/GuidesIndexPage.tsx +7 -0
- package/src/components/docs/guides/guides.docblocks.ts +12 -0
- package/src/components/docs/guides/index.ts +1 -0
- package/src/components/docs/libraries/LibrariesApplicationShellPage.content.ts +170 -0
- package/src/components/docs/libraries/LibrariesApplicationShellPage.tsx +112 -0
- package/src/components/docs/libraries/LibrariesDataViewsPage.tsx +26 -5
- package/src/components/docs/libraries/LibrariesDesignSystemPage.tsx +9 -0
- package/src/components/docs/libraries/LibrariesOverviewPage.tsx +6 -0
- package/src/components/docs/libraries/index.ts +1 -0
- package/src/components/docs/specs/SpecsDataViewsPage.tsx +39 -3
- package/src/libs/posthog/client.ts +11 -9
|
@@ -1,162 +1,162 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
]
|
|
2
|
+
{
|
|
3
|
+
"id": "crm-pipeline/contact.created",
|
|
4
|
+
"title": "contact.created",
|
|
5
|
+
"summary": "A new contact has been created.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @crm-team\n- **Tags**: contact, created\n- **File**: `packages/examples/crm-pipeline/src/events/contact.event.ts`",
|
|
6
|
+
"route": "/docs/reference/crm-pipeline/contact.created",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "crm-pipeline/contact.created.md"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "crm-pipeline/crm-pipeline",
|
|
12
|
+
"title": "crm-pipeline",
|
|
13
|
+
"summary": "CRM and sales pipeline management with deals, contacts, and companies\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @crm-team\n- **Tags**: crm, sales, pipeline, deals\n- **File**: `packages/examples/crm-pipeline/src/crm-pipeline.feature.ts`",
|
|
14
|
+
"route": "/docs/reference/crm-pipeline/crm-pipeline",
|
|
15
|
+
"source": "generated",
|
|
16
|
+
"contentPath": "crm-pipeline/crm-pipeline.md"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "crm-pipeline/crm.dashboard",
|
|
20
|
+
"title": "crm.dashboard",
|
|
21
|
+
"summary": "Main CRM dashboard with pipeline overview, deal stats, and activities\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @crm-team\n- **Tags**: dashboard, overview\n- **File**: `packages/examples/crm-pipeline/src/presentations/dashboard.presentation.ts`",
|
|
22
|
+
"route": "/docs/reference/crm-pipeline/crm.dashboard",
|
|
23
|
+
"source": "generated",
|
|
24
|
+
"contentPath": "crm-pipeline/crm.dashboard.md"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "crm-pipeline/crm.deal.card",
|
|
28
|
+
"title": "crm.deal.card",
|
|
29
|
+
"summary": "Compact deal card for kanban board display\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @crm-team\n- **Tags**: deal, card, kanban\n- **File**: `packages/examples/crm-pipeline/src/presentations/pipeline.presentation.ts`",
|
|
30
|
+
"route": "/docs/reference/crm-pipeline/crm.deal.card",
|
|
31
|
+
"source": "generated",
|
|
32
|
+
"contentPath": "crm-pipeline/crm.deal.card.md"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "crm-pipeline/crm.deal.create",
|
|
36
|
+
"title": "crm.deal.create",
|
|
37
|
+
"summary": "Create a new deal in the pipeline.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.crm-pipeline\n- **Tags**: crm, deal, create\n- **File**: `packages/examples/crm-pipeline/src/deal/deal.operation.ts`",
|
|
38
|
+
"route": "/docs/reference/crm-pipeline/crm.deal.create",
|
|
39
|
+
"source": "generated",
|
|
40
|
+
"contentPath": "crm-pipeline/crm.deal.create.md"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "crm-pipeline/crm.deal.detail",
|
|
44
|
+
"title": "crm.deal.detail",
|
|
45
|
+
"summary": "Detailed view of a deal with activities, contacts, and history\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @crm-team\n- **Tags**: deal, detail\n- **File**: `packages/examples/crm-pipeline/src/presentations/pipeline.presentation.ts`",
|
|
46
|
+
"route": "/docs/reference/crm-pipeline/crm.deal.detail",
|
|
47
|
+
"source": "generated",
|
|
48
|
+
"contentPath": "crm-pipeline/crm.deal.detail.md"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "crm-pipeline/crm.deal.list",
|
|
52
|
+
"title": "crm.deal.list",
|
|
53
|
+
"summary": "List deals with filters.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.crm-pipeline\n- **Tags**: crm, deal, list\n- **File**: `packages/examples/crm-pipeline/src/deal/deal.operation.ts`",
|
|
54
|
+
"route": "/docs/reference/crm-pipeline/crm.deal.list",
|
|
55
|
+
"source": "generated",
|
|
56
|
+
"contentPath": "crm-pipeline/crm.deal.list.md"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "crm-pipeline/crm.deal.lose",
|
|
60
|
+
"title": "crm.deal.lose",
|
|
61
|
+
"summary": "Mark a deal as lost.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.crm-pipeline\n- **Tags**: crm, deal, lost\n- **File**: `packages/examples/crm-pipeline/src/deal/deal.operation.ts`",
|
|
62
|
+
"route": "/docs/reference/crm-pipeline/crm.deal.lose",
|
|
63
|
+
"source": "generated",
|
|
64
|
+
"contentPath": "crm-pipeline/crm.deal.lose.md"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "crm-pipeline/crm.deal.move",
|
|
68
|
+
"title": "crm.deal.move",
|
|
69
|
+
"summary": "Move a deal to a different stage.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.crm-pipeline\n- **Tags**: crm, deal, move, kanban\n- **File**: `packages/examples/crm-pipeline/src/deal/deal.operation.ts`",
|
|
70
|
+
"route": "/docs/reference/crm-pipeline/crm.deal.move",
|
|
71
|
+
"source": "generated",
|
|
72
|
+
"contentPath": "crm-pipeline/crm.deal.move.md"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "crm-pipeline/crm.deal.viewList",
|
|
76
|
+
"title": "crm.deal.viewList",
|
|
77
|
+
"summary": "List view of deals with value, status, and owner info\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @crm-team\n- **Tags**: deal, list\n- **File**: `packages/examples/crm-pipeline/src/presentations/pipeline.presentation.ts`",
|
|
78
|
+
"route": "/docs/reference/crm-pipeline/crm.deal.viewList",
|
|
79
|
+
"source": "generated",
|
|
80
|
+
"contentPath": "crm-pipeline/crm.deal.viewList.md"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "crm-pipeline/crm.deal.win",
|
|
84
|
+
"title": "crm.deal.win",
|
|
85
|
+
"summary": "Mark a deal as won.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.crm-pipeline\n- **Tags**: crm, deal, won\n- **File**: `packages/examples/crm-pipeline/src/deal/deal.operation.ts`",
|
|
86
|
+
"route": "/docs/reference/crm-pipeline/crm.deal.win",
|
|
87
|
+
"source": "generated",
|
|
88
|
+
"contentPath": "crm-pipeline/crm.deal.win.md"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "crm-pipeline/crm.pipeline.kanban",
|
|
92
|
+
"title": "crm.pipeline.kanban",
|
|
93
|
+
"summary": "Kanban board view of deals organized by stage\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @crm-team\n- **Tags**: pipeline, kanban, deals\n- **File**: `packages/examples/crm-pipeline/src/presentations/pipeline.presentation.ts`",
|
|
94
|
+
"route": "/docs/reference/crm-pipeline/crm.pipeline.kanban",
|
|
95
|
+
"source": "generated",
|
|
96
|
+
"contentPath": "crm-pipeline/crm.pipeline.kanban.md"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "crm-pipeline/crm.pipeline.metrics",
|
|
100
|
+
"title": "crm.pipeline.metrics",
|
|
101
|
+
"summary": "Pipeline metrics and forecasting view\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @crm-team\n- **Tags**: pipeline, metrics, forecast\n- **File**: `packages/examples/crm-pipeline/src/presentations/dashboard.presentation.ts`",
|
|
102
|
+
"route": "/docs/reference/crm-pipeline/crm.pipeline.metrics",
|
|
103
|
+
"source": "generated",
|
|
104
|
+
"contentPath": "crm-pipeline/crm.pipeline.metrics.md"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "crm-pipeline/deal.created",
|
|
108
|
+
"title": "deal.created",
|
|
109
|
+
"summary": "A new deal has been created.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @crm-team\n- **Tags**: deal, created\n- **File**: `packages/examples/crm-pipeline/src/events/deal.event.ts`",
|
|
110
|
+
"route": "/docs/reference/crm-pipeline/deal.created",
|
|
111
|
+
"source": "generated",
|
|
112
|
+
"contentPath": "crm-pipeline/deal.created.md"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "crm-pipeline/deal.lost",
|
|
116
|
+
"title": "deal.lost",
|
|
117
|
+
"summary": "A deal has been lost.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @crm-team\n- **Tags**: deal, lost\n- **File**: `packages/examples/crm-pipeline/src/events/deal.event.ts`",
|
|
118
|
+
"route": "/docs/reference/crm-pipeline/deal.lost",
|
|
119
|
+
"source": "generated",
|
|
120
|
+
"contentPath": "crm-pipeline/deal.lost.md"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "crm-pipeline/deal.moved",
|
|
124
|
+
"title": "deal.moved",
|
|
125
|
+
"summary": "A deal has been moved to a different stage.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @crm-team\n- **Tags**: deal, moved\n- **File**: `packages/examples/crm-pipeline/src/events/deal.event.ts`",
|
|
126
|
+
"route": "/docs/reference/crm-pipeline/deal.moved",
|
|
127
|
+
"source": "generated",
|
|
128
|
+
"contentPath": "crm-pipeline/deal.moved.md"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "crm-pipeline/deal.won",
|
|
132
|
+
"title": "deal.won",
|
|
133
|
+
"summary": "A deal has been won.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @crm-team\n- **Tags**: deal, won\n- **File**: `packages/examples/crm-pipeline/src/events/deal.event.ts`",
|
|
134
|
+
"route": "/docs/reference/crm-pipeline/deal.won",
|
|
135
|
+
"source": "generated",
|
|
136
|
+
"contentPath": "crm-pipeline/deal.won.md"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "crm-pipeline/task.completed",
|
|
140
|
+
"title": "task.completed",
|
|
141
|
+
"summary": "A task has been completed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @crm-team\n- **Tags**: task, lifecycle\n- **File**: `packages/examples/crm-pipeline/src/events/task.event.ts`",
|
|
142
|
+
"route": "/docs/reference/crm-pipeline/task.completed",
|
|
143
|
+
"source": "generated",
|
|
144
|
+
"contentPath": "crm-pipeline/task.completed.md"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": "crm-pipeline/test.crm.deal.list",
|
|
148
|
+
"title": "test.crm.deal.list",
|
|
149
|
+
"summary": "Test for listing deals\n- **Type**: test-spec (test-spec)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.crm-pipeline\n- **Tags**: test\n- **File**: `packages/examples/crm-pipeline/src/deal/deal.test-spec.ts`",
|
|
150
|
+
"route": "/docs/reference/crm-pipeline/test.crm.deal.list",
|
|
151
|
+
"source": "generated",
|
|
152
|
+
"contentPath": "crm-pipeline/test.crm.deal.list.md"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "crm-pipeline/test.crm.deal.move",
|
|
156
|
+
"title": "test.crm.deal.move",
|
|
157
|
+
"summary": "Test for moving deal\n- **Type**: test-spec (test-spec)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.crm-pipeline\n- **Tags**: test\n- **File**: `packages/examples/crm-pipeline/src/deal/deal.test-spec.ts`",
|
|
158
|
+
"route": "/docs/reference/crm-pipeline/test.crm.deal.move",
|
|
159
|
+
"source": "generated",
|
|
160
|
+
"contentPath": "crm-pipeline/test.crm.deal.move.md"
|
|
161
|
+
}
|
|
162
|
+
]
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
]
|
|
2
|
+
{
|
|
3
|
+
"id": "data-grid-showcase/data-grid-showcase",
|
|
4
|
+
"title": "data-grid-showcase",
|
|
5
|
+
"summary": "Canonical ContractSpec table example spanning contracts-spec, ui-kit, ui-kit-web, and design-system surfaces.\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.core",
|
|
6
|
+
"route": "/docs/reference/data-grid-showcase/data-grid-showcase",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "data-grid-showcase/data-grid-showcase.md"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "data-grid-showcase/examples.data-grid-showcase.rows.list",
|
|
12
|
+
"title": "examples.data-grid-showcase.rows.list",
|
|
13
|
+
"summary": "Lists the demo rows used by the data-grid showcase.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.core\n- **Tags**: examples, table, data-grid\n- **File**: `packages/examples/data-grid-showcase/src/contracts/data-grid-showcase.operation.ts`",
|
|
14
|
+
"route": "/docs/reference/data-grid-showcase/examples.data-grid-showcase.rows.list",
|
|
15
|
+
"source": "generated",
|
|
16
|
+
"contentPath": "data-grid-showcase/examples.data-grid-showcase.rows.list.md"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "data-grid-showcase/examples.data-grid-showcase.table",
|
|
20
|
+
"title": "examples.data-grid-showcase.table",
|
|
21
|
+
"summary": "Declarative DataViewSpec for the ContractSpec table showcase.\n- **Type**: data-view (data-view)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.core\n- **Tags**: examples, table, data-grid",
|
|
22
|
+
"route": "/docs/reference/data-grid-showcase/examples.data-grid-showcase.table",
|
|
23
|
+
"source": "generated",
|
|
24
|
+
"contentPath": "data-grid-showcase/examples.data-grid-showcase.table.md"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
]
|
|
2
|
+
{
|
|
3
|
+
"id": "defineExample/docs.tech.contracts.examples",
|
|
4
|
+
"title": "defineExample/docs.tech.contracts.examples",
|
|
5
|
+
"summary": "ExampleSpec is a contract for defining complete, demonstrable ContractSpec applications. Examples integrate with AppBlueprintSpec and FeatureModuleSpec to provide a full application specification.\nAn `ExampleSpec` captures:",
|
|
6
|
+
"route": "/docs/reference/defineExample/docs.tech.contracts.examples",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "defineExample/docs.tech.contracts.examples.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
]
|
|
2
|
+
{
|
|
3
|
+
"id": "email-gmail/email-gmail",
|
|
4
|
+
"title": "email-gmail",
|
|
5
|
+
"summary": "Gmail integration with OAuth, inbound thread reading, and outbound messaging\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: email, gmail, integration, oauth",
|
|
6
|
+
"route": "/docs/reference/email-gmail/email-gmail",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "email-gmail/email-gmail.md"
|
|
9
|
+
}
|
|
10
|
+
]
|