From 157bd23edea9331400a53d43773b637cc56e41b8 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Fri, 6 Sep 2024 11:46:00 +0300 Subject: [PATCH] Deprecate getAccessibleDeviceTypes in favor of getAccessibleDeviceTypeJsons Change-type: patch --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index f626957972..7314348a47 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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