@nocobase/plugin-api-keys 1.7.0-alpha.1 → 1.7.0-beta.2
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/dist/externalVersion.js
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.7.0-
|
|
12
|
-
"@nocobase/database": "1.7.0-
|
|
13
|
-
"@nocobase/server": "1.7.0-
|
|
11
|
+
"@nocobase/client": "1.7.0-beta.2",
|
|
12
|
+
"@nocobase/database": "1.7.0-beta.2",
|
|
13
|
+
"@nocobase/server": "1.7.0-beta.2",
|
|
14
14
|
"@formily/react": "2.3.0",
|
|
15
15
|
"ahooks": "3.7.8",
|
|
16
16
|
"antd": "5.12.8",
|
|
@@ -18,5 +18,5 @@ module.exports = {
|
|
|
18
18
|
"react": "18.2.0",
|
|
19
19
|
"@formily/shared": "2.3.2",
|
|
20
20
|
"react-i18next": "11.18.6",
|
|
21
|
-
"@nocobase/actions": "1.7.0-
|
|
21
|
+
"@nocobase/actions": "1.7.0-beta.2"
|
|
22
22
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API keys": "API-Schlüssel",
|
|
3
|
+
"API key created successfully": "API-Schlüssel erfolgreich erstellt",
|
|
4
|
+
"Make sure to copy your personal access key now as you will not be able to see this again.": "Stellen Sie sicher, dass Sie Ihren persönlichen Zugriffsschlüssel jetzt kopieren, da Sie ihn später nicht mehr sehen können.",
|
|
5
|
+
"Key name": "Schlüsselname",
|
|
6
|
+
"Expiration": "Ablauf",
|
|
7
|
+
"Delete API key": "API-Schlüssel löschen",
|
|
8
|
+
"Role": "Rolle",
|
|
9
|
+
"Keys manager": "Schlüsselverwaltung",
|
|
10
|
+
"Created at": "Erstellt am",
|
|
11
|
+
"Add API key": "API-Schlüssel hinzufügen",
|
|
12
|
+
"Never": "Nie",
|
|
13
|
+
"Custom": "Benutzerdefiniert",
|
|
14
|
+
"Never expires": "Läuft nie ab",
|
|
15
|
+
"1 Day": "1 Tag",
|
|
16
|
+
"7 Days": "7 Tage",
|
|
17
|
+
"30 Days": "30 Tage",
|
|
18
|
+
"90 Days": "90 Tage",
|
|
19
|
+
"Role not found": "Rolle nicht gefunden",
|
|
20
|
+
"Allow only your own roles to be selected": "Erlauben Sie nur die Auswahl Ihrer eigenen Rollen"
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API keys": "API keys",
|
|
3
|
+
"API key created successfully": "API key created successfully",
|
|
4
|
+
"Make sure to copy your personal access key now as you will not be able to see this again.": "Make sure to copy your personal access key now as you will not be able to see this again.",
|
|
5
|
+
"Key name": "Key name",
|
|
6
|
+
"Expiration": "Expiration",
|
|
7
|
+
"Delete API key": "Delete API key",
|
|
8
|
+
"Role": "Role",
|
|
9
|
+
"Keys manager": "Keys manager",
|
|
10
|
+
"Created at": "Aangemaakt op",
|
|
11
|
+
"Add API key": "Add API key",
|
|
12
|
+
"Never": "Never",
|
|
13
|
+
"Custom": "Aangepast",
|
|
14
|
+
"Never expires": "Never expires",
|
|
15
|
+
"1 Day": "1 Day",
|
|
16
|
+
"7 Days": "7 Days",
|
|
17
|
+
"30 Days": "30 Days",
|
|
18
|
+
"90 Days": "90 Days",
|
|
19
|
+
"Role not found": "Role not found",
|
|
20
|
+
"Allow only your own roles to be selected": "Allow only your own roles to be selected"
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "认证:API 密钥",
|
|
5
5
|
"description": "Allows users to use API key to access application's HTTP API",
|
|
6
6
|
"description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
|
|
7
|
-
"version": "1.7.0-
|
|
7
|
+
"version": "1.7.0-beta.2",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/api-keys",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"@nocobase/test": "1.x",
|
|
33
33
|
"@nocobase/utils": "1.x"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "58b206bdfca521e79a69989ca55dd19075dca523"
|
|
36
36
|
}
|