waldur-js-client 8.0.9-dev.23 → 8.0.9-dev.24

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.
@@ -12458,6 +12458,7 @@ export type OfferingOverviewUpdateRequest = {
12458
12458
  * URL-friendly identifier. Only editable by staff users.
12459
12459
  */
12460
12460
  slug?: string;
12461
+ backend_id?: string;
12461
12462
  };
12462
12463
  export type OfferingPartition = {
12463
12464
  readonly uuid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.9-dev.23",
3
+ "version": "8.0.9-dev.24",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",