waldur-js-client 7.8.5-dev.13 → 7.8.5-dev.14

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.
@@ -1815,6 +1815,7 @@ export type ConstanceSettings = {
1815
1815
  ATLASSIAN_SATISFACTION_FIELD?: string;
1816
1816
  ATLASSIAN_REQUEST_FEEDBACK_FIELD?: string;
1817
1817
  ATLASSIAN_TEMPLATE_FIELD?: string;
1818
+ ATLASSIAN_WALDUR_BACKEND_ID_FIELD?: string;
1818
1819
  ZAMMAD_API_URL?: string;
1819
1820
  ZAMMAD_TOKEN?: string;
1820
1821
  ZAMMAD_GROUP?: string;
@@ -1959,6 +1960,7 @@ export type ConstanceSettingsRequest = {
1959
1960
  ATLASSIAN_SATISFACTION_FIELD?: string;
1960
1961
  ATLASSIAN_REQUEST_FEEDBACK_FIELD?: string;
1961
1962
  ATLASSIAN_TEMPLATE_FIELD?: string;
1963
+ ATLASSIAN_WALDUR_BACKEND_ID_FIELD?: string;
1962
1964
  ZAMMAD_API_URL?: string;
1963
1965
  ZAMMAD_TOKEN?: string;
1964
1966
  ZAMMAD_GROUP?: string;
@@ -12418,6 +12420,7 @@ export type User = {
12418
12420
  */
12419
12421
  readonly identity_source?: string;
12420
12422
  readonly has_active_session?: boolean;
12423
+ readonly ip_address?: string | null;
12421
12424
  };
12422
12425
  export type UserAgreement = {
12423
12426
  readonly url: string;
@@ -13698,6 +13701,7 @@ export type ConstanceSettingsRequestForm = {
13698
13701
  ATLASSIAN_SATISFACTION_FIELD?: string;
13699
13702
  ATLASSIAN_REQUEST_FEEDBACK_FIELD?: string;
13700
13703
  ATLASSIAN_TEMPLATE_FIELD?: string;
13704
+ ATLASSIAN_WALDUR_BACKEND_ID_FIELD?: string;
13701
13705
  ZAMMAD_API_URL?: string;
13702
13706
  ZAMMAD_TOKEN?: string;
13703
13707
  ZAMMAD_GROUP?: string;
@@ -13842,6 +13846,7 @@ export type ConstanceSettingsRequestMultipart = {
13842
13846
  ATLASSIAN_SATISFACTION_FIELD?: string;
13843
13847
  ATLASSIAN_REQUEST_FEEDBACK_FIELD?: string;
13844
13848
  ATLASSIAN_TEMPLATE_FIELD?: string;
13849
+ ATLASSIAN_WALDUR_BACKEND_ID_FIELD?: string;
13845
13850
  ZAMMAD_API_URL?: string;
13846
13851
  ZAMMAD_TOKEN?: string;
13847
13852
  ZAMMAD_GROUP?: string;
@@ -44507,7 +44512,7 @@ export type UsersListData = {
44507
44512
  date_joined?: string;
44508
44513
  description?: string;
44509
44514
  email?: string;
44510
- field?: Array<'affiliations' | 'agree_with_policy' | 'agreement_date' | 'civil_number' | 'date_joined' | 'description' | 'email' | 'first_name' | 'full_name' | 'has_active_session' | 'identity_provider_fields' | 'identity_provider_label' | 'identity_provider_management_url' | 'identity_provider_name' | 'identity_source' | 'image' | 'is_active' | 'is_staff' | 'is_support' | 'job_title' | 'last_name' | 'native_name' | 'notifications_enabled' | 'organization' | 'permissions' | 'phone_number' | 'preferred_language' | 'registration_method' | 'requested_email' | 'slug' | 'token' | 'token_expires_at' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
44515
+ field?: Array<'affiliations' | 'agree_with_policy' | 'agreement_date' | 'civil_number' | 'date_joined' | 'description' | 'email' | 'first_name' | 'full_name' | 'has_active_session' | 'identity_provider_fields' | 'identity_provider_label' | 'identity_provider_management_url' | 'identity_provider_name' | 'identity_source' | 'image' | 'ip_address' | 'is_active' | 'is_staff' | 'is_support' | 'job_title' | 'last_name' | 'native_name' | 'notifications_enabled' | 'organization' | 'permissions' | 'phone_number' | 'preferred_language' | 'registration_method' | 'requested_email' | 'slug' | 'token' | 'token_expires_at' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
44511
44516
  /**
44512
44517
  * Full name
44513
44518
  */
@@ -44675,7 +44680,7 @@ export type UsersRetrieveData = {
44675
44680
  uuid: string;
44676
44681
  };
44677
44682
  query?: {
44678
- field?: Array<'affiliations' | 'agree_with_policy' | 'agreement_date' | 'civil_number' | 'date_joined' | 'description' | 'email' | 'first_name' | 'full_name' | 'has_active_session' | 'identity_provider_fields' | 'identity_provider_label' | 'identity_provider_management_url' | 'identity_provider_name' | 'identity_source' | 'image' | 'is_active' | 'is_staff' | 'is_support' | 'job_title' | 'last_name' | 'native_name' | 'notifications_enabled' | 'organization' | 'permissions' | 'phone_number' | 'preferred_language' | 'registration_method' | 'requested_email' | 'slug' | 'token' | 'token_expires_at' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
44683
+ field?: Array<'affiliations' | 'agree_with_policy' | 'agreement_date' | 'civil_number' | 'date_joined' | 'description' | 'email' | 'first_name' | 'full_name' | 'has_active_session' | 'identity_provider_fields' | 'identity_provider_label' | 'identity_provider_management_url' | 'identity_provider_name' | 'identity_source' | 'image' | 'ip_address' | 'is_active' | 'is_staff' | 'is_support' | 'job_title' | 'last_name' | 'native_name' | 'notifications_enabled' | 'organization' | 'permissions' | 'phone_number' | 'preferred_language' | 'registration_method' | 'requested_email' | 'slug' | 'token' | 'token_expires_at' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
44679
44684
  };
44680
44685
  url: '/api/users/{uuid}/';
44681
44686
  };
@@ -44803,7 +44808,7 @@ export type UsersMeRetrieveData = {
44803
44808
  body?: never;
44804
44809
  path?: never;
44805
44810
  query?: {
44806
- field?: Array<'affiliations' | 'agree_with_policy' | 'agreement_date' | 'civil_number' | 'date_joined' | 'description' | 'email' | 'first_name' | 'full_name' | 'has_active_session' | 'identity_provider_fields' | 'identity_provider_label' | 'identity_provider_management_url' | 'identity_provider_name' | 'identity_source' | 'image' | 'is_active' | 'is_staff' | 'is_support' | 'job_title' | 'last_name' | 'native_name' | 'notifications_enabled' | 'organization' | 'permissions' | 'phone_number' | 'preferred_language' | 'registration_method' | 'requested_email' | 'slug' | 'token' | 'token_expires_at' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
44811
+ field?: Array<'affiliations' | 'agree_with_policy' | 'agreement_date' | 'civil_number' | 'date_joined' | 'description' | 'email' | 'first_name' | 'full_name' | 'has_active_session' | 'identity_provider_fields' | 'identity_provider_label' | 'identity_provider_management_url' | 'identity_provider_name' | 'identity_source' | 'image' | 'ip_address' | 'is_active' | 'is_staff' | 'is_support' | 'job_title' | 'last_name' | 'native_name' | 'notifications_enabled' | 'organization' | 'permissions' | 'phone_number' | 'preferred_language' | 'registration_method' | 'requested_email' | 'slug' | 'token' | 'token_expires_at' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
44807
44812
  };
44808
44813
  url: '/api/users/me/';
44809
44814
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.5-dev.13",
3
+ "version": "7.8.5-dev.14",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",