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.
- package/dist/types.gen.d.ts +3 -3
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
/**
|