@balena/open-balena-api 38.0.3 → 38.1.0-build-expose-release-assets-v7-64f69cc6d50c27a369fc9e3d5e1e38076a51a382-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -91,6 +91,12 @@ Term: api secret
91
91
  Term: app name
92
92
  Concept Type: Text (Type)
93
93
 
94
+ Term: asset
95
+ Concept Type: WebResource (Type)
96
+
97
+ Term: asset key
98
+ Concept Type: Short Text (Type)
99
+
94
100
  Term: build log
95
101
  Concept Type: Text (Type)
96
102
 
@@ -746,6 +752,14 @@ Fact type: release has note
746
752
  Fact type: release has invalidation reason
747
753
  Necessity: each release has at most one invalidation reason.
748
754
  Necessity: each release that has an invalidation reason, is invalidated.
755
+ Fact type: release has asset key
756
+ Term Form: release asset
757
+ Database Table Name: release asset
758
+ Necessity: each release asset has an asset key that has a Length (Type) that is greater than 0.
759
+
760
+ -- release asset
761
+ Fact type: release asset has asset
762
+ Necessity: each release asset has at most one asset.
749
763
 
750
764
 
751
765
  -- service environment variable
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": "38.0.3",
4
+ "version": "38.1.0-build-expose-release-assets-v7-64f69cc6d50c27a369fc9e3d5e1e38076a51a382-1",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -174,6 +174,6 @@
174
174
  "import": "@swc-node/register/esm-register"
175
175
  },
176
176
  "versionist": {
177
- "publishedAt": "2025-07-03T17:05:15.390Z"
177
+ "publishedAt": "2025-07-07T17:44:00.007Z"
178
178
  }
179
179
  }