@balena/open-balena-api 27.1.2 → 27.1.3-build-bump-ts-5-6-2-02321aaef9d8fd591cf3b6c632a36940b4d691c3-1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -3
  2. 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.PinejsClient<import("./balena-model.js").default>) => Promise<import("./features/device-types/device-type-json.js").DeviceTypeJson[]>;
164
- findBySlug: (resinApi: sbvrUtils.PinejsClient<import("./balena-model.js").default>, slug: string) => Promise<import("./features/device-types/device-type-json.js").DeviceTypeJson>;
165
- getDeviceTypeBySlug: (resinApi: sbvrUtils.PinejsClient<import("./balena-model.js").default>, slug: string) => Promise<{
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.2",
4
+ "version": "27.1.3-build-bump-ts-5-6-2-02321aaef9d8fd591cf3b6c632a36940b4d691c3-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.5.4",
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-09T13:54:13.635Z"
171
+ "publishedAt": "2024-09-10T08:06:55.798Z"
172
172
  }
173
173
  }