@nebius/js-sdk 0.1.49 → 0.1.51

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.
@@ -417,8 +417,8 @@ export interface ResourceMetadata {
417
417
  }
418
418
  export declare const ResourceMetadata: MessageFns<ResourceMetadata, "nebius.common.v1.ResourceMetadata">;
419
419
  /**
420
- * if service supports uniqueness of ResourceMetadata.name within tuple (scope) <resource_type, parent_id>
421
- * it also must have grpc method GetByName
420
+ * This message is used as the request for the `GetByName` method in services supporting uniqueness
421
+ * of `ResourceMetadata.name` within tuple (scope) <resource_type, `parent_id`>.
422
422
  *
423
423
  */
424
424
  export interface GetByNameRequest {
@@ -2133,6 +2133,7 @@ export interface GroupMembershipStatus {
2133
2133
  $type: "nebius.iam.v1.GroupMembershipStatus";
2134
2134
  [unknownFieldsSymbol]?: Uint8Array | undefined;
2135
2135
  [customJson]?: () => unknown;
2136
+ groupMemberMetadata?: ResourceMetadata | undefined;
2136
2137
  groupMemberStatus?: {
2137
2138
  $case: "tenantUserAccountStatus";
2138
2139
  tenantUserAccountStatus: TenantUserAccountStatus;