@abtnode/constant 1.17.0-beta-20251103-104515-e4795f0f → 1.17.0-beta-20251105-000053-53e6e3e9
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/index.js +41 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -886,4 +886,45 @@ module.exports = Object.freeze({
|
|
|
886
886
|
'https://unpkg.com',
|
|
887
887
|
],
|
|
888
888
|
CSP_ICONIFY_SOURCES: ['https://*.simplesvg.com', 'https://*.iconify.design', 'https://*.unisvg.com'],
|
|
889
|
+
|
|
890
|
+
USER_PROFILE_SYNC_FIELDS: [
|
|
891
|
+
'action', // 表示对该 user 的操作
|
|
892
|
+
'did',
|
|
893
|
+
'pk',
|
|
894
|
+
'avatar',
|
|
895
|
+
'fullName',
|
|
896
|
+
'locale',
|
|
897
|
+
'email',
|
|
898
|
+
'connectedAccount',
|
|
899
|
+
'disconnectedAccount',
|
|
900
|
+
'sourceAppPid',
|
|
901
|
+
'inviter',
|
|
902
|
+
'generation',
|
|
903
|
+
'emailVerified',
|
|
904
|
+
'phoneVerified',
|
|
905
|
+
'metadata',
|
|
906
|
+
'address',
|
|
907
|
+
'extra',
|
|
908
|
+
],
|
|
909
|
+
|
|
910
|
+
SITE_SYNC_FIELDS: [
|
|
911
|
+
'action',
|
|
912
|
+
'appId',
|
|
913
|
+
'appPid',
|
|
914
|
+
'aliasDid',
|
|
915
|
+
'appName',
|
|
916
|
+
'appDescription',
|
|
917
|
+
'appUrl',
|
|
918
|
+
'aliasDomain',
|
|
919
|
+
'appLogo',
|
|
920
|
+
'appLogoRect',
|
|
921
|
+
'appliedAt',
|
|
922
|
+
'did',
|
|
923
|
+
'pk',
|
|
924
|
+
'serverId',
|
|
925
|
+
'serverVersion',
|
|
926
|
+
'version',
|
|
927
|
+
'isMaster',
|
|
928
|
+
'status',
|
|
929
|
+
],
|
|
889
930
|
});
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.17.0-beta-
|
|
6
|
+
"version": "1.17.0-beta-20251105-000053-53e6e3e9",
|
|
7
7
|
"description": "ABT Node constants",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"files": [
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
},
|
|
18
18
|
"author": "polunzh <polunzh@gmail.com> (http://github.com/polunzh)",
|
|
19
19
|
"license": "Apache-2.0",
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "61a1b994cca350a1c7cd12debc39416ac3af1a5d"
|
|
21
21
|
}
|