@kumori/aurora-backend-handler 1.0.26 → 1.0.27

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.
@@ -114,6 +114,7 @@ export const handleUserEvent = ({
114
114
  rol: eventData.spec.userinfo.companyRole,
115
115
  notifications: existingNotifications,
116
116
  plans: userPlans,
117
+ discoveryMethod: eventData.spec.userInfo.discoveryMethod,
117
118
  };
118
119
 
119
120
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumori/aurora-backend-handler",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "backend handler",
5
5
  "main": "backend-handler.ts",
6
6
  "scripts": {