@nocobase/plugin-user-data-sync 1.6.0-beta.1 → 1.6.0-beta.11
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/LICENSE.txt +11 -9
- package/dist/externalVersion.js +6 -6
- package/dist/server/collections/user-data-sync-records-resources.js +1 -0
- package/dist/server/collections/user-data-sync-records.js +1 -0
- package/dist/server/collections/user-data-sync-sources.js +1 -0
- package/dist/server/collections/user-data-sync-tasks.js +1 -0
- package/package.json +2 -2
package/LICENSE.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Updated Date:
|
|
1
|
+
Updated Date: February 20, 2025
|
|
2
2
|
|
|
3
3
|
NocoBase License Agreement
|
|
4
4
|
|
|
@@ -78,7 +78,7 @@ Except for Third-Party Open Source Software, the Company owns all copyrights, tr
|
|
|
78
78
|
|
|
79
79
|
6.1 Obtain a permanent commercial license of the Software.
|
|
80
80
|
|
|
81
|
-
6.2 Get
|
|
81
|
+
6.2 Get software upgrades and exclusive technical support during the upgrade validity period.
|
|
82
82
|
|
|
83
83
|
6.3 The licensed Software can be used for commercial purposes with no restrictions on the number of applications and users.
|
|
84
84
|
|
|
@@ -88,7 +88,7 @@ Except for Third-Party Open Source Software, the Company owns all copyrights, tr
|
|
|
88
88
|
|
|
89
89
|
6.6 Can sell plugins developed for Software in the Marketplace.
|
|
90
90
|
|
|
91
|
-
6.7 The User with
|
|
91
|
+
6.7 The User with an Enterprise Edition License can sell Upper Layer Application to their clients.
|
|
92
92
|
|
|
93
93
|
6.8 Not restricted by the AGPL-3.0 agreement.
|
|
94
94
|
|
|
@@ -106,13 +106,15 @@ Except for Third-Party Open Source Software, the Company owns all copyrights, tr
|
|
|
106
106
|
|
|
107
107
|
7.4 It is not allowed to provide any form of no-code, zero-code, low-code platform SaaS products to the public using the original or modified Software.
|
|
108
108
|
|
|
109
|
-
7.5 It is not allowed for the User
|
|
109
|
+
7.5 It is not allowed for the User withot an Enterprise Edition license to sell Upper Layer Application to clients without a Commercial license.
|
|
110
110
|
|
|
111
|
-
7.6 It is not allowed to
|
|
111
|
+
7.6 It is not allowed for the User with an Enterprise Edition license to sell Upper Layer Application to clients without a Commercial license with access to further development and configuration.
|
|
112
112
|
|
|
113
|
-
7.7
|
|
113
|
+
7.7 It is not allowed to publicly sell plugins developed for Software outside of the Marketplace.
|
|
114
114
|
|
|
115
|
-
7.8 If there
|
|
115
|
+
7.8 If there is a violation of the above obligations or the terms of this Agreement, the rights owned by the User will be immediately terminated, the paid fees will not be refunded, and the Company reserves the right to pursue the User's legal responsibility.
|
|
116
|
+
|
|
117
|
+
7.9 If there are other agreements in the contract for the above obligations, the contract agreement shall prevail.
|
|
116
118
|
|
|
117
119
|
======================================
|
|
118
120
|
8. Rights of Commercial Plugin License
|
|
@@ -120,11 +122,11 @@ Except for Third-Party Open Source Software, the Company owns all copyrights, tr
|
|
|
120
122
|
|
|
121
123
|
8.1 Obtain a permanent Commercial Plugin License for the Commercial Plugin.
|
|
122
124
|
|
|
123
|
-
8.2
|
|
125
|
+
8.2 Get plugins upgrades and exclusive technical support during the upgrade validity period.
|
|
124
126
|
|
|
125
127
|
8.3 Can be used for commercial purposes without restrictions on the number of applications or users.
|
|
126
128
|
|
|
127
|
-
8.4 The User with
|
|
129
|
+
8.4 The User with an Enterprise Edition License can use the Commercial Plugin in Upper Layer Applications sold to their customers.
|
|
128
130
|
|
|
129
131
|
8.5 Not restricted by the AGPL-3.0 agreement.
|
|
130
132
|
|
package/dist/externalVersion.js
CHANGED
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"@formily/react": "2.3.0",
|
|
13
|
-
"@nocobase/client": "1.6.0-beta.
|
|
13
|
+
"@nocobase/client": "1.6.0-beta.11",
|
|
14
14
|
"@ant-design/icons": "5.2.6",
|
|
15
15
|
"@formily/core": "2.3.0",
|
|
16
16
|
"antd": "5.12.8",
|
|
17
|
-
"@nocobase/utils": "1.6.0-beta.
|
|
18
|
-
"@nocobase/server": "1.6.0-beta.
|
|
19
|
-
"@nocobase/logger": "1.6.0-beta.
|
|
20
|
-
"@nocobase/actions": "1.6.0-beta.
|
|
17
|
+
"@nocobase/utils": "1.6.0-beta.11",
|
|
18
|
+
"@nocobase/server": "1.6.0-beta.11",
|
|
19
|
+
"@nocobase/logger": "1.6.0-beta.11",
|
|
20
|
+
"@nocobase/actions": "1.6.0-beta.11",
|
|
21
21
|
"dayjs": "1.11.10",
|
|
22
|
-
"@nocobase/database": "1.6.0-beta.
|
|
22
|
+
"@nocobase/database": "1.6.0-beta.11",
|
|
23
23
|
"react-i18next": "11.18.6"
|
|
24
24
|
};
|
|
@@ -32,6 +32,7 @@ module.exports = __toCommonJS(user_data_sync_records_resources_exports);
|
|
|
32
32
|
var import_database = require("@nocobase/database");
|
|
33
33
|
var user_data_sync_records_resources_default = (0, import_database.defineCollection)({
|
|
34
34
|
name: "userDataSyncRecordsResources",
|
|
35
|
+
migrationRules: ["schema-only", "overwrite"],
|
|
35
36
|
fields: [
|
|
36
37
|
{
|
|
37
38
|
name: "recordId",
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "用户数据同步",
|
|
5
5
|
"description": "Reigster and manage extensible user data synchronization sources, with HTTP API provided by default. Support for synchronizing data to resources such as users and departments.",
|
|
6
6
|
"description.zh-CN": "注册和管理可扩展的用户数据同步来源,默认提供 HTTP API。支持向用户和部门等资源同步数据。",
|
|
7
|
-
"version": "1.6.0-beta.
|
|
7
|
+
"version": "1.6.0-beta.11",
|
|
8
8
|
"main": "dist/server/index.js",
|
|
9
9
|
"peerDependencies": {
|
|
10
10
|
"@nocobase/client": "1.x",
|
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
"keywords": [
|
|
15
15
|
"Users & permissions"
|
|
16
16
|
],
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "6cff97cdc31b9f191aaecb0f0d358c29e87ebde0"
|
|
18
18
|
}
|