@balena/open-balena-api 27.1.3-build-simplify-getAccessibleDeviceTypes-5e17ddeaff3e8b972f728b115ef57e0aed82e66e-1 → 27.1.4-build-bump-ts-5-6-2-fcd692c2bc6dc21ad80578ffe6497f99ce77cfcc-1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +3 -3
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
@@ -160,9 +160,9 @@ export declare const release: {
|
|
160
160
|
addVirtualFieldsToModel: (abstractSql: import("@balena/abstract-sql-compiler").AbstractSqlModel) => void;
|
161
161
|
};
|
162
162
|
export declare const deviceTypes: {
|
163
|
-
getAccessibleDeviceTypes: (resinApi: sbvrUtils.
|
164
|
-
findBySlug: (resinApi: sbvrUtils.
|
165
|
-
getDeviceTypeBySlug: (resinApi: sbvrUtils.
|
163
|
+
getAccessibleDeviceTypes: (resinApi: typeof sbvrUtils.api.resin) => Promise<import("./features/device-types/device-type-json.js").DeviceTypeJson[]>;
|
164
|
+
findBySlug: (resinApi: typeof sbvrUtils.api.resin, slug: string) => Promise<import("./features/device-types/device-type-json.js").DeviceTypeJson>;
|
165
|
+
getDeviceTypeBySlug: (resinApi: typeof sbvrUtils.api.resin, slug: string) => Promise<{
|
166
166
|
id: number;
|
167
167
|
slug: string;
|
168
168
|
}>;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/open-balena-api",
|
3
3
|
"description": "Internet of things, Made Simple",
|
4
|
-
"version": "27.1.
|
4
|
+
"version": "27.1.4-build-bump-ts-5-6-2-fcd692c2bc6dc21ad80578ffe6497f99ce77cfcc-1",
|
5
5
|
"license": "AGPL-3.0",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
@@ -130,7 +130,7 @@
|
|
130
130
|
"thirty-two": "^1.0.2",
|
131
131
|
"ts-node": "^10.9.2",
|
132
132
|
"typed-error": "^3.2.2",
|
133
|
-
"typescript": "^5.
|
133
|
+
"typescript": "^5.6.2",
|
134
134
|
"uuid": "^10.0.0",
|
135
135
|
"validator": "^13.12.0"
|
136
136
|
},
|
@@ -168,6 +168,6 @@
|
|
168
168
|
"loader": "ts-node/esm/transpile-only"
|
169
169
|
},
|
170
170
|
"versionist": {
|
171
|
-
"publishedAt": "2024-09-10T08:
|
171
|
+
"publishedAt": "2024-09-10T08:29:15.821Z"
|
172
172
|
}
|
173
173
|
}
|