waldur-js-client 7.8.5-dev.6 → 7.8.5-dev.7
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 +52 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1757,6 +1757,7 @@ export type ConstanceSettings = {
|
|
|
1757
1757
|
DOCS_URL?: string;
|
|
1758
1758
|
SHORT_PAGE_TITLE?: string;
|
|
1759
1759
|
FULL_PAGE_TITLE?: string;
|
|
1760
|
+
PROJECT_END_DATE_MANDATORY?: boolean;
|
|
1760
1761
|
BRAND_COLOR?: string;
|
|
1761
1762
|
HERO_LINK_LABEL?: string;
|
|
1762
1763
|
HERO_LINK_URL?: string;
|
|
@@ -1900,6 +1901,7 @@ export type ConstanceSettingsRequest = {
|
|
|
1900
1901
|
DOCS_URL?: string;
|
|
1901
1902
|
SHORT_PAGE_TITLE?: string;
|
|
1902
1903
|
FULL_PAGE_TITLE?: string;
|
|
1904
|
+
PROJECT_END_DATE_MANDATORY?: boolean;
|
|
1903
1905
|
BRAND_COLOR?: string;
|
|
1904
1906
|
HERO_LINK_LABEL?: string;
|
|
1905
1907
|
HERO_LINK_URL?: string;
|
|
@@ -13515,6 +13517,7 @@ export type ConstanceSettingsRequestForm = {
|
|
|
13515
13517
|
DOCS_URL?: string;
|
|
13516
13518
|
SHORT_PAGE_TITLE?: string;
|
|
13517
13519
|
FULL_PAGE_TITLE?: string;
|
|
13520
|
+
PROJECT_END_DATE_MANDATORY?: boolean;
|
|
13518
13521
|
BRAND_COLOR?: string;
|
|
13519
13522
|
HERO_LINK_LABEL?: string;
|
|
13520
13523
|
HERO_LINK_URL?: string;
|
|
@@ -13658,6 +13661,7 @@ export type ConstanceSettingsRequestMultipart = {
|
|
|
13658
13661
|
DOCS_URL?: string;
|
|
13659
13662
|
SHORT_PAGE_TITLE?: string;
|
|
13660
13663
|
FULL_PAGE_TITLE?: string;
|
|
13664
|
+
PROJECT_END_DATE_MANDATORY?: boolean;
|
|
13661
13665
|
BRAND_COLOR?: string;
|
|
13662
13666
|
HERO_LINK_LABEL?: string;
|
|
13663
13667
|
HERO_LINK_URL?: string;
|
|
@@ -16690,6 +16694,10 @@ export type BookingResourcesListData = {
|
|
|
16690
16694
|
*/
|
|
16691
16695
|
backend_id?: string;
|
|
16692
16696
|
category_uuid?: string;
|
|
16697
|
+
/**
|
|
16698
|
+
* Filter by exact number of components
|
|
16699
|
+
*/
|
|
16700
|
+
component_count?: number;
|
|
16693
16701
|
connected_customer_uuid?: string;
|
|
16694
16702
|
/**
|
|
16695
16703
|
* Created after
|
|
@@ -16711,6 +16719,10 @@ export type BookingResourcesListData = {
|
|
|
16711
16719
|
* Filter by limit-based offerings
|
|
16712
16720
|
*/
|
|
16713
16721
|
limit_based?: boolean;
|
|
16722
|
+
/**
|
|
16723
|
+
* Filter by exact number of limit-based components
|
|
16724
|
+
*/
|
|
16725
|
+
limit_component_count?: number;
|
|
16714
16726
|
/**
|
|
16715
16727
|
* Modified after
|
|
16716
16728
|
*/
|
|
@@ -16798,6 +16810,10 @@ export type BookingResourcesCountData = {
|
|
|
16798
16810
|
*/
|
|
16799
16811
|
backend_id?: string;
|
|
16800
16812
|
category_uuid?: string;
|
|
16813
|
+
/**
|
|
16814
|
+
* Filter by exact number of components
|
|
16815
|
+
*/
|
|
16816
|
+
component_count?: number;
|
|
16801
16817
|
connected_customer_uuid?: string;
|
|
16802
16818
|
/**
|
|
16803
16819
|
* Created after
|
|
@@ -16818,6 +16834,10 @@ export type BookingResourcesCountData = {
|
|
|
16818
16834
|
* Filter by limit-based offerings
|
|
16819
16835
|
*/
|
|
16820
16836
|
limit_based?: boolean;
|
|
16837
|
+
/**
|
|
16838
|
+
* Filter by exact number of limit-based components
|
|
16839
|
+
*/
|
|
16840
|
+
limit_component_count?: number;
|
|
16821
16841
|
/**
|
|
16822
16842
|
* Modified after
|
|
16823
16843
|
*/
|
|
@@ -27992,6 +28012,10 @@ export type MarketplaceProviderResourcesListData = {
|
|
|
27992
28012
|
*/
|
|
27993
28013
|
backend_id?: string;
|
|
27994
28014
|
category_uuid?: string;
|
|
28015
|
+
/**
|
|
28016
|
+
* Filter by exact number of components
|
|
28017
|
+
*/
|
|
28018
|
+
component_count?: number;
|
|
27995
28019
|
/**
|
|
27996
28020
|
* Created after
|
|
27997
28021
|
*/
|
|
@@ -28012,6 +28036,10 @@ export type MarketplaceProviderResourcesListData = {
|
|
|
28012
28036
|
* Filter by limit-based offerings
|
|
28013
28037
|
*/
|
|
28014
28038
|
limit_based?: boolean;
|
|
28039
|
+
/**
|
|
28040
|
+
* Filter by exact number of limit-based components
|
|
28041
|
+
*/
|
|
28042
|
+
limit_component_count?: number;
|
|
28015
28043
|
/**
|
|
28016
28044
|
* Modified after
|
|
28017
28045
|
*/
|
|
@@ -28099,6 +28127,10 @@ export type MarketplaceProviderResourcesCountData = {
|
|
|
28099
28127
|
*/
|
|
28100
28128
|
backend_id?: string;
|
|
28101
28129
|
category_uuid?: string;
|
|
28130
|
+
/**
|
|
28131
|
+
* Filter by exact number of components
|
|
28132
|
+
*/
|
|
28133
|
+
component_count?: number;
|
|
28102
28134
|
/**
|
|
28103
28135
|
* Created after
|
|
28104
28136
|
*/
|
|
@@ -28118,6 +28150,10 @@ export type MarketplaceProviderResourcesCountData = {
|
|
|
28118
28150
|
* Filter by limit-based offerings
|
|
28119
28151
|
*/
|
|
28120
28152
|
limit_based?: boolean;
|
|
28153
|
+
/**
|
|
28154
|
+
* Filter by exact number of limit-based components
|
|
28155
|
+
*/
|
|
28156
|
+
limit_component_count?: number;
|
|
28121
28157
|
/**
|
|
28122
28158
|
* Modified after
|
|
28123
28159
|
*/
|
|
@@ -29061,6 +29097,10 @@ export type MarketplaceResourcesListData = {
|
|
|
29061
29097
|
*/
|
|
29062
29098
|
backend_id?: string;
|
|
29063
29099
|
category_uuid?: string;
|
|
29100
|
+
/**
|
|
29101
|
+
* Filter by exact number of components
|
|
29102
|
+
*/
|
|
29103
|
+
component_count?: number;
|
|
29064
29104
|
/**
|
|
29065
29105
|
* Created after
|
|
29066
29106
|
*/
|
|
@@ -29081,6 +29121,10 @@ export type MarketplaceResourcesListData = {
|
|
|
29081
29121
|
* Filter by limit-based offerings
|
|
29082
29122
|
*/
|
|
29083
29123
|
limit_based?: boolean;
|
|
29124
|
+
/**
|
|
29125
|
+
* Filter by exact number of limit-based components
|
|
29126
|
+
*/
|
|
29127
|
+
limit_component_count?: number;
|
|
29084
29128
|
/**
|
|
29085
29129
|
* Modified after
|
|
29086
29130
|
*/
|
|
@@ -29168,6 +29212,10 @@ export type MarketplaceResourcesCountData = {
|
|
|
29168
29212
|
*/
|
|
29169
29213
|
backend_id?: string;
|
|
29170
29214
|
category_uuid?: string;
|
|
29215
|
+
/**
|
|
29216
|
+
* Filter by exact number of components
|
|
29217
|
+
*/
|
|
29218
|
+
component_count?: number;
|
|
29171
29219
|
/**
|
|
29172
29220
|
* Created after
|
|
29173
29221
|
*/
|
|
@@ -29187,6 +29235,10 @@ export type MarketplaceResourcesCountData = {
|
|
|
29187
29235
|
* Filter by limit-based offerings
|
|
29188
29236
|
*/
|
|
29189
29237
|
limit_based?: boolean;
|
|
29238
|
+
/**
|
|
29239
|
+
* Filter by exact number of limit-based components
|
|
29240
|
+
*/
|
|
29241
|
+
limit_component_count?: number;
|
|
29190
29242
|
/**
|
|
29191
29243
|
* Modified after
|
|
29192
29244
|
*/
|