@nebius/js-sdk 0.2.13 → 0.2.15

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.
@@ -1860,7 +1860,7 @@ export interface InstanceSpec {
1860
1860
  [customJson]?: () => unknown;
1861
1861
  /**
1862
1862
  * Unique identifier of the service account associated with this instance.
1863
- * For details, see https://docs.nebius.dev/en/iam/about-iam/concepts/service-accounts
1863
+ * For details, see https://docs.nebius.com/iam/service-accounts/manage
1864
1864
  *
1865
1865
  */
1866
1866
  serviceAccountId: string;
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.2.13";
1
+ export declare const VERSION = "0.2.15";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // Auto-generated by scripts/version-gen.ts. Do not edit.
5
- exports.VERSION = '0.2.13';
5
+ exports.VERSION = '0.2.15';
6
6
  //# sourceMappingURL=version.js.map
@@ -1860,7 +1860,7 @@ export interface InstanceSpec {
1860
1860
  [customJson]?: () => unknown;
1861
1861
  /**
1862
1862
  * Unique identifier of the service account associated with this instance.
1863
- * For details, see https://docs.nebius.dev/en/iam/about-iam/concepts/service-accounts
1863
+ * For details, see https://docs.nebius.com/iam/service-accounts/manage
1864
1864
  *
1865
1865
  */
1866
1866
  serviceAccountId: string;
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.2.13";
1
+ export declare const VERSION = "0.2.15";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // Auto-generated by scripts/version-gen.ts. Do not edit.
2
- export const VERSION = '0.2.13';
2
+ export const VERSION = '0.2.15';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nebius/js-sdk",
3
- "version": "0.2.13",
3
+ "version": "0.2.15",
4
4
  "description": "Nebius AI SDK",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",