Skip to content

Commit

Permalink
Deprecate getAccessibleDeviceTypes in favor of getAccessibleDeviceTyp…
Browse files Browse the repository at this point in the history
…eJsons

Change-type: patch
  • Loading branch information
thgreasi committed Sep 10, 2024
1 parent 2357ad9 commit 71e6689
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ export const release = {
addVirtualFieldsToModel: addReleaseAdditionsToModel,
};
export const deviceTypes = {
// TODO: Drop me in the next major
/** @deprecated Use getAccessibleDeviceTypeJsons */
getAccessibleDeviceTypes: getAccessibleDeviceTypeJsons,
getAccessibleDeviceTypeJsons,
// TODO: Drop me in the next major
Expand Down

0 comments on commit 71e6689

Please sign in to comment.