waldur-js-client 8.0.7-dev.30 → 8.0.7-dev.31

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.
@@ -4426,6 +4426,7 @@ export type ConstanceSettings = {
4426
4426
  OIDC_CACHE_TIMEOUT?: number;
4427
4427
  OIDC_ACCESS_TOKEN_ENABLED?: boolean;
4428
4428
  OIDC_BLOCK_CREATION_OF_UNINVITED_USERS?: boolean;
4429
+ OIDC_BLOCK_CREATION_OF_UNINVITED_USERS_RESPONSE_MESSAGE?: string;
4429
4430
  OIDC_MATCHMAKING_BY_EMAIL?: boolean;
4430
4431
  OIDC_DEFAULT_LOGOUT_URL?: string;
4431
4432
  DEACTIVATE_USER_IF_NO_ROLES?: boolean;
@@ -4677,6 +4678,7 @@ export type ConstanceSettingsRequest = {
4677
4678
  OIDC_CACHE_TIMEOUT?: number;
4678
4679
  OIDC_ACCESS_TOKEN_ENABLED?: boolean;
4679
4680
  OIDC_BLOCK_CREATION_OF_UNINVITED_USERS?: boolean;
4681
+ OIDC_BLOCK_CREATION_OF_UNINVITED_USERS_RESPONSE_MESSAGE?: string;
4680
4682
  OIDC_MATCHMAKING_BY_EMAIL?: boolean;
4681
4683
  OIDC_DEFAULT_LOGOUT_URL?: string;
4682
4684
  DEACTIVATE_USER_IF_NO_ROLES?: boolean;
@@ -26582,6 +26584,7 @@ export type ConstanceSettingsRequestForm = {
26582
26584
  OIDC_CACHE_TIMEOUT?: number;
26583
26585
  OIDC_ACCESS_TOKEN_ENABLED?: boolean;
26584
26586
  OIDC_BLOCK_CREATION_OF_UNINVITED_USERS?: boolean;
26587
+ OIDC_BLOCK_CREATION_OF_UNINVITED_USERS_RESPONSE_MESSAGE?: string;
26585
26588
  OIDC_MATCHMAKING_BY_EMAIL?: boolean;
26586
26589
  OIDC_DEFAULT_LOGOUT_URL?: string;
26587
26590
  DEACTIVATE_USER_IF_NO_ROLES?: boolean;
@@ -26833,6 +26836,7 @@ export type ConstanceSettingsRequestMultipart = {
26833
26836
  OIDC_CACHE_TIMEOUT?: number;
26834
26837
  OIDC_ACCESS_TOKEN_ENABLED?: boolean;
26835
26838
  OIDC_BLOCK_CREATION_OF_UNINVITED_USERS?: boolean;
26839
+ OIDC_BLOCK_CREATION_OF_UNINVITED_USERS_RESPONSE_MESSAGE?: string;
26836
26840
  OIDC_MATCHMAKING_BY_EMAIL?: boolean;
26837
26841
  OIDC_DEFAULT_LOGOUT_URL?: string;
26838
26842
  DEACTIVATE_USER_IF_NO_ROLES?: boolean;
@@ -32416,6 +32420,10 @@ export type BookingResourcesListData = {
32416
32420
  * Search by resource UUID, name, slug, backend ID, effective ID, IPs or hypervisor
32417
32421
  */
32418
32422
  query?: string;
32423
+ /**
32424
+ * Resource attributes (JSON)
32425
+ */
32426
+ resource_attributes?: string;
32419
32427
  /**
32420
32428
  * Restrict member access
32421
32429
  */
@@ -32600,6 +32608,10 @@ export type BookingResourcesCountData = {
32600
32608
  * Search by resource UUID, name, slug, backend ID, effective ID, IPs or hypervisor
32601
32609
  */
32602
32610
  query?: string;
32611
+ /**
32612
+ * Resource attributes (JSON)
32613
+ */
32614
+ resource_attributes?: string;
32603
32615
  /**
32604
32616
  * Restrict member access
32605
32617
  */
@@ -48937,6 +48949,10 @@ export type MarketplaceProviderResourcesListData = {
48937
48949
  * Search by resource UUID, name, slug, backend ID, effective ID, IPs or hypervisor
48938
48950
  */
48939
48951
  query?: string;
48952
+ /**
48953
+ * Resource attributes (JSON)
48954
+ */
48955
+ resource_attributes?: string;
48940
48956
  /**
48941
48957
  * Restrict member access
48942
48958
  */
@@ -49124,6 +49140,10 @@ export type MarketplaceProviderResourcesCountData = {
49124
49140
  * Search by resource UUID, name, slug, backend ID, effective ID, IPs or hypervisor
49125
49141
  */
49126
49142
  query?: string;
49143
+ /**
49144
+ * Resource attributes (JSON)
49145
+ */
49146
+ resource_attributes?: string;
49127
49147
  /**
49128
49148
  * Restrict member access
49129
49149
  */
@@ -49387,6 +49407,10 @@ export type MarketplaceProviderResourcesHistoryListData = {
49387
49407
  * Search by resource UUID, name, slug, backend ID, effective ID, IPs or hypervisor
49388
49408
  */
49389
49409
  query?: string;
49410
+ /**
49411
+ * Resource attributes (JSON)
49412
+ */
49413
+ resource_attributes?: string;
49390
49414
  /**
49391
49415
  * Restrict member access
49392
49416
  */
@@ -50673,6 +50697,10 @@ export type MarketplaceResourcesListData = {
50673
50697
  * Search by resource UUID, name, slug, backend ID, effective ID, IPs or hypervisor
50674
50698
  */
50675
50699
  query?: string;
50700
+ /**
50701
+ * Resource attributes (JSON)
50702
+ */
50703
+ resource_attributes?: string;
50676
50704
  /**
50677
50705
  * Restrict member access
50678
50706
  */
@@ -50860,6 +50888,10 @@ export type MarketplaceResourcesCountData = {
50860
50888
  * Search by resource UUID, name, slug, backend ID, effective ID, IPs or hypervisor
50861
50889
  */
50862
50890
  query?: string;
50891
+ /**
50892
+ * Resource attributes (JSON)
50893
+ */
50894
+ resource_attributes?: string;
50863
50895
  /**
50864
50896
  * Restrict member access
50865
50897
  */
@@ -51135,6 +51167,10 @@ export type MarketplaceResourcesHistoryListData = {
51135
51167
  * Search by resource UUID, name, slug, backend ID, effective ID, IPs or hypervisor
51136
51168
  */
51137
51169
  query?: string;
51170
+ /**
51171
+ * Resource attributes (JSON)
51172
+ */
51173
+ resource_attributes?: string;
51138
51174
  /**
51139
51175
  * Restrict member access
51140
51176
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.7-dev.30",
3
+ "version": "8.0.7-dev.31",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",