@nocobase/plugin-data-source-manager 1.9.0-beta.7 → 1.9.0-beta.9

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.
@@ -8,14 +8,14 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.9.0-beta.7",
11
+ "@nocobase/client": "1.9.0-beta.9",
12
12
  "react": "18.2.0",
13
- "@nocobase/plugin-acl": "1.9.0-beta.7",
14
- "@nocobase/utils": "1.9.0-beta.7",
15
- "@nocobase/server": "1.9.0-beta.7",
16
- "@nocobase/data-source-manager": "1.9.0-beta.7",
13
+ "@nocobase/plugin-acl": "1.9.0-beta.9",
14
+ "@nocobase/utils": "1.9.0-beta.9",
15
+ "@nocobase/server": "1.9.0-beta.9",
16
+ "@nocobase/data-source-manager": "1.9.0-beta.9",
17
17
  "lodash": "4.17.21",
18
- "@nocobase/acl": "1.9.0-beta.7",
18
+ "@nocobase/acl": "1.9.0-beta.9",
19
19
  "@ant-design/icons": "5.6.1",
20
20
  "antd": "5.24.2",
21
21
  "react-router-dom": "6.28.1",
@@ -23,9 +23,9 @@ module.exports = {
23
23
  "@formily/shared": "2.3.2",
24
24
  "react-i18next": "11.18.6",
25
25
  "@emotion/css": "11.13.0",
26
- "@nocobase/database": "1.9.0-beta.7",
26
+ "@nocobase/database": "1.9.0-beta.9",
27
27
  "sequelize": "6.35.2",
28
- "@nocobase/test": "1.9.0-beta.7",
28
+ "@nocobase/test": "1.9.0-beta.9",
29
29
  "@formily/antd-v5": "1.2.3",
30
30
  "@formily/core": "2.3.0",
31
31
  "@formily/reactive": "2.3.0",
@@ -36,6 +36,12 @@ var data_sources_roles_resources_actions_default = (0, import_database.defineCol
36
36
  name: "dataSourcesRolesResourcesActions",
37
37
  model: "DataSourcesRolesResourcesActionModel",
38
38
  fields: [
39
+ {
40
+ name: "id",
41
+ type: "snowflakeId",
42
+ primaryKey: true,
43
+ allowNull: false
44
+ },
39
45
  {
40
46
  type: "belongsTo",
41
47
  name: "resource",
@@ -35,6 +35,12 @@ var data_sources_roles_resources_scopes_default = (0, import_database.defineColl
35
35
  migrationRules: ["overwrite", "schema-only"],
36
36
  name: "dataSourcesRolesResourcesScopes",
37
37
  fields: [
38
+ {
39
+ name: "id",
40
+ type: "snowflakeId",
41
+ primaryKey: true,
42
+ allowNull: false
43
+ },
38
44
  {
39
45
  type: "uid",
40
46
  name: "key"
@@ -36,6 +36,12 @@ var data_sources_roles_resources_default = (0, import_database.defineCollection)
36
36
  name: "dataSourcesRolesResources",
37
37
  model: "DataSourcesRolesResourcesModel",
38
38
  fields: [
39
+ {
40
+ name: "id",
41
+ type: "snowflakeId",
42
+ primaryKey: true,
43
+ allowNull: false
44
+ },
39
45
  {
40
46
  name: "dataSourceKey",
41
47
  type: "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-data-source-manager",
3
- "version": "1.9.0-beta.7",
3
+ "version": "1.9.0-beta.9",
4
4
  "main": "dist/server/index.js",
5
5
  "displayName": "Data source manager",
6
6
  "displayName.zh-CN": "数据源管理",
@@ -17,5 +17,5 @@
17
17
  "keywords": [
18
18
  "Data model tools"
19
19
  ],
20
- "gitHead": "4a5055c973b51611d5db1604aaaf6c1b73b4733c"
20
+ "gitHead": "b44464f1d1bbc96022d0f622e0a2f1d7e8d7142f"
21
21
  }