waldur-js-client 8.0.8-dev.19 → 8.0.8-dev.20
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
|
@@ -11417,6 +11417,7 @@ export type OfferingComplianceChecklistUpdateRequest = {
|
|
|
11417
11417
|
};
|
|
11418
11418
|
export type OfferingComponent = {
|
|
11419
11419
|
readonly uuid?: string;
|
|
11420
|
+
readonly offering_uuid?: string;
|
|
11420
11421
|
billing_type?: BillingTypeEnum;
|
|
11421
11422
|
/**
|
|
11422
11423
|
* Unique internal name of the measured unit, for example floating_ip.
|