@objectstack/platform-objects 13.0.0 → 14.3.0

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.
@@ -42,7 +42,7 @@ declare const SETUP_APP: App;
42
42
  * that owns the underlying objects rather than living here (ADR-0029 K2):
43
43
  * - `group_integrations` → `@objectstack/plugin-webhooks` (K2.a)
44
44
  * - `group_approvals` → `@objectstack/plugin-approvals` (K2.b)
45
- * - `group_access_control` Roles / Permission Sets → `@objectstack/plugin-security`
45
+ * - `group_access_control` Positions / Permission Sets → `@objectstack/plugin-security`
46
46
  * - `group_access_control` Sharing Rules / Record Shares → `@objectstack/plugin-sharing`
47
47
  * As each remaining domain moves to its capability plugin, its entries move out
48
48
  * of this file into that plugin the same way.
@@ -42,7 +42,7 @@ declare const SETUP_APP: App;
42
42
  * that owns the underlying objects rather than living here (ADR-0029 K2):
43
43
  * - `group_integrations` → `@objectstack/plugin-webhooks` (K2.a)
44
44
  * - `group_approvals` → `@objectstack/plugin-approvals` (K2.b)
45
- * - `group_access_control` Roles / Permission Sets → `@objectstack/plugin-security`
45
+ * - `group_access_control` Positions / Permission Sets → `@objectstack/plugin-security`
46
46
  * - `group_access_control` Sharing Rules / Record Shares → `@objectstack/plugin-sharing`
47
47
  * As each remaining domain moves to its capability plugin, its entries move out
48
48
  * of this file into that plugin the same way.
@@ -148,12 +148,12 @@ var SETUP_NAV_CONTRIBUTIONS = [
148
148
  {
149
149
  app: "setup",
150
150
  group: "group_access_control",
151
- // Priority 300 keeps API Keys after plugin-security's Roles / Permission
151
+ // Priority 300 keeps API Keys after plugin-security's Positions / Permission
152
152
  // Sets (100) and plugin-sharing's Sharing Rules / Record Shares (200),
153
153
  // preserving the original menu order.
154
154
  priority: 300,
155
155
  items: [
156
- // Roles / Permission Sets are contributed by @objectstack/plugin-security
156
+ // Positions / Permission Sets are contributed by @objectstack/plugin-security
157
157
  // and Sharing Rules / Record Shares by @objectstack/plugin-sharing
158
158
  // (ADR-0029 K2). Only API Keys (sys_api_key, an identity object owned by
159
159
  // plugin-auth) remains a platform-objects base entry here.
@@ -3506,7 +3506,7 @@ var en = {
3506
3506
  nav_organizations: { label: "Organizations" },
3507
3507
  nav_invitations: { label: "Invitations" },
3508
3508
  // Access Control
3509
- nav_roles: { label: "Roles" },
3509
+ nav_positions: { label: "Positions" },
3510
3510
  nav_permission_sets: { label: "Permission Sets" },
3511
3511
  nav_sharing_rules: { label: "Sharing Rules" },
3512
3512
  nav_record_shares: { label: "Record Shares" },
@@ -6249,12 +6249,13 @@ var zhCN = {
6249
6249
  nav_teams: { label: "\u56E2\u961F" },
6250
6250
  nav_organizations: { label: "\u7EC4\u7EC7" },
6251
6251
  nav_invitations: { label: "\u9080\u8BF7" },
6252
- nav_roles: { label: "\u89D2\u8272" },
6252
+ nav_positions: { label: "\u5C97\u4F4D" },
6253
6253
  nav_capabilities: { label: "\u80FD\u529B" },
6254
6254
  nav_permission_sets: { label: "\u6743\u9650\u96C6" },
6255
6255
  nav_sharing_rules: { label: "\u5171\u4EAB\u89C4\u5219" },
6256
6256
  nav_record_shares: { label: "\u8BB0\u5F55\u5171\u4EAB" },
6257
6257
  nav_api_keys: { label: "API \u5BC6\u94A5" },
6258
+ nav_connect_agent: { label: "\u8FDE\u63A5\u667A\u80FD\u4F53" },
6258
6259
  nav_approval_processes: { label: "\u5BA1\u6279\u6D41\u7A0B" },
6259
6260
  nav_approval_requests: { label: "\u5BA1\u6279\u7533\u8BF7" },
6260
6261
  nav_approval_actions: { label: "\u5BA1\u6279\u5386\u53F2" },
@@ -8958,7 +8959,7 @@ var jaJP = {
8958
8959
  nav_teams: { label: "\u30C1\u30FC\u30E0" },
8959
8960
  nav_organizations: { label: "\u7D44\u7E54" },
8960
8961
  nav_invitations: { label: "\u62DB\u5F85" },
8961
- nav_roles: { label: "\u30ED\u30FC\u30EB" },
8962
+ nav_positions: { label: "\u30DD\u30B8\u30B7\u30E7\u30F3" },
8962
8963
  nav_permission_sets: { label: "\u6A29\u9650\u30BB\u30C3\u30C8" },
8963
8964
  nav_sharing_rules: { label: "\u5171\u6709\u30EB\u30FC\u30EB" },
8964
8965
  nav_record_shares: { label: "\u30EC\u30B3\u30FC\u30C9\u5171\u6709" },
@@ -11665,7 +11666,7 @@ var esES = {
11665
11666
  nav_teams: { label: "Equipos" },
11666
11667
  nav_organizations: { label: "Organizaciones" },
11667
11668
  nav_invitations: { label: "Invitaciones" },
11668
- nav_roles: { label: "Roles" },
11669
+ nav_positions: { label: "Posiciones" },
11669
11670
  nav_permission_sets: { label: "Conjuntos de Permisos" },
11670
11671
  nav_sharing_rules: { label: "Reglas de Compartici\xF3n" },
11671
11672
  nav_record_shares: { label: "Registros Compartidos" },