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