@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 +3 -2
- package/dist/api-index.md +357 -351
- package/dist/api-members.md +969 -0
- package/package.json +4 -4
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
|
-
|
|
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
|
|