@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
|
@@ -1667,7 +1667,7 @@ function createBaseListAccessKeysResponse() {
|
|
|
1667
1667
|
}
|
|
1668
1668
|
/**
|
|
1669
1669
|
* Describes the gRPC methods for the `nebius.iam.v1.AccessKeyService` service.
|
|
1670
|
-
* @deprecated Deprecated, will be removed on
|
|
1670
|
+
* @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..
|
|
1671
1671
|
*/
|
|
1672
1672
|
export const AccessKeyServiceServiceDescription = {
|
|
1673
1673
|
create: {
|
|
@@ -1783,12 +1783,12 @@ export const AccessKeyServiceServiceDescription = {
|
|
|
1783
1783
|
};
|
|
1784
1784
|
/**
|
|
1785
1785
|
* Creates low-level gRPC clients for the `nebius.iam.v1.AccessKeyService` service.
|
|
1786
|
-
* @deprecated Deprecated, will be removed on
|
|
1786
|
+
* @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..
|
|
1787
1787
|
*/
|
|
1788
1788
|
export const AccessKeyServiceBaseClient = makeGenericClientConstructor(AccessKeyServiceServiceDescription, "nebius.iam.v1.AccessKeyService");
|
|
1789
1789
|
/**
|
|
1790
1790
|
* Calls the `nebius.iam.v1.AccessKeyService` service through the Nebius SDK.
|
|
1791
|
-
* @deprecated Deprecated, will be removed on
|
|
1791
|
+
* @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..
|
|
1792
1792
|
*/
|
|
1793
1793
|
export class AccessKeyService {
|
|
1794
1794
|
sdk;
|
|
@@ -1796,7 +1796,7 @@ export class AccessKeyService {
|
|
|
1796
1796
|
addr;
|
|
1797
1797
|
spec;
|
|
1798
1798
|
/**
|
|
1799
|
-
* @deprecated Deprecated, will be removed on
|
|
1799
|
+
* @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..
|
|
1800
1800
|
*/
|
|
1801
1801
|
apiServiceName = "cpl.iam";
|
|
1802
1802
|
/** Creates a client that uses the SDK service address. */
|
|
@@ -1807,7 +1807,7 @@ export class AccessKeyService {
|
|
|
1807
1807
|
this.spec = AccessKeyServiceServiceDescription;
|
|
1808
1808
|
if (!__deprecatedWarned.has("nebius.iam.v1.AccessKeyService")) {
|
|
1809
1809
|
__deprecatedWarned.add("nebius.iam.v1.AccessKeyService");
|
|
1810
|
-
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", "
|
|
1810
|
+
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");
|
|
1811
1811
|
}
|
|
1812
1812
|
}
|
|
1813
1813
|
/** Returns the operation service for this service address. */
|
|
@@ -18709,6 +18709,7 @@ function createBaseListProjectsResponse() {
|
|
|
18709
18709
|
}
|
|
18710
18710
|
/**
|
|
18711
18711
|
* Describes the gRPC methods for the `nebius.iam.v1.ProjectService` service.
|
|
18712
|
+
* @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..
|
|
18712
18713
|
*/
|
|
18713
18714
|
export const ProjectServiceServiceDescription = {
|
|
18714
18715
|
create: {
|
|
@@ -18769,16 +18770,21 @@ export const ProjectServiceServiceDescription = {
|
|
|
18769
18770
|
};
|
|
18770
18771
|
/**
|
|
18771
18772
|
* Creates low-level gRPC clients for the `nebius.iam.v1.ProjectService` service.
|
|
18773
|
+
* @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..
|
|
18772
18774
|
*/
|
|
18773
18775
|
export const ProjectServiceBaseClient = makeGenericClientConstructor(ProjectServiceServiceDescription, "nebius.iam.v1.ProjectService");
|
|
18774
18776
|
/**
|
|
18775
18777
|
* Calls the `nebius.iam.v1.ProjectService` service through the Nebius SDK.
|
|
18778
|
+
* @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..
|
|
18776
18779
|
*/
|
|
18777
18780
|
export class ProjectService {
|
|
18778
18781
|
sdk;
|
|
18779
18782
|
$type = "nebius.iam.v1.ProjectService";
|
|
18780
18783
|
addr;
|
|
18781
18784
|
spec;
|
|
18785
|
+
/**
|
|
18786
|
+
* @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..
|
|
18787
|
+
*/
|
|
18782
18788
|
apiServiceName = "cpl.iam";
|
|
18783
18789
|
/** Creates a client that uses the SDK service address. */
|
|
18784
18790
|
constructor(sdk) {
|
|
@@ -18786,6 +18792,10 @@ export class ProjectService {
|
|
|
18786
18792
|
const addr = sdk.getAddressFromServiceName(this.$type, this.apiServiceName);
|
|
18787
18793
|
this.addr = addr;
|
|
18788
18794
|
this.spec = ProjectServiceServiceDescription;
|
|
18795
|
+
if (!__deprecatedWarned.has("nebius.iam.v1.ProjectService")) {
|
|
18796
|
+
__deprecatedWarned.add("nebius.iam.v1.ProjectService");
|
|
18797
|
+
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");
|
|
18798
|
+
}
|
|
18789
18799
|
}
|
|
18790
18800
|
/** Returns the operation service for this service address. */
|
|
18791
18801
|
getOperationService() {
|
|
@@ -23099,6 +23109,7 @@ function createBaseListTenantsResponse() {
|
|
|
23099
23109
|
}
|
|
23100
23110
|
/**
|
|
23101
23111
|
* Describes the gRPC methods for the `nebius.iam.v1.TenantService` service.
|
|
23112
|
+
* @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..
|
|
23102
23113
|
*/
|
|
23103
23114
|
export const TenantServiceServiceDescription = {
|
|
23104
23115
|
get: {
|
|
@@ -23126,16 +23137,21 @@ export const TenantServiceServiceDescription = {
|
|
|
23126
23137
|
};
|
|
23127
23138
|
/**
|
|
23128
23139
|
* Creates low-level gRPC clients for the `nebius.iam.v1.TenantService` service.
|
|
23140
|
+
* @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..
|
|
23129
23141
|
*/
|
|
23130
23142
|
export const TenantServiceBaseClient = makeGenericClientConstructor(TenantServiceServiceDescription, "nebius.iam.v1.TenantService");
|
|
23131
23143
|
/**
|
|
23132
23144
|
* Calls the `nebius.iam.v1.TenantService` service through the Nebius SDK.
|
|
23145
|
+
* @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..
|
|
23133
23146
|
*/
|
|
23134
23147
|
export class TenantService {
|
|
23135
23148
|
sdk;
|
|
23136
23149
|
$type = "nebius.iam.v1.TenantService";
|
|
23137
23150
|
addr;
|
|
23138
23151
|
spec;
|
|
23152
|
+
/**
|
|
23153
|
+
* @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
|
+
*/
|
|
23139
23155
|
apiServiceName = "cpl.iam";
|
|
23140
23156
|
/** Creates a client that uses the SDK service address. */
|
|
23141
23157
|
constructor(sdk) {
|
|
@@ -23143,6 +23159,10 @@ export class TenantService {
|
|
|
23143
23159
|
const addr = sdk.getAddressFromServiceName(this.$type, this.apiServiceName);
|
|
23144
23160
|
this.addr = addr;
|
|
23145
23161
|
this.spec = TenantServiceServiceDescription;
|
|
23162
|
+
if (!__deprecatedWarned.has("nebius.iam.v1.TenantService")) {
|
|
23163
|
+
__deprecatedWarned.add("nebius.iam.v1.TenantService");
|
|
23164
|
+
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");
|
|
23165
|
+
}
|
|
23146
23166
|
}
|
|
23147
23167
|
/**
|
|
23148
23168
|
* Calls the `Get` RPC.
|