@nebius/js-sdk 0.2.56 → 0.2.57
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/iam/v1/index.d.ts +8 -8
- package/dist/cjs/api/nebius/iam/v1/index.js +5 -5
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/api/nebius/iam/v1/index.d.ts +8 -8
- package/dist/esm/api/nebius/iam/v1/index.js +5 -5
- package/dist/esm/version.d.ts +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +1 -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 2026-
|
|
236
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
241
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
357
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
403
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
449
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
462
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
590
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
598
|
+
* @deprecated Deprecated, will be removed on 2026-10-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. */
|
|
@@ -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 2026-
|
|
1677
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
1793
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
1798
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
1806
|
+
* @deprecated Deprecated, will be removed on 2026-10-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", "2026-
|
|
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", "2026-10-01");
|
|
1818
1818
|
}
|
|
1819
1819
|
}
|
|
1820
1820
|
/** Returns the operation service for this service address. */
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.2.
|
|
1
|
+
export declare const VERSION = "0.2.57";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/cjs/version.js
CHANGED
|
@@ -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 2026-
|
|
236
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
241
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
357
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
403
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
449
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
462
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
590
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
598
|
+
* @deprecated Deprecated, will be removed on 2026-10-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. */
|
|
@@ -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 2026-
|
|
1670
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
1786
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
1791
|
+
* @deprecated Deprecated, will be removed on 2026-10-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 2026-
|
|
1799
|
+
* @deprecated Deprecated, will be removed on 2026-10-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", "2026-
|
|
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", "2026-10-01");
|
|
1811
1811
|
}
|
|
1812
1812
|
}
|
|
1813
1813
|
/** Returns the operation service for this service address. */
|
package/dist/esm/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.2.
|
|
1
|
+
export declare const VERSION = "0.2.57";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/esm/version.js
CHANGED