@nebius/js-sdk 0.2.64 → 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/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 +60 -2
- 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/version.d.ts +1 -1
- package/dist/cjs/version.js +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 +60 -2
- 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/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
|
@@ -1674,7 +1674,7 @@ function createBaseListAccessKeysResponse() {
|
|
|
1674
1674
|
}
|
|
1675
1675
|
/**
|
|
1676
1676
|
* Describes the gRPC methods for the `nebius.iam.v1.AccessKeyService` service.
|
|
1677
|
-
* @deprecated Deprecated, will be removed on
|
|
1677
|
+
* @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..
|
|
1678
1678
|
*/
|
|
1679
1679
|
exports.AccessKeyServiceServiceDescription = {
|
|
1680
1680
|
create: {
|
|
@@ -1790,12 +1790,12 @@ exports.AccessKeyServiceServiceDescription = {
|
|
|
1790
1790
|
};
|
|
1791
1791
|
/**
|
|
1792
1792
|
* Creates low-level gRPC clients for the `nebius.iam.v1.AccessKeyService` service.
|
|
1793
|
-
* @deprecated Deprecated, will be removed on
|
|
1793
|
+
* @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..
|
|
1794
1794
|
*/
|
|
1795
1795
|
exports.AccessKeyServiceBaseClient = (0, grpc_js_1.makeGenericClientConstructor)(exports.AccessKeyServiceServiceDescription, "nebius.iam.v1.AccessKeyService");
|
|
1796
1796
|
/**
|
|
1797
1797
|
* Calls the `nebius.iam.v1.AccessKeyService` service through the Nebius SDK.
|
|
1798
|
-
* @deprecated Deprecated, will be removed on
|
|
1798
|
+
* @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..
|
|
1799
1799
|
*/
|
|
1800
1800
|
class AccessKeyService {
|
|
1801
1801
|
sdk;
|
|
@@ -1803,7 +1803,7 @@ class AccessKeyService {
|
|
|
1803
1803
|
addr;
|
|
1804
1804
|
spec;
|
|
1805
1805
|
/**
|
|
1806
|
-
* @deprecated Deprecated, will be removed on
|
|
1806
|
+
* @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..
|
|
1807
1807
|
*/
|
|
1808
1808
|
apiServiceName = "cpl.iam";
|
|
1809
1809
|
/** Creates a client that uses the SDK service address. */
|
|
@@ -1814,7 +1814,7 @@ class AccessKeyService {
|
|
|
1814
1814
|
this.spec = exports.AccessKeyServiceServiceDescription;
|
|
1815
1815
|
if (!__deprecatedWarned.has("nebius.iam.v1.AccessKeyService")) {
|
|
1816
1816
|
__deprecatedWarned.add("nebius.iam.v1.AccessKeyService");
|
|
1817
|
-
(0, logging_js_1.deprecatedWarn)("Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API.", "service", "nebius.iam.v1.AccessKeyService", "
|
|
1817
|
+
(0, logging_js_1.deprecatedWarn)("Access keys v1 API is deprecated. Please use the v2 API instead. All existing keys remain accessible through the v2 API.", "service", "nebius.iam.v1.AccessKeyService", "2027-02-01");
|
|
1818
1818
|
}
|
|
1819
1819
|
}
|
|
1820
1820
|
/** Returns the operation service for this service address. */
|
|
@@ -18726,6 +18726,7 @@ function createBaseListProjectsResponse() {
|
|
|
18726
18726
|
}
|
|
18727
18727
|
/**
|
|
18728
18728
|
* Describes the gRPC methods for the `nebius.iam.v1.ProjectService` service.
|
|
18729
|
+
* @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..
|
|
18729
18730
|
*/
|
|
18730
18731
|
exports.ProjectServiceServiceDescription = {
|
|
18731
18732
|
create: {
|
|
@@ -18786,16 +18787,21 @@ exports.ProjectServiceServiceDescription = {
|
|
|
18786
18787
|
};
|
|
18787
18788
|
/**
|
|
18788
18789
|
* Creates low-level gRPC clients for the `nebius.iam.v1.ProjectService` service.
|
|
18790
|
+
* @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..
|
|
18789
18791
|
*/
|
|
18790
18792
|
exports.ProjectServiceBaseClient = (0, grpc_js_1.makeGenericClientConstructor)(exports.ProjectServiceServiceDescription, "nebius.iam.v1.ProjectService");
|
|
18791
18793
|
/**
|
|
18792
18794
|
* Calls the `nebius.iam.v1.ProjectService` service through the Nebius SDK.
|
|
18795
|
+
* @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..
|
|
18793
18796
|
*/
|
|
18794
18797
|
class ProjectService {
|
|
18795
18798
|
sdk;
|
|
18796
18799
|
$type = "nebius.iam.v1.ProjectService";
|
|
18797
18800
|
addr;
|
|
18798
18801
|
spec;
|
|
18802
|
+
/**
|
|
18803
|
+
* @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..
|
|
18804
|
+
*/
|
|
18799
18805
|
apiServiceName = "cpl.iam";
|
|
18800
18806
|
/** Creates a client that uses the SDK service address. */
|
|
18801
18807
|
constructor(sdk) {
|
|
@@ -18803,6 +18809,10 @@ class ProjectService {
|
|
|
18803
18809
|
const addr = sdk.getAddressFromServiceName(this.$type, this.apiServiceName);
|
|
18804
18810
|
this.addr = addr;
|
|
18805
18811
|
this.spec = exports.ProjectServiceServiceDescription;
|
|
18812
|
+
if (!__deprecatedWarned.has("nebius.iam.v1.ProjectService")) {
|
|
18813
|
+
__deprecatedWarned.add("nebius.iam.v1.ProjectService");
|
|
18814
|
+
(0, logging_js_1.deprecatedWarn)("Project service v1 API is deprecated. Please use the v2 API instead. All projects remain accessible through the v2 API.", "service", "nebius.iam.v1.ProjectService", "2026-12-16");
|
|
18815
|
+
}
|
|
18806
18816
|
}
|
|
18807
18817
|
/** Returns the operation service for this service address. */
|
|
18808
18818
|
getOperationService() {
|
|
@@ -23120,6 +23130,7 @@ function createBaseListTenantsResponse() {
|
|
|
23120
23130
|
}
|
|
23121
23131
|
/**
|
|
23122
23132
|
* Describes the gRPC methods for the `nebius.iam.v1.TenantService` service.
|
|
23133
|
+
* @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..
|
|
23123
23134
|
*/
|
|
23124
23135
|
exports.TenantServiceServiceDescription = {
|
|
23125
23136
|
get: {
|
|
@@ -23147,16 +23158,21 @@ exports.TenantServiceServiceDescription = {
|
|
|
23147
23158
|
};
|
|
23148
23159
|
/**
|
|
23149
23160
|
* Creates low-level gRPC clients for the `nebius.iam.v1.TenantService` service.
|
|
23161
|
+
* @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..
|
|
23150
23162
|
*/
|
|
23151
23163
|
exports.TenantServiceBaseClient = (0, grpc_js_1.makeGenericClientConstructor)(exports.TenantServiceServiceDescription, "nebius.iam.v1.TenantService");
|
|
23152
23164
|
/**
|
|
23153
23165
|
* Calls the `nebius.iam.v1.TenantService` service through the Nebius SDK.
|
|
23166
|
+
* @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..
|
|
23154
23167
|
*/
|
|
23155
23168
|
class TenantService {
|
|
23156
23169
|
sdk;
|
|
23157
23170
|
$type = "nebius.iam.v1.TenantService";
|
|
23158
23171
|
addr;
|
|
23159
23172
|
spec;
|
|
23173
|
+
/**
|
|
23174
|
+
* @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..
|
|
23175
|
+
*/
|
|
23160
23176
|
apiServiceName = "cpl.iam";
|
|
23161
23177
|
/** Creates a client that uses the SDK service address. */
|
|
23162
23178
|
constructor(sdk) {
|
|
@@ -23164,6 +23180,10 @@ class TenantService {
|
|
|
23164
23180
|
const addr = sdk.getAddressFromServiceName(this.$type, this.apiServiceName);
|
|
23165
23181
|
this.addr = addr;
|
|
23166
23182
|
this.spec = exports.TenantServiceServiceDescription;
|
|
23183
|
+
if (!__deprecatedWarned.has("nebius.iam.v1.TenantService")) {
|
|
23184
|
+
__deprecatedWarned.add("nebius.iam.v1.TenantService");
|
|
23185
|
+
(0, logging_js_1.deprecatedWarn)("Tenant service v1 API is deprecated. Please use the v2 API instead. All tenants remain accessible through the v2 API.", "service", "nebius.iam.v1.TenantService", "2026-12-16");
|
|
23186
|
+
}
|
|
23167
23187
|
}
|
|
23168
23188
|
/**
|
|
23169
23189
|
* Calls the `Get` RPC.
|