@salesforce/b2c-tooling-sdk 1.16.0 → 1.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/data/content-schemas/componenttype.json +79 -17
  2. package/data/content-schemas/pagetype.json +4 -0
  3. package/data/content-schemas/regiondefinition.json +1 -0
  4. package/data/guides/enrichment.json +11264 -0
  5. package/data/guides/index.json +15166 -0
  6. package/data/job-steps/CatalogDeltaExport.md +31 -0
  7. package/data/job-steps/CreateSitemap.md +22 -0
  8. package/data/job-steps/CustomerListsDeltaExport.md +30 -0
  9. package/data/job-steps/DownloadActiveDataFromStorage.md +24 -0
  10. package/data/job-steps/ExecuteCategorizationRules.md +25 -0
  11. package/data/job-steps/ExecuteDataReplication.md +24 -0
  12. package/data/job-steps/ExecutePipeline.md +24 -0
  13. package/data/job-steps/ExecutePreconfiguredCodeReplicationProcess.md +24 -0
  14. package/data/job-steps/ExecutePreconfiguredDataReplicationProcess.md +24 -0
  15. package/data/job-steps/ExecuteScriptModule.md +27 -0
  16. package/data/job-steps/ExportABTests.md +30 -0
  17. package/data/job-steps/ExportAssignments.md +30 -0
  18. package/data/job-steps/ExportCatalog.md +37 -0
  19. package/data/job-steps/ExportContent.md +31 -0
  20. package/data/job-steps/ExportContentSlots.md +30 -0
  21. package/data/job-steps/ExportCouponCodes.md +33 -0
  22. package/data/job-steps/ExportCoupons.md +30 -0
  23. package/data/job-steps/ExportCustomObjects.md +31 -0
  24. package/data/job-steps/ExportCustomerGroups.md +30 -0
  25. package/data/job-steps/ExportCustomerList.md +31 -0
  26. package/data/job-steps/ExportCustomers.md +30 -0
  27. package/data/job-steps/ExportFacebookFeed.md +26 -0
  28. package/data/job-steps/ExportGiftCertificates.md +30 -0
  29. package/data/job-steps/ExportInventoryLists.md +31 -0
  30. package/data/job-steps/ExportMetaData.md +32 -0
  31. package/data/job-steps/ExportOrders.md +42 -0
  32. package/data/job-steps/ExportPageLocalization.md +34 -0
  33. package/data/job-steps/ExportPriceBook.md +31 -0
  34. package/data/job-steps/ExportProductLists.md +34 -0
  35. package/data/job-steps/ExportPromotions.md +30 -0
  36. package/data/job-steps/ExportShippingMethods.md +30 -0
  37. package/data/job-steps/ExportSourceCodeGroups.md +30 -0
  38. package/data/job-steps/ExportStores.md +31 -0
  39. package/data/job-steps/ExportTaxTable.md +30 -0
  40. package/data/job-steps/ImportABTests.md +34 -0
  41. package/data/job-steps/ImportActiveData.md +33 -0
  42. package/data/job-steps/ImportAssignments.md +34 -0
  43. package/data/job-steps/ImportCatalog.md +34 -0
  44. package/data/job-steps/ImportContent.md +34 -0
  45. package/data/job-steps/ImportContentSlots.md +34 -0
  46. package/data/job-steps/ImportCouponCodeRedemptions.md +34 -0
  47. package/data/job-steps/ImportCoupons.md +34 -0
  48. package/data/job-steps/ImportCustomObjects.md +34 -0
  49. package/data/job-steps/ImportCustomerGroups.md +34 -0
  50. package/data/job-steps/ImportCustomerList.md +34 -0
  51. package/data/job-steps/ImportCustomerLists.md +34 -0
  52. package/data/job-steps/ImportCustomers.md +34 -0
  53. package/data/job-steps/ImportGiftCertificates.md +34 -0
  54. package/data/job-steps/ImportInventoryLists.md +35 -0
  55. package/data/job-steps/ImportKeyValueMapping.md +35 -0
  56. package/data/job-steps/ImportPageLocalization.md +34 -0
  57. package/data/job-steps/ImportPriceBook.md +34 -0
  58. package/data/job-steps/ImportProductLists.md +34 -0
  59. package/data/job-steps/ImportPromotions.md +34 -0
  60. package/data/job-steps/ImportShippingMethods.md +34 -0
  61. package/data/job-steps/ImportSiteArchive.md +30 -0
  62. package/data/job-steps/ImportSourceCodeGroups.md +34 -0
  63. package/data/job-steps/ImportStores.md +34 -0
  64. package/data/job-steps/ImportTaxTable.md +34 -0
  65. package/data/job-steps/IncludeStepsFromJob.md +24 -0
  66. package/data/job-steps/InvalidateCache.md +26 -0
  67. package/data/job-steps/LibraryDeltaExport.md +30 -0
  68. package/data/job-steps/SearchReindex.md +27 -0
  69. package/data/job-steps/SiteExport.md +32 -0
  70. package/data/job-steps/UndoPreconfiguredCodeReplicationProcess.md +24 -0
  71. package/data/job-steps/UndoPreconfiguredDataReplicationProcess.md +24 -0
  72. package/data/job-steps/UpdateStorefrontURLs.md +22 -0
  73. package/data/job-steps/UploadActiveDataBackupToStorage.md +22 -0
  74. package/data/job-steps/UploadActiveDataToStorage.md +24 -0
  75. package/data/job-steps/index.json +496 -0
  76. package/data/job-steps/job-steps.json +2910 -0
  77. package/data/job-steps/job-steps.md +96 -0
  78. package/data/script-api/TopLevel.APIException.md +1 -1
  79. package/data/script-api/dw.catalog.CatalogMgr.md +8 -2
  80. package/data/script-api/dw.crypto.Cipher.md +5 -1
  81. package/data/script-api/dw.customer.Profile.md +45 -0
  82. package/data/script-api/dw.customer.consent.ConsentStatusEntry.md +92 -0
  83. package/data/script-api/dw.customer.consent.MarketingConsentSubscription.md +247 -0
  84. package/data/script-api/dw.customer.consent.ShopperConsentErrorCodes.md +74 -0
  85. package/data/script-api/dw.customer.consent.ShopperConsentException.md +63 -0
  86. package/data/script-api/dw.customer.consent.ShopperConsentMgr.md +152 -0
  87. package/data/script-api/dw.customer.consent.md +10 -0
  88. package/data/script-api/dw.extensions.payments.SalesforcePaymentsHooks.md +24 -0
  89. package/data/script-api/dw.extensions.payments.SalesforcePaymentsSiteConfiguration.md +76 -0
  90. package/data/script-api/dw.object.CustomAttributes.md +72 -29
  91. package/data/script-api/dw.object.md +1 -1
  92. package/data/script-api/dw.order.Basket.md +3 -2
  93. package/data/script-api/dw.order.GiftCertificateLineItem.md +1 -1
  94. package/data/script-api/dw.order.LineItem.md +88 -0
  95. package/data/script-api/dw.order.LineItemCtnr.md +41 -11
  96. package/data/script-api/dw.order.LineItemTax.md +142 -0
  97. package/data/script-api/dw.order.OrderMgr.md +8 -0
  98. package/data/script-api/dw.order.PriceAdjustment.md +1 -1
  99. package/data/script-api/dw.order.ProductLineItem.md +1 -1
  100. package/data/script-api/dw.order.ProductShippingLineItem.md +1 -1
  101. package/data/script-api/dw.order.Shipment.md +12 -4
  102. package/data/script-api/dw.order.ShippingLineItem.md +1 -1
  103. package/data/script-api/dw.order.TaxMgr.md +54 -0
  104. package/data/script-api/dw.order.hooks.TaxHooks.md +495 -0
  105. package/data/script-api/dw.order.hooks.md +1 -0
  106. package/data/script-api/dw.order.md +1 -0
  107. package/data/script-api/dw.sitemap.SitemapFile.md +1 -1
  108. package/data/script-api/dw.sitemap.SitemapMgr.md +23 -0
  109. package/data/script-api/dw.system.Request.md +0 -1
  110. package/data/script-api/dw.util.Assert.md +29 -0
  111. package/data/script-api/dw.util.Locale.md +5 -2
  112. package/data/script-api/dw.web.Cookie.md +0 -6
  113. package/data/script-api/dw.web.PageMetaTag.md +25 -1
  114. package/data/script-api/dw.ws.WSUtil.md +2 -2
  115. package/data/script-api/index.json +2192 -37
  116. package/data/script-api/index.md +2 -1
  117. package/data/tooling/index.json +222 -0
  118. package/data/xsd/commercefeaturestate.xsd +1 -0
  119. package/data/xsd/customer.xsd +11 -0
  120. package/data/xsd/eventrouting.xsd +257 -0
  121. package/data/xsd/index.json +6 -2
  122. package/data/xsd/order.xsd +53 -0
  123. package/data/xsd/store.xsd +8 -0
  124. package/data/xsd/storefronts.xsd +57 -1
  125. package/dist/esm/auth/client-credentials.d.ts +27 -0
  126. package/dist/esm/auth/client-credentials.js +60 -0
  127. package/dist/esm/auth/client-credentials.js.map +1 -0
  128. package/dist/esm/auth/index.d.ts +1 -0
  129. package/dist/esm/auth/index.js +2 -0
  130. package/dist/esm/auth/index.js.map +1 -1
  131. package/dist/esm/auth/oauth.js +2 -1
  132. package/dist/esm/auth/oauth.js.map +1 -1
  133. package/dist/esm/cli/base-command.d.ts +40 -0
  134. package/dist/esm/cli/base-command.js +66 -5
  135. package/dist/esm/cli/base-command.js.map +1 -1
  136. package/dist/esm/cli/index.d.ts +2 -2
  137. package/dist/esm/cli/index.js +1 -1
  138. package/dist/esm/cli/index.js.map +1 -1
  139. package/dist/esm/cli/instance-command.d.ts +1 -1
  140. package/dist/esm/cli/instance-command.js +5 -3
  141. package/dist/esm/cli/instance-command.js.map +1 -1
  142. package/dist/esm/cli/oauth-command.d.ts +1 -1
  143. package/dist/esm/cli/oauth-command.js +5 -3
  144. package/dist/esm/cli/oauth-command.js.map +1 -1
  145. package/dist/esm/cli/ods-command.d.ts +1 -1
  146. package/dist/esm/cli/webdav-command.d.ts +1 -1
  147. package/dist/esm/config/sources/env-source.js +1 -0
  148. package/dist/esm/config/sources/env-source.js.map +1 -1
  149. package/dist/esm/discovery/detector.d.ts +0 -5
  150. package/dist/esm/discovery/detector.js +24 -3
  151. package/dist/esm/discovery/detector.js.map +1 -1
  152. package/dist/esm/discovery/index.d.ts +1 -0
  153. package/dist/esm/discovery/index.js +1 -0
  154. package/dist/esm/discovery/index.js.map +1 -1
  155. package/dist/esm/discovery/patterns/index.d.ts +4 -2
  156. package/dist/esm/discovery/patterns/index.js +9 -3
  157. package/dist/esm/discovery/patterns/index.js.map +1 -1
  158. package/dist/esm/discovery/patterns/pwa-kit.d.ts +12 -0
  159. package/dist/esm/discovery/patterns/pwa-kit.js +18 -7
  160. package/dist/esm/discovery/patterns/pwa-kit.js.map +1 -1
  161. package/dist/esm/discovery/patterns/sfra.d.ts +5 -4
  162. package/dist/esm/discovery/patterns/sfra.js +1 -1
  163. package/dist/esm/discovery/patterns/sfra.js.map +1 -1
  164. package/dist/esm/discovery/patterns/storefront-next.js +18 -2
  165. package/dist/esm/discovery/patterns/storefront-next.js.map +1 -1
  166. package/dist/esm/discovery/types.d.ts +13 -4
  167. package/dist/esm/discovery/types.js +11 -1
  168. package/dist/esm/discovery/types.js.map +1 -1
  169. package/dist/esm/docs/index.d.ts +3 -3
  170. package/dist/esm/docs/index.js +1 -1
  171. package/dist/esm/docs/index.js.map +1 -1
  172. package/dist/esm/docs/search.d.ts +113 -37
  173. package/dist/esm/docs/search.js +424 -72
  174. package/dist/esm/docs/search.js.map +1 -1
  175. package/dist/esm/docs/types.d.ts +57 -6
  176. package/dist/esm/docs/types.js +3 -0
  177. package/dist/esm/docs/types.js.map +1 -1
  178. package/dist/esm/slas/token.d.ts +9 -2
  179. package/dist/esm/slas/token.js +25 -29
  180. package/dist/esm/slas/token.js.map +1 -1
  181. package/dist/esm/telemetry/telemetry.d.ts +1 -0
  182. package/dist/esm/telemetry/telemetry.js +32 -0
  183. package/dist/esm/telemetry/telemetry.js.map +1 -1
  184. package/dist/esm/telemetry/types.d.ts +6 -0
  185. package/package.json +9 -2
