@nebius/js-sdk 0.1.50 → 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.
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.50";
1
+ export declare const VERSION = "0.1.51";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // Auto-generated by scripts/version-gen.ts. Do not edit.
5
- exports.VERSION = '0.1.50';
5
+ exports.VERSION = '0.1.51';
6
6
  //# sourceMappingURL=version.js.map
@@ -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;