waldur-js-client 7.7.5-dev.2 → 7.7.5-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.
@@ -824,7 +824,7 @@ export type BasicUser = {
824
824
  image?: string | null;
825
825
  };
826
826
  export type BillingTypeEnum = 'fixed' | 'usage' | 'limit' | 'one' | 'few';
827
- export type BillingUnit = 'month' | 'half_month' | 'day' | 'hour' | 'quantity';
827
+ export type BillingUnit = 'month' | 'quarter' | 'half_month' | 'day' | 'hour' | 'quantity';
828
828
  export type BlankEnum = '';
829
829
  export type Booking = {
830
830
  readonly created_by_full_name: string | null;
@@ -3191,7 +3191,7 @@ export type LexisLinkCreateRequest = {
3191
3191
  export type LexisLinkRequest = {
3192
3192
  heappe_project_id?: number | null;
3193
3193
  };
3194
- export type LimitPeriodEnum = 'month' | 'annual' | 'total';
3194
+ export type LimitPeriodEnum = 'month' | 'quarterly' | 'annual' | 'total';
3195
3195
  export type LinkOpenstackRequest = {
3196
3196
  instance: string;
3197
3197
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.7.5-dev.2",
3
+ "version": "7.7.5-dev.3",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",