@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.
Files changed (153) hide show
  1. package/.turbo/turbo-build.log +238 -230
  2. package/CHANGELOG.md +88 -0
  3. package/dist/components/docs/DocsIndexPage.js +2 -2
  4. package/dist/components/docs/docsManifest.js +1 -1
  5. package/dist/components/docs/getting-started/DataViewTutorialPage.js +40 -4
  6. package/dist/components/docs/getting-started/index.js +46 -10
  7. package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.d.ts +3 -0
  8. package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.js +95 -0
  9. package/dist/components/docs/guides/GuideContractDrivenFormsPage.d.ts +1 -0
  10. package/dist/components/docs/guides/GuideContractDrivenFormsPage.js +95 -0
  11. package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
  12. package/dist/components/docs/guides/GuidesIndexPage.js +2 -2
  13. package/dist/components/docs/guides/guides.docblocks.js +3 -1
  14. package/dist/components/docs/guides/index.d.ts +1 -0
  15. package/dist/components/docs/guides/index.js +139 -44
  16. package/dist/components/docs/index.js +586 -266
  17. package/dist/components/docs/libraries/LibrariesApplicationShellPage.content.d.ts +16 -0
  18. package/dist/components/docs/libraries/LibrariesApplicationShellPage.content.js +148 -0
  19. package/dist/components/docs/libraries/LibrariesApplicationShellPage.d.ts +1 -0
  20. package/dist/components/docs/libraries/LibrariesApplicationShellPage.js +148 -0
  21. package/dist/components/docs/libraries/LibrariesDataViewsPage.js +13 -6
  22. package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +3 -3
  23. package/dist/components/docs/libraries/LibrariesOverviewPage.js +1 -1
  24. package/dist/components/docs/libraries/index.d.ts +1 -0
  25. package/dist/components/docs/libraries/index.js +217 -64
  26. package/dist/components/docs/specs/SpecsDataViewsPage.js +37 -1
  27. package/dist/components/docs/specs/index.js +37 -1
  28. package/dist/index.js +597 -277
  29. package/dist/libs/posthog/client.js +1 -1
  30. package/dist/node/components/docs/DocsIndexPage.js +2 -2
  31. package/dist/node/components/docs/docsManifest.js +1 -1
  32. package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +40 -4
  33. package/dist/node/components/docs/getting-started/index.js +46 -10
  34. package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.content.js +94 -0
  35. package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.js +94 -0
  36. package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
  37. package/dist/node/components/docs/guides/GuidesIndexPage.js +2 -2
  38. package/dist/node/components/docs/guides/guides.docblocks.js +3 -1
  39. package/dist/node/components/docs/guides/index.js +139 -44
  40. package/dist/node/components/docs/index.js +586 -266
  41. package/dist/node/components/docs/libraries/LibrariesApplicationShellPage.content.js +147 -0
  42. package/dist/node/components/docs/libraries/LibrariesApplicationShellPage.js +147 -0
  43. package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +13 -6
  44. package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +3 -3
  45. package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +1 -1
  46. package/dist/node/components/docs/libraries/index.js +217 -64
  47. package/dist/node/components/docs/specs/SpecsDataViewsPage.js +37 -1
  48. package/dist/node/components/docs/specs/index.js +37 -1
  49. package/dist/node/index.js +597 -277
  50. package/dist/node/libs/posthog/client.js +1 -1
  51. package/package.json +71 -23
  52. package/src/components/docs/docsManifest.ts +22 -0
  53. package/src/components/docs/generated/docs-index._common.json +2008 -1699
  54. package/src/components/docs/generated/docs-index.agent-console.json +377 -377
  55. package/src/components/docs/generated/docs-index.ai-chat-assistant.json +17 -17
  56. package/src/components/docs/generated/docs-index.ai-chat.json +105 -105
  57. package/src/components/docs/generated/docs-index.ai-support-bot.json +9 -9
  58. package/src/components/docs/generated/docs-index.analytics-dashboard.json +169 -169
  59. package/src/components/docs/generated/docs-index.app-config.json +137 -137
  60. package/src/components/docs/generated/docs-index.artisan-knowledge-product.json +17 -17
  61. package/src/components/docs/generated/docs-index.artisan-payments-stripe.json +33 -33
  62. package/src/components/docs/generated/docs-index.audit-trail.json +49 -49
  63. package/src/components/docs/generated/docs-index.calendar-google.json +9 -9
  64. package/src/components/docs/generated/docs-index.content-generation.json +9 -9
  65. package/src/components/docs/generated/docs-index.control-plane.json +17 -17
  66. package/src/components/docs/generated/docs-index.crm-pipeline.json +161 -161
  67. package/src/components/docs/generated/docs-index.data-grid-showcase.json +25 -25
  68. package/src/components/docs/generated/docs-index.defineExample.json +9 -9
  69. package/src/components/docs/generated/docs-index.email-gmail.json +9 -9
  70. package/src/components/docs/generated/docs-index.feature-flags.json +217 -217
  71. package/src/components/docs/generated/docs-index.files.json +177 -177
  72. package/src/components/docs/generated/docs-index.generated.ts +20 -20
  73. package/src/components/docs/generated/docs-index.harness-lab.json +9 -9
  74. package/src/components/docs/generated/docs-index.health.json +97 -97
  75. package/src/components/docs/generated/docs-index.identity-rbac.json +313 -313
  76. package/src/components/docs/generated/docs-index.in-app-docs.json +9 -9
  77. package/src/components/docs/generated/docs-index.integration-hub.json +265 -265
  78. package/src/components/docs/generated/docs-index.integration-posthog.json +9 -9
  79. package/src/components/docs/generated/docs-index.integration-stripe.json +9 -9
  80. package/src/components/docs/generated/docs-index.integration-supabase.json +9 -9
  81. package/src/components/docs/generated/docs-index.jobs.json +137 -137
  82. package/src/components/docs/generated/docs-index.kb-update-pipeline.json +129 -129
  83. package/src/components/docs/generated/docs-index.knowledge-canon.json +9 -9
  84. package/src/components/docs/generated/docs-index.learning-journey-ambient-coach.json +9 -9
  85. package/src/components/docs/generated/docs-index.learning-journey-crm-onboarding.json +49 -49
  86. package/src/components/docs/generated/docs-index.learning-journey-duo-drills.json +9 -9
  87. package/src/components/docs/generated/docs-index.learning-journey-platform-tour.json +49 -49
  88. package/src/components/docs/generated/docs-index.learning-journey-quest-challenges.json +9 -9
  89. package/src/components/docs/generated/docs-index.learning-journey-registry.json +33 -33
  90. package/src/components/docs/generated/docs-index.learning-journey-studio-onboarding.json +49 -49
  91. package/src/components/docs/generated/docs-index.learning-journey-ui-coaching.json +9 -9
  92. package/src/components/docs/generated/docs-index.learning-journey-ui-gamified.json +9 -9
  93. package/src/components/docs/generated/docs-index.learning-journey-ui-onboarding.json +9 -9
  94. package/src/components/docs/generated/docs-index.learning-journey-ui-shared.json +9 -9
  95. package/src/components/docs/generated/docs-index.learning-journey.json +241 -241
  96. package/src/components/docs/generated/docs-index.learning-patterns.json +9 -9
  97. package/src/components/docs/generated/docs-index.lifecycle-cli.json +9 -9
  98. package/src/components/docs/generated/docs-index.lifecycle-dashboard.json +9 -9
  99. package/src/components/docs/generated/docs-index.locale-jurisdiction-gate.json +65 -65
  100. package/src/components/docs/generated/docs-index.marketplace.json +337 -337
  101. package/src/components/docs/generated/docs-index.meeting-recorder-providers.json +9 -9
  102. package/src/components/docs/generated/docs-index.meeting-recorder.json +49 -49
  103. package/src/components/docs/generated/docs-index.messaging-agent-actions.json +17 -17
  104. package/src/components/docs/generated/docs-index.metrics.json +201 -201
  105. package/src/components/docs/generated/docs-index.minimal.json +17 -17
  106. package/src/components/docs/generated/docs-index.mobile-demo-landing.json +41 -41
  107. package/src/components/docs/generated/docs-index.notifications.json +65 -65
  108. package/src/components/docs/generated/docs-index.openbanking-powens.json +9 -9
  109. package/src/components/docs/generated/docs-index.openbanking.json +65 -65
  110. package/src/components/docs/generated/docs-index.opencode-cli.json +17 -17
  111. package/src/components/docs/generated/docs-index.personalization.json +9 -9
  112. package/src/components/docs/generated/docs-index.platform-acp.json +137 -137
  113. package/src/components/docs/generated/docs-index.platform-agent.json +201 -201
  114. package/src/components/docs/generated/docs-index.platform-context.json +121 -121
  115. package/src/components/docs/generated/docs-index.platform-control-plane.json +321 -321
  116. package/src/components/docs/generated/docs-index.platform-database.json +89 -89
  117. package/src/components/docs/generated/docs-index.platform-docs.json +161 -161
  118. package/src/components/docs/generated/docs-index.platform-harness.json +177 -177
  119. package/src/components/docs/generated/docs-index.platform-integrations.json +329 -329
  120. package/src/components/docs/generated/docs-index.platform-knowledge.json +57 -57
  121. package/src/components/docs/generated/docs-index.platform-provider-ranking.json +217 -217
  122. package/src/components/docs/generated/docs-index.pocket-family-office.json +129 -129
  123. package/src/components/docs/generated/docs-index.policy-safe-knowledge-assistant.json +9 -9
  124. package/src/components/docs/generated/docs-index.product-intent.json +9 -9
  125. package/src/components/docs/generated/docs-index.project-management-sync.json +9 -9
  126. package/src/components/docs/generated/docs-index.saas-boilerplate.json +209 -209
  127. package/src/components/docs/generated/docs-index.service-business-os.json +193 -193
  128. package/src/components/docs/generated/docs-index.team-hub.json +185 -185
  129. package/src/components/docs/generated/docs-index.unknown.json +521 -521
  130. package/src/components/docs/generated/docs-index.versioned-knowledge-base.json +81 -81
  131. package/src/components/docs/generated/docs-index.video-api-showcase.json +33 -33
  132. package/src/components/docs/generated/docs-index.video-docs-terminal.json +9 -9
  133. package/src/components/docs/generated/docs-index.video-marketing-clip.json +9 -9
  134. package/src/components/docs/generated/docs-index.visualization-showcase.json +17 -17
  135. package/src/components/docs/generated/docs-index.voice-providers.json +9 -9
  136. package/src/components/docs/generated/docs-index.wealth-snapshot.json +153 -153
  137. package/src/components/docs/generated/docs-index.workflow-system.json +433 -433
  138. package/src/components/docs/generated/docs-index.workspace-cli.json +9 -9
  139. package/src/components/docs/getting-started/DataViewTutorialPage.tsx +40 -1
  140. package/src/components/docs/guides/GuideContractDrivenFormsPage.content.ts +98 -0
  141. package/src/components/docs/guides/GuideContractDrivenFormsPage.tsx +143 -0
  142. package/src/components/docs/guides/GuideSpecValidationTypingPage.tsx +2 -2
  143. package/src/components/docs/guides/GuidesIndexPage.tsx +7 -0
  144. package/src/components/docs/guides/guides.docblocks.ts +12 -0
  145. package/src/components/docs/guides/index.ts +1 -0
  146. package/src/components/docs/libraries/LibrariesApplicationShellPage.content.ts +170 -0
  147. package/src/components/docs/libraries/LibrariesApplicationShellPage.tsx +112 -0
  148. package/src/components/docs/libraries/LibrariesDataViewsPage.tsx +26 -5
  149. package/src/components/docs/libraries/LibrariesDesignSystemPage.tsx +9 -0
  150. package/src/components/docs/libraries/LibrariesOverviewPage.tsx +6 -0
  151. package/src/components/docs/libraries/index.ts +1 -0
  152. package/src/components/docs/specs/SpecsDataViewsPage.tsx +39 -3
  153. package/src/libs/posthog/client.ts +11 -9
