waldur-js-client 7.9.1-dev.1 → 7.9.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.
- package/dist/types.gen.d.ts +24 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -19413,6 +19413,10 @@ export type BookingResourcesListData = {
|
|
|
19413
19413
|
* Downscaled
|
|
19414
19414
|
*/
|
|
19415
19415
|
downscaled?: boolean;
|
|
19416
|
+
/**
|
|
19417
|
+
* Exclude transitional resources with early pending orders
|
|
19418
|
+
*/
|
|
19419
|
+
exclude_pending_transitional?: boolean;
|
|
19416
19420
|
field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'consumer_reviewed_by' | 'consumer_reviewed_by_full_name' | 'consumer_reviewed_by_username' | 'created' | 'created_by' | 'created_by_full_name' | 'created_by_username' | 'creation_order' | 'current_usages' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'downscaled' | 'effective_id' | 'end_date' | 'end_date_requested_by' | 'endpoints' | 'error_message' | 'error_traceback' | 'is_limit_based' | 'is_usage_based' | 'last_sync' | 'limit_usage' | 'limits' | 'modified' | 'name' | 'offering' | 'offering_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | 'offering_thumbnail' | 'offering_type' | 'offering_uuid' | 'options' | 'order_in_progress' | 'parent_name' | 'parent_offering_name' | 'parent_offering_slug' | 'parent_offering_uuid' | 'parent_uuid' | 'paused' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project' | 'project_description' | 'project_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_slug' | 'provider_uuid' | 'renewal_date' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slots' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
|
|
19417
19421
|
/**
|
|
19418
19422
|
* Has termination date
|
|
@@ -19582,6 +19586,10 @@ export type BookingResourcesCountData = {
|
|
|
19582
19586
|
* Downscaled
|
|
19583
19587
|
*/
|
|
19584
19588
|
downscaled?: boolean;
|
|
19589
|
+
/**
|
|
19590
|
+
* Exclude transitional resources with early pending orders
|
|
19591
|
+
*/
|
|
19592
|
+
exclude_pending_transitional?: boolean;
|
|
19585
19593
|
/**
|
|
19586
19594
|
* Has termination date
|
|
19587
19595
|
*/
|
|
@@ -32698,6 +32706,10 @@ export type MarketplaceProviderResourcesListData = {
|
|
|
32698
32706
|
* Downscaled
|
|
32699
32707
|
*/
|
|
32700
32708
|
downscaled?: boolean;
|
|
32709
|
+
/**
|
|
32710
|
+
* Exclude transitional resources with early pending orders
|
|
32711
|
+
*/
|
|
32712
|
+
exclude_pending_transitional?: boolean;
|
|
32701
32713
|
field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | 'creation_order' | 'current_usages' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'downscaled' | 'effective_id' | 'end_date' | 'end_date_requested_by' | 'endpoints' | 'error_message' | 'error_traceback' | 'is_limit_based' | 'is_usage_based' | 'last_sync' | 'limit_usage' | 'limits' | 'modified' | 'name' | 'offering' | 'offering_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | 'offering_thumbnail' | 'offering_type' | 'offering_uuid' | 'options' | 'order_in_progress' | 'parent_name' | 'parent_offering_name' | 'parent_offering_slug' | 'parent_offering_uuid' | 'parent_uuid' | 'paused' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project' | 'project_description' | 'project_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_slug' | 'provider_uuid' | 'renewal_date' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
|
|
32702
32714
|
/**
|
|
32703
32715
|
* Has termination date
|
|
@@ -32866,6 +32878,10 @@ export type MarketplaceProviderResourcesCountData = {
|
|
|
32866
32878
|
* Downscaled
|
|
32867
32879
|
*/
|
|
32868
32880
|
downscaled?: boolean;
|
|
32881
|
+
/**
|
|
32882
|
+
* Exclude transitional resources with early pending orders
|
|
32883
|
+
*/
|
|
32884
|
+
exclude_pending_transitional?: boolean;
|
|
32869
32885
|
/**
|
|
32870
32886
|
* Has termination date
|
|
32871
32887
|
*/
|
|
@@ -34059,6 +34075,10 @@ export type MarketplaceResourcesListData = {
|
|
|
34059
34075
|
* Downscaled
|
|
34060
34076
|
*/
|
|
34061
34077
|
downscaled?: boolean;
|
|
34078
|
+
/**
|
|
34079
|
+
* Exclude transitional resources with early pending orders
|
|
34080
|
+
*/
|
|
34081
|
+
exclude_pending_transitional?: boolean;
|
|
34062
34082
|
field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | 'creation_order' | 'current_usages' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'downscaled' | 'effective_id' | 'end_date' | 'end_date_requested_by' | 'endpoints' | 'error_message' | 'error_traceback' | 'is_limit_based' | 'is_usage_based' | 'last_sync' | 'limit_usage' | 'limits' | 'modified' | 'name' | 'offering' | 'offering_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | 'offering_thumbnail' | 'offering_type' | 'offering_uuid' | 'options' | 'order_in_progress' | 'parent_name' | 'parent_offering_name' | 'parent_offering_slug' | 'parent_offering_uuid' | 'parent_uuid' | 'paused' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project' | 'project_description' | 'project_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_slug' | 'provider_uuid' | 'renewal_date' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
|
|
34063
34083
|
/**
|
|
34064
34084
|
* Has termination date
|
|
@@ -34227,6 +34247,10 @@ export type MarketplaceResourcesCountData = {
|
|
|
34227
34247
|
* Downscaled
|
|
34228
34248
|
*/
|
|
34229
34249
|
downscaled?: boolean;
|
|
34250
|
+
/**
|
|
34251
|
+
* Exclude transitional resources with early pending orders
|
|
34252
|
+
*/
|
|
34253
|
+
exclude_pending_transitional?: boolean;
|
|
34230
34254
|
/**
|
|
34231
34255
|
* Has termination date
|
|
34232
34256
|
*/
|