@uipath/maestro-builder-sdk 6.1.0 → 6.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -151,8 +151,9 @@ to the tenant instead of one per field.
151
151
  The same builder core, the same four verbs. Import from
152
152
  `@uipath/maestro-builder-sdk/case` or `@uipath/maestro-builder-sdk/bpmn`, name the file
153
153
  `<Name>.case.ts` or `<Name>.bpmn.ts`, and swap the family in the command:
154
- `uip maestro case compile` / `uip maestro bpmn compile`. Their builder surfaces
155
- are `case-api.md` and `bpmn-api.md` in the authoring guides.
154
+ `uip maestro case compile` / `uip maestro bpmn compile`. Their builder surfaces are in the same
155
+ generated indexes as Flow's — `api-index.md` by symbol name, `api-members.md` by
156
+ field or method name — which cover all three entry points.
156
157
 
157
158
  ## Commands
158
159