@nebius/js-sdk 0.2.63 → 0.2.64

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.
@@ -5868,7 +5868,10 @@ export interface ListNVLInstanceGroupsRequest {
5868
5868
  [unknownFieldsSymbol]?: Uint8Array | undefined;
5869
5869
  /** Returns a safe value for JSON logs. */
5870
5870
  [customJson]?: () => unknown;
5871
- /** Contains the `parent_id` protobuf field. */
5871
+ /**
5872
+ * Identifier of the parent project for the NVL InstanceGroup.
5873
+ *
5874
+ */
5872
5875
  parentId: string;
5873
5876
  /** Contains the `page_size` protobuf field. */
5874
5877
  pageSize: Long;