waldur-js-client 7.9.6-dev.3 → 7.9.6-dev.5

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.
@@ -6786,6 +6786,10 @@ export type OfferingCost = {
6786
6786
  * UUID of the offering
6787
6787
  */
6788
6788
  offering_uuid: string;
6789
+ /**
6790
+ * Name of the offering
6791
+ */
6792
+ offering_name: string;
6789
6793
  /**
6790
6794
  * Total cost for the offering
6791
6795
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.9.6-dev.3",
3
+ "version": "7.9.6-dev.5",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",