@nebius/js-sdk 0.2.63 → 0.2.65
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.
- package/dist/cjs/api/google/protobuf/index.d.ts +34 -20
- package/dist/cjs/api/google/protobuf/index.d.ts.map +1 -1
- package/dist/cjs/api/google/protobuf/index.js +32 -0
- package/dist/cjs/api/google/protobuf/index.js.map +1 -1
- package/dist/cjs/api/nebius/ai/v1/index.d.ts +81 -0
- package/dist/cjs/api/nebius/ai/v1/index.d.ts.map +1 -1
- package/dist/cjs/api/nebius/ai/v1/index.js +545 -1
- package/dist/cjs/api/nebius/ai/v1/index.js.map +1 -1
- package/dist/cjs/api/nebius/billing/v1/index.d.ts +714 -2
- package/dist/cjs/api/nebius/billing/v1/index.d.ts.map +1 -1
- package/dist/cjs/api/nebius/billing/v1/index.js +1970 -1
- package/dist/cjs/api/nebius/billing/v1/index.js.map +1 -1
- package/dist/cjs/api/nebius/compute/v1/index.d.ts +64 -3
- package/dist/cjs/api/nebius/compute/v1/index.d.ts.map +1 -1
- package/dist/cjs/api/nebius/compute/v1/index.js +382 -2
- package/dist/cjs/api/nebius/compute/v1/index.js.map +1 -1
- package/dist/cjs/api/nebius/iam/v1/index.d.ts +28 -8
- package/dist/cjs/api/nebius/iam/v1/index.d.ts.map +1 -1
- package/dist/cjs/api/nebius/iam/v1/index.js +25 -5
- package/dist/cjs/api/nebius/iam/v1/index.js.map +1 -1
- package/dist/cjs/api/nebius/mk8s/v1/index.d.ts +78 -1
- package/dist/cjs/api/nebius/mk8s/v1/index.d.ts.map +1 -1
- package/dist/cjs/api/nebius/mk8s/v1/index.js +340 -2
- package/dist/cjs/api/nebius/mk8s/v1/index.js.map +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/api/google/protobuf/index.d.ts +34 -20
- package/dist/esm/api/google/protobuf/index.d.ts.map +1 -1
- package/dist/esm/api/google/protobuf/index.js +32 -0
- package/dist/esm/api/google/protobuf/index.js.map +1 -1
- package/dist/esm/api/nebius/ai/v1/index.d.ts +81 -0
- package/dist/esm/api/nebius/ai/v1/index.d.ts.map +1 -1
- package/dist/esm/api/nebius/ai/v1/index.js +544 -0
- package/dist/esm/api/nebius/ai/v1/index.js.map +1 -1
- package/dist/esm/api/nebius/billing/v1/index.d.ts +714 -2
- package/dist/esm/api/nebius/billing/v1/index.d.ts.map +1 -1
- package/dist/esm/api/nebius/billing/v1/index.js +1970 -2
- package/dist/esm/api/nebius/billing/v1/index.js.map +1 -1
- package/dist/esm/api/nebius/compute/v1/index.d.ts +64 -3
- package/dist/esm/api/nebius/compute/v1/index.d.ts.map +1 -1
- package/dist/esm/api/nebius/compute/v1/index.js +380 -0
- package/dist/esm/api/nebius/compute/v1/index.js.map +1 -1
- package/dist/esm/api/nebius/iam/v1/index.d.ts +28 -8
- package/dist/esm/api/nebius/iam/v1/index.d.ts.map +1 -1
- package/dist/esm/api/nebius/iam/v1/index.js +25 -5
- package/dist/esm/api/nebius/iam/v1/index.js.map +1 -1
- package/dist/esm/api/nebius/mk8s/v1/index.d.ts +78 -1
- package/dist/esm/api/nebius/mk8s/v1/index.d.ts.map +1 -1
- package/dist/esm/api/nebius/mk8s/v1/index.js +339 -1
- package/dist/esm/api/nebius/mk8s/v1/index.js.map +1 -1
- package/dist/esm/version.d.ts +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/api/nebius/monitoring/v1/index.d.ts +0 -607
- package/dist/cjs/api/nebius/monitoring/v1/index.d.ts.map +0 -1
- package/dist/cjs/api/nebius/monitoring/v1/index.js +0 -1538
- package/dist/cjs/api/nebius/monitoring/v1/index.js.map +0 -1
- package/dist/cjs/api/nebius/monitoring/v1.d.ts +0 -1
- package/dist/cjs/api/nebius/monitoring/v1.js +0 -2
- package/dist/esm/api/nebius/monitoring/v1/index.d.ts +0 -607
- package/dist/esm/api/nebius/monitoring/v1/index.d.ts.map +0 -1
- package/dist/esm/api/nebius/monitoring/v1/index.js +0 -1534
- package/dist/esm/api/nebius/monitoring/v1/index.js.map +0 -1
- package/dist/esm/api/nebius/monitoring/v1.d.ts +0 -1
- package/dist/esm/api/nebius/monitoring/v1.js +0 -1
|
@@ -233,12 +233,12 @@ export interface ListAccessKeysResponse {
|
|
|
233
233
|
export declare const ListAccessKeysResponse: MessageFns<ListAccessKeysResponse, "nebius.iam.v1.ListAccessKeysResponse">;
|
|
234
234
|
/**
|
|
235
235
|
* Defines the gRPC methods for the `nebius.iam.v1.AccessKeyService` service.
|
|
236
|
-
* @deprecated Deprecated, will be removed on
|
|
236
|
+
* @deprecated Deprecated, will be removed on 2027-02-01: Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API..
|
|
237
237
|
*/
|
|
238
238
|
export type AccessKeyServiceServiceDescription = typeof AccessKeyServiceServiceDescription;
|
|
239
239
|
/**
|
|
240
240
|
* Describes the gRPC methods for the `nebius.iam.v1.AccessKeyService` service.
|
|
241
|
-
* @deprecated Deprecated, will be removed on
|
|
241
|
+
* @deprecated Deprecated, will be removed on 2027-02-01: Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API..
|
|
242
242
|
*/
|
|
243
243
|
export declare const AccessKeyServiceServiceDescription: {
|
|
244
244
|
readonly create: {
|
|
@@ -354,7 +354,7 @@ export declare const AccessKeyServiceServiceDescription: {
|
|
|
354
354
|
};
|
|
355
355
|
/**
|
|
356
356
|
* Handles server calls for the `nebius.iam.v1.AccessKeyService` service.
|
|
357
|
-
* @deprecated Deprecated, will be removed on
|
|
357
|
+
* @deprecated Deprecated, will be removed on 2027-02-01: Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API..
|
|
358
358
|
*/
|
|
359
359
|
export interface AccessKeyServiceServer extends UntypedServiceImplementation {
|
|
360
360
|
/**
|
|
@@ -400,7 +400,7 @@ export interface AccessKeyServiceServer extends UntypedServiceImplementation {
|
|
|
400
400
|
}
|
|
401
401
|
/**
|
|
402
402
|
* Defines the low-level gRPC client for the `nebius.iam.v1.AccessKeyService` service.
|
|
403
|
-
* @deprecated Deprecated, will be removed on
|
|
403
|
+
* @deprecated Deprecated, will be removed on 2027-02-01: Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API..
|
|
404
404
|
*/
|
|
405
405
|
export interface AccessKeyServiceBaseClient extends Client {
|
|
406
406
|
/**
|
|
@@ -446,7 +446,7 @@ export interface AccessKeyServiceBaseClient extends Client {
|
|
|
446
446
|
}
|
|
447
447
|
/**
|
|
448
448
|
* Creates low-level gRPC clients for the `nebius.iam.v1.AccessKeyService` service.
|
|
449
|
-
* @deprecated Deprecated, will be removed on
|
|
449
|
+
* @deprecated Deprecated, will be removed on 2027-02-01: Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API..
|
|
450
450
|
*/
|
|
451
451
|
export declare const AccessKeyServiceBaseClient: {
|
|
452
452
|
/** Creates a low-level client for the service address. */
|
|
@@ -459,7 +459,7 @@ export declare const AccessKeyServiceBaseClient: {
|
|
|
459
459
|
/**
|
|
460
460
|
* Access keys management [deprecated]
|
|
461
461
|
*
|
|
462
|
-
* @deprecated Deprecated, will be removed on
|
|
462
|
+
* @deprecated Deprecated, will be removed on 2027-02-01: Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API..
|
|
463
463
|
*/
|
|
464
464
|
export interface AccessKeyService {
|
|
465
465
|
/** Contains the fully qualified protobuf service name. */
|
|
@@ -587,7 +587,7 @@ export interface AccessKeyService {
|
|
|
587
587
|
}
|
|
588
588
|
/**
|
|
589
589
|
* Calls the `nebius.iam.v1.AccessKeyService` service through the Nebius SDK.
|
|
590
|
-
* @deprecated Deprecated, will be removed on
|
|
590
|
+
* @deprecated Deprecated, will be removed on 2027-02-01: Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API..
|
|
591
591
|
*/
|
|
592
592
|
export declare class AccessKeyService implements AccessKeyService {
|
|
593
593
|
private sdk;
|
|
@@ -595,7 +595,7 @@ export declare class AccessKeyService implements AccessKeyService {
|
|
|
595
595
|
private addr;
|
|
596
596
|
private spec;
|
|
597
597
|
/**
|
|
598
|
-
* @deprecated Deprecated, will be removed on
|
|
598
|
+
* @deprecated Deprecated, will be removed on 2027-02-01: Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API..
|
|
599
599
|
*/
|
|
600
600
|
private apiServiceName;
|
|
601
601
|
/** Creates a client that uses the SDK service address. */
|
|
@@ -5810,10 +5810,12 @@ export interface ListProjectsResponse {
|
|
|
5810
5810
|
export declare const ListProjectsResponse: MessageFns<ListProjectsResponse, "nebius.iam.v1.ListProjectsResponse">;
|
|
5811
5811
|
/**
|
|
5812
5812
|
* Defines the gRPC methods for the `nebius.iam.v1.ProjectService` service.
|
|
5813
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Project service v1 API is deprecated. Please use the v2 API instead. All projects remain accessible through the v2 API..
|
|
5813
5814
|
*/
|
|
5814
5815
|
export type ProjectServiceServiceDescription = typeof ProjectServiceServiceDescription;
|
|
5815
5816
|
/**
|
|
5816
5817
|
* Describes the gRPC methods for the `nebius.iam.v1.ProjectService` service.
|
|
5818
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Project service v1 API is deprecated. Please use the v2 API instead. All projects remain accessible through the v2 API..
|
|
5817
5819
|
*/
|
|
5818
5820
|
export declare const ProjectServiceServiceDescription: {
|
|
5819
5821
|
readonly create: {
|
|
@@ -5874,6 +5876,7 @@ export declare const ProjectServiceServiceDescription: {
|
|
|
5874
5876
|
};
|
|
5875
5877
|
/**
|
|
5876
5878
|
* Handles server calls for the `nebius.iam.v1.ProjectService` service.
|
|
5879
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Project service v1 API is deprecated. Please use the v2 API instead. All projects remain accessible through the v2 API..
|
|
5877
5880
|
*/
|
|
5878
5881
|
export interface ProjectServiceServer extends UntypedServiceImplementation {
|
|
5879
5882
|
/**
|
|
@@ -5899,6 +5902,7 @@ export interface ProjectServiceServer extends UntypedServiceImplementation {
|
|
|
5899
5902
|
}
|
|
5900
5903
|
/**
|
|
5901
5904
|
* Defines the low-level gRPC client for the `nebius.iam.v1.ProjectService` service.
|
|
5905
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Project service v1 API is deprecated. Please use the v2 API instead. All projects remain accessible through the v2 API..
|
|
5902
5906
|
*/
|
|
5903
5907
|
export interface ProjectServiceBaseClient extends Client {
|
|
5904
5908
|
/**
|
|
@@ -5924,6 +5928,7 @@ export interface ProjectServiceBaseClient extends Client {
|
|
|
5924
5928
|
}
|
|
5925
5929
|
/**
|
|
5926
5930
|
* Creates low-level gRPC clients for the `nebius.iam.v1.ProjectService` service.
|
|
5931
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Project service v1 API is deprecated. Please use the v2 API instead. All projects remain accessible through the v2 API..
|
|
5927
5932
|
*/
|
|
5928
5933
|
export declare const ProjectServiceBaseClient: {
|
|
5929
5934
|
/** Creates a low-level client for the service address. */
|
|
@@ -5935,6 +5940,7 @@ export declare const ProjectServiceBaseClient: {
|
|
|
5935
5940
|
};
|
|
5936
5941
|
/**
|
|
5937
5942
|
* Calls the `nebius.iam.v1.ProjectService` service.
|
|
5943
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Project service v1 API is deprecated. Please use the v2 API instead. All projects remain accessible through the v2 API..
|
|
5938
5944
|
*/
|
|
5939
5945
|
export interface ProjectService {
|
|
5940
5946
|
/** Contains the fully qualified protobuf service name. */
|
|
@@ -6002,12 +6008,16 @@ export interface ProjectService {
|
|
|
6002
6008
|
}
|
|
6003
6009
|
/**
|
|
6004
6010
|
* Calls the `nebius.iam.v1.ProjectService` service through the Nebius SDK.
|
|
6011
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Project service v1 API is deprecated. Please use the v2 API instead. All projects remain accessible through the v2 API..
|
|
6005
6012
|
*/
|
|
6006
6013
|
export declare class ProjectService implements ProjectService {
|
|
6007
6014
|
private sdk;
|
|
6008
6015
|
$type: "nebius.iam.v1.ProjectService";
|
|
6009
6016
|
private addr;
|
|
6010
6017
|
private spec;
|
|
6018
|
+
/**
|
|
6019
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Project service v1 API is deprecated. Please use the v2 API instead. All projects remain accessible through the v2 API..
|
|
6020
|
+
*/
|
|
6011
6021
|
private apiServiceName;
|
|
6012
6022
|
/** Creates a client that uses the SDK service address. */
|
|
6013
6023
|
constructor(sdk: SDKInterface);
|
|
@@ -7463,10 +7473,12 @@ export interface ListTenantsResponse {
|
|
|
7463
7473
|
export declare const ListTenantsResponse: MessageFns<ListTenantsResponse, "nebius.iam.v1.ListTenantsResponse">;
|
|
7464
7474
|
/**
|
|
7465
7475
|
* Defines the gRPC methods for the `nebius.iam.v1.TenantService` service.
|
|
7476
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Tenant service v1 API is deprecated. Please use the v2 API instead. All tenants remain accessible through the v2 API..
|
|
7466
7477
|
*/
|
|
7467
7478
|
export type TenantServiceServiceDescription = typeof TenantServiceServiceDescription;
|
|
7468
7479
|
/**
|
|
7469
7480
|
* Describes the gRPC methods for the `nebius.iam.v1.TenantService` service.
|
|
7481
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Tenant service v1 API is deprecated. Please use the v2 API instead. All tenants remain accessible through the v2 API..
|
|
7470
7482
|
*/
|
|
7471
7483
|
export declare const TenantServiceServiceDescription: {
|
|
7472
7484
|
readonly get: {
|
|
@@ -7494,6 +7506,7 @@ export declare const TenantServiceServiceDescription: {
|
|
|
7494
7506
|
};
|
|
7495
7507
|
/**
|
|
7496
7508
|
* Handles server calls for the `nebius.iam.v1.TenantService` service.
|
|
7509
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Tenant service v1 API is deprecated. Please use the v2 API instead. All tenants remain accessible through the v2 API..
|
|
7497
7510
|
*/
|
|
7498
7511
|
export interface TenantServiceServer extends UntypedServiceImplementation {
|
|
7499
7512
|
/**
|
|
@@ -7507,6 +7520,7 @@ export interface TenantServiceServer extends UntypedServiceImplementation {
|
|
|
7507
7520
|
}
|
|
7508
7521
|
/**
|
|
7509
7522
|
* Defines the low-level gRPC client for the `nebius.iam.v1.TenantService` service.
|
|
7523
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Tenant service v1 API is deprecated. Please use the v2 API instead. All tenants remain accessible through the v2 API..
|
|
7510
7524
|
*/
|
|
7511
7525
|
export interface TenantServiceBaseClient extends Client {
|
|
7512
7526
|
/**
|
|
@@ -7520,6 +7534,7 @@ export interface TenantServiceBaseClient extends Client {
|
|
|
7520
7534
|
}
|
|
7521
7535
|
/**
|
|
7522
7536
|
* Creates low-level gRPC clients for the `nebius.iam.v1.TenantService` service.
|
|
7537
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Tenant service v1 API is deprecated. Please use the v2 API instead. All tenants remain accessible through the v2 API..
|
|
7523
7538
|
*/
|
|
7524
7539
|
export declare const TenantServiceBaseClient: {
|
|
7525
7540
|
/** Creates a low-level client for the service address. */
|
|
@@ -7531,6 +7546,7 @@ export declare const TenantServiceBaseClient: {
|
|
|
7531
7546
|
};
|
|
7532
7547
|
/**
|
|
7533
7548
|
* Calls the `nebius.iam.v1.TenantService` service.
|
|
7549
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Tenant service v1 API is deprecated. Please use the v2 API instead. All tenants remain accessible through the v2 API..
|
|
7534
7550
|
*/
|
|
7535
7551
|
export interface TenantService {
|
|
7536
7552
|
/** Contains the fully qualified protobuf service name. */
|
|
@@ -7562,12 +7578,16 @@ export interface TenantService {
|
|
|
7562
7578
|
}
|
|
7563
7579
|
/**
|
|
7564
7580
|
* Calls the `nebius.iam.v1.TenantService` service through the Nebius SDK.
|
|
7581
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Tenant service v1 API is deprecated. Please use the v2 API instead. All tenants remain accessible through the v2 API..
|
|
7565
7582
|
*/
|
|
7566
7583
|
export declare class TenantService implements TenantService {
|
|
7567
7584
|
private sdk;
|
|
7568
7585
|
$type: "nebius.iam.v1.TenantService";
|
|
7569
7586
|
private addr;
|
|
7570
7587
|
private spec;
|
|
7588
|
+
/**
|
|
7589
|
+
* @deprecated Deprecated, will be removed on 2026-12-16: Tenant service v1 API is deprecated. Please use the v2 API instead. All tenants remain accessible through the v2 API..
|
|
7590
|
+
*/
|
|
7571
7591
|
private apiServiceName;
|
|
7572
7592
|
/** Creates a client that uses the SDK service address. */
|
|
7573
7593
|
constructor(sdk: SDKInterface);
|