@@ -1,4 +1,4 @@
1
- # B2C Commerce Script API 26.2
1
+ # B2C Commerce Script API 26.7
2
2
 
3
3
  ## Packages
4
4
  | Package | Description |
@@ -10,6 +10,7 @@
10
10
  | [dw.content](dw.content.md) | Contains classes that allow you to access content. |
11
11
  | [dw.crypto](dw.crypto.md) | Contains classes that allow you to perform cryptographic operations. |
12
12
  | [dw.customer](dw.customer.md) | Contains classes that allow you to interact with and manage Customer-related information. |
13
+ | [dw.customer.consent](dw.customer.consent.md) | |
13
14
  | [dw.customer.oauth](dw.customer.oauth.md) | |
14
15
  | [dw.customer.shoppercontext](dw.customer.shoppercontext.md) | |
15
16
  | [dw.experience](dw.experience.md) | |
@@ -0,0 +1,222 @@
1
+ {
2
+ "version": "2.0.0",
3
+ "generatedAt": "2026-07-08T01:12:00.365Z",
4
+ "entries": [
5
+ {
6
+ "id": "guide-account-manager",
7
+ "title": "Account Manager Guide",
8
+ "category": "tooling",
9
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/account-manager.html",
10
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/account-manager.md",
11
+ "headings": "Authentication • Zero-Config (Default) • User Authentication (`--user-auth`) • Client Credentials • Authentication Order • Role Requirements • Setting Up Credentials • For Interactive Use • For CI/CD and Automation • Common Workflows • User Onboarding • User Offboarding • Auditing • API Client Provisioning • Bulk Operations with JSON Output • CI/CD Examples • GitHub Actions • Shell Script Automation • Troubleshooting • \"operation forbidden\" or \"authentication invalid\" • \"No valid auth method available\" • Redirect URL errors with `--user-auth` • Next Steps",
12
+ "preview": "Manage Account Manager users, roles, organizations, and API clients with the B2C CLI, including authentication options, CI/CD automation, and common workflows."
13
+ },
14
+ {
15
+ "id": "guide-agent-skills",
16
+ "title": "Agent Skills & Plugins",
17
+ "category": "tooling",
18
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/agent-skills.html",
19
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/agent-skills.md",
20
+ "headings": "Quick Start • Available Plugins • Claude Code • Codex • Cursor • Skill Discovery Locations • Install with the B2C CLI • Reuse Claude Code Plugin Installs • Copilot • Copilot (VS Code) • Copilot CLI • B2C CLI • Agentforce Vibes • Other IDEs • Manual Installation • Usage Examples",
21
+ "preview": "Agentic B2C Developer Toolkit — AI agent skills and plugins that teach Agentforce Vibes, Claude Code, Codex, Cursor, and GitHub Copilot the full B2C Commerce stack."
22
+ },
23
+ {
24
+ "id": "guide-analytics-reports-cip-ccac",
25
+ "title": "Analytics Reports (CIP/CCAC)",
26
+ "category": "tooling",
27
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/analytics-reports-cip-ccac.html",
28
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/analytics-reports-cip-ccac.md",
29
+ "headings": "Authentication and Access • Non-Production Support (26.1+) • Host Selection Behavior • Quick Start • Curated reports (`cip report`) • Raw SQL (`cip query`) • Metadata discovery (`cip tables`, `cip describe`) • Choosing Query vs Report • Rate Limits and Query Discipline • Site ID Parameter Note • JSON Output • SDK Support • Next Steps",
30
+ "preview": "User guide for running CIP/CCAC analytics reports and SQL queries with the B2C CLI."
31
+ },
32
+ {
33
+ "id": "guide-authentication",
34
+ "title": "Authentication Setup",
35
+ "category": "tooling",
36
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/authentication.html",
37
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/authentication.md",
38
+ "headings": "Overview • Account Manager API Client • Authentication Methods • Creating an API Client • Assigning Roles • Understanding Roles and Tenant Filters • For Client Credentials (Roles on API Client) • For User Authentication (roles on User) • Configuring Scopes • Configuring Tenant Filter • Redirect URLs • JWT Authentication (Certificate-Based) • How It Works • Benefits • Setup Instructions • Step 1: Generate Certificate Pair • Step 2: Register Certificate in Account Manager • Step 3: Configure CLI • Authentication Priority • Troubleshooting • Security Best Practices • OCAPI Configuration • Configuring OCAPI in Business Manager • Example OCAPI Configuration • Minimal Configuration by Feature • SCAPI Authentication • Required Setup • Scopes by Command • Configuration • WebDAV Access • Option A: Basic Authentication (user access) • Option B: OAuth-based WebDAV (API client access) • Managed Runtime API Key • Getting an MRT API Key • Configuring the API Key • Quick Start Example • 1. Create API Client in Account Manager • 2. Configure OCAPI (for code list/activate/delete, jobs, sites) • 3. Configure WebDAV Access (for code deploy/watch, webdav commands) • 4. Set Environment Variables • 5. Test the Configuration • Troubleshooting • \"Unauthorized\" errors • \"Forbidden\" on WebDAV operations • \"Invalid scope\" errors • Next Steps",
39
+ "preview": "Set up authentication for the B2C CLI including Account Manager API clients, OCAPI permissions, and WebDAV access keys."
40
+ },
41
+ {
42
+ "id": "guide-ci-cd",
43
+ "title": "CI/CD with GitHub Actions",
44
+ "category": "tooling",
45
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/ci-cd.html",
46
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/ci-cd.md",
47
+ "headings": "Overview • Authentication • Quick Start: Deploy Cartridges • Actions Reference • Root Action • Setup • Run • Code Deploy • Data Import • MRT Deploy • Job Run • WebDAV Upload • Staging Environments (Two-Factor mTLS) • CLI Flags • GitHub Actions • Patterns • Data Import Pipeline • MRT Release Deploy • Using Outputs • Version Pinning • Plugins • Logging • CI Defaults",
48
+ "preview": "Automate B2C Commerce code deployment, data import, MRT bundles, and job execution with the official B2C CLI GitHub Actions for CI/CD pipelines."
49
+ },
50
+ {
51
+ "id": "guide-commerce-apps",
52
+ "title": "Commerce Apps (CAPs)",
53
+ "category": "tooling",
54
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/commerce-apps.html",
55
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/commerce-apps.md",
56
+ "headings": "Develop CAPs with AI Agent Skills • Claude Code • CLI Workflow • Creating a Storefront Pull Request • Inspecting Installed State • VS Code Extension Integration • Authentication Requirements • CI/CD Integration • Reference",
57
+ "preview": "Use the B2C CLI and agent skills to validate, package, install, uninstall, and pull Commerce App Packages (CAPs). Links to the official Commerce Apps ISV Developer Guide for the full specification."
58
+ },
59
+ {
60
+ "id": "guide-configuration",
61
+ "title": "Configuration",
62
+ "category": "tooling",
63
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/configuration.html",
64
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/configuration.md",
65
+ "headings": "CLI Flags • OAuth (SCAPI/OCAPI) • Client Credentials • JWT Bearer • Implicit Flow • Basic Authentication (WebDAV) • Environment Variables • .env File • Configuration File • Single Instance • Multiple Instances • Managing Instances with the CLI • Quick Setup • Switching Instances • Listing and Removing • Supported Fields • Two-Factor Authentication (mTLS) • Project Configuration (package.json) • Allowed Fields • Content Libraries Example • Resolution Priority • Credential Grouping • MRT API Key • Overriding Authentication Behavior • Available Auth Methods • Specifying Auth Methods • Debugging Configuration • Next Steps",
66
+ "preview": "Configure the B2C CLI with environment variables, dw.json files, and multi-instance setups for different environments."
67
+ },
68
+ {
69
+ "id": "guide-extending",
70
+ "title": "Extending the CLI",
71
+ "category": "tooling",
72
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/extending.html",
73
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/extending.md",
74
+ "headings": "Available Hooks • Plugin Architecture • Installing Plugins • Custom Configuration Sources • Hook: `b2c:config-sources` • Priority Ordering • Example: Custom Config Source Plugin • Plugin Structure • package.json • Hook Implementation • ConfigSource Implementation • Instance Management Methods • Credential Storage Methods • Error Handling • Plugin Configuration • NormalizedConfig Fields • HTTP Middleware • Hook: `b2c:http-middleware` • HttpMiddlewareProvider Interface • Example: Request Logging Middleware • SDK Usage (without CLI) • B2C Operation Lifecycle Hooks • Hook: `b2c:operation-lifecycle` • Supported Operations • B2COperationLifecycleProvider Interface • B2COperationContext • B2COperationResult • Example: Audit Logging Plugin • Example: Deployment Freeze Policy • Cartridge Providers • Hook: `b2c:cartridge-providers` • CartridgeProvider Interface • CartridgeTransformer Interface • CartridgeDiscoveryOptions • Example: Manifest-Based Discovery • Example: Environment-Based Filtering • Scaffold Providers • Hook: `b2c:scaffold-providers` • ScaffoldProvider Interface • ScaffoldTransformer Interface • SDK Usage (without CLI) • Adding Custom Commands • Base Command Classes • Testing Plugins • Next Steps",
75
+ "preview": "Extend the B2C CLI with custom plugins, configuration sources, HTTP middleware, and lifecycle hooks."
76
+ },
77
+ {
78
+ "id": "guide-ide-integration",
79
+ "title": "IDE Integration",
80
+ "category": "tooling",
81
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/ide-integration.html",
82
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/ide-integration.md",
83
+ "headings": "Script API IntelliSense • B2C DX VS Code Extension (recommended) • Standalone VS Code, WebStorm, or IntelliJ Ultimate • Neovim, Helix, Zed, Sublime, or other LSP-based editors • Notes • Prophet VS Code Extension • Benefits • Setup • Switching Active Instances • Manual `dw.js` Example • Fields Written by `setup ide prophet` • Notes • IntelliJ SFCC Plugin • Setup",
84
+ "preview": "Configure IDE tooling like Prophet VS Code extension and IntelliJ SFCC plugin to consume resolved B2C CLI configuration, plus enable Script API IntelliSense via TypeScript definitions."
85
+ },
86
+ {
87
+ "id": "guide-installation",
88
+ "title": "Installation",
89
+ "category": "tooling",
90
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/installation.html",
91
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/installation.md",
92
+ "headings": "Prerequisites • Install via npm (Recommended) • Verify Installation • Install the SDK (Optional) • Next Steps",
93
+ "preview": "Install the B2C CLI via npm or GitHub releases, and optionally install the SDK for programmatic use."
94
+ },
95
+ {
96
+ "id": "guide-mrt-utilities",
97
+ "title": "MRT Utilities",
98
+ "category": "tooling",
99
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/mrt-utilities.html",
100
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/mrt-utilities.md",
101
+ "headings": "When to use • Prerequisites • Installation • Package exports • Basic setup • Middleware • createMRTCommonMiddleware() • createMRTRequestProcessorMiddleware(requestProcessorPath, proxyConfigs) • createMRTProxyMiddlewares(proxyConfigs) • createMRTStaticAssetServingMiddleware(staticAssetDir) • createMRTCleanUpMiddleware() • Environment detection • Streaming (Lambda) • Metrics • Data Store In Development • Related",
102
+ "preview": "Use the mrt-utilities package to simulate a deployed Managed Runtime environment locally with Express middleware and streaming adapters."
103
+ },
104
+ {
105
+ "id": "guide-safety",
106
+ "title": "Safety Mode",
107
+ "category": "tooling",
108
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/safety.html",
109
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/safety.md",
110
+ "headings": "Quick Start • Safety Levels • Setting a Level • Safety Rules • Rule Actions • Rule Matchers • HTTP Method + Path • Job ID • CLI Command ID • Evaluation Order • Confirmation Mode • Per-Instance Configuration • Global Safety Config • Configuration Merge • Example • Environment Variables Reference • SDK Usage",
111
+ "preview": "Configure Safety Mode to prevent accidental destructive operations with safety levels, per-instance rules, confirmation mode, and global policies."
112
+ },
113
+ {
114
+ "id": "guide-scaffolding",
115
+ "title": "Scaffolding",
116
+ "category": "tooling",
117
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/scaffolding.html",
118
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/scaffolding.md",
119
+ "headings": "Quick Start • Built-in Scaffolds • Using Scaffolds • Interactive Mode • Non-Interactive Mode • Providing Parameters • Preview Changes • Output Directory • Scaffold Details • cartridge • controller • hook • service • custom-api • job-step • page-designer-component • Creating Custom Scaffolds • Scaffold Locations • Initialize a New Scaffold • Scaffold Manifest • Parameter Types • Dynamic Sources • Conditional Parameters • Template Files • Template Helpers • File Mappings • File Modifications • Post Instructions • Validation • Scaffold Discovery Priority • Programmatic Usage (SDK) • Discovery and Generation • Parameter Schema Discovery • Validation",
120
+ "preview": "Generate B2C Commerce cartridges, controllers, hooks, custom APIs, and more from templates using the scaffolding framework."
121
+ },
122
+ {
123
+ "id": "guide-script-debugger",
124
+ "title": "Script Debugger",
125
+ "category": "tooling",
126
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/script-debugger.html",
127
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/script-debugger.md",
128
+ "headings": "Requirements • Choosing an interface • Server affinity (hitting breakpoints) • See Also",
129
+ "preview": "Debug server-side B2C Commerce scripts (controllers, hooks, jobs, custom APIs) with the Script Debugger — via the VS Code extension, the CLI DAP debug adapter, or the MCP diagnostics tools."
130
+ },
131
+ {
132
+ "id": "guide-sdk-migration",
133
+ "title": "Migrating from sfcc-ci's JavaScript API",
134
+ "category": "tooling",
135
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/sdk-migration.html",
136
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/sdk-migration.md",
137
+ "headings": "Key Paradigm Shifts • Callbacks to async/await • Token Passing to Config-Based Auth • Untyped Objects to Typed Clients • Quick Start: Replacing a Typical sfcc-ci Script • API Mapping by Module • Authentication (`sfcc.auth`) • Code Management (`sfcc.code`) • Job Execution (`sfcc.job`) • Instance / WebDAV (`sfcc.instance`, `sfcc.webdav`) • Account Manager Users (`sfcc.user`) • Account Manager & BM Roles (`sfcc.role`) • Organizations (`sfcc.org`) • Using Typed Clients Directly • SLAS Client Management • Direct OCAPI Access • Comprehensive Mapping Table • What the SDK Adds Beyond sfcc-ci • Error Handling • Next Steps",
138
+ "preview": "Migrate from sfcc-ci's programmatic JavaScript API to @salesforce/b2c-tooling-sdk with side-by-side code examples and API mapping."
139
+ },
140
+ {
141
+ "id": "guide-security",
142
+ "title": "Security",
143
+ "category": "tooling",
144
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/security.html",
145
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/security.md",
146
+ "headings": "Supply Chain Security • Minimum Release Age • Trust Policy • Restricting Build Scripts • NPM Trusted Publishing • Operational Security: Safety Mode • Best Practices • For Contributors • For Users",
147
+ "preview": "Security practices for the B2C Developer Tooling project including supply chain protections and dependency management."
148
+ },
149
+ {
150
+ "id": "guide-sfcc-ci-migration",
151
+ "title": "Migrating from sfcc-ci",
152
+ "category": "tooling",
153
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/sfcc-ci-migration.html",
154
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/sfcc-ci-migration.md",
155
+ "headings": "Authentication • Stateful Auth (sfcc-ci Compatible) • Stateless Auth (Recommended for CI/CD) • Command Mapping • Code Management • Instance / Data • Cartridge Path • Jobs • Sandbox • SLAS • User / Org / Role • Environment Variables • Configuration • CI/CD Migration • Before (sfcc-ci) • After (b2c-cli — stateless) • After (b2c-cli — stateful, sfcc-ci compatible) • GitHub Actions • Next Steps",
156
+ "preview": "Migrate from sfcc-ci to @salesforce/b2c-cli with command mappings, environment variable compatibility, and CI/CD pipeline updates."
157
+ },
158
+ {
159
+ "id": "guide-storefront-next",
160
+ "title": "Storefront Next",
161
+ "category": "tooling",
162
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/storefront-next.html",
163
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/storefront-next.md",
164
+ "headings": "Prerequisites • Step 1: Create an On-Demand Sandbox (Optional) • Step 2: Create a SLAS Client • Step 3: Create an MRT Environment • Connect the B2C Commerce Instance • Step 4: Set Environment Variables • Variable Reference • Multi-Site Configuration • Step 5: Deploy • Step 6: Debugging with Log Tailing • Summary • Next Steps",
165
+ "preview": "Set up Storefront Next development environments using the B2C CLI to create sandboxes, SLAS clients, MRT environments, and deploy."
166
+ },
167
+ {
168
+ "id": "guide-third-party-plugins",
169
+ "title": "3rd Party Plugins",
170
+ "category": "tooling",
171
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/third-party-plugins.html",
172
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/third-party-plugins.md",
173
+ "headings": "Installing Plugins • Available Plugins • IntelliJ SFCC Config Plugin • Installation • Features • Environment Variables • Usage • Password Store Plugin • Installation • Features • Storing Credentials • Environment Variables • Usage • macOS Keychain Plugin • Installation • Features • Storing Credentials • Environment Variables • Usage • Docs Viewer Plugin • Installation • Features • Usage • Catalog Reducer Plugin • Installation • Features • Usage • Pipeline Visualizer Plugin • Installation • Features • Usage • Creating Your Own Plugin • Submitting Plugins",
174
+ "preview": "Community plugins for the B2C CLI including IntelliJ SFCC config integration, credential storage, docs search, catalog reduction, and pipeline visualization."
175
+ },
176
+ {
177
+ "id": "mcp-configuration",
178
+ "title": "Configuration",
179
+ "category": "tooling",
180
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/configuration.html",
181
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/configuration.md",
182
+ "headings": "Credentials • `dw.json` (Recommended) {#dw-json} • `.env` File {#env-file} • MRT Credentials (`~/.mobify`) {#mrt-credentials} • Configuration Priority • Toolset Selection • Auto-Discovery (Default) • Manual Selection • Individual Tool Selection • Logging • Telemetry • MCP Server Flags Reference {#mcp-server-flags} • Documentation Tools Restriction • Environment Variables Reference {#environment-variables-reference} • MCP Server Environment Variables {#mcp-server-environment-variables} • Next Steps",
183
+ "preview": "Configure the B2C DX MCP Server with credentials, flags, environment variables, and toolset selection."
184
+ },
185
+ {
186
+ "id": "mcp-figma-tools-setup",
187
+ "title": "Figma-to-Component Tools Setup",
188
+ "category": "tooling",
189
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/figma-tools-setup.html",
190
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/figma-tools-setup.md",
191
+ "headings": "Overview • Figma MCP Setup • Figma Design File • Verification • Related Documentation",
192
+ "preview": "Prerequisites and setup for Figma-to-component tools (workflow orchestrator, generate component, map tokens)."
193
+ },
194
+ {
195
+ "id": "mcp-index",
196
+ "title": "MCP Server",
197
+ "category": "tooling",
198
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/index.html",
199
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/index.md",
200
+ "headings": "Quick Start • Project Type Detection • Plugins • Next Steps",
201
+ "preview": "MCP Server for Salesforce B2C Commerce - AI-assisted development tools for Claude, Cursor, and other AI assistants."
202
+ },
203
+ {
204
+ "id": "mcp-installation",
205
+ "title": "Installation",
206
+ "category": "tooling",
207
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/installation.html",
208
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/installation.md",
209
+ "headings": "Prerequisites • Claude Code • Plugin Marketplace • CLI • Cursor • Project-Level Configuration (Recommended) • Quick Install (User-Level) • GitHub Copilot • After Installation • Troubleshooting • Server Not Starting • `spawn npx ENOENT` Error • \"Could not determine executable to run\" Error (Windows) • Tools Not Available • Configuration Not Loading • Next Steps",
210
+ "preview": "Install and configure the B2C DX MCP Server for Claude Code, Cursor, GitHub Copilot, and other MCP clients."
211
+ },
212
+ {
213
+ "id": "mcp-toolsets",
214
+ "title": "Toolsets & Tools",
215
+ "category": "tooling",
216
+ "url": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/toolsets.html",
217
+ "sourceUrl": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/toolsets.md",
218
+ "headings": "CARTRIDGES • DIAGNOSTICS • MRT • PWAV3 • SCAPI • STOREFRONTNEXT • STOREFRONTNEXT_DEPRECATED • Next Steps",
219
+ "preview": "Available toolsets and tools in the B2C DX MCP Server for SCAPI, CARTRIDGES, DIAGNOSTICS, MRT, PWAV3, and STOREFRONTNEXT development."
220
+ }
221
+ ]
222
+ }
@@ -29,6 +29,7 @@
29
29
  <xsd:element name="unconfigured-at" type="xsd:dateTime" minOccurs="0" />
