waldur-js-client 7.7.1-dev.0 → 7.7.1-dev.1

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.
@@ -9622,7 +9622,7 @@ export type Rule = {
9622
9622
  readonly customer_name: string;
9623
9623
  readonly customer_uuid: string;
9624
9624
  project_role?: string | null;
9625
- readonly project_role_dispay_name: string;
9625
+ readonly project_role_display_name: string;
9626
9626
  readonly project_role_description: string;
9627
9627
  plan?: string | null;
9628
9628
  plan_attributes?: {
@@ -9631,6 +9631,11 @@ export type Rule = {
9631
9631
  plan_limits?: {
9632
9632
  [key: string]: unknown;
9633
9633
  };
9634
+ readonly plan_name: string;
9635
+ readonly offering_name: string;
9636
+ readonly offering_uuid: string;
9637
+ readonly category_title: string;
9638
+ readonly category_url: string;
9634
9639
  };
9635
9640
  export type RuleRequest = {
9636
9641
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.7.1-dev.0",
3
+ "version": "7.7.1-dev.1",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",