waldur-js-client 1.0.4-dev.75 → 1.0.4-dev.76

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.
@@ -1673,7 +1673,10 @@ export type CreateFeedbackRequest = {
1673
1673
  token: string;
1674
1674
  };
1675
1675
  export type CreateRouter = {
1676
+ readonly url: string;
1677
+ readonly uuid: string;
1676
1678
  tenant: string;
1679
+ name: string;
1677
1680
  readonly project: string;
1678
1681
  readonly service_settings: string;
1679
1682
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.75",
3
+ "version": "1.0.4-dev.76",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",