30
30
  <xsd:element name="config-tasks" type="simpleType.Generic.String" minOccurs="0" />
31
31
  <xsd:element name="installation-metadata" type="simpleType.Generic.String" minOccurs="0" />
32
+ <xsd:element name="admin-components" type="simpleType.Generic.String" minOccurs="0" />
32
33
  </xsd:sequence>
33
34
  <xsd:attribute name="site-id" type="simpleType.Generic.NonEmptyString.256" use="required" />
34
35
  <xsd:attribute name="feature-name" type="simpleType.Generic.NonEmptyString.256" use="required" />
@@ -76,6 +76,17 @@
76
76
  <xsd:element name="company-name" type="simpleType.Generic.String.256" minOccurs="0" maxOccurs="1" />
77
77
  <xsd:element name="job-title" type="simpleType.Generic.String.256" minOccurs="0" maxOccurs="1" />
78
78
  <xsd:element name="email" type="simpleType.Email" minOccurs="0" maxOccurs="1" />
79
+ <xsd:element name="email-verified-flag" type="xsd:boolean" minOccurs="0" maxOccurs="1">
80
+ <xsd:annotation>
81
+ <xsd:documentation>Indicates whether the customer's email has been verified. This field is read-only during import; the system ignores input values and determines the status as follows:
82
+ * If the Email Verification Site Preference under LoginPreferences is not enabled: the value for this field will be NULL and not included in export.
83
+ * If the Email Verification Site Preference under LoginPreferences is enabled:
84
+ * If the incoming email value is the same as existing email and email was previously verified, the value for this field will remain unchanged as TRUE.
85
+ * If the incoming email value is the same as existing email and email was not previously verified or NULL, the value for this field will remain unchanged.
86
+ * If the incoming email value is not the same as existing email, the value for this field will be set to FALSE no matter the previous state.
87
+ </xsd:documentation>
88
+ </xsd:annotation>
89
+ </xsd:element>
79
90
  <xsd:element name="phone-home" type="simpleType.PhoneNumber" minOccurs="0" maxOccurs="1" />
