diff --git a/collection/uni-id-users/collection.json b/collection/uni-id-users/collection.json index 1685e93..bf8faa3 100644 --- a/collection/uni-id-users/collection.json +++ b/collection/uni-id-users/collection.json @@ -441,6 +441,14 @@ "my_invite_code": { "bsonType": "string", "description": "用户自身邀请码" + }, + "identities": { + "bsonType": "array", + "description": "三方平台身份信息;一个对象代表一个身份,参数支持: provider 身份源, userInfo 三方用户信息, openid 三方openid, unionid 三方unionid, uid 三方uid", + "permission": { + "read": "'READ_UNI_ID_USERS' in auth.permission", + "write": "'CREATE_UNI_ID_USERS' in auth.permission || 'UPDATE_UNI_ID_USERS' in auth.permission" + } } } }, diff --git a/collection/uni-id-users/package.json b/collection/uni-id-users/package.json index aeccf69..8cd0ba7 100644 --- a/collection/uni-id-users/package.json +++ b/collection/uni-id-users/package.json @@ -1,6 +1,6 @@ { "name": "@opendb/uni-id-users", - "version": "1.0.2", + "version": "1.0.3", "description": "uni-id-users", "keywords": ["uni-id", "用户管理", "登录", "注册"], "opendb": {