waldur-js-client 1.0.4-dev.63 → 1.0.4-dev.65

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.
@@ -2604,6 +2604,7 @@ export type InvoiceItemTotalPrice = {
2604
2604
  export type InvoiceItemUpdate = {
2605
2605
  article_code?: string;
2606
2606
  quantity?: string;
2607
+ unit_price?: string;
2607
2608
  /**
2608
2609
  * Date and time when item usage has started.
2609
2610
  */
@@ -2616,6 +2617,7 @@ export type InvoiceItemUpdate = {
2616
2617
  export type InvoiceItemUpdateRequest = {
2617
2618
  article_code?: string;
2618
2619
  quantity?: string;
2620
+ unit_price?: string;
2619
2621
  /**
2620
2622
  * Date and time when item usage has started.
2621
2623
  */
@@ -5889,6 +5891,7 @@ export type PatchedIdentityProviderRequest = {
5889
5891
  export type PatchedInvoiceItemUpdateRequest = {
5890
5892
  article_code?: string;
5891
5893
  quantity?: string;
5894
+ unit_price?: string;
5892
5895
  /**
5893
5896
  * Date and time when item usage has started.
5894
5897
  */
@@ -11081,6 +11084,10 @@ export type BookingResourcesListData = {
11081
11084
  customer_uuid?: string;
11082
11085
  downscaled?: boolean;
11083
11086
  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_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_customer_uuid' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_terms_of_service' | 'offering_thumbnail' | 'offering_type' | 'offering_uuid' | 'options' | 'order_in_progress' | 'parent_name' | 'parent_offering_name' | '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_uuid' | 'provider_name' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'slots' | 'slug' | 'state' | 'url' | 'username' | 'uuid'>;
11087
+ /**
11088
+ * Has termination date
11089
+ */
11090
+ has_terminate_date?: boolean;
11084
11091
  /**
11085
11092
  * LEXIS links supported
11086
11093
  */
@@ -17527,6 +17534,10 @@ export type MarketplaceProviderResourcesListData = {
17527
17534
  customer_uuid?: string;
17528
17535
  downscaled?: boolean;
17529
17536
  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_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_customer_uuid' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_terms_of_service' | 'offering_thumbnail' | 'offering_type' | 'offering_uuid' | 'options' | 'order_in_progress' | 'parent_name' | 'parent_offering_name' | '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_uuid' | 'provider_name' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'slug' | 'state' | 'url' | 'username' | 'uuid'>;
17537
+ /**
17538
+ * Has termination date
17539
+ */
17540
+ has_terminate_date?: boolean;
17530
17541
  /**
17531
17542
  * LEXIS links supported
17532
17543
  */
@@ -18218,6 +18229,10 @@ export type MarketplaceResourcesListData = {
18218
18229
  customer_uuid?: string;
18219
18230
  downscaled?: boolean;
18220
18231
  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_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_customer_uuid' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_terms_of_service' | 'offering_thumbnail' | 'offering_type' | 'offering_uuid' | 'options' | 'order_in_progress' | 'parent_name' | 'parent_offering_name' | '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_uuid' | 'provider_name' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'slug' | 'state' | 'url' | 'username' | 'uuid'>;
18232
+ /**
18233
+ * Has termination date
18234
+ */
18235
+ has_terminate_date?: boolean;
18221
18236
  /**
18222
18237
  * LEXIS links supported
18223
18238
  */
@@ -25828,6 +25843,12 @@ export type RancherRoleTemplatesListData = {
25828
25843
  path?: never;
25829
25844
  query?: {
25830
25845
  name?: string;
25846
+ /**
25847
+ * Ordering
25848
+ *
25849
+ *
25850
+ */
25851
+ o?: Array<'-name' | '-scope_type' | 'name' | 'scope_type'>;
25831
25852
  /**
25832
25853
  * A page number within the paginated result set.
25833
25854
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.63",
3
+ "version": "1.0.4-dev.65",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",