@nebius/js-sdk 0.1.18 → 0.1.19

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.
@@ -155,11 +155,11 @@ export interface ListAccessKeysResponse {
155
155
  }
156
156
  export declare const ListAccessKeysResponse: MessageFns<ListAccessKeysResponse, "nebius.iam.v1.ListAccessKeysResponse">;
157
157
  /**
158
- * @deprecated Deprecated, will be removed on 2026-09-01: Access keys API v1 is deprecated, use the v2 version instead. Keys produced by API v1 are available using v2..
158
+ * @deprecated Deprecated, will be removed on 2026-09-01: Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API..
159
159
  */
160
160
  export type AccessKeyServiceServiceDescription = typeof AccessKeyServiceServiceDescription;
161
161
  /**
162
- * @deprecated Deprecated, will be removed on 2026-09-01: Access keys API v1 is deprecated, use the v2 version instead. Keys produced by API v1 are available using v2..
162
+ * @deprecated Deprecated, will be removed on 2026-09-01: Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API..
163
163
  */
164
164
  export declare const AccessKeyServiceServiceDescription: {
165
165
  readonly create: {
@@ -254,7 +254,7 @@ export declare const AccessKeyServiceServiceDescription: {
254
254
  };
255
255
  };
256
256
  /**
257
- * @deprecated Deprecated, will be removed on 2026-09-01: Access keys API v1 is deprecated, use the v2 version instead. Keys produced by API v1 are available using v2..
257
+ * @deprecated Deprecated, will be removed on 2026-09-01: Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API..
258
258
  */
259
259
  export interface AccessKeyServiceServer extends UntypedServiceImplementation {
260
260
  create: handleUnaryCall<CreateAccessKeyRequest, Operation>;
@@ -269,7 +269,7 @@ export interface AccessKeyServiceServer extends UntypedServiceImplementation {
269
269
  delete: handleUnaryCall<DeleteAccessKeyRequest, Operation>;
270
270
  }
271
271
  /**
272
- * @deprecated Deprecated, will be removed on 2026-09-01: Access keys API v1 is deprecated, use the v2 version instead. Keys produced by API v1 are available using v2..
272
+ * @deprecated Deprecated, will be removed on 2026-09-01: Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API..
273
273
  */
274
274
  export interface AccessKeyServiceBaseClient extends Client {
275
275
  create(request: CreateAccessKeyRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: Operation) => void): ClientUnaryCall;
@@ -284,7 +284,7 @@ export interface AccessKeyServiceBaseClient extends Client {
284
284
  delete(request: DeleteAccessKeyRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: Operation) => void): ClientUnaryCall;
285
285
  }
286
286
  /**
287
- * @deprecated Deprecated, will be removed on 2026-09-01: Access keys API v1 is deprecated, use the v2 version instead. Keys produced by API v1 are available using v2..
287
+ * @deprecated Deprecated, will be removed on 2026-09-01: Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API..
288
288
  */
289
289
  export declare const AccessKeyServiceBaseClient: {
290
290
  new (address: string, credentials: ChannelCredentials, options?: Partial<ClientOptions>): AccessKeyServiceBaseClient;
@@ -292,10 +292,9 @@ export declare const AccessKeyServiceBaseClient: {
292
292
  serviceName: string;
293
293
  };
294
294
  /**
295
- * Access keys API v1 is depricated. It's known to malfunction under certain conditions.
296
- * Use Access keys API v2 instead. Access keys create by API v1 are available using Access keys API v2.
295
+ * Access keys management [deprecated]
297
296
  *
298
- * @deprecated Deprecated, will be removed on 2026-09-01: Access keys API v1 is deprecated, use the v2 version instead. Keys produced by API v1 are available using v2..
297
+ * @deprecated Deprecated, will be removed on 2026-09-01: Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API..
299
298
  */
300
299
  export interface AccessKeyService {
301
300
  $type: "nebius.iam.v1.AccessKeyService";
@@ -336,7 +335,7 @@ export declare class AccessKeyService implements AccessKeyService {
336
335
  private addr;
337
336
  private spec;
338
337
  /**
339
- * @deprecated Deprecated, will be removed on 2026-09-01: Access keys API v1 is deprecated, use the v2 version instead. Keys produced by API v1 are available using v2..
338
+ * @deprecated Deprecated, will be removed on 2026-09-01: Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API..
340
339
  */
341
340
  private apiServiceName;
342
341
  constructor(sdk: SDKInterface);
@@ -1743,6 +1742,7 @@ export interface FederationStatus {
1743
1742
  [unknownFieldsSymbol]?: Uint8Array | undefined;
1744
1743
  [customJson]?: () => unknown;
1745
1744
  usersCount: number;
1745
+ certificatesCount: number;
1746
1746
  }
1747
1747
  export declare const FederationStatus: MessageFns<FederationStatus, "nebius.iam.v1.FederationStatus">;
1748
1748
  export interface CreateGroupMembershipRequest {