@@ -1,18 +1,18 @@
1
1
  [
2
- {
3
- "id": "minimal/minimal",
4
- "title": "minimal",
5
- "summary": "Bare-minimum contract definition showing the simplest possible setup\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @team\n- **Tags**: minimal, example\n- **File**: `packages/examples/minimal/src/minimal.feature.ts`",
6
- "route": "/docs/reference/minimal/minimal",
7
- "source": "generated",
8
- "contentPath": "minimal/minimal.md"
9
- },
10
- {
11
- "id": "minimal/user.create",
12
- "title": "user.create",
13
- "summary": "Create a new user account with the provided email\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @team\n- **Tags**: user\n- **File**: `packages/examples/minimal/src/contracts/user.ts`",
14
- "route": "/docs/reference/minimal/user.create",
15
- "source": "generated",
16
- "contentPath": "minimal/user.create.md"
17
- }
18
- ]
2
+ {
3
+ "id": "minimal/minimal",
4
+ "title": "minimal",
5
+ "summary": "Bare-minimum contract definition showing the simplest possible setup\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @team\n- **Tags**: minimal, example\n- **File**: `packages/examples/minimal/src/minimal.feature.ts`",
6
+ "route": "/docs/reference/minimal/minimal",
7
+ "source": "generated",
8
+ "contentPath": "minimal/minimal.md"
9
+ },
10
+ {
11
+ "id": "minimal/user.create",
12
+ "title": "user.create",
13
+ "summary": "Create a new user account with the provided email\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @team\n- **Tags**: user\n- **File**: `packages/examples/minimal/src/contracts/user.ts`",
14
+ "route": "/docs/reference/minimal/user.create",
15
+ "source": "generated",
16
+ "contentPath": "minimal/user.create.md"
17
+ }
18
+ ]
@@ -1,42 +1,42 @@
1
1
  [
2
- {
3
- "id": "mobile-demo.landing/mobile-demo.landing",
4
- "title": "mobile-demo.landing",
5
- "summary": "Expo Router companion for the shared ContractSpec OSS-first product story and public navigation.\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.core\n- **Tags**: mobile, expo, landing, marketing",
6
- "route": "/docs/reference/mobile-demo.landing/mobile-demo.landing",
7
- "source": "generated",
8
- "contentPath": "mobile-demo.landing/mobile-demo.landing.md"
9
- },
10
- {
11
- "id": "mobile-demo.landing/mobileLanding.cta.resolve",
12
- "title": "mobileLanding.cta.resolve",
13
- "summary": "Resolve a landing companion CTA id to a native route or URL.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.core\n- **Tags**: mobile, expo, landing, cta",
14
- "route": "/docs/reference/mobile-demo.landing/mobileLanding.cta.resolve",
15
- "source": "generated",
16
- "contentPath": "mobile-demo.landing/mobileLanding.cta.resolve.md"
17
- },
18
- {
19
- "id": "mobile-demo.landing/mobileLanding.navigation.list",
20
- "title": "mobileLanding.navigation.list",
21
- "summary": "List native navigation items for the Expo landing companion.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.core\n- **Tags**: mobile, expo, landing, navigation",
22
- "route": "/docs/reference/mobile-demo.landing/mobileLanding.navigation.list",
23
- "source": "generated",
24
- "contentPath": "mobile-demo.landing/mobileLanding.navigation.list.md"
25
- },
26
- {
27
- "id": "mobile-demo.landing/mobileLanding.page.get",
28
- "title": "mobileLanding.page.get",
29
- "summary": "Get content for a native landing companion route.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.core\n- **Tags**: mobile, expo, landing, page\n- **File**: `packages/apps/mobile-demo/src/contracts/mobile-landing.contract.ts`",
30
- "route": "/docs/reference/mobile-demo.landing/mobileLanding.page.get",
31
- "source": "generated",
32
- "contentPath": "mobile-demo.landing/mobileLanding.page.get.md"
33
- },
34
- {
35
- "id": "mobile-demo.landing/mobileLanding.story.get",
36
- "title": "mobileLanding.story.get",
37
- "summary": "Get the shared ContractSpec landing story for Expo.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.core\n- **Tags**: mobile, expo, landing, marketing",
38
- "route": "/docs/reference/mobile-demo.landing/mobileLanding.story.get",
39
- "source": "generated",
40
- "contentPath": "mobile-demo.landing/mobileLanding.story.get.md"
41
- }
42
- ]
2
+ {
3
+ "id": "mobile-demo.landing/mobile-demo.landing",
4
+ "title": "mobile-demo.landing",
5
+ "summary": "Expo Router companion for the shared ContractSpec OSS-first product story and public navigation.\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.core\n- **Tags**: mobile, expo, landing, marketing",
6
+ "route": "/docs/reference/mobile-demo.landing/mobile-demo.landing",
7
+ "source": "generated",
8
+ "contentPath": "mobile-demo.landing/mobile-demo.landing.md"
9
+ },
10
+ {
11
+ "id": "mobile-demo.landing/mobileLanding.cta.resolve",
12
+ "title": "mobileLanding.cta.resolve",
13
+ "summary": "Resolve a landing companion CTA id to a native route or URL.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.core\n- **Tags**: mobile, expo, landing, cta",
14
+ "route": "/docs/reference/mobile-demo.landing/mobileLanding.cta.resolve",
15
+ "source": "generated",
16
+ "contentPath": "mobile-demo.landing/mobileLanding.cta.resolve.md"
17
+ },
18
+ {
19
+ "id": "mobile-demo.landing/mobileLanding.navigation.list",
20
+ "title": "mobileLanding.navigation.list",
21
+ "summary": "List native navigation items for the Expo landing companion.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.core\n- **Tags**: mobile, expo, landing, navigation",
22
+ "route": "/docs/reference/mobile-demo.landing/mobileLanding.navigation.list",
23
+ "source": "generated",
24
+ "contentPath": "mobile-demo.landing/mobileLanding.navigation.list.md"
25
+ },
26
+ {
27
+ "id": "mobile-demo.landing/mobileLanding.page.get",
28
+ "title": "mobileLanding.page.get",
29
+ "summary": "Get content for a native landing companion route.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.core\n- **Tags**: mobile, expo, landing, page\n- **File**: `packages/apps/mobile-demo/src/contracts/mobile-landing.contract.ts`",
30
+ "route": "/docs/reference/mobile-demo.landing/mobileLanding.page.get",
31
+ "source": "generated",
32
+ "contentPath": "mobile-demo.landing/mobileLanding.page.get.md"
33
+ },
34
+ {
35
+ "id": "mobile-demo.landing/mobileLanding.story.get",
36
+ "title": "mobileLanding.story.get",
37
+ "summary": "Get the shared ContractSpec landing story for Expo.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.core\n- **Tags**: mobile, expo, landing, marketing",
38
+ "route": "/docs/reference/mobile-demo.landing/mobileLanding.story.get",
39
+ "source": "generated",
40
+ "contentPath": "mobile-demo.landing/mobileLanding.story.get.md"
41
+ }
42
+ ]
@@ -1,66 +1,66 @@
1
1
  [
2
- {
3
- "id": "notifications/notifications",
4
- "title": "notifications",
5
- "summary": "Multi-channel notification delivery with preference management\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @platform.notifications\n- **Tags**: notifications, email, push, in-app",
6
- "route": "/docs/reference/notifications/notifications",
7
- "source": "generated",
8
- "contentPath": "notifications/notifications.md"
9
- },
10
- {
11
- "id": "notifications/notifications.delete",
12
- "title": "notifications.delete",
13
- "summary": "Delete a notification.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: platform.notifications\n- **Tags**: notifications, delete\n- **File**: `packages/modules/notifications/src/contracts/index.ts`",
14
- "route": "/docs/reference/notifications/notifications.delete",
15
- "source": "generated",
16
- "contentPath": "notifications/notifications.delete.md"
17
- },
18
- {
19
- "id": "notifications/notifications.list",
20
- "title": "notifications.list",
21
- "summary": "List notifications for the current user.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: platform.notifications\n- **Tags**: notifications, list\n- **File**: `packages/modules/notifications/src/contracts/index.ts`",
22
- "route": "/docs/reference/notifications/notifications.list",
23
- "source": "generated",
24
- "contentPath": "notifications/notifications.list.md"
25
- },
26
- {
27
- "id": "notifications/notifications.markAllRead",
28
- "title": "notifications.markAllRead",
29
- "summary": "Mark all notifications as read.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: platform.notifications\n- **Tags**: notifications, read\n- **File**: `packages/modules/notifications/src/contracts/index.ts`",
30
- "route": "/docs/reference/notifications/notifications.markAllRead",
31
- "source": "generated",
32
- "contentPath": "notifications/notifications.markAllRead.md"
33
- },
34
- {
35
- "id": "notifications/notifications.markRead",
36
- "title": "notifications.markRead",
37
- "summary": "Mark a notification as read.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: platform.notifications\n- **Tags**: notifications, read\n- **File**: `packages/modules/notifications/src/contracts/index.ts`",
38
- "route": "/docs/reference/notifications/notifications.markRead",
39
- "source": "generated",
40
- "contentPath": "notifications/notifications.markRead.md"
41
- },
42
- {
43
- "id": "notifications/notifications.preferences.get",
44
- "title": "notifications.preferences.get",
45
- "summary": "Get notification preferences for current user.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: platform.notifications\n- **Tags**: notifications, preferences, get\n- **File**: `packages/modules/notifications/src/contracts/index.ts`",
46
- "route": "/docs/reference/notifications/notifications.preferences.get",
47
- "source": "generated",
48
- "contentPath": "notifications/notifications.preferences.get.md"
49
- },
50
- {
51
- "id": "notifications/notifications.preferences.update",
52
- "title": "notifications.preferences.update",
53
- "summary": "Update notification preferences.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: platform.notifications\n- **Tags**: notifications, preferences, update\n- **File**: `packages/modules/notifications/src/contracts/index.ts`",
54
- "route": "/docs/reference/notifications/notifications.preferences.update",
55
- "source": "generated",
56
- "contentPath": "notifications/notifications.preferences.update.md"
57
- },
58
- {
59
- "id": "notifications/notifications.send",
60
- "title": "notifications.send",
61
- "summary": "Send a notification to a user.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: platform.notifications\n- **Tags**: notifications, send\n- **File**: `packages/modules/notifications/src/contracts/index.ts`",
62
- "route": "/docs/reference/notifications/notifications.send",
63
- "source": "generated",
64
- "contentPath": "notifications/notifications.send.md"
65
- }
66
- ]
2
+ {
3
+ "id": "notifications/notifications",
4
+ "title": "notifications",
5
+ "summary": "Multi-channel notification delivery with preference management\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @platform.notifications\n- **Tags**: notifications, email, push, in-app",
6
+ "route": "/docs/reference/notifications/notifications",
7
+ "source": "generated",
8
+ "contentPath": "notifications/notifications.md"
9
+ },
10
+ {
11
+ "id": "notifications/notifications.delete",
12
+ "title": "notifications.delete",
13
+ "summary": "Delete a notification.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: platform.notifications\n- **Tags**: notifications, delete\n- **File**: `packages/modules/notifications/src/contracts/index.ts`",
14
+ "route": "/docs/reference/notifications/notifications.delete",
15
+ "source": "generated",
16
+ "contentPath": "notifications/notifications.delete.md"
17
+ },
18
+ {
19
+ "id": "notifications/notifications.list",
20
+ "title": "notifications.list",
21
+ "summary": "List notifications for the current user.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: platform.notifications\n- **Tags**: notifications, list\n- **File**: `packages/modules/notifications/src/contracts/index.ts`",
22
+ "route": "/docs/reference/notifications/notifications.list",
23
+ "source": "generated",
24
+ "contentPath": "notifications/notifications.list.md"
25
+ },
26
+ {
27
+ "id": "notifications/notifications.markAllRead",
28
+ "title": "notifications.markAllRead",
29
+ "summary": "Mark all notifications as read.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: platform.notifications\n- **Tags**: notifications, read\n- **File**: `packages/modules/notifications/src/contracts/index.ts`",
30
+ "route": "/docs/reference/notifications/notifications.markAllRead",
31
+ "source": "generated",
32
+ "contentPath": "notifications/notifications.markAllRead.md"
33
+ },
34
+ {
35
+ "id": "notifications/notifications.markRead",
36
+ "title": "notifications.markRead",
37
+ "summary": "Mark a notification as read.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: platform.notifications\n- **Tags**: notifications, read\n- **File**: `packages/modules/notifications/src/contracts/index.ts`",
38
+ "route": "/docs/reference/notifications/notifications.markRead",
39
+ "source": "generated",
40
+ "contentPath": "notifications/notifications.markRead.md"
41
+ },
42
+ {
43
+ "id": "notifications/notifications.preferences.get",
44
+ "title": "notifications.preferences.get",
45
+ "summary": "Get notification preferences for current user.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: platform.notifications\n- **Tags**: notifications, preferences, get\n- **File**: `packages/modules/notifications/src/contracts/index.ts`",
46
+ "route": "/docs/reference/notifications/notifications.preferences.get",
47
+ "source": "generated",
48
+ "contentPath": "notifications/notifications.preferences.get.md"
49
+ },
50
+ {
51
+ "id": "notifications/notifications.preferences.update",
52
+ "title": "notifications.preferences.update",
53
+ "summary": "Update notification preferences.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: platform.notifications\n- **Tags**: notifications, preferences, update\n- **File**: `packages/modules/notifications/src/contracts/index.ts`",
54
+ "route": "/docs/reference/notifications/notifications.preferences.update",
55
+ "source": "generated",
56
+ "contentPath": "notifications/notifications.preferences.update.md"
57
+ },
58
+ {
59
+ "id": "notifications/notifications.send",
60
+ "title": "notifications.send",
61
+ "summary": "Send a notification to a user.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: platform.notifications\n- **Tags**: notifications, send\n- **File**: `packages/modules/notifications/src/contracts/index.ts`",
62
+ "route": "/docs/reference/notifications/notifications.send",
63
+ "source": "generated",
64
+ "contentPath": "notifications/notifications.send.md"
65
+ }
66
+ ]
@@ -1,10 +1,10 @@
1
1
  [
2
- {
3
- "id": "openbanking-powens/openbanking-powens",
4
- "title": "openbanking-powens",
5
- "summary": "Powens open banking OAuth callback and webhook handler patterns\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: openbanking, powens, oauth, webhooks",
6
- "route": "/docs/reference/openbanking-powens/openbanking-powens",
7
- "source": "generated",
8
- "contentPath": "openbanking-powens/openbanking-powens.md"
9
- }
10
- ]
2
+ {
3
+ "id": "openbanking-powens/openbanking-powens",
4
+ "title": "openbanking-powens",
5
+ "summary": "Powens open banking OAuth callback and webhook handler patterns\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: openbanking, powens, oauth, webhooks",
6
+ "route": "/docs/reference/openbanking-powens/openbanking-powens",
7
+ "source": "generated",
8
+ "contentPath": "openbanking-powens/openbanking-powens.md"
9
+ }
10
+ ]
@@ -1,66 +1,66 @@
1
1
  [
2
- {
3
- "id": "openbanking/openbanking",
4
- "title": "openbanking",
5
- "summary": "Open banking account sync, balance refresh, and transaction synchronization\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance\n- **Tags**: open-banking, powens, finance, banking",
6
- "route": "/docs/reference/openbanking/openbanking",
7
- "source": "generated",
8
- "contentPath": "openbanking/openbanking.md"
9
- },
10
- {
11
- "id": "openbanking/openbanking.accounts.get",
12
- "title": "openbanking.accounts.get",
13
- "summary": "Retrieve the canonical bank account record for the given account identifier.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance\n- **Tags**: open-banking, powens, accounts",
14
- "route": "/docs/reference/openbanking/openbanking.accounts.get",
15
- "source": "generated",
16
- "contentPath": "openbanking/openbanking.accounts.get.md"
17
- },
18
- {
19
- "id": "openbanking/openbanking.accounts.list",
20
- "title": "openbanking.accounts.list",
21
- "summary": "List bank accounts available to a tenant/user via Powens Open Banking.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance\n- **Tags**: open-banking, powens, accounts",
22
- "route": "/docs/reference/openbanking/openbanking.accounts.list",
23
- "source": "generated",
24
- "contentPath": "openbanking/openbanking.accounts.list.md"
25
- },
26
- {
27
- "id": "openbanking/openbanking.accounts.sync",
28
- "title": "openbanking.accounts.sync",
29
- "summary": "Initiate a synchronisation run to refresh bank account metadata from Powens.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance\n- **Tags**: open-banking, powens, accounts",
30
- "route": "/docs/reference/openbanking/openbanking.accounts.sync",
31
- "source": "generated",
32
- "contentPath": "openbanking/openbanking.accounts.sync.md"
33
- },
34
- {
35
- "id": "openbanking/openbanking.balances.get",
36
- "title": "openbanking.balances.get",
37
- "summary": "Retrieve the latest cached balances for a bank account.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance\n- **Tags**: open-banking, powens, balances",
38
- "route": "/docs/reference/openbanking/openbanking.balances.get",
39
- "source": "generated",
40
- "contentPath": "openbanking/openbanking.balances.get.md"
41
- },
42
- {
43
- "id": "openbanking/openbanking.balances.refresh",
44
- "title": "openbanking.balances.refresh",
45
- "summary": "Refresh balances for a bank account via the configured open banking provider.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance\n- **Tags**: open-banking, powens, balances",
46
- "route": "/docs/reference/openbanking/openbanking.balances.refresh",
47
- "source": "generated",
48
- "contentPath": "openbanking/openbanking.balances.refresh.md"
49
- },
50
- {
51
- "id": "openbanking/openbanking.transactions.list",
52
- "title": "openbanking.transactions.list",
53
- "summary": "List bank transactions that have been normalised into the canonical ledger.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance\n- **Tags**: open-banking, powens, transactions",
54
- "route": "/docs/reference/openbanking/openbanking.transactions.list",
55
- "source": "generated",
56
- "contentPath": "openbanking/openbanking.transactions.list.md"
57
- },
58
- {
59
- "id": "openbanking/openbanking.transactions.sync",
60
- "title": "openbanking.transactions.sync",
61
- "summary": "Synchronise transactions for a bank account by calling the configured open banking provider.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance",
62
- "route": "/docs/reference/openbanking/openbanking.transactions.sync",
63
- "source": "generated",
64
- "contentPath": "openbanking/openbanking.transactions.sync.md"
65
- }
66
- ]
2
+ {
3
+ "id": "openbanking/openbanking",
4
+ "title": "openbanking",
5
+ "summary": "Open banking account sync, balance refresh, and transaction synchronization\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance\n- **Tags**: open-banking, powens, finance, banking",
6
+ "route": "/docs/reference/openbanking/openbanking",
7
+ "source": "generated",
8
+ "contentPath": "openbanking/openbanking.md"
9
+ },
10
+ {
11
+ "id": "openbanking/openbanking.accounts.get",
12
+ "title": "openbanking.accounts.get",
13
+ "summary": "Retrieve the canonical bank account record for the given account identifier.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance\n- **Tags**: open-banking, powens, accounts",
14
+ "route": "/docs/reference/openbanking/openbanking.accounts.get",
15
+ "source": "generated",
16
+ "contentPath": "openbanking/openbanking.accounts.get.md"
17
+ },
18
+ {
19
+ "id": "openbanking/openbanking.accounts.list",
20
+ "title": "openbanking.accounts.list",
21
+ "summary": "List bank accounts available to a tenant/user via Powens Open Banking.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance\n- **Tags**: open-banking, powens, accounts",
22
+ "route": "/docs/reference/openbanking/openbanking.accounts.list",
23
+ "source": "generated",
24
+ "contentPath": "openbanking/openbanking.accounts.list.md"
25
+ },
26
+ {
27
+ "id": "openbanking/openbanking.accounts.sync",
28
+ "title": "openbanking.accounts.sync",
29
+ "summary": "Initiate a synchronisation run to refresh bank account metadata from Powens.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance\n- **Tags**: open-banking, powens, accounts",
30
+ "route": "/docs/reference/openbanking/openbanking.accounts.sync",
31
+ "source": "generated",
32
+ "contentPath": "openbanking/openbanking.accounts.sync.md"
33
+ },
34
+ {
35
+ "id": "openbanking/openbanking.balances.get",
36
+ "title": "openbanking.balances.get",
37
+ "summary": "Retrieve the latest cached balances for a bank account.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance\n- **Tags**: open-banking, powens, balances",
38
+ "route": "/docs/reference/openbanking/openbanking.balances.get",
39
+ "source": "generated",
40
+ "contentPath": "openbanking/openbanking.balances.get.md"
41
+ },
42
+ {
43
+ "id": "openbanking/openbanking.balances.refresh",
44
+ "title": "openbanking.balances.refresh",
45
+ "summary": "Refresh balances for a bank account via the configured open banking provider.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance\n- **Tags**: open-banking, powens, balances",
46
+ "route": "/docs/reference/openbanking/openbanking.balances.refresh",
47
+ "source": "generated",
48
+ "contentPath": "openbanking/openbanking.balances.refresh.md"
49
+ },
50
+ {
51
+ "id": "openbanking/openbanking.transactions.list",
52
+ "title": "openbanking.transactions.list",
53
+ "summary": "List bank transactions that have been normalised into the canonical ledger.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance\n- **Tags**: open-banking, powens, transactions",
54
+ "route": "/docs/reference/openbanking/openbanking.transactions.list",
55
+ "source": "generated",
56
+ "contentPath": "openbanking/openbanking.transactions.list.md"
57
+ },
58
+ {
59
+ "id": "openbanking/openbanking.transactions.sync",
60
+ "title": "openbanking.transactions.sync",
61
+ "summary": "Synchronise transactions for a bank account by calling the configured open banking provider.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @platform.finance",
62
+ "route": "/docs/reference/openbanking/openbanking.transactions.sync",
63
+ "source": "generated",
64
+ "contentPath": "openbanking/openbanking.transactions.sync.md"
65
+ }
66
+ ]
@@ -1,18 +1,18 @@
1
1
  [
2
- {
3
- "id": "opencode-cli/opencode-cli",
4
- "title": "opencode-cli",
5
- "summary": "Agent-mode contract building and validation for the OpenCode CLI\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @contractspec/examples\n- **Tags**: opencode, example, cli\n- **File**: `packages/examples/opencode-cli/src/opencode-cli.feature.ts`",
6
- "route": "/docs/reference/opencode-cli/opencode-cli",
7
- "source": "generated",
8
- "contentPath": "opencode-cli/opencode-cli.md"
9
- },
10
- {
11
- "id": "opencode-cli/opencode.example.echo",
12
- "title": "opencode.example.echo",
13
- "summary": "Echo a prompt for the OpenCode CLI example.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @contractspec/examples\n- **Tags**: opencode, example, echo\n- **File**: `packages/examples/opencode-cli/src/contracts/opencode.contracts.ts`",
14
- "route": "/docs/reference/opencode-cli/opencode.example.echo",
15
- "source": "generated",
16
- "contentPath": "opencode-cli/opencode.example.echo.md"
17
- }
18
- ]
2
+ {
3
+ "id": "opencode-cli/opencode-cli",
4
+ "title": "opencode-cli",
5
+ "summary": "Agent-mode contract building and validation for the OpenCode CLI\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @contractspec/examples\n- **Tags**: opencode, example, cli\n- **File**: `packages/examples/opencode-cli/src/opencode-cli.feature.ts`",
6
+ "route": "/docs/reference/opencode-cli/opencode-cli",
7
+ "source": "generated",
8
+ "contentPath": "opencode-cli/opencode-cli.md"
9
+ },
10
+ {
11
+ "id": "opencode-cli/opencode.example.echo",
12
+ "title": "opencode.example.echo",
13
+ "summary": "Echo a prompt for the OpenCode CLI example.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @contractspec/examples\n- **Tags**: opencode, example, echo\n- **File**: `packages/examples/opencode-cli/src/contracts/opencode.contracts.ts`",
14
+ "route": "/docs/reference/opencode-cli/opencode.example.echo",
15
+ "source": "generated",
16
+ "contentPath": "opencode-cli/opencode.example.echo.md"
17
+ }
18
+ ]
@@ -1,10 +1,10 @@
1
1
  [
2
- {
3
- "id": "personalization/personalization",
4
- "title": "personalization",
5
- "summary": "Behavior tracking, overlay customization, and workflow extension patterns\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: personalization, behavior, overlay, workflow",
6
- "route": "/docs/reference/personalization/personalization",
7
- "source": "generated",
8
- "contentPath": "personalization/personalization.md"
9
- }
10
- ]
2
+ {
3
+ "id": "personalization/personalization",
4
+ "title": "personalization",
5
+ "summary": "Behavior tracking, overlay customization, and workflow extension patterns\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: personalization, behavior, overlay, workflow",
6
+ "route": "/docs/reference/personalization/personalization",
7
+ "source": "generated",
8
+ "contentPath": "personalization/personalization.md"
9
+ }
10
+ ]