@tolinax/ayoune-interfaces 2026.36.0 → 2026.36.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.
@@ -212,6 +212,8 @@ export interface IComputingEntity extends IDefaultFields {
212
212
  capabilities?: string[];
213
213
  lastHeartbeat?: Date;
214
214
  agentStatus?: 'online' | 'offline' | 'stale' | 'updating' | 'provisioning';
215
+ updatePolicy?: 'force' | 'optional' | 'silent-on-quit';
216
+ updateForceCountdownSec?: number;
215
217
  tags?: string[];
216
218
  pendingCommands?: IRemoteCommand[];
217
219
  bootstrapToken?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2026.36.0",
3
+ "version": "2026.36.1",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",