@nebius/js-sdk 0.1.29 → 0.1.31

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.
Files changed (75) hide show
  1. package/dist/cjs/api/nebius/audit/v2/index.d.ts +10 -2
  2. package/dist/cjs/api/nebius/audit/v2/index.d.ts.map +1 -1
  3. package/dist/cjs/api/nebius/audit/v2/index.js +23 -0
  4. package/dist/cjs/api/nebius/audit/v2/index.js.map +1 -1
  5. package/dist/cjs/api/nebius/capacity/v1/index.d.ts +52 -0
  6. package/dist/cjs/api/nebius/capacity/v1/index.d.ts.map +1 -1
  7. package/dist/cjs/api/nebius/capacity/v1/index.js +211 -1
  8. package/dist/cjs/api/nebius/capacity/v1/index.js.map +1 -1
  9. package/dist/cjs/api/nebius/common/v1/index.d.ts +140 -6
  10. package/dist/cjs/api/nebius/common/v1/index.d.ts.map +1 -1
  11. package/dist/cjs/api/nebius/common/v1/index.js +412 -3
  12. package/dist/cjs/api/nebius/common/v1/index.js.map +1 -1
  13. package/dist/cjs/api/nebius/compute/v1/index.d.ts +40 -4
  14. package/dist/cjs/api/nebius/compute/v1/index.d.ts.map +1 -1
  15. package/dist/cjs/api/nebius/compute/v1/index.js +120 -2
  16. package/dist/cjs/api/nebius/compute/v1/index.js.map +1 -1
  17. package/dist/cjs/api/nebius/compute/v1alpha1/index.d.ts +7 -4
  18. package/dist/cjs/api/nebius/compute/v1alpha1/index.d.ts.map +1 -1
  19. package/dist/cjs/api/nebius/compute/v1alpha1/index.js.map +1 -1
  20. package/dist/cjs/api/nebius/dns/v1/index.d.ts +15 -7
  21. package/dist/cjs/api/nebius/dns/v1/index.d.ts.map +1 -1
  22. package/dist/cjs/api/nebius/dns/v1/index.js +3 -2
  23. package/dist/cjs/api/nebius/dns/v1/index.js.map +1 -1
  24. package/dist/cjs/api/nebius/iam/v1/index.d.ts +14 -12
  25. package/dist/cjs/api/nebius/iam/v1/index.d.ts.map +1 -1
  26. package/dist/cjs/api/nebius/iam/v1/index.js +12 -8
  27. package/dist/cjs/api/nebius/iam/v1/index.js.map +1 -1
  28. package/dist/cjs/api/nebius/iam/v2/index.d.ts +2 -1
  29. package/dist/cjs/api/nebius/iam/v2/index.d.ts.map +1 -1
  30. package/dist/cjs/api/nebius/iam/v2/index.js.map +1 -1
  31. package/dist/cjs/api/nebius/logging/v1/agentmanager/index.d.ts +5 -1
  32. package/dist/cjs/api/nebius/logging/v1/agentmanager/index.d.ts.map +1 -1
  33. package/dist/cjs/api/nebius/logging/v1/agentmanager/index.js.map +1 -1
  34. package/dist/cjs/api/nebius/mk8s/v1/index.d.ts +22 -10
  35. package/dist/cjs/api/nebius/mk8s/v1/index.d.ts.map +1 -1
  36. package/dist/cjs/api/nebius/mk8s/v1/index.js.map +1 -1
  37. package/dist/cjs/api/nebius/mk8s/v1alpha1/index.d.ts +34 -34
  38. package/dist/cjs/api/nebius/mysterybox/v1/index.d.ts +2 -1
  39. package/dist/cjs/api/nebius/mysterybox/v1/index.d.ts.map +1 -1
  40. package/dist/cjs/api/nebius/mysterybox/v1/index.js.map +1 -1
  41. package/dist/cjs/api/nebius/storage/v1/index.d.ts +60 -2
  42. package/dist/cjs/api/nebius/storage/v1/index.d.ts.map +1 -1
  43. package/dist/cjs/api/nebius/storage/v1/index.js +335 -5
  44. package/dist/cjs/api/nebius/storage/v1/index.js.map +1 -1
  45. package/dist/cjs/api/nebius/vpc/v1/index.d.ts +1 -1
  46. package/dist/cjs/version.d.ts +1 -1
  47. package/dist/cjs/version.js +1 -1
  48. package/dist/esm/api/nebius/audit/v2/index.d.ts +10 -2
  49. package/dist/esm/api/nebius/audit/v2/index.d.ts.map +1 -1
  50. package/dist/esm/api/nebius/capacity/v1/index.d.ts +52 -0
  51. package/dist/esm/api/nebius/capacity/v1/index.d.ts.map +1 -1
  52. package/dist/esm/api/nebius/common/v1/index.d.ts +140 -6
  53. package/dist/esm/api/nebius/common/v1/index.d.ts.map +1 -1
  54. package/dist/esm/api/nebius/compute/v1/index.d.ts +40 -4
  55. package/dist/esm/api/nebius/compute/v1/index.d.ts.map +1 -1
  56. package/dist/esm/api/nebius/compute/v1alpha1/index.d.ts +7 -4
  57. package/dist/esm/api/nebius/compute/v1alpha1/index.d.ts.map +1 -1
  58. package/dist/esm/api/nebius/dns/v1/index.d.ts +15 -7
  59. package/dist/esm/api/nebius/dns/v1/index.d.ts.map +1 -1
  60. package/dist/esm/api/nebius/iam/v1/index.d.ts +14 -12
  61. package/dist/esm/api/nebius/iam/v1/index.d.ts.map +1 -1
  62. package/dist/esm/api/nebius/iam/v2/index.d.ts +2 -1
  63. package/dist/esm/api/nebius/iam/v2/index.d.ts.map +1 -1
  64. package/dist/esm/api/nebius/logging/v1/agentmanager/index.d.ts +5 -1
  65. package/dist/esm/api/nebius/logging/v1/agentmanager/index.d.ts.map +1 -1
  66. package/dist/esm/api/nebius/mk8s/v1/index.d.ts +22 -10
  67. package/dist/esm/api/nebius/mk8s/v1/index.d.ts.map +1 -1
  68. package/dist/esm/api/nebius/mk8s/v1alpha1/index.d.ts +34 -34
  69. package/dist/esm/api/nebius/mysterybox/v1/index.d.ts +2 -1
  70. package/dist/esm/api/nebius/mysterybox/v1/index.d.ts.map +1 -1
  71. package/dist/esm/api/nebius/storage/v1/index.d.ts +60 -2
  72. package/dist/esm/api/nebius/storage/v1/index.d.ts.map +1 -1
  73. package/dist/esm/api/nebius/vpc/v1/index.d.ts +1 -1
  74. package/dist/esm/version.d.ts +1 -1
  75. package/package.json +1 -1
