@nebius/js-sdk 0.2.50 → 0.2.51
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 +4 -4
- package/dist/cjs/api/nebius/vpc/v1/index.d.ts +10 -2
- package/dist/cjs/api/nebius/vpc/v1/index.d.ts.map +1 -1
- package/dist/cjs/api/nebius/vpc/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 +4 -4
- package/dist/esm/api/nebius/vpc/v1/index.d.ts +10 -2
- package/dist/esm/api/nebius/vpc/v1/index.d.ts.map +1 -1
- package/dist/esm/api/nebius/vpc/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/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.2.
|
|
1
|
+
export declare const VERSION = "0.2.51";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/cjs/version.js
CHANGED
|
@@ -8,7 +8,7 @@ import { Operation as OperationWrapper } from "../../../../runtime/operation.js"
|
|
|
8
8
|
import { GetOperationRequest, Operation, OperationService, ResourceMetadata, ServiceError } from "../../common/v1/index.js";
|
|
9
9
|
import { DiskSpec_DiskType, InstanceStatus_InstanceState } from "../../compute/v1/index.js";
|
|
10
10
|
/**
|
|
11
|
-
* Controls whether
|
|
11
|
+
* Controls whether injected-file content and unmasked inline S3 credential values are included.
|
|
12
12
|
*
|
|
13
13
|
*/
|
|
14
14
|
export type GetEndpointRequest_View = EnumInstance<"UNRECOGNIZED" | "VIEW_UNSPECIFIED" | "SECRET">;
|
|
@@ -38,7 +38,7 @@ export interface GetEndpointRequest {
|
|
|
38
38
|
/** Contains the `id` protobuf field. */
|
|
39
39
|
id: string;
|
|
40
40
|
/**
|
|
41
|
-
* SECRET includes injected
|
|
41
|
+
* SECRET includes injected-file content and unmasked inline S3 credentials and requires
|
|
42
42
|
* resource.aiendpoint.getSensitiveData.
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
@@ -1349,7 +1349,7 @@ export interface EndpointInstanceStatus {
|
|
|
1349
1349
|
/** Encodes, decodes, converts, and creates {@link EndpointInstanceStatus} messages. */
|
|
1350
1350
|
export declare const EndpointInstanceStatus: MessageFns<EndpointInstanceStatus, "nebius.ai.v1.EndpointInstanceStatus">;
|
|
1351
1351
|
/**
|
|
1352
|
-
* Controls whether
|
|
1352
|
+
* Controls whether injected-file content and unmasked inline S3 credential values are included.
|
|
1353
1353
|
*
|
|
1354
1354
|
*/
|
|
1355
1355
|
export type GetJobRequest_View = EnumInstance<"UNRECOGNIZED" | "VIEW_UNSPECIFIED" | "SECRET">;
|
|
@@ -1379,7 +1379,7 @@ export interface GetJobRequest {
|
|
|
1379
1379
|
/** Contains the `id` protobuf field. */
|
|
1380
1380
|
id: string;
|
|
1381
1381
|
/**
|
|
1382
|
-
* SECRET includes injected
|
|
1382
|
+
* SECRET includes injected-file content and unmasked inline S3 credentials and requires
|
|
1383
1383
|
* resource.aijob.getSensitiveData.
|
|
1384
1384
|
*
|
|
1385
1385
|
*/
|
|
@@ -676,7 +676,11 @@ export interface IPv4PrivateAllocationSpec {
|
|
|
676
676
|
*
|
|
677
677
|
*/
|
|
678
678
|
cidr: string;
|
|
679
|
-
/**
|
|
679
|
+
/**
|
|
680
|
+
* May be changed only from subnet_id to pool_id, and the new pool_id
|
|
681
|
+
* must be equal to status.details.pool_id.
|
|
682
|
+
*
|
|
683
|
+
*/
|
|
680
684
|
pool?: {
|
|
681
685
|
$case: "subnetId";
|
|
682
686
|
subnetId: string;
|
|
@@ -707,7 +711,11 @@ export interface IPv4PublicAllocationSpec {
|
|
|
707
711
|
*
|
|
708
712
|
*/
|
|
709
713
|
cidr: string;
|
|
710
|
-
/**
|
|
714
|
+
/**
|
|
715
|
+
* May be changed only from subnet_id to pool_id, and the new pool_id
|
|
716
|
+
* must be equal to status.details.pool_id.
|
|
717
|
+
*
|
|
718
|
+
*/
|
|
711
719
|
pool?: {
|
|
712
720
|
$case: "subnetId";
|
|
713
721
|
subnetId: string;
|