From 71e668934e33cfaeb54d5ac8e000063a53d41e20 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 f62695797..7314348a4 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