waldur-js-client 8.0.7-dev.8 → 8.0.7-dev.9

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.
@@ -2371,7 +2371,7 @@ export type BookingResource = {
2371
2371
  readonly project_name?: string;
2372
2372
  readonly project_description?: string;
2373
2373
  /**
2374
- * The date is inclusive. Once reached (plus any grace period), all project resources will be scheduled for termination.
2374
+ * The date is inclusive. Once reached, all project resource will be scheduled for termination.
2375
2375
  */
2376
2376
  readonly project_end_date?: string | null;
2377
2377
  /**
@@ -8885,7 +8885,7 @@ export type MarketplaceProviderCustomerProject = {
8885
8885
  name?: string;
8886
8886
  description?: string;
8887
8887
  /**
8888
- * The date is inclusive. Once reached (plus any grace period), all project resources will be scheduled for termination.
8888
+ * The date is inclusive. Once reached, all project resource will be scheduled for termination.
8889
8889
  */
8890
8890
  end_date?: string | null;
8891
8891
  readonly resources_count?: number;
@@ -20620,7 +20620,7 @@ export type Resource = {
20620
20620
  readonly project_name?: string;
20621
20621
  readonly project_description?: string;
20622
20622
  /**
20623
- * The date is inclusive. Once reached (plus any grace period), all project resources will be scheduled for termination.
20623
+ * The date is inclusive. Once reached, all project resource will be scheduled for termination.
20624
20624
  */
20625
20625
  readonly project_end_date?: string | null;
20626
20626
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.7-dev.8",
3
+ "version": "8.0.7-dev.9",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",