waldur-js-client 7.8.1 → 7.8.2-dev.0

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.
@@ -5382,7 +5382,7 @@ export type OfferingUser = {
5382
5382
  * Signal to service if the user account is restricted or not
5383
5383
  */
5384
5384
  readonly is_restricted?: boolean;
5385
- state?: OfferingUserStateEnum;
5385
+ state?: OfferingUserState;
5386
5386
  /**
5387
5387
  * Additional comment for pending states like validation or account linking
5388
5388
  */
@@ -5425,7 +5425,7 @@ export type OfferingUserServiceProviderComment = {
5425
5425
  */
5426
5426
  service_provider_comment_url?: string;
5427
5427
  };
5428
- export type OfferingUserStateEnum = 'Requested' | 'Creating' | 'Pending account linking' | 'Pending additional validation' | 'OK' | 'Requested deletion' | 'Deleting' | 'Deleted' | 'Error creating' | 'Error deleting';
5428
+ export type OfferingUserState = 'Requested' | 'Creating' | 'Pending account linking' | 'Pending additional validation' | 'OK' | 'Requested deletion' | 'Deleting' | 'Deleted' | 'Error creating' | 'Error deleting';
5429
5429
  export type OfferingUserStateTransitionRequest = {
5430
5430
  comment?: string;
5431
5431
  comment_url?: string;
@@ -8750,6 +8750,7 @@ export type ProjectUser = {
8750
8750
  readonly role: string;
8751
8751
  readonly expiration_time: string | null;
8752
8752
  readonly offering_user_username: string | null;
8753
+ offering_user_state: OfferingUserState;
8753
8754
  };
8754
8755
  export type ProjectsLimitsGroupedByIndustryFlag = {
8755
8756
  limits: {
@@ -9051,6 +9052,7 @@ export type ProviderOffering = {
9051
9052
  */
9052
9053
  resource_options?: unknown;
9053
9054
  secret_options?: MergedSecretOptions;
9055
+ thumbnail?: string | null;
9054
9056
  };
9055
9057
  export type ProviderOfferingCosts = {
9056
9058
  readonly period: string;
@@ -15111,7 +15113,7 @@ export type BookingResourcesListData = {
15111
15113
  */
15112
15114
  o?: Array<'-created' | '-name' | '-schedules' | '-type' | 'created' | 'name' | 'schedules' | 'type'>;
15113
15115
  offering?: string;
15114
- offering_billable?: string;
15116
+ offering_billable?: boolean;
15115
15117
  /**
15116
15118
  * Offering shared
15117
15119
  */
@@ -15201,7 +15203,7 @@ export type BookingResourcesCountData = {
15201
15203
  */
15202
15204
  o?: Array<'-created' | '-name' | '-schedules' | '-type' | 'created' | 'name' | 'schedules' | 'type'>;
15203
15205
  offering?: string;
15204
- offering_billable?: string;
15206
+ offering_billable?: boolean;
15205
15207
  /**
15206
15208
  * Offering shared
15207
15209
  */
@@ -26165,7 +26167,7 @@ export type MarketplaceProviderResourcesListData = {
26165
26167
  */
26166
26168
  o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
26167
26169
  offering?: string;
26168
- offering_billable?: string;
26170
+ offering_billable?: boolean;
26169
26171
  /**
26170
26172
  * Offering shared
26171
26173
  */
@@ -26254,7 +26256,7 @@ export type MarketplaceProviderResourcesCountData = {
26254
26256
  */
26255
26257
  o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
26256
26258
  offering?: string;
26257
- offering_billable?: string;
26259
+ offering_billable?: boolean;
26258
26260
  /**
26259
26261
  * Offering shared
26260
26262
  */
@@ -27138,7 +27140,7 @@ export type MarketplaceResourcesListData = {
27138
27140
  */
27139
27141
  o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
27140
27142
  offering?: string;
27141
- offering_billable?: string;
27143
+ offering_billable?: boolean;
27142
27144
  /**
27143
27145
  * Offering shared
27144
27146
  */
@@ -27227,7 +27229,7 @@ export type MarketplaceResourcesCountData = {
27227
27229
  */
27228
27230
  o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
27229
27231
  offering?: string;
27230
- offering_billable?: string;
27232
+ offering_billable?: boolean;
27231
27233
  /**
27232
27234
  * Offering shared
27233
27235
  */
@@ -28407,7 +28409,7 @@ export type MarketplaceServiceProvidersOfferingsListData = {
28407
28409
  customer?: string;
28408
28410
  customer_uuid?: string;
28409
28411
  description?: string;
28410
- field?: Array<'billing_price_estimate' | 'category_title' | 'components' | 'customer_uuid' | 'name' | 'options' | 'plans' | 'resource_options' | 'resources_count' | 'secret_options' | 'slug' | 'state' | 'type' | 'uuid'>;
28412
+ field?: Array<'billing_price_estimate' | 'category_title' | 'components' | 'customer_uuid' | 'name' | 'options' | 'plans' | 'resource_options' | 'resources_count' | 'secret_options' | 'slug' | 'state' | 'thumbnail' | 'type' | 'uuid'>;
28411
28413
  /**
28412
28414
  * Has Active Terms of Service
28413
28415
  */
@@ -40875,6 +40877,7 @@ export type UserGroupInvitationsListData = {
40875
40877
  query?: {
40876
40878
  customer_uuid?: string;
40877
40879
  is_active?: boolean;
40880
+ is_public?: boolean;
40878
40881
  /**
40879
40882
  * Ordering
40880
40883
  *
@@ -40905,6 +40908,7 @@ export type UserGroupInvitationsCountData = {
40905
40908
  query?: {
40906
40909
  customer_uuid?: string;
40907
40910
  is_active?: boolean;
40911
+ is_public?: boolean;
40908
40912
  /**
40909
40913
  * Ordering
40910
40914
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.1",
3
+ "version": "7.8.2-dev.0",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",