waldur-js-client 7.9.9-dev.11 → 7.9.9-dev.12

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.
@@ -8717,7 +8717,6 @@ export type NestedSoftwareVersion = {
8717
8717
  readonly module: {
8718
8718
  [key: string]: unknown;
8719
8719
  };
8720
- readonly modulename: string;
8721
8720
  readonly required_modules: Array<unknown>;
8722
8721
  readonly extensions: Array<unknown>;
8723
8722
  readonly toolchain: {
@@ -19639,7 +19638,6 @@ export type SoftwareVersion = {
19639
19638
  readonly module: {
19640
19639
  [key: string]: unknown;
19641
19640
  };
19642
- readonly modulename: string;
19643
19641
  readonly required_modules: Array<unknown>;
19644
19642
  readonly extensions: Array<unknown>;
19645
19643
  readonly toolchain: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.9.9-dev.11",
3
+ "version": "7.9.9-dev.12",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",