@balena/open-balena-api 29.0.0-build-reduce-service-install-usage-state-get-v3-dffb71831319078035c195985db399535c4be46e-1 → 29.0.0-build-reduce-service-install-usage-state-get-v3-a1e33179211cf92ec804cef1bf6da07840800b76-1
Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@ export declare function serviceInstallFromImage(deviceOrFleet: {
|
|
35
35
|
service_install: ServiceInstall[];
|
36
36
|
} | {
|
37
37
|
service: ServiceWithId[];
|
38
|
-
}, image?: Image):
|
38
|
+
}, image?: Image): ServiceInstall | ServiceWithId | undefined;
|
39
39
|
export declare const formatImageLocation: (imageLocation: string) => string;
|
40
40
|
export declare const filterDeviceConfig: (configVars: Dictionary<string>) => void;
|
41
41
|
export declare const setReadTransaction: (newReadTransaction: dbModule.Database["readTransaction"]) => void;
|
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": "29.0.0-build-reduce-service-install-usage-state-get-v3-
|
4
|
+
"version": "29.0.0-build-reduce-service-install-usage-state-get-v3-a1e33179211cf92ec804cef1bf6da07840800b76-1",
|
5
5
|
"license": "AGPL-3.0",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
@@ -168,6 +168,6 @@
|
|
168
168
|
"loader": "ts-node/esm/transpile-only"
|
169
169
|
},
|
170
170
|
"versionist": {
|
171
|
-
"publishedAt": "2024-09-
|
171
|
+
"publishedAt": "2024-09-30T11:53:03.898Z"
|
172
172
|
}
|
173
173
|
}
|