@@ -1273,7 +1273,6 @@ export interface OidcCredentialsProvider {
1273
1273
  [unknownFieldsSymbol]?: Uint8Array | undefined;
1274
1274
  [customJson]?: () => unknown;
1275
1275
  /**
1276
- * *
1277
1276
  * It's not required provider OIDC issuer should be real OIDC provider, but should expose OIDC configuration
1278
1277
  * with "/.well-known/openid-configuration" endpoint. Configuration should contains the "jwks_uri" endpoint
1279
1278
  * where the JSON Web Key Set (JWKS) can be found; this set contains public keys used to verify
@@ -1281,13 +1280,12 @@ export interface OidcCredentialsProvider {
1281
1280
  *
1282
1281
  * Limitations for external OIDC providers:
1283
1282
  * - token service limits the number of handled keys by 50. If your JWKS return more than 50,
1284
- * the only first 50 will be used for signature verifying.
1283
+ * the only first 50 will be used for signature verifying.
1285
1284
  * - response size for jwks_uri and "/.well-known/openid-configuration limited by 100KB.
1286
1285
  *
1287
1286
  */
1288
1287
  issuerUrl: string;
1289
1288
  /**
1290
- * *
1291
1289
  * Literally json, which represents JWKS with public keys for JWT verification.
1292
1290
  * It worth mentioned that in a case of adding/rotating keys the jwk_set_json also should be updated here.
1293
1291
  * Besides, the "issuer" parameter should be set even if the JWKS will be resolved locally.
@@ -1753,7 +1751,6 @@ export interface FederationService {
1753
1751
  update(request: UpdateFederationRequest, metadata: Metadata): SDKRequestClass<UpdateFederationRequest, OperationWrapper<GetOperationRequest>>;
1754
1752
  update(request: UpdateFederationRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<UpdateFederationRequest, OperationWrapper<GetOperationRequest>>;
1755
1753
  /**
1756
- * *
1757
1754
  * Activates an existing federation.
1758
1755
  * By default, a newly created federation is in the active state.
1759
1756
  *
@@ -1762,7 +1759,6 @@ export interface FederationService {
1762
1759
  activate(request: ActivateFederationRequest, metadata: Metadata): SDKRequestClass<ActivateFederationRequest, OperationWrapper<GetOperationRequest>>;
1763
1760
  activate(request: ActivateFederationRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<ActivateFederationRequest, OperationWrapper<GetOperationRequest>>;
1764
1761
  /**
1765
- * *
1766
1762
  * Deactivates an existing federation.
1767
1763
  * When a federation is inactive, all users under it will be unable to authenticate.
1768
1764
  *
@@ -3979,8 +3975,9 @@ export type TenantUserAccountStatus_State = EnumInstance<"UNRECOGNIZED" | "STATE
3979
3975
  interface TenantUserAccountStatus_StateValueMembers {
3980
3976
  readonly STATE_UNSPECIFIED: EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "ACTIVE" | "INACTIVE" | "BLOCKED">;
3981
3977
  /**
3982
- * in case of ordinary tenant user account a corresponding user can log into the system and use granted tenant resources
3983
- * in case of invited tenant user account once the invitation is accepted a corresponding user can start using granted resources immediately
3978
+ * - in case of ordinary tenant user account a corresponding user can log into the system and use granted tenant resources
3979
+ * - in case of invited tenant user account once the invitation is accepted a corresponding user can start using granted resources
3980
+ * immediately
3984
3981
  *
3985
3982
  */
3986
3983
  readonly ACTIVE: EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "ACTIVE" | "INACTIVE" | "BLOCKED">;
@@ -3990,8 +3987,10 @@ interface TenantUserAccountStatus_StateValueMembers {
3990
3987
  */
3991
3988
  readonly INACTIVE: EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "ACTIVE" | "INACTIVE" | "BLOCKED">;
3992
3989
  /**
3993
- * in case of ordinary tenant user account a corresponding user can log into the system but cannot be authorized to use tenant resources
3994
- * in case of invited tenant user account once the invitation is accepted a corresponding user cannot start using granted resources until is unblocked
3990
+ * - in case of ordinary tenant user account a corresponding user can log into the system but cannot be authorized to use tenant
3991
+ * resources
3992
+ * - in case of invited tenant user account once the invitation is accepted a corresponding user cannot start using granted resources
3993
+ * until is unblocked
3995
3994
  *
3996
3995
  */
3997
3996
  readonly BLOCKED: EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "ACTIVE" | "INACTIVE" | "BLOCKED">;
@@ -4090,7 +4089,8 @@ export interface TenantUserAccountStatus {
4090
4089
  */
4091
4090
  invitationId: string;
4092
4091
  /**
4093
- * the federation id of the linked user account. Could be empty in a case of a tenant user account belongs to an invitation which wasn't accepted.
4092
+ * the federation id of the linked user account. Could be empty in a case of a tenant user account belongs to an invitation which wasn't
4093
+ * accepted.
4094
4094
  *
4095
4095
  */
4096
4096
  federationId: string;
@@ -4186,7 +4186,8 @@ export interface ExchangeTokenRequest {
4186
4186
  */
4187
4187
  actorToken: string;
4188
4188
  /**
4189
- * optional, token type for the impersonation/delegation (who want to impersonate/delegate). Usually it's urn:ietf:params:oauth:token-type:access_token
4189
+ * optional, token type for the impersonation/delegation (who want to impersonate/delegate). Usually it's
4190
+ * urn:ietf:params:oauth:token-type:access_token
4190
4191
  *
4191
4192
  */
4192
4193
  actorTokenType: string;
@@ -4234,7 +4235,8 @@ interface UserAccountStatus_StateValueMembers {
4234
4235
  */
4235
4236
  readonly INACTIVE: EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "ACTIVE" | "INACTIVE" | "DELETING">;
4236
4237
  /**
4237
- * federated user can be deleted/forgot, in this state user cannot log into the system and various internal removal interactions are in progress
4238
+ * federated user can be deleted/forgot, in this state user cannot log into the system and various internal removal interactions are in
4239
+ * progress
4238
4240
  *
4239
4241
  */
4240
4242
  readonly DELETING: EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "ACTIVE" | "INACTIVE" | "DELETING">;