@nebius/js-sdk 0.2.59 → 0.2.60

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.
@@ -4959,7 +4959,10 @@ export interface InstanceStatus {
4959
4959
  *
4960
4960
  */
4961
4961
  reconciling: boolean;
4962
- /** Contains the `maintenance_event_id` protobuf field. */
4962
+ /**
4963
+ * Identifier of the maintenance event associated with the instance, if any.
4964
+ *
4965
+ */
4963
4966
  maintenanceEventId: string;
4964
4967
  /** Contains the `reservation_id` protobuf field. */
4965
4968
  reservationId: string;