@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,10 +1,10 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
]
|
|
2
|
+
{
|
|
3
|
+
"id": "in-app-docs/in-app-docs",
|
|
4
|
+
"title": "in-app-docs",
|
|
5
|
+
"summary": "DocBlock-based in-app documentation viewer for non-technical users\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: docs, in-app, viewer\n- **File**: `packages/examples/in-app-docs/src/in-app-docs.feature.ts`",
|
|
6
|
+
"route": "/docs/reference/in-app-docs/in-app-docs",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "in-app-docs/in-app-docs.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -1,266 +1,266 @@
|
|
|
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
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
]
|
|
2
|
+
{
|
|
3
|
+
"id": "integration-hub/etl",
|
|
4
|
+
"title": "etl",
|
|
5
|
+
"summary": "Extract, transform, load data pipelines\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.core\n- **Tags**: etl, data, pipeline\n- **File**: `packages/examples/integration-hub/src/integration-hub.capability.ts`",
|
|
6
|
+
"route": "/docs/reference/integration-hub/etl",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "integration-hub/etl.md"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "integration-hub/integration",
|
|
12
|
+
"title": "integration",
|
|
13
|
+
"summary": "Third-party integration connections\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.core\n- **Tags**: integration, connections\n- **File**: `packages/examples/integration-hub/src/integration-hub.capability.ts`",
|
|
14
|
+
"route": "/docs/reference/integration-hub/integration",
|
|
15
|
+
"source": "generated",
|
|
16
|
+
"contentPath": "integration-hub/integration.md"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "integration-hub/integration-hub",
|
|
20
|
+
"title": "integration-hub",
|
|
21
|
+
"summary": "Connect and sync data with external systems through configurable integrations\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @integration-team\n- **Tags**: integration, sync, etl, connectors",
|
|
22
|
+
"route": "/docs/reference/integration-hub/integration-hub",
|
|
23
|
+
"source": "generated",
|
|
24
|
+
"contentPath": "integration-hub/integration-hub.md"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "integration-hub/integration.connection.create",
|
|
28
|
+
"title": "integration.connection.create",
|
|
29
|
+
"summary": "Create a connection to an external system.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.integration-hub\n- **Tags**: integration, connection, create\n- **File**: `packages/examples/integration-hub/src/connection/connection.operation.ts`",
|
|
30
|
+
"route": "/docs/reference/integration-hub/integration.connection.create",
|
|
31
|
+
"source": "generated",
|
|
32
|
+
"contentPath": "integration-hub/integration.connection.create.md"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "integration-hub/integration.connection.created",
|
|
36
|
+
"title": "integration.connection.created",
|
|
37
|
+
"summary": "Fired when a new connection is established\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @integration-team\n- **Tags**: integration, connection\n- **File**: `packages/examples/integration-hub/src/events.ts`",
|
|
38
|
+
"route": "/docs/reference/integration-hub/integration.connection.created",
|
|
39
|
+
"source": "generated",
|
|
40
|
+
"contentPath": "integration-hub/integration.connection.created.md"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "integration-hub/integration.connection.list",
|
|
44
|
+
"title": "integration.connection.list",
|
|
45
|
+
"summary": "List of integration connections\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @integration-team\n- **Tags**: integration, connection, list\n- **File**: `packages/examples/integration-hub/src/connection/connection.presentation.ts`",
|
|
46
|
+
"route": "/docs/reference/integration-hub/integration.connection.list",
|
|
47
|
+
"source": "generated",
|
|
48
|
+
"contentPath": "integration-hub/integration.connection.list.md"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "integration-hub/integration.connection.setup",
|
|
52
|
+
"title": "integration.connection.setup",
|
|
53
|
+
"summary": "Setup wizard for creating integration connections\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @integration-team\n- **Tags**: integration, connection, setup\n- **File**: `packages/examples/integration-hub/src/connection/connection.presentation.ts`",
|
|
54
|
+
"route": "/docs/reference/integration-hub/integration.connection.setup",
|
|
55
|
+
"source": "generated",
|
|
56
|
+
"contentPath": "integration-hub/integration.connection.setup.md"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "integration-hub/integration.connection.statusChanged",
|
|
60
|
+
"title": "integration.connection.statusChanged",
|
|
61
|
+
"summary": "Fired when a connection status changes\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @integration-team\n- **Tags**: integration, connection\n- **File**: `packages/examples/integration-hub/src/events.ts`",
|
|
62
|
+
"route": "/docs/reference/integration-hub/integration.connection.statusChanged",
|
|
63
|
+
"source": "generated",
|
|
64
|
+
"contentPath": "integration-hub/integration.connection.statusChanged.md"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "integration-hub/integration.create",
|
|
68
|
+
"title": "integration.create",
|
|
69
|
+
"summary": "Create a new integration.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.integration-hub\n- **Tags**: integration, create\n- **File**: `packages/examples/integration-hub/src/integration/integration.operations.ts`",
|
|
70
|
+
"route": "/docs/reference/integration-hub/integration.create",
|
|
71
|
+
"source": "generated",
|
|
72
|
+
"contentPath": "integration-hub/integration.create.md"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "integration-hub/integration.created",
|
|
76
|
+
"title": "integration.created",
|
|
77
|
+
"summary": "Fired when a new integration is created\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @integration-team\n- **Tags**: integration\n- **File**: `packages/examples/integration-hub/src/events.ts`",
|
|
78
|
+
"route": "/docs/reference/integration-hub/integration.created",
|
|
79
|
+
"source": "generated",
|
|
80
|
+
"contentPath": "integration-hub/integration.created.md"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "integration-hub/integration.detail",
|
|
84
|
+
"title": "integration.detail",
|
|
85
|
+
"summary": "Detailed view of an integration\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @integration-team\n- **Tags**: integration, detail\n- **File**: `packages/examples/integration-hub/src/integration/integration.presentation.ts`",
|
|
86
|
+
"route": "/docs/reference/integration-hub/integration.detail",
|
|
87
|
+
"source": "generated",
|
|
88
|
+
"contentPath": "integration-hub/integration.detail.md"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "integration-hub/integration.fieldMapping.add",
|
|
92
|
+
"title": "integration.fieldMapping.add",
|
|
93
|
+
"summary": "Add a field mapping to a sync config.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.integration-hub\n- **Tags**: integration, mapping, field\n- **File**: `packages/examples/integration-hub/src/sync/sync.operations.ts`",
|
|
94
|
+
"route": "/docs/reference/integration-hub/integration.fieldMapping.add",
|
|
95
|
+
"source": "generated",
|
|
96
|
+
"contentPath": "integration-hub/integration.fieldMapping.add.md"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "integration-hub/integration.fieldMapping.add.test",
|
|
100
|
+
"title": "integration.fieldMapping.add.test",
|
|
101
|
+
"summary": "Test for adding field mapping\n- **Type**: test-spec (test-spec)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @example.integration-hub\n- **Tags**: test\n- **File**: `packages/examples/integration-hub/src/tests/operations.test-spec.ts`",
|
|
102
|
+
"route": "/docs/reference/integration-hub/integration.fieldMapping.add.test",
|
|
103
|
+
"source": "generated",
|
|
104
|
+
"contentPath": "integration-hub/integration.fieldMapping.add.test.md"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "integration-hub/integration.fieldMapping.added",
|
|
108
|
+
"title": "integration.fieldMapping.added",
|
|
109
|
+
"summary": "Fired when a field mapping is added to a sync config\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @integration-team\n- **Tags**: integration, sync\n- **File**: `packages/examples/integration-hub/src/events.ts`",
|
|
110
|
+
"route": "/docs/reference/integration-hub/integration.fieldMapping.added",
|
|
111
|
+
"source": "generated",
|
|
112
|
+
"contentPath": "integration-hub/integration.fieldMapping.added.md"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "integration-hub/integration.fieldMapping.editor",
|
|
116
|
+
"title": "integration.fieldMapping.editor",
|
|
117
|
+
"summary": "Visual field mapping editor\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @integration-team\n- **Tags**: integration, field-mapping, editor\n- **File**: `packages/examples/integration-hub/src/sync/sync.presentation.ts`",
|
|
118
|
+
"route": "/docs/reference/integration-hub/integration.fieldMapping.editor",
|
|
119
|
+
"source": "generated",
|
|
120
|
+
"contentPath": "integration-hub/integration.fieldMapping.editor.md"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "integration-hub/integration.health",
|
|
124
|
+
"title": "integration.health",
|
|
125
|
+
"summary": "Integration health monitoring dashboard\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @integration-team\n- **Tags**: integration, health, monitoring\n- **File**: `packages/examples/integration-hub/src/integration/integration.presentation.ts`",
|
|
126
|
+
"route": "/docs/reference/integration-hub/integration.health",
|
|
127
|
+
"source": "generated",
|
|
128
|
+
"contentPath": "integration-hub/integration.health.md"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "integration-hub/integration.list",
|
|
132
|
+
"title": "integration.list",
|
|
133
|
+
"summary": "List of available integrations\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @integration-team\n- **Tags**: integration, list\n- **File**: `packages/examples/integration-hub/src/integration/integration.presentation.ts`",
|
|
134
|
+
"route": "/docs/reference/integration-hub/integration.list",
|
|
135
|
+
"source": "generated",
|
|
136
|
+
"contentPath": "integration-hub/integration.list.md"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "integration-hub/integration.record.synced",
|
|
140
|
+
"title": "integration.record.synced",
|
|
141
|
+
"summary": "Fired when a single record is synced\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @integration-team\n- **Tags**: integration, sync\n- **File**: `packages/examples/integration-hub/src/events.ts`",
|
|
142
|
+
"route": "/docs/reference/integration-hub/integration.record.synced",
|
|
143
|
+
"source": "generated",
|
|
144
|
+
"contentPath": "integration-hub/integration.record.synced.md"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": "integration-hub/integration.sync.activity",
|
|
148
|
+
"title": "integration.sync.activity",
|
|
149
|
+
"summary": "Real-time sync activity monitor\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @integration-team\n- **Tags**: integration, sync, activity, realtime\n- **File**: `packages/examples/integration-hub/src/sync/sync.presentation.ts`",
|
|
150
|
+
"route": "/docs/reference/integration-hub/integration.sync.activity",
|
|
151
|
+
"source": "generated",
|
|
152
|
+
"contentPath": "integration-hub/integration.sync.activity.md"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "integration-hub/integration.sync.completed",
|
|
156
|
+
"title": "integration.sync.completed",
|
|
157
|
+
"summary": "Fired when a sync run completes successfully\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @integration-team\n- **Tags**: integration, sync\n- **File**: `packages/examples/integration-hub/src/events.ts`",
|
|
158
|
+
"route": "/docs/reference/integration-hub/integration.sync.completed",
|
|
159
|
+
"source": "generated",
|
|
160
|
+
"contentPath": "integration-hub/integration.sync.completed.md"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "integration-hub/integration.sync.failed",
|
|
164
|
+
"title": "integration.sync.failed",
|
|
165
|
+
"summary": "Fired when a sync run fails\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @integration-team\n- **Tags**: integration, sync\n- **File**: `packages/examples/integration-hub/src/events.ts`",
|
|
166
|
+
"route": "/docs/reference/integration-hub/integration.sync.failed",
|
|
167
|
+
"source": "generated",
|
|
168
|
+
"contentPath": "integration-hub/integration.sync.failed.md"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "integration-hub/integration.sync.started",
|
|
172
|
+
"title": "integration.sync.started",
|
|
173
|
+
"summary": "Fired when a sync run starts\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @integration-team\n- **Tags**: integration, sync\n- **File**: `packages/examples/integration-hub/src/events.ts`",
|
|
174
|
+
"route": "/docs/reference/integration-hub/integration.sync.started",
|
|
175
|
+
"source": "generated",
|
|
176
|
+
"contentPath": "integration-hub/integration.sync.started.md"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "integration-hub/integration.sync.trigger",
|
|
180
|
+
"title": "integration.sync.trigger",
|
|
181
|
+
"summary": "Trigger a manual sync.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.integration-hub\n- **Tags**: integration, sync, trigger\n- **File**: `packages/examples/integration-hub/src/sync/sync.operations.ts`",
|
|
182
|
+
"route": "/docs/reference/integration-hub/integration.sync.trigger",
|
|
183
|
+
"source": "generated",
|
|
184
|
+
"contentPath": "integration-hub/integration.sync.trigger.md"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": "integration-hub/integration.syncConfig.create",
|
|
188
|
+
"title": "integration.syncConfig.create",
|
|
189
|
+
"summary": "Create a sync configuration.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.integration-hub\n- **Tags**: integration, sync, config, create\n- **File**: `packages/examples/integration-hub/src/sync/sync.operations.ts`",
|
|
190
|
+
"route": "/docs/reference/integration-hub/integration.syncConfig.create",
|
|
191
|
+
"source": "generated",
|
|
192
|
+
"contentPath": "integration-hub/integration.syncConfig.create.md"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "integration-hub/integration.syncConfig.create.test",
|
|
196
|
+
"title": "integration.syncConfig.create.test",
|
|
197
|
+
"summary": "Test for creating sync config\n- **Type**: test-spec (test-spec)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @example.integration-hub\n- **Tags**: test\n- **File**: `packages/examples/integration-hub/src/tests/operations.test-spec.ts`",
|
|
198
|
+
"route": "/docs/reference/integration-hub/integration.syncConfig.create.test",
|
|
199
|
+
"source": "generated",
|
|
200
|
+
"contentPath": "integration-hub/integration.syncConfig.create.test.md"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"id": "integration-hub/integration.syncConfig.created",
|
|
204
|
+
"title": "integration.syncConfig.created",
|
|
205
|
+
"summary": "Fired when a sync configuration is created\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @integration-team\n- **Tags**: integration, sync\n- **File**: `packages/examples/integration-hub/src/events.ts`",
|
|
206
|
+
"route": "/docs/reference/integration-hub/integration.syncConfig.created",
|
|
207
|
+
"source": "generated",
|
|
208
|
+
"contentPath": "integration-hub/integration.syncConfig.created.md"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": "integration-hub/integration.syncConfig.editor",
|
|
212
|
+
"title": "integration.syncConfig.editor",
|
|
213
|
+
"summary": "Editor for sync configuration settings\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @integration-team\n- **Tags**: integration, sync, config, editor\n- **File**: `packages/examples/integration-hub/src/sync/sync.presentation.ts`",
|
|
214
|
+
"route": "/docs/reference/integration-hub/integration.syncConfig.editor",
|
|
215
|
+
"source": "generated",
|
|
216
|
+
"contentPath": "integration-hub/integration.syncConfig.editor.md"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": "integration-hub/integration.syncConfig.list",
|
|
220
|
+
"title": "integration.syncConfig.list",
|
|
221
|
+
"summary": "List of sync configurations\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @integration-team\n- **Tags**: integration, sync, config, list\n- **File**: `packages/examples/integration-hub/src/sync/sync.presentation.ts`",
|
|
222
|
+
"route": "/docs/reference/integration-hub/integration.syncConfig.list",
|
|
223
|
+
"source": "generated",
|
|
224
|
+
"contentPath": "integration-hub/integration.syncConfig.list.md"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"id": "integration-hub/integration.syncRun.detail",
|
|
228
|
+
"title": "integration.syncRun.detail",
|
|
229
|
+
"summary": "Detailed view of a sync run with logs\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @integration-team\n- **Tags**: integration, sync, run, detail\n- **File**: `packages/examples/integration-hub/src/sync/sync.presentation.ts`",
|
|
230
|
+
"route": "/docs/reference/integration-hub/integration.syncRun.detail",
|
|
231
|
+
"source": "generated",
|
|
232
|
+
"contentPath": "integration-hub/integration.syncRun.detail.md"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"id": "integration-hub/integration.syncRun.list",
|
|
236
|
+
"title": "integration.syncRun.list",
|
|
237
|
+
"summary": "List sync run history.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.integration-hub\n- **Tags**: integration, sync, run, list\n- **File**: `packages/examples/integration-hub/src/sync/sync.operations.ts`",
|
|
238
|
+
"route": "/docs/reference/integration-hub/integration.syncRun.list",
|
|
239
|
+
"source": "generated",
|
|
240
|
+
"contentPath": "integration-hub/integration.syncRun.list.md"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": "integration-hub/integration.syncRun.list.test",
|
|
244
|
+
"title": "integration.syncRun.list.test",
|
|
245
|
+
"summary": "Test for listing sync runs\n- **Type**: test-spec (test-spec)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @example.integration-hub\n- **Tags**: test\n- **File**: `packages/examples/integration-hub/src/tests/operations.test-spec.ts`",
|
|
246
|
+
"route": "/docs/reference/integration-hub/integration.syncRun.list.test",
|
|
247
|
+
"source": "generated",
|
|
248
|
+
"contentPath": "integration-hub/integration.syncRun.list.test.md"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"id": "integration-hub/integration.syncRun.viewList",
|
|
252
|
+
"title": "integration.syncRun.viewList",
|
|
253
|
+
"summary": "History of sync runs\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @integration-team\n- **Tags**: integration, sync, runs, history\n- **File**: `packages/examples/integration-hub/src/sync/sync.presentation.ts`",
|
|
254
|
+
"route": "/docs/reference/integration-hub/integration.syncRun.viewList",
|
|
255
|
+
"source": "generated",
|
|
256
|
+
"contentPath": "integration-hub/integration.syncRun.viewList.md"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": "integration-hub/sync",
|
|
260
|
+
"title": "sync",
|
|
261
|
+
"summary": "Data synchronization between systems\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.core\n- **Tags**: sync, data\n- **File**: `packages/examples/integration-hub/src/integration-hub.capability.ts`",
|
|
262
|
+
"route": "/docs/reference/integration-hub/sync",
|
|
263
|
+
"source": "generated",
|
|
264
|
+
"contentPath": "integration-hub/sync.md"
|
|
265
|
+
}
|
|
266
|
+
]
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
]
|
|
2
|
+
{
|
|
3
|
+
"id": "integration-posthog/integration-posthog",
|
|
4
|
+
"title": "integration-posthog",
|
|
5
|
+
"summary": "PostHog analytics integration with event capture, HogQL, and feature flags\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: integration, posthog, analytics, feature-flags",
|
|
6
|
+
"route": "/docs/reference/integration-posthog/integration-posthog",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "integration-posthog/integration-posthog.md"
|
|
9
|
+
}
|
|
10
|
+
]
|