waldur-js-client 7.8.5-dev.2 → 7.8.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.
@@ -16653,6 +16653,14 @@ export type BookingResourcesListData = {
16653
16653
  * Multiple values may be separated by commas.
16654
16654
  */
16655
16655
  offering_uuid?: Array<string>;
16656
+ /**
16657
+ * Filter out resources with only limit-based components
16658
+ */
16659
+ only_limit_based?: boolean;
16660
+ /**
16661
+ * Filter out resources with only usage-based components
16662
+ */
16663
+ only_usage_based?: boolean;
16656
16664
  /**
16657
16665
  * A page number within the paginated result set.
16658
16666
  */
@@ -16752,6 +16760,14 @@ export type BookingResourcesCountData = {
16752
16760
  * Multiple values may be separated by commas.
16753
16761
  */
16754
16762
  offering_uuid?: Array<string>;
16763
+ /**
16764
+ * Filter out resources with only limit-based components
16765
+ */
16766
+ only_limit_based?: boolean;
16767
+ /**
16768
+ * Filter out resources with only usage-based components
16769
+ */
16770
+ only_usage_based?: boolean;
16755
16771
  /**
16756
16772
  * A page number within the paginated result set.
16757
16773
  */
@@ -27779,6 +27795,14 @@ export type MarketplaceProviderResourcesListData = {
27779
27795
  * Multiple values may be separated by commas.
27780
27796
  */
27781
27797
  offering_uuid?: Array<string>;
27798
+ /**
27799
+ * Filter out resources with only limit-based components
27800
+ */
27801
+ only_limit_based?: boolean;
27802
+ /**
27803
+ * Filter out resources with only usage-based components
27804
+ */
27805
+ only_usage_based?: boolean;
27782
27806
  /**
27783
27807
  * A page number within the paginated result set.
27784
27808
  */
@@ -27877,6 +27901,14 @@ export type MarketplaceProviderResourcesCountData = {
27877
27901
  * Multiple values may be separated by commas.
27878
27902
  */
27879
27903
  offering_uuid?: Array<string>;
27904
+ /**
27905
+ * Filter out resources with only limit-based components
27906
+ */
27907
+ only_limit_based?: boolean;
27908
+ /**
27909
+ * Filter out resources with only usage-based components
27910
+ */
27911
+ only_usage_based?: boolean;
27880
27912
  /**
27881
27913
  * A page number within the paginated result set.
27882
27914
  */
@@ -28824,6 +28856,14 @@ export type MarketplaceResourcesListData = {
28824
28856
  * Multiple values may be separated by commas.
28825
28857
  */
28826
28858
  offering_uuid?: Array<string>;
28859
+ /**
28860
+ * Filter out resources with only limit-based components
28861
+ */
28862
+ only_limit_based?: boolean;
28863
+ /**
28864
+ * Filter out resources with only usage-based components
28865
+ */
28866
+ only_usage_based?: boolean;
28827
28867
  /**
28828
28868
  * A page number within the paginated result set.
28829
28869
  */
@@ -28922,6 +28962,14 @@ export type MarketplaceResourcesCountData = {
28922
28962
  * Multiple values may be separated by commas.
28923
28963
  */
28924
28964
  offering_uuid?: Array<string>;
28965
+ /**
28966
+ * Filter out resources with only limit-based components
28967
+ */
28968
+ only_limit_based?: boolean;
28969
+ /**
28970
+ * Filter out resources with only usage-based components
28971
+ */
28972
+ only_usage_based?: boolean;
28925
28973
  /**
28926
28974
  * A page number within the paginated result set.
28927
28975
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.5-dev.2",
3
+ "version": "7.8.5-dev.3",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",