80
91
  <xsd:element name="phone-business" type="simpleType.PhoneNumber" minOccurs="0" maxOccurs="1" />
81
92
  <xsd:element name="phone-mobile" type="simpleType.PhoneNumber" minOccurs="0" maxOccurs="1" />
@@ -0,0 +1,257 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xsd:schema
3
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
4
+ targetNamespace="http://www.demandware.com/xml/impex/eventrouting/2026-04-16"
5
+ xmlns="http://www.demandware.com/xml/impex/eventrouting/2026-04-16"
6
+ elementFormDefault="qualified"
7
+ attributeFormDefault="unqualified">
8
+
9
+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd" />
10
+
11
+ <!-- Root element -->
12
+ <xsd:element name="event-routing">
13
+ <xsd:annotation>
14
+ <xsd:documentation>
15
+ Root element for event routing configuration. Contains endpoint definitions and route mappings.
16
+ Endpoints define where events are sent (e.g., webhook URLs), and route mappings connect event types to endpoints.
17
+ </xsd:documentation>
18
+ </xsd:annotation>
19
+ <xsd:complexType mixed="false">
20
+ <xsd:sequence>
21
+ <xsd:element name="endpoint" type="complexType.Endpoint" minOccurs="0" maxOccurs="unbounded" />
22
+ <xsd:element name="route-mapping" type="complexType.RouteMapping" minOccurs="0" maxOccurs="unbounded" />
23
+ </xsd:sequence>
24
+ </xsd:complexType>
25
+ </xsd:element>
26
+
27
+ <!-- Global element declarations (required by StAX item reader for individual element unmarshalling) -->
28
+ <xsd:element name="endpoint" type="complexType.Endpoint" />
29
+ <xsd:element name="route-mapping" type="complexType.RouteMapping" />
30
+
31
+ <!-- Endpoint complex type -->
32
+ <xsd:complexType name="complexType.Endpoint">
33
+ <xsd:sequence>
34
+ <xsd:element name="endpoint-type" type="simpleType.Generic.NonEmptyString.256" minOccurs="1" maxOccurs="1">
35
+ <xsd:annotation>
36
+ <xsd:documentation>
37
+ The type of endpoint. Currently supported values: "webhook".
38
+ </xsd:documentation>
39
+ </xsd:annotation>
40
+ </xsd:element>
41
+ <xsd:element name="url" type="simpleType.Generic.String.2048" minOccurs="0" maxOccurs="1">
42
+ <xsd:annotation>
43
+ <xsd:documentation>
44
+ The endpoint URL (required for webhook endpoints). URLs are normalized during import: scheme and host are lowercased, path/query/fragment preserve original case.
45
+ </xsd:documentation>
46
+ </xsd:annotation>
47
+ </xsd:element>
48
+ <xsd:element name="user" type="simpleType.Generic.String.256" minOccurs="0" maxOccurs="1">
49
+ <xsd:annotation>
50
+ <xsd:documentation>
51
+ Optional username for HTTP Basic Authentication.
52
+ </xsd:documentation>
53
+ </xsd:annotation>
54
+ </xsd:element>
55
+ <xsd:element name="password" minOccurs="0" maxOccurs="1">
56
+ <xsd:annotation>
57
+ <xsd:documentation>
58
+ Optional password for HTTP Basic Authentication. Can be plain text or encrypted with common.export algorithm.
59
+ If encrypted="true", the encryption-type attribute should be set to "common.export".
60
+ </xsd:documentation>
61
+ </xsd:annotation>
62
+ <xsd:complexType>
63
+ <xsd:simpleContent>
64
+ <xsd:extension base="simpleType.Generic.String.4000">
65
+ <xsd:attribute name="encrypted" type="xsd:boolean">
66
+ <xsd:annotation>
67
+ <xsd:documentation>
68
+ Set to true if the password value is encrypted. If false or omitted, the value is treated as plain text.
69
+ </xsd:documentation>
70
+ </xsd:annotation>
71
+ </xsd:attribute>
72
+ <xsd:attribute name="encryption-type" use="optional">
73
+ <xsd:annotation>
74
+ <xsd:documentation>
75
+ The encryption algorithm used. Currently only "common.export" is supported. If encrypted="true" and this is omitted or set to an unknown value, an import error will occur.
76
+ </xsd:documentation>
77
+ </xsd:annotation>
78
+ <xsd:simpleType>
79
+ <xsd:restriction base="xsd:string">
80
+ <xsd:enumeration value="common.export" />
81
+ </xsd:restriction>
82
+ </xsd:simpleType>
83
+ </xsd:attribute>
84
+ </xsd:extension>
85
+ </xsd:simpleContent>
86
+ </xsd:complexType>
87
+ </xsd:element>
88
+ <xsd:element name="headers" minOccurs="0" maxOccurs="1">
89
+ <xsd:annotation>
90
+ <xsd:documentation>
91
+ Optional custom HTTP headers to send with webhook requests. Each header value is limited to 4000 characters.
92
+ </xsd:documentation>
93
+ </xsd:annotation>
94
+ <xsd:complexType>
95
+ <xsd:sequence>
96
+ <xsd:element name="header" minOccurs="0" maxOccurs="unbounded">
97
+ <xsd:complexType>
98
+ <xsd:simpleContent>
99
+ <xsd:extension base="simpleType.Generic.String.4000">
100
+ <xsd:attribute name="name" type="simpleType.Generic.NonEmptyString.256" use="required">
101
+ <xsd:annotation>
102
+ <xsd:documentation>
103
+ The HTTP header name.
104
+ </xsd:documentation>
105
+ </xsd:annotation>
106
+ </xsd:attribute>
107
+ <xsd:attribute name="encrypted" type="xsd:boolean">
108
+ <xsd:annotation>
109
+ <xsd:documentation>
110
+ Set to true if the header value is encrypted. If false or omitted, the value is treated as plain text.
111
+ </xsd:documentation>
112
+ </xsd:annotation>
113
+ </xsd:attribute>
114
+ <xsd:attribute name="encryption-type" use="optional">
115
+ <xsd:annotation>
116
+ <xsd:documentation>
117
+ The encryption algorithm used. Currently only "common.export" is supported. If encrypted="true" and this is omitted or set to an unknown value, an import error will occur.
118
+ </xsd:documentation>
119
+ </xsd:annotation>
120
+ <xsd:simpleType>
121
+ <xsd:restriction base="xsd:string">
122
+ <xsd:enumeration value="common.export" />
123
+ </xsd:restriction>
124
+ </xsd:simpleType>
125
+ </xsd:attribute>
126
+ </xsd:extension>
127
+ </xsd:simpleContent>
128
+ </xsd:complexType>
129
+ </xsd:element>
130
+ </xsd:sequence>
131
+ </xsd:complexType>
132
+ </xsd:element>
133
+ </xsd:sequence>
134
+ <xsd:attribute name="endpoint-id" type="simpleType.Generic.NonEmptyString.256" use="required">
135
+ <xsd:annotation>
136
+ <xsd:documentation>
137
+ Unique identifier for this endpoint. Used to reference the endpoint in route mappings.
138
+ </xsd:documentation>
139
+ </xsd:annotation>
140
+ </xsd:attribute>
141
+ <xsd:attribute name="mode" type="simpleType.ImportMode" use="optional">
142
+ <xsd:annotation>
143
+ <xsd:documentation>
144
+ Import mode for this endpoint. If omitted, the endpoint is created if it doesn't exist or updated if it does.
145
+ "delete" mode removes the endpoint.
146
+ </xsd:documentation>
147
+ </xsd:annotation>
148
+ </xsd:attribute>
149
+ </xsd:complexType>
150
+
151
+ <!-- Route Mapping complex type -->
152
+ <xsd:complexType name="complexType.RouteMapping">
153
+ <xsd:sequence>
154
+ <xsd:element name="event-id" type="simpleType.Generic.NonEmptyString.256" minOccurs="1" maxOccurs="1">
155
+ <xsd:annotation>
156
+ <xsd:documentation>
157
+ The event type identifier. Must match a registered event type in the system.
158
+ </xsd:documentation>
159
+ </xsd:annotation>
160
+ </xsd:element>
161
+ <xsd:element name="endpoint-id" type="simpleType.Generic.NonEmptyString.256" minOccurs="1" maxOccurs="1">
162
+ <xsd:annotation>
163
+ <xsd:documentation>
164
+ References an endpoint-id from an endpoint definition. The endpoint must exist before creating the route mapping.
165
+ </xsd:documentation>
166
+ </xsd:annotation>
167
+ </xsd:element>
168
+ <xsd:element name="scope" minOccurs="0" maxOccurs="1">
169
+ <xsd:annotation>
170
+ <xsd:documentation>
171
+ Defines the scope for this route mapping. If omitted, defaults to organization scope (equivalent to type="organization").
172
+ When type="organization", the route applies to all events organization-wide.
173
+ When type="sites", the route applies only to events from the specified sites.
174
+ </xsd:documentation>
175
+ </xsd:annotation>
176
+ <xsd:complexType>
177
+ <xsd:sequence>
178
+ <xsd:element name="site" minOccurs="0" maxOccurs="unbounded">
179
+ <xsd:complexType>
180
+ <xsd:attribute name="site-name" type="simpleType.Generic.NonEmptyString.256" use="required" />
181
+ </xsd:complexType>
182
+ </xsd:element>
183
+ </xsd:sequence>
184
+ <xsd:attribute name="type" use="required">
185
+ <xsd:simpleType>
186
+ <xsd:restriction base="xsd:string">
187
+ <xsd:enumeration value="organization" />
188
+ <xsd:enumeration value="sites" />
189
+ </xsd:restriction>
190
+ </xsd:simpleType>
191
+ </xsd:attribute>
192
+ </xsd:complexType>
193
+ </xsd:element>
194
+ </xsd:sequence>
195
+ <xsd:attribute name="mode" type="simpleType.ImportMode" use="optional">
196
+ <xsd:annotation>
197
+ <xsd:documentation>
198
+ Import mode for this route mapping. If omitted, the route mapping is created if it doesn't exist or updated if it does.
199
+ "delete" mode removes the route mapping.
200
+ </xsd:documentation>
201
+ </xsd:annotation>
202
+ </xsd:attribute>
203
+ </xsd:complexType>
204
+
205
+ <!-- Simple types (reuse from services.xsd pattern) -->
206
+ <xsd:simpleType name="simpleType.Generic.String">
207
+ <xsd:restriction base="xsd:string" />
208
+ </xsd:simpleType>
209
+
210
+ <xsd:simpleType name="simpleType.Generic.String.256">
211
+ <xsd:restriction base="simpleType.Generic.String">
212
+ <xsd:minLength value="0" />
213
+ <xsd:maxLength value="256" />
214
+ </xsd:restriction>
215
+ </xsd:simpleType>
216
+
217
+ <xsd:simpleType name="simpleType.Generic.NonEmptyString.256">
218
+ <xsd:restriction base="simpleType.Generic.String">
219
+ <xsd:minLength value="0" />
220
+ <xsd:maxLength value="256" />
221
+ <xsd:pattern value="\S|(\S(.*)\S)" />
222
+ </xsd:restriction>
223
+ </xsd:simpleType>
224
+
225
+ <xsd:simpleType name="simpleType.Generic.String.2048">
226
+ <xsd:restriction base="simpleType.Generic.String">
227
+ <xsd:minLength value="0" />
228
+ <xsd:maxLength value="2048" />
229
+ </xsd:restriction>
230
+ </xsd:simpleType>
231
+
232
+ <xsd:simpleType name="simpleType.Generic.String.4000">
233
+ <xsd:restriction base="simpleType.Generic.String">
234
+ <xsd:minLength value="0" />
235
+ <xsd:maxLength value="4000" />
236
+ </xsd:restriction>
237
+ </xsd:simpleType>
238
+
239
+ <xsd:simpleType name="simpleType.ImportMode">
240
+ <xsd:annotation>
241
+ <xsd:documentation>
242
+ Import mode enumeration. Only "delete" is explicitly defined in the schema.
243
+ When omitted from an element's mode attribute, the import creates or updates the element.
244
+ </xsd:documentation>
245
+ </xsd:annotation>
246
+ <xsd:restriction base="xsd:string">
247
+ <xsd:enumeration value="delete">
248
+ <xsd:annotation>
249
+ <xsd:documentation>
250
+ Delete mode removes the endpoint or route mapping if it exists.
251
+ </xsd:documentation>
252
+ </xsd:annotation>
253
+ </xsd:enumeration>
254
+ </xsd:restriction>
255
+ </xsd:simpleType>
256
+
257
+ </xsd:schema>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "generatedAt": "2026-04-21T18:00:00.000Z",
3
+ "generatedAt": "2026-07-02T15:36:28.098Z",
4
4
  "entries": [
5
5
  {
6
6
  "id": "abtest",
@@ -78,6 +78,10 @@
78
78
  "id": "dcext",
79
79
  "filePath": "dcext.xsd"
80
80
  },
81
+ {
82
+ "id": "eventrouting",
83
+ "filePath": "eventrouting.xsd"
84
+ },
81
85
  {
82
86
  "id": "feed",
83
87
  "filePath": "feed.xsd"
@@ -227,4 +231,4 @@
227
231
  "filePath": "xml.xsd"
228
232
  }
229
233
  ]
230
- }
234
+ }