@balena/open-balena-api 27.2.0-build-device-type-helper-renames-00e72f617c9623c82f703e239bfabb2caa6062f1-2 → 27.2.0-build-device-type-helper-renames-157bd23edea9331400a53d43773b637cc56e41b8-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -800,15 +800,10 @@ export interface Device {
800
800
  api_secret: Types['Short Text']['Write'] | null;
801
801
  is_managed_by__service_instance: ServiceInstance['Write']['id'] | null;
802
802
  is_pinned_on__release: Release['Write']['id'] | null;
803
- should_be_running__release: Release['Write']['id'] | null;
804
803
  should_be_operated_by__release: Release['Write']['id'] | null;
805
804
  should_be_managed_by__release: Release['Write']['id'] | null;
806
805
  update_status: 'rejected' | 'downloading' | 'downloaded' | 'applying changes' | 'aborted' | 'done' | null;
807
806
  last_update_status_event: Types['Date Time']['Write'] | null;
808
- is_web_accessible: Types['Boolean']['Write'] | null;
809
- is_frozen: Types['Boolean']['Write'] | null;
810
- overall_status: Types['Short Text']['Write'] | null;
811
- overall_progress: Types['Integer']['Write'] | null;
812
807
  };
813
808
  }
814
809
  export interface DeviceEnvironmentVariable {
@@ -1051,10 +1046,6 @@ export interface Release {
1051
1046
  known_issue_list: Types['Text']['Write'] | null;
1052
1047
  note: Types['Text']['Write'] | null;
1053
1048
  invalidation_reason: Types['Text']['Write'] | null;
1054
- is_final: Types['Boolean']['Write'];
1055
- semver: Types['Short Text']['Write'];
1056
- raw_version: Types['Short Text']['Write'];
1057
- version: Types['JSON']['Write'];
1058
1049
  };
1059
1050
  }
1060
1051
  export interface ReleaseTag {
@@ -1255,11 +1246,7 @@ export interface UserHasDirectAccessToApplication {
1255
1246
  __id: User['Read']['id'];
1256
1247
  } | [User['Read']];
1257
1248
  };
1258
- Write: {
1259
- id: Types['Big Integer']['Write'];
1260
- user: User['Write']['id'];
1261
- has_direct_access_to__application: Application['Write']['id'];
1262
- };
1249
+ Write: Record<string, never>;
1263
1250
  }
1264
1251
  export default interface $Model {
1265
1252
  actor: Actor;
@@ -1,3 +1,3 @@
1
- // These types were generated by @balena/abstract-sql-to-typescript v4.0.0
1
+ // These types were generated by @balena/abstract-sql-to-typescript v4.0.3
2
2
  export {};
3
3
  //# sourceMappingURL=balena-model.js.map
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.2.0-build-device-type-helper-renames-00e72f617c9623c82f703e239bfabb2caa6062f1-2",
4
+ "version": "27.2.0-build-device-type-helper-renames-157bd23edea9331400a53d43773b637cc56e41b8-1",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -45,13 +45,13 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@balena/abstract-sql-compiler": "^9.2.0",
48
- "@balena/abstract-sql-to-typescript": "^4.0.0",
48
+ "@balena/abstract-sql-to-typescript": "^4.0.3",
49
49
  "@balena/env-parsing": "^1.1.12",
50
50
  "@balena/es-version": "^1.0.3",
51
51
  "@balena/node-metrics-gatherer": "^6.0.3",
52
- "@balena/pinejs": "^18.2.1",
52
+ "@balena/pinejs": "^18.2.3",
53
53
  "@balena/pinejs-webresource-cloudfront": "^0.2.0",
54
- "@sentry/node": "^8.27.0",
54
+ "@sentry/node": "^8.29.0",
55
55
  "@types/basic-auth": "^1.1.8",
56
56
  "@types/bluebird": "^3.5.42",
57
57
  "@types/cache-manager": "^4.0.6",
@@ -69,7 +69,7 @@
69
69
  "@types/memoizee": "^0.4.11",
70
70
  "@types/morgan": "^1.9.9",
71
71
  "@types/ndjson": "^2.0.4",
72
- "@types/node": "^20.16.3",
72
+ "@types/node": "^20.16.5",
73
73
  "@types/node-schedule": "^2.1.7",
74
74
  "@types/on-finished": "^2.3.4",
75
75
  "@types/passport-jwt": "^4.0.1",
@@ -82,7 +82,7 @@
82
82
  "@types/uuid": "^10.0.0",
83
83
  "@types/validator": "^13.12.1",
84
84
  "avsc": "^5.7.7",
85
- "aws-sdk": "^2.1687.0",
85
+ "aws-sdk": "^2.1691.0",
86
86
  "balena-device-config": "^6.3.0",
87
87
  "balena-semver": "^2.3.5",
88
88
  "basic-auth": "^2.0.1",
@@ -113,7 +113,7 @@
113
113
  "on-finished": "^2.4.1",
114
114
  "passport": "^0.7.0",
115
115
  "passport-jwt": "^4.0.1",
116
- "pinejs-client-core": "^7.1.0",
116
+ "pinejs-client-core": "^7.1.3",
117
117
  "proxy-addr": "^2.0.7",
118
118
  "randomstring": "^1.3.0",
119
119
  "rate-limiter-flexible": "^5.0.3",
@@ -168,6 +168,6 @@
168
168
  "loader": "ts-node/esm/transpile-only"
169
169
  },
170
170
  "versionist": {
171
- "publishedAt": "2024-09-06T08:55:54.515Z"
171
+ "publishedAt": "2024-09-10T08:23:01.533Z"
172
172
  }
173
173
  }