@tenonhq/dovetail-servicenow 0.0.13 → 0.0.14
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
|
@@ -341,7 +341,7 @@ message. For a faithful clone, capture the source action's `steps` from a HAR of
|
|
|
341
341
|
the Publish call and store it as a fixture beside your driver.
|
|
342
342
|
|
|
343
343
|
Full recipe and the 6-record action-type graph:
|
|
344
|
-
`docs/servicenow-flow-designer-headless-authoring.md` in the
|
|
344
|
+
`docs/servicenow-flow-designer-headless-authoring.md` in the Craftsman repo.
|
|
345
345
|
|
|
346
346
|
## Roadmap
|
|
347
347
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
* empty. Pass `raw: true` to also get the unmodified model back (e.g. for
|
|
22
22
|
* round-trip diffing into git, or to feed publishFlow).
|
|
23
23
|
*
|
|
24
|
-
* Full write-up: docs/documenting-servicenow-flows.md
|
|
24
|
+
* Full write-up: docs/documenting-servicenow-flows.md in the Craftsman repo.
|
|
25
25
|
*/
|
|
26
26
|
import type { ServiceNowClient } from "../client";
|
|
27
27
|
export interface ReadFlowParams {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
* empty. Pass `raw: true` to also get the unmodified model back (e.g. for
|
|
23
23
|
* round-trip diffing into git, or to feed publishFlow).
|
|
24
24
|
*
|
|
25
|
-
* Full write-up: docs/documenting-servicenow-flows.md
|
|
25
|
+
* Full write-up: docs/documenting-servicenow-flows.md in the Craftsman repo.
|
|
26
26
|
*/
|
|
27
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
28
|
exports.readFlow = readFlow;
|