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.
- package/dist/types.gen.d.ts +0 -2
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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: {
|