waldur-js-client 7.6.6-dev.2 → 7.6.6-dev.3
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
|
@@ -4044,6 +4044,7 @@ export type NestedRequestedOffering = {
|
|
|
4044
4044
|
plan_details?: BasePublicPlan;
|
|
4045
4045
|
options?: OfferingOptions;
|
|
4046
4046
|
readonly components?: Array<OfferingComponent>;
|
|
4047
|
+
readonly created?: string;
|
|
4047
4048
|
};
|
|
4048
4049
|
export type NestedRequestedOfferingRequest = {
|
|
4049
4050
|
offering: string;
|
|
@@ -7749,6 +7750,7 @@ export type ProviderRequestedOffering = {
|
|
|
7749
7750
|
plan_details: BasePublicPlan;
|
|
7750
7751
|
options: OfferingOptions;
|
|
7751
7752
|
readonly components: Array<OfferingComponent>;
|
|
7753
|
+
readonly created: string;
|
|
7752
7754
|
readonly url: string;
|
|
7753
7755
|
readonly call_name: string;
|
|
7754
7756
|
call: string;
|
|
@@ -8701,6 +8703,7 @@ export type RequestedOffering = {
|
|
|
8701
8703
|
plan_details: BasePublicPlan;
|
|
8702
8704
|
options: OfferingOptions;
|
|
8703
8705
|
readonly components: Array<OfferingComponent>;
|
|
8706
|
+
readonly created: string;
|
|
8704
8707
|
readonly url: string;
|
|
8705
8708
|
readonly approved_by: string | null;
|
|
8706
8709
|
readonly created_by: string | null;
|