Skip to content

v8.5.0

Choose a tag to compare

@Justintime50 Justintime50 released this 04 Feb 16:43
· 8 commits to master since this release
7871172
  • Adds the following functions usable by child and referral customer users:
    • ApiKey.create
    • ApiKey.delete
    • ApiKey.enable
    • ApiKey.disable
  • Adds a Tracker.delete function
  • Fixes various Typescript definitions (adding missing items, correcting invalid items, consolidating duplicates, etc)
    • Fixes TypeScript exports for model classes to be type-only exports. This prevents runtime errors when attempting to use these classes with instanceof or as constructors, since they are not actually exported as JavaScript values from the package. Users can still use these types for type annotations. (closes #456)