@onecx/integration-interface 5.43.0 → 5.45.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.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@onecx/integration-interface",
3
- "version": "5.43.0",
3
+ "version": "5.45.0",
4
4
  "license": "Apache-2.0",
5
5
  "peerDependencies": {
6
6
  "tslib": "^2.6.3",
7
7
  "rxjs": "^7.8.1",
8
8
  "@phenomnomnominal/tsquery": "^6",
9
9
  "@nx/devkit": "^19.8.0",
10
- "@onecx/accelerator": "^5.43.0",
11
- "@onecx/nx-migration-utils": "^5.43.0",
10
+ "@onecx/accelerator": "^5.45.0",
11
+ "@onecx/nx-migration-utils": "^5.45.0",
12
12
  "typescript": "^5.5.4"
13
13
  },
14
14
  "type": "commonjs",
@@ -1,30 +1,55 @@
1
1
  export interface UserProfile {
2
- id?: string;
3
2
  userId: string;
3
+ person: UserPerson;
4
+ organization?: string;
5
+ tenantId?: string;
6
+ issuer?: string;
7
+ accountSettings?: UserProfileAccountSettings;
8
+ /**
9
+ * @deprecated
10
+ */
11
+ id?: string;
12
+ /**
13
+ * @deprecated
14
+ */
4
15
  identityProvider?: string;
5
16
  /**
17
+ * @deprecated
6
18
  * user id in external identity provider, e.g. in keycloak
7
19
  */
8
20
  identityProviderId?: string;
9
- organization?: string;
10
- tenantId?: string;
21
+ /**
22
+ * @deprecated
23
+ */
11
24
  tenantName?: string;
12
- issuer?: string;
13
- person: UserPerson;
25
+ /**
26
+ * @deprecated
27
+ */
14
28
  avatar?: AvatarInfo;
15
- accountSettings?: UserProfileAccountSettings;
29
+ /**
30
+ * @deprecated
31
+ */
16
32
  memberships?: Array<Membership>;
17
33
  }
18
34
  export interface UserProfileAccountSettings {
19
- privacySettings?: UserProfileAccountSettingsPrivacySettings;
20
- notificationSettings?: UserProfileAccountSettingsNotificationSettings;
21
35
  localeAndTimeSettings?: UserProfileAccountSettingsLocaleAndTimeSettings;
22
36
  layoutAndThemeSettings?: UserProfileAccountSettingsLayoutAndThemeSettings;
37
+ /**
38
+ * @deprecated
39
+ */
40
+ privacySettings?: UserProfileAccountSettingsPrivacySettings;
41
+ /**
42
+ * @deprecated
43
+ */
44
+ notificationSettings?: UserProfileAccountSettingsNotificationSettings;
23
45
  }
24
46
  export interface UserProfileAccountSettingsLocaleAndTimeSettings {
25
47
  locale?: string;
26
48
  timezone?: string;
27
49
  }
50
+ /**
51
+ * @deprecated
52
+ */
28
53
  export interface UserProfileAccountSettingsNotificationSettings {
29
54
  todo?: string;
30
55
  }
@@ -35,6 +60,9 @@ export interface UserProfilePreference {
35
60
  description?: string;
36
61
  value?: string;
37
62
  }
63
+ /**
64
+ * @deprecated
65
+ */
38
66
  export interface UserProfileAccountSettingsPrivacySettings {
39
67
  hideMyProfile?: string;
40
68
  }
@@ -1 +1 @@
1
- {"version":3,"file":"user-profile.model.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/user-profile/v1/user-profile.model.ts"],"names":[],"mappings":";;;AAyGA,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,8BAAiB,CAAA;IACjB,kCAAqB,CAAA;AACvB,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB"}
1
+ {"version":3,"file":"user-profile.model.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/user-profile/v1/user-profile.model.ts"],"names":[],"mappings":";;;AAqIA,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,8BAAiB,CAAA;IACjB,kCAAqB,CAAA;AACvB,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB"}