Skip to content

Releases: automators-com/datamaker-js

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 06:40
3afd633

Minor Changes

  • 42c489b: Sync spec/openapi.json with the API and regenerate. 178 operations that previously returned unknown now carry a real response type, and components["schemas"] grows from 15 entries to 123.

    Additive only: all 15 schemas that existed before are byte-identical, so nothing that compiles today stops compiling. GET /scenarios/jobs is new.

    This widens the generated paths and components types, which are exported and usable directly. It does not by itself add methods to the resource clients (dm.projects, dm.templates, ...) - those still cover the resources they covered before, and extending them is separate work.

    31 operations remain deliberately untyped upstream and still resolve to unknown: the Tosca/Jira/SAP pass-throughs, whose bodies belong to those systems rather than to DataMaker, and a handful of routes that return credentials and so are kept out of the published contract.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 08:29
014ea05

Major Changes

  • 3803e44: Rebuild the SDK from the API's OpenAPI document. Types are generated rather than hand-written, and the client covers projects, templates, sets, keymaps, masking policies and plans instead of only generate/export.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Feb 15:43
1ddba3b

Minor Changes

  • 98a25ed: Add additional export methods

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Dec 15:39
bd2f097

Minor Changes

  • e013c71: Implement basic instance instantiation and generate method to create data according to specified template.

    Exporting Template and Field types to enable improved editor completions.

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Dec 13:28

Patch Changes

  • 0dbb2df: Initial version of datamaker ts/js package.