@devopness/sdk-js 3.3.0 → 3.3.1

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.
@@ -47,7 +47,7 @@ export interface SubnetRelation {
47
47
  * @type {NetworkRelation}
48
48
  * @memberof SubnetRelation
49
49
  */
50
- network: NetworkRelation | null;
50
+ network?: NetworkRelation | null;
51
51
  /**
52
52
  * The subnet\'s name
53
53
  * @type {string}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@devopness/sdk-js",
4
- "version": "3.3.0",
4
+ "version": "3.3.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -52,7 +52,7 @@
52
52
  "homepage": "https://github.com/devopness/devopness#readme",
53
53
  "devDependencies": {
54
54
  "@eslint/js": "^10.0.1",
55
- "@openapitools/openapi-generator-cli": "^2.30.0",
55
+ "@openapitools/openapi-generator-cli": "^2.30.1",
56
56
  "@types/jest": "^30.0.0",
57
57
  "@typescript-eslint/parser": "^8.56.0",
58
58
  "axios-mock-adapter": "^2.1.0",