@abtnode/constant 1.17.0-beta-20251101-021648-3f521a7e → 1.17.0-beta-20251104-112713-e947b159

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.
Files changed (2) hide show
  1. package/index.js +41 -0
  2. 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-20251101-021648-3f521a7e",
6
+ "version": "1.17.0-beta-20251104-112713-e947b159",
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": "8d60f8efded6ef3b0f9ebeac4262f1738ba40292"
20
+ "gitHead": "66c9180952f1dab415ff16b3ccd8eafd61baabf9"
21
21
  }