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.
- package/dist/types.gen.d.ts +3 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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
|
};
|