@northstake/northstakeapi 1.0.32 → 1.0.33

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.
@@ -51,5 +51,5 @@ export declare namespace ValidatorInfo {
51
51
  /**
52
52
  * Status of the validator on the network
53
53
  */
54
- type statusEnum = 'activating' | 'active' | 'exiting' | 'exited';
54
+ type statusEnum = 'activating' | 'active' | 'exiting' | 'exited' | 'sold';
55
55
  }
@@ -101,6 +101,7 @@ export type statusEnum =
101
101
  'activating' |
102
102
  'active' |
103
103
  'exiting' |
104
- 'exited';
104
+ 'exited' |
105
+ 'sold';
105
106
  }
106
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@northstake/northstakeapi",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "Northstake SDK",
5
5
  "main": "dist/api.js",
6
6
  "types": "dist/api.d.ts",
@@ -21,7 +21,7 @@
21
21
  "author": "Northstake build process <buildadmin@northstake.dk>",
22
22
  "license": "ISC",
23
23
  "devDependencies": {
24
- "@types/node": "^22.10.10",
24
+ "@types/node": "^22.12.0",
25
25
  "typescript": "^5.7.3"
26
26
  }
27
27
  }