@objectstack/platform-objects 15.0.0 → 15.1.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.
package/dist/plugin.mjs CHANGED
@@ -127,7 +127,12 @@ var enObjects = {
127
127
  ban_user: {
128
128
  label: "Ban User",
129
129
  confirmText: "Ban this user? They will be signed out and unable to sign in until unbanned.",
130
- successMessage: "User banned"
130
+ successMessage: "User banned",
131
+ params: {
132
+ banReason: {
133
+ label: "Ban Reason"
134
+ }
135
+ }
131
136
  },
132
137
  unban_user: {
133
138
  label: "Unban User",
@@ -139,15 +144,46 @@ var enObjects = {
139
144
  },
140
145
  create_user: {
141
146
  label: "Create User",
142
- successMessage: "User created"
147
+ successMessage: "User created",
148
+ params: {
149
+ phoneNumber: {
150
+ label: "Phone Number",
151
+ helpText: "Sign-in phone number (E.164, e.g. +8613800000000). Required when no email is given."
152
+ },
153
+ generatePassword: {
154
+ label: "Generate Temporary Password"
155
+ },
156
+ password: {
157
+ label: "Password (leave empty to generate)"
158
+ },
159
+ mustChangePassword: {
160
+ label: "Require Password Change On First Login"
161
+ }
162
+ }
143
163
  },
144
164
  set_user_password: {
145
165
  label: "Set Password",
146
- successMessage: "Password updated"
166
+ successMessage: "Password updated",
167
+ params: {
168
+ generatePassword: {
169
+ label: "Generate Temporary Password"
170
+ },
171
+ newPassword: {
172
+ label: "New Password (leave empty to generate)"
173
+ },
174
+ mustChangePassword: {
175
+ label: "Require Password Change On Next Login"
176
+ }
177
+ }
147
178
  },
148
179
  set_user_role: {
149
180
  label: "Set Platform Role",
150
- successMessage: "Role updated"
181
+ successMessage: "Role updated",
182
+ params: {
183
+ role: {
184
+ label: "Platform Role"
185
+ }
186
+ }
151
187
  },
152
188
  impersonate_user: {
153
189
  label: "Impersonate User",
@@ -160,11 +196,27 @@ var enObjects = {
160
196
  },
161
197
  change_my_password: {
162
198
  label: "Change Password",
163
- successMessage: "Password changed"
199
+ successMessage: "Password changed",
200
+ params: {
201
+ currentPassword: {
202
+ label: "Current Password"
203
+ },
204
+ newPassword: {
205
+ label: "New Password"
206
+ },
207
+ revokeOtherSessions: {
208
+ label: "Sign out other devices"
209
+ }
210
+ }
164
211
  },
165
212
  change_my_email: {
166
213
  label: "Change Email",
167
- successMessage: "Verification email sent \u2014 check the new address to confirm."
214
+ successMessage: "Verification email sent \u2014 check the new address to confirm.",
215
+ params: {
216
+ newEmail: {
217
+ label: "New Email"
218
+ }
219
+ }
168
220
  },
169
221
  resend_verification_email: {
170
222
  label: "Resend Verification Email",
@@ -173,21 +225,41 @@ var enObjects = {
173
225
  delete_my_account: {
174
226
  label: "Delete My Account",
175
227
  confirmText: "Permanently delete your account? This cannot be undone \u2014 all your sessions will be terminated and all data you own will be removed per the configured retention policy.",
176
- successMessage: "Account deleted"
228
+ successMessage: "Account deleted",
229
+ params: {
230
+ password: {
231
+ label: "Current Password"
232
+ }
233
+ }
177
234
  },
178
235
  enable_two_factor: {
179
236
  label: "Enable Two-Factor Auth",
180
- successMessage: "Two-factor authentication enabled. Scan the QR code or paste the otpauth URI into your authenticator app, then verify a code to complete setup."
237
+ successMessage: "Two-factor authentication enabled. Scan the QR code or paste the otpauth URI into your authenticator app, then verify a code to complete setup.",
238
+ params: {
239
+ password: {
240
+ label: "Current Password"
241
+ }
242
+ }
181
243
  },
182
244
  disable_two_factor: {
183
245
  label: "Disable Two-Factor Auth",
184
246
  confirmText: "Turn off two-factor authentication? Your account will be less secure.",
185
- successMessage: "Two-factor authentication disabled."
247
+ successMessage: "Two-factor authentication disabled.",
248
+ params: {
249
+ password: {
250
+ label: "Current Password"
251
+ }
252
+ }
186
253
  },
187
254
  generate_backup_codes: {
188
255
  label: "Regenerate Backup Codes",
189
256
  confirmText: "Generate a new set of backup codes? Any previously generated codes will stop working.",
190
- successMessage: "New backup codes generated \u2014 save them somewhere safe."
257
+ successMessage: "New backup codes generated \u2014 save them somewhere safe.",
258
+ params: {
259
+ password: {
260
+ label: "Current Password"
261
+ }
262
+ }
191
263
  }
192
264
  }
193
265
  },
@@ -331,7 +403,21 @@ var enObjects = {
331
403
  },
332
404
  _actions: {
333
405
  link_social: {
334
- label: "Link Social Account"
406
+ label: "Link Social Account",
407
+ params: {
408
+ provider: {
409
+ label: "Provider",
410
+ options: {
411
+ google: "Google",
412
+ github: "GitHub",
413
+ microsoft: "Microsoft",
414
+ apple: "Apple",
415
+ facebook: "Facebook",
416
+ gitlab: "GitLab",
417
+ discord: "Discord"
418
+ }
419
+ }
420
+ }
335
421
  },
336
422
  unlink_account: {
337
423
  label: "Unlink Account",
@@ -464,7 +550,11 @@ var enObjects = {
464
550
  },
465
551
  _views: {
466
552
  mine: {
467
- label: "My Memberships"
553
+ label: "My Memberships",
554
+ emptyState: {
555
+ title: "No organizations yet",
556
+ message: "You haven't joined any organizations."
557
+ }
468
558
  }
469
559
  },
470
560
  _actions: {
@@ -884,16 +974,31 @@ var enObjects = {
884
974
  },
885
975
  _actions: {
886
976
  enable_two_factor: {
887
- label: "Enable 2FA"
977
+ label: "Enable 2FA",
978
+ params: {
979
+ password: {
980
+ label: "Current Password"
981
+ }
982
+ }
888
983
  },
889
984
  disable_two_factor: {
890
985
  label: "Disable 2FA",
891
986
  confirmText: "Disable two-factor authentication on your account?",
892
- successMessage: "2FA disabled"
987
+ successMessage: "2FA disabled",
988
+ params: {
989
+ password: {
990
+ label: "Current Password"
991
+ }
992
+ }
893
993
  },
894
994
  regenerate_backup_codes: {
895
995
  label: "Regenerate Backup Codes",
896
- confirmText: "Regenerate backup codes? All previous backup codes will stop working immediately."
996
+ confirmText: "Regenerate backup codes? All previous backup codes will stop working immediately.",
997
+ params: {
998
+ password: {
999
+ label: "Current Password"
1000
+ }
1001
+ }
897
1002
  }
898
1003
  }
899
1004
  },
@@ -1073,6 +1178,18 @@ var enObjects = {
1073
1178
  label: "Subject Type",
1074
1179
  help: "OIDC subject type (e.g. public, pairwise)"
1075
1180
  },
1181
+ jwks: {
1182
+ label: "JWKS",
1183
+ help: "Client JSON Web Key Set (for private_key_jwt / signed-request verification)"
1184
+ },
1185
+ jwks_uri: {
1186
+ label: "JWKS URI",
1187
+ help: "URL of the client JSON Web Key Set"
1188
+ },
1189
+ dpop_bound_access_tokens: {
1190
+ label: "DPoP-bound Access Tokens",
1191
+ help: "Require access tokens issued to this client to be DPoP-bound (RFC 9449)"
1192
+ },
1076
1193
  disabled: {
1077
1194
  label: "Disabled"
1078
1195
  },
@@ -1084,6 +1201,14 @@ var enObjects = {
1084
1201
  label: "Enable End Session",
1085
1202
  help: "Allow the client to call the OIDC end-session endpoint"
1086
1203
  },
1204
+ backchannel_logout_uri: {
1205
+ label: "Back-channel Logout URI",
1206
+ help: "OIDC back-channel logout endpoint of the client"
1207
+ },
1208
+ backchannel_logout_session_required: {
1209
+ label: "Back-channel Logout Session Required",
1210
+ help: "Whether the back-channel logout token must include a sid claim"
1211
+ },
1087
1212
  software_id: {
1088
1213
  label: "Software ID"
1089
1214
  },
@@ -1135,7 +1260,25 @@ var enObjects = {
1135
1260
  successMessage: "OAuth application enabled"
1136
1261
  },
1137
1262
  create_oauth_application: {
1138
- label: "Register OAuth Application"
1263
+ label: "Register OAuth Application",
1264
+ params: {
1265
+ name: {
1266
+ label: "Application Name"
1267
+ },
1268
+ redirectURLs: {
1269
+ label: "Redirect URLs",
1270
+ helpText: "One URL per line. Must use https:// in production."
1271
+ },
1272
+ type: {
1273
+ label: "Application Type",
1274
+ options: {
1275
+ web: "Web",
1276
+ native: "Native",
1277
+ "user-agent-based": "User-agent based",
1278
+ public: "Public"
1279
+ }
1280
+ }
1281
+ }
1139
1282
  },
1140
1283
  rotate_client_secret: {
1141
1284
  label: "Rotate Client Secret",
@@ -1180,6 +1323,18 @@ var enObjects = {
1180
1323
  label: "Reference ID",
1181
1324
  help: "Caller-supplied correlation identifier"
1182
1325
  },
1326
+ authorization_code_id: {
1327
+ label: "Authorization Code ID",
1328
+ help: "ID of the authorization-code grant this token originates from"
1329
+ },
1330
+ resources: {
1331
+ label: "Resources",
1332
+ help: "JSON-serialized list of RFC 8707 resource indicators bound to this token"
1333
+ },
1334
+ requested_user_info_claims: {
1335
+ label: "Requested UserInfo Claims",
1336
+ help: "JSON-serialized list of OIDC claims requested for the userinfo endpoint"
1337
+ },
1183
1338
  scopes: {
1184
1339
  label: "Scopes",
1185
1340
  help: "JSON-serialized list of scopes granted to this token"
@@ -1189,6 +1344,14 @@ var enObjects = {
1189
1344
  },
1190
1345
  created_at: {
1191
1346
  label: "Created At"
1347
+ },
1348
+ revoked: {
1349
+ label: "Revoked At",
1350
+ help: "Timestamp at which this access token was revoked"
1351
+ },
1352
+ confirmation: {
1353
+ label: "Confirmation",
1354
+ help: "JSON RFC 7800 cnf claim (e.g. DPoP key thumbprint) binding this token to a key"
1192
1355
  }
1193
1356
  }
1194
1357
  },
@@ -1220,6 +1383,18 @@ var enObjects = {
1220
1383
  label: "Reference ID",
1221
1384
  help: "Caller-supplied correlation identifier"
1222
1385
  },
1386
+ authorization_code_id: {
1387
+ label: "Authorization Code ID",
1388
+ help: "ID of the authorization-code grant this token chain originates from"
1389
+ },
1390
+ resources: {
1391
+ label: "Resources",
1392
+ help: "JSON-serialized list of RFC 8707 resource indicators bound to this token"
1393
+ },
1394
+ requested_user_info_claims: {
1395
+ label: "Requested UserInfo Claims",
1396
+ help: "JSON-serialized list of OIDC claims requested for the userinfo endpoint"
1397
+ },
1223
1398
  scopes: {
1224
1399
  label: "Scopes",
1225
1400
  help: "JSON-serialized list of scopes granted to this token"
@@ -1234,9 +1409,25 @@ var enObjects = {
1234
1409
  label: "Revoked At",
1235
1410
  help: "Timestamp at which this refresh token was revoked"
1236
1411
  },
1412
+ rotated_at: {
1413
+ label: "Rotated At",
1414
+ help: "Timestamp at which this token was rotated (superseded by a new row)"
1415
+ },
1416
+ rotation_replay_response: {
1417
+ label: "Rotation Replay Response",
1418
+ help: "Cached token response replayed when the old token is re-presented within the reuse interval"
1419
+ },
1420
+ rotation_replay_expires_at: {
1421
+ label: "Rotation Replay Expires At",
1422
+ help: "End of the post-rotation reuse interval during which the replay response is served"
1423
+ },
1237
1424
  auth_time: {
1238
1425
  label: "Auth Time",
1239
1426
  help: "When the user originally authenticated for this token chain"
1427
+ },
1428
+ confirmation: {
1429
+ label: "Confirmation",
1430
+ help: "JSON RFC 7800 cnf claim (e.g. DPoP key thumbprint) binding this token to a key"
1240
1431
  }
1241
1432
  }
1242
1433
  },
@@ -1260,6 +1451,14 @@ var enObjects = {
1260
1451
  label: "Reference ID",
1261
1452
  help: "Caller-supplied correlation identifier"
1262
1453
  },
1454
+ resources: {
1455
+ label: "Resources",
1456
+ help: "JSON-serialized list of RFC 8707 resource indicators the consent covers"
1457
+ },
1458
+ requested_user_info_claims: {
1459
+ label: "Requested UserInfo Claims",
1460
+ help: "JSON-serialized list of OIDC claims the user consented to expose"
1461
+ },
1263
1462
  scopes: {
1264
1463
  label: "Scopes",
1265
1464
  help: "JSON-serialized list of scopes the user consented to"
@@ -1272,6 +1471,107 @@ var enObjects = {
1272
1471
  }
1273
1472
  }
1274
1473
  },
1474
+ sys_oauth_resource: {
1475
+ label: "OAuth Resource",
1476
+ pluralLabel: "OAuth Resources",
1477
+ description: "Registered OAuth protected resources (RFC 8707 resource indicators)",
1478
+ fields: {
1479
+ id: {
1480
+ label: "ID"
1481
+ },
1482
+ identifier: {
1483
+ label: "Identifier",
1484
+ help: "Resource indicator URI presented in the RFC 8707 resource parameter"
1485
+ },
1486
+ name: {
1487
+ label: "Name"
1488
+ },
1489
+ access_token_ttl: {
1490
+ label: "Access Token TTL",
1491
+ help: "Access-token lifetime in seconds for this resource (overrides the server default)"
1492
+ },
1493
+ refresh_token_ttl: {
1494
+ label: "Refresh Token TTL",
1495
+ help: "Refresh-token lifetime in seconds for this resource (overrides the server default)"
1496
+ },
1497
+ signing_algorithm: {
1498
+ label: "Signing Algorithm",
1499
+ help: "JWS algorithm used to sign access tokens for this resource"
1500
+ },
1501
+ signing_key_id: {
1502
+ label: "Signing Key ID",
1503
+ help: "Key id (kid) used to sign access tokens for this resource"
1504
+ },
1505
+ allowed_scopes: {
1506
+ label: "Allowed Scopes",
1507
+ help: "JSON-serialized list of scopes clients may request for this resource"
1508
+ },
1509
+ custom_claims: {
1510
+ label: "Custom Claims",
1511
+ help: "JSON object of extra claims stamped on access tokens for this resource"
1512
+ },
1513
+ dpop_bound_access_tokens_required: {
1514
+ label: "DPoP Required",
1515
+ help: "Require access tokens for this resource to be DPoP-bound (RFC 9449)"
1516
+ },
1517
+ disabled: {
1518
+ label: "Disabled"
1519
+ },
1520
+ policy_version: {
1521
+ label: "Policy Version",
1522
+ help: "Monotonic version of the resource token policy"
1523
+ },
1524
+ metadata: {
1525
+ label: "Metadata",
1526
+ help: "JSON object of additional resource metadata"
1527
+ },
1528
+ created_at: {
1529
+ label: "Created At"
1530
+ },
1531
+ updated_at: {
1532
+ label: "Updated At"
1533
+ }
1534
+ }
1535
+ },
1536
+ sys_oauth_client_resource: {
1537
+ label: "OAuth Client Resource",
1538
+ pluralLabel: "OAuth Client Resources",
1539
+ description: "Grants allowing an OAuth client to request tokens for a protected resource",
1540
+ fields: {
1541
+ id: {
1542
+ label: "ID"
1543
+ },
1544
+ client_id: {
1545
+ label: "Client ID",
1546
+ help: "Foreign key to sys_oauth_application.client_id"
1547
+ },
1548
+ resource_id: {
1549
+ label: "Resource ID",
1550
+ help: "Foreign key to sys_oauth_resource.identifier"
1551
+ },
1552
+ metadata: {
1553
+ label: "Metadata",
1554
+ help: "JSON object of additional grant metadata"
1555
+ },
1556
+ created_at: {
1557
+ label: "Created At"
1558
+ }
1559
+ }
1560
+ },
1561
+ sys_oauth_client_assertion: {
1562
+ label: "OAuth Client Assertion",
1563
+ pluralLabel: "OAuth Client Assertions",
1564
+ description: "Consumed OAuth client-assertion JTIs (RFC 7523 replay prevention)",
1565
+ fields: {
1566
+ id: {
1567
+ label: "ID"
1568
+ },
1569
+ expires_at: {
1570
+ label: "Expires At",
1571
+ help: "Assertion expiry \u2014 rows past this instant are safe to prune"
1572
+ }
1573
+ }
1574
+ },
1275
1575
  sys_jwks: {
1276
1576
  label: "JWKS Key",
1277
1577
  pluralLabel: "JWKS Keys",
@@ -1289,6 +1589,14 @@ var enObjects = {
1289
1589
  label: "Private Key",
1290
1590
  help: "JSON-serialized JWK private key (encrypted at rest)"
1291
1591
  },
1592
+ alg: {
1593
+ label: "Algorithm",
1594
+ help: "JWK signing algorithm, e.g. `EdDSA` (better-auth 1.7+)"
1595
+ },
1596
+ crv: {
1597
+ label: "Curve",
1598
+ help: "JWK curve for EdDSA/EC keys, e.g. `Ed25519` (better-auth 1.7+)"
1599
+ },
1292
1600
  created_at: {
1293
1601
  label: "Created At"
1294
1602
  },
@@ -1345,7 +1653,11 @@ var enObjects = {
1345
1653
  },
1346
1654
  _views: {
1347
1655
  recent: {
1348
- label: "Recent"
1656
+ label: "Recent",
1657
+ emptyState: {
1658
+ title: "No events",
1659
+ message: "No notification events have been emitted."
1660
+ }
1349
1661
  },
1350
1662
  by_topic: {
1351
1663
  label: "By Topic"
@@ -1382,23 +1694,6 @@ var enObjects = {
1382
1694
  size: {
1383
1695
  label: "Size (bytes)"
1384
1696
  },
1385
- share_type: {
1386
- label: "Share Type",
1387
- help: "viewer | collaborator | inferred (inherited from parent record)",
1388
- options: {
1389
- viewer: "viewer",
1390
- collaborator: "collaborator",
1391
- inferred: "inferred"
1392
- }
1393
- },
1394
- visibility: {
1395
- label: "Visibility",
1396
- options: {
1397
- internal: "internal",
1398
- all_users: "all_users",
1399
- shared_users: "shared_users"
1400
- }
1401
- },
1402
1697
  uploaded_by: {
1403
1698
  label: "Uploaded By"
1404
1699
  },
@@ -2705,7 +3000,12 @@ var zhCNObjects = {
2705
3000
  ban_user: {
2706
3001
  label: "\u5C01\u7981\u7528\u6237",
2707
3002
  confirmText: "\u8981\u5C01\u7981\u8BE5\u7528\u6237\u5417\uFF1F\u5C01\u7981\u540E\u4F1A\u7ACB\u5373\u767B\u51FA\uFF0C\u4E14\u5728\u89E3\u9664\u5C01\u7981\u524D\u65E0\u6CD5\u518D\u6B21\u767B\u5F55\u3002",
2708
- successMessage: "\u7528\u6237\u5DF2\u5C01\u7981"
3003
+ successMessage: "\u7528\u6237\u5DF2\u5C01\u7981",
3004
+ params: {
3005
+ banReason: {
3006
+ label: "\u5C01\u7981\u539F\u56E0"
3007
+ }
3008
+ }
2709
3009
  },
2710
3010
  unban_user: {
2711
3011
  label: "\u89E3\u9664\u5C01\u7981",
@@ -2717,15 +3017,46 @@ var zhCNObjects = {
2717
3017
  },
2718
3018
  create_user: {
2719
3019
  label: "\u521B\u5EFA\u7528\u6237",
2720
- successMessage: "\u7528\u6237\u5DF2\u521B\u5EFA"
3020
+ successMessage: "\u7528\u6237\u5DF2\u521B\u5EFA",
3021
+ params: {
3022
+ phoneNumber: {
3023
+ label: "\u624B\u673A\u53F7",
3024
+ helpText: "\u767B\u5F55\u624B\u673A\u53F7\uFF08E.164 \u683C\u5F0F\uFF0C\u5982 +8613800000000\uFF09\u3002\u672A\u586B\u5199\u90AE\u7BB1\u65F6\u5FC5\u586B\u3002"
3025
+ },
3026
+ generatePassword: {
3027
+ label: "\u751F\u6210\u4E34\u65F6\u5BC6\u7801"
3028
+ },
3029
+ password: {
3030
+ label: "\u5BC6\u7801\uFF08\u7559\u7A7A\u5219\u81EA\u52A8\u751F\u6210\uFF09"
3031
+ },
3032
+ mustChangePassword: {
3033
+ label: "\u9996\u6B21\u767B\u5F55\u65F6\u5FC5\u987B\u4FEE\u6539\u5BC6\u7801"
3034
+ }
3035
+ }
2721
3036
  },
2722
3037
  set_user_password: {
2723
3038
  label: "\u8BBE\u7F6E\u5BC6\u7801",
2724
- successMessage: "\u5BC6\u7801\u5DF2\u66F4\u65B0"
3039
+ successMessage: "\u5BC6\u7801\u5DF2\u66F4\u65B0",
3040
+ params: {
3041
+ generatePassword: {
3042
+ label: "\u751F\u6210\u4E34\u65F6\u5BC6\u7801"
3043
+ },
3044
+ newPassword: {
3045
+ label: "\u65B0\u5BC6\u7801\uFF08\u7559\u7A7A\u5219\u81EA\u52A8\u751F\u6210\uFF09"
3046
+ },
3047
+ mustChangePassword: {
3048
+ label: "\u4E0B\u6B21\u767B\u5F55\u65F6\u5FC5\u987B\u4FEE\u6539\u5BC6\u7801"
3049
+ }
3050
+ }
2725
3051
  },
2726
3052
  set_user_role: {
2727
3053
  label: "\u8BBE\u7F6E\u5E73\u53F0\u89D2\u8272",
2728
- successMessage: "\u89D2\u8272\u5DF2\u66F4\u65B0"
3054
+ successMessage: "\u89D2\u8272\u5DF2\u66F4\u65B0",
3055
+ params: {
3056
+ role: {
3057
+ label: "\u5E73\u53F0\u89D2\u8272"
3058
+ }
3059
+ }
2729
3060
  },
2730
3061
  impersonate_user: {
2731
3062
  label: "\u6A21\u62DF\u7528\u6237",
@@ -2738,11 +3069,27 @@ var zhCNObjects = {
2738
3069
  },
2739
3070
  change_my_password: {
2740
3071
  label: "\u4FEE\u6539\u5BC6\u7801",
2741
- successMessage: "\u5DF2\u4FEE\u6539\u5BC6\u7801"
3072
+ successMessage: "\u5DF2\u4FEE\u6539\u5BC6\u7801",
3073
+ params: {
3074
+ currentPassword: {
3075
+ label: "\u5F53\u524D\u5BC6\u7801"
3076
+ },
3077
+ newPassword: {
3078
+ label: "\u65B0\u5BC6\u7801"
3079
+ },
3080
+ revokeOtherSessions: {
3081
+ label: "\u767B\u51FA\u5176\u4ED6\u8BBE\u5907"
3082
+ }
3083
+ }
2742
3084
  },
2743
3085
  change_my_email: {
2744
3086
  label: "\u4FEE\u6539\u90AE\u7BB1",
2745
- successMessage: "\u5DF2\u53D1\u9001\u9A8C\u8BC1\u90AE\u4EF6\uFF0C\u8BF7\u524D\u5F80\u65B0\u90AE\u7BB1\u786E\u8BA4\u3002"
3087
+ successMessage: "\u5DF2\u53D1\u9001\u9A8C\u8BC1\u90AE\u4EF6\uFF0C\u8BF7\u524D\u5F80\u65B0\u90AE\u7BB1\u786E\u8BA4\u3002",
3088
+ params: {
3089
+ newEmail: {
3090
+ label: "\u65B0\u90AE\u7BB1"
3091
+ }
3092
+ }
2746
3093
  },
2747
3094
  resend_verification_email: {
2748
3095
  label: "\u91CD\u53D1\u9A8C\u8BC1\u90AE\u4EF6",
@@ -2751,21 +3098,41 @@ var zhCNObjects = {
2751
3098
  delete_my_account: {
2752
3099
  label: "\u5220\u9664\u6211\u7684\u8D26\u53F7",
2753
3100
  confirmText: "\u786E\u5B9A\u8981\u6C38\u4E45\u5220\u9664\u60A8\u7684\u8D26\u6237\u5417\uFF1F\u6B64\u64CD\u4F5C\u65E0\u6CD5\u64A4\u9500\u2014\u2014\u60A8\u7684\u6240\u6709\u4F1A\u8BDD\u90FD\u5C06\u88AB\u7EC8\u6B62\uFF0C\u5E76\u5C06\u6309\u7167\u914D\u7F6E\u7684\u4FDD\u7559\u7B56\u7565\u79FB\u9664\u60A8\u62E5\u6709\u7684\u6240\u6709\u6570\u636E\u3002",
2754
- successMessage: "\u5DF2\u5220\u9664\u8D26\u53F7"
3101
+ successMessage: "\u5DF2\u5220\u9664\u8D26\u53F7",
3102
+ params: {
3103
+ password: {
3104
+ label: "\u5F53\u524D\u5BC6\u7801"
3105
+ }
3106
+ }
2755
3107
  },
2756
3108
  enable_two_factor: {
2757
3109
  label: "\u542F\u7528\u53CC\u56E0\u7D20\u8BA4\u8BC1",
2758
- successMessage: "\u53CC\u56E0\u7D20\u8BA4\u8BC1\u5DF2\u542F\u7528\u3002\u7528\u8EAB\u4EFD\u9A8C\u8BC1\u5668 App \u626B\u63CF\u4E8C\u7EF4\u7801\u6216\u7C98\u8D34 otpauth URI\uFF0C\u7136\u540E\u9A8C\u8BC1\u4E00\u6B21\u52A8\u6001\u7801\u4EE5\u5B8C\u6210\u8BBE\u7F6E\u3002"
3110
+ successMessage: "\u53CC\u56E0\u7D20\u8BA4\u8BC1\u5DF2\u542F\u7528\u3002\u7528\u8EAB\u4EFD\u9A8C\u8BC1\u5668 App \u626B\u63CF\u4E8C\u7EF4\u7801\u6216\u7C98\u8D34 otpauth URI\uFF0C\u7136\u540E\u9A8C\u8BC1\u4E00\u6B21\u52A8\u6001\u7801\u4EE5\u5B8C\u6210\u8BBE\u7F6E\u3002",
3111
+ params: {
3112
+ password: {
3113
+ label: "\u5F53\u524D\u5BC6\u7801"
3114
+ }
3115
+ }
2759
3116
  },
2760
3117
  disable_two_factor: {
2761
3118
  label: "\u505C\u7528\u53CC\u56E0\u7D20\u8BA4\u8BC1",
2762
3119
  confirmText: "\u8981\u5173\u95ED\u53CC\u56E0\u7D20\u8BA4\u8BC1\u5417\uFF1F\u60A8\u7684\u8D26\u6237\u5B89\u5168\u6027\u5C06\u964D\u4F4E\u3002",
2763
- successMessage: "\u53CC\u56E0\u7D20\u8BA4\u8BC1\u5DF2\u505C\u7528\u3002"
3120
+ successMessage: "\u53CC\u56E0\u7D20\u8BA4\u8BC1\u5DF2\u505C\u7528\u3002",
3121
+ params: {
3122
+ password: {
3123
+ label: "\u5F53\u524D\u5BC6\u7801"
3124
+ }
3125
+ }
2764
3126
  },
2765
3127
  generate_backup_codes: {
2766
3128
  label: "\u91CD\u65B0\u751F\u6210\u5907\u7528\u7801",
2767
3129
  confirmText: "\u8981\u751F\u6210\u4E00\u7EC4\u65B0\u7684\u5907\u7528\u7801\u5417\uFF1F\u4E4B\u524D\u751F\u6210\u7684\u5907\u7528\u7801\u5C06\u5168\u90E8\u5931\u6548\u3002",
2768
- successMessage: "\u65B0\u5907\u7528\u7801\u5DF2\u751F\u6210\u2014\u2014\u8BF7\u59A5\u5584\u4FDD\u5B58\u3002"
3130
+ successMessage: "\u65B0\u5907\u7528\u7801\u5DF2\u751F\u6210\u2014\u2014\u8BF7\u59A5\u5584\u4FDD\u5B58\u3002",
3131
+ params: {
3132
+ password: {
3133
+ label: "\u5F53\u524D\u5BC6\u7801"
3134
+ }
3135
+ }
2769
3136
  }
2770
3137
  }
2771
3138
  },
@@ -2909,7 +3276,21 @@ var zhCNObjects = {
2909
3276
  },
2910
3277
  _actions: {
2911
3278
  link_social: {
2912
- label: "\u5173\u8054\u793E\u4EA4\u8D26\u53F7"
3279
+ label: "\u5173\u8054\u793E\u4EA4\u8D26\u53F7",
3280
+ params: {
3281
+ provider: {
3282
+ label: "\u670D\u52A1\u63D0\u4F9B\u5546",
3283
+ options: {
3284
+ google: "Google",
3285
+ github: "GitHub",
3286
+ microsoft: "Microsoft",
3287
+ apple: "Apple",
3288
+ facebook: "Facebook",
3289
+ gitlab: "GitLab",
3290
+ discord: "Discord"
3291
+ }
3292
+ }
3293
+ }
2913
3294
  },
2914
3295
  unlink_account: {
2915
3296
  label: "\u89E3\u9664\u5173\u8054",
@@ -3042,7 +3423,11 @@ var zhCNObjects = {
3042
3423
  },
3043
3424
  _views: {
3044
3425
  mine: {
3045
- label: "My Memberships"
3426
+ label: "My Memberships",
3427
+ emptyState: {
3428
+ title: "No organizations yet",
3429
+ message: "You haven't joined any organizations."
3430
+ }
3046
3431
  }
3047
3432
  },
3048
3433
  _actions: {
@@ -3462,16 +3847,31 @@ var zhCNObjects = {
3462
3847
  },
3463
3848
  _actions: {
3464
3849
  enable_two_factor: {
3465
- label: "\u542F\u7528 2FA"
3850
+ label: "\u542F\u7528 2FA",
3851
+ params: {
3852
+ password: {
3853
+ label: "\u5F53\u524D\u5BC6\u7801"
3854
+ }
3855
+ }
3466
3856
  },
3467
3857
  disable_two_factor: {
3468
3858
  label: "\u505C\u7528 2FA",
3469
3859
  confirmText: "\u8981\u505C\u7528\u4F60\u8D26\u53F7\u4E0A\u7684\u53CC\u56E0\u7D20\u8BA4\u8BC1\u5417\uFF1F",
3470
- successMessage: "2FA \u5DF2\u505C\u7528"
3860
+ successMessage: "2FA \u5DF2\u505C\u7528",
3861
+ params: {
3862
+ password: {
3863
+ label: "\u5F53\u524D\u5BC6\u7801"
3864
+ }
3865
+ }
3471
3866
  },
3472
3867
  regenerate_backup_codes: {
3473
3868
  label: "\u91CD\u65B0\u751F\u6210\u5907\u7528\u7801",
3474
- confirmText: "\u786E\u5B9A\u8981\u91CD\u65B0\u751F\u6210\u5907\u4EFD\u7801\u5417\uFF1F\u6B64\u524D\u7684\u6240\u6709\u5907\u4EFD\u7801\u5C06\u7ACB\u5373\u5931\u6548\u3002"
3869
+ confirmText: "\u786E\u5B9A\u8981\u91CD\u65B0\u751F\u6210\u5907\u4EFD\u7801\u5417\uFF1F\u6B64\u524D\u7684\u6240\u6709\u5907\u4EFD\u7801\u5C06\u7ACB\u5373\u5931\u6548\u3002",
3870
+ params: {
3871
+ password: {
3872
+ label: "\u5F53\u524D\u5BC6\u7801"
3873
+ }
3874
+ }
3475
3875
  }
3476
3876
  }
3477
3877
  },
@@ -3651,6 +4051,18 @@ var zhCNObjects = {
3651
4051
  label: "\u4E3B\u4F53\u7C7B\u578B",
3652
4052
  help: "OIDC \u4E3B\u4F53\u7C7B\u578B\uFF08\u4F8B\u5982 public\u3001pairwise\uFF09"
3653
4053
  },
4054
+ jwks: {
4055
+ label: "JWKS",
4056
+ help: "Client JSON Web Key Set (for private_key_jwt / signed-request verification)"
4057
+ },
4058
+ jwks_uri: {
4059
+ label: "JWKS URI",
4060
+ help: "URL of the client JSON Web Key Set"
4061
+ },
4062
+ dpop_bound_access_tokens: {
4063
+ label: "DPoP-bound Access Tokens",
4064
+ help: "Require access tokens issued to this client to be DPoP-bound (RFC 9449)"
4065
+ },
3654
4066
  disabled: {
3655
4067
  label: "\u5DF2\u7981\u7528"
3656
4068
  },
@@ -3662,6 +4074,14 @@ var zhCNObjects = {
3662
4074
  label: "\u542F\u7528 End Session",
3663
4075
  help: "\u5141\u8BB8\u5BA2\u6237\u7AEF\u8C03\u7528 OIDC end-session \u7AEF\u70B9"
3664
4076
  },
4077
+ backchannel_logout_uri: {
4078
+ label: "Back-channel Logout URI",
4079
+ help: "OIDC back-channel logout endpoint of the client"
4080
+ },
4081
+ backchannel_logout_session_required: {
4082
+ label: "Back-channel Logout Session Required",
4083
+ help: "Whether the back-channel logout token must include a sid claim"
4084
+ },
3665
4085
  software_id: {
3666
4086
  label: "\u8F6F\u4EF6 ID"
3667
4087
  },
@@ -3713,7 +4133,25 @@ var zhCNObjects = {
3713
4133
  successMessage: "OAuth \u5E94\u7528\u5DF2\u542F\u7528"
3714
4134
  },
3715
4135
  create_oauth_application: {
3716
- label: "\u6CE8\u518C OAuth \u5E94\u7528"
4136
+ label: "\u6CE8\u518C OAuth \u5E94\u7528",
4137
+ params: {
4138
+ name: {
4139
+ label: "\u5E94\u7528\u540D\u79F0"
4140
+ },
4141
+ redirectURLs: {
4142
+ label: "\u56DE\u8C03 URL",
4143
+ helpText: "\u6BCF\u884C\u4E00\u4E2A URL\u3002\u751F\u4EA7\u73AF\u5883\u5FC5\u987B\u4F7F\u7528 https://\u3002"
4144
+ },
4145
+ type: {
4146
+ label: "\u5E94\u7528\u7C7B\u578B",
4147
+ options: {
4148
+ web: "Web",
4149
+ native: "\u539F\u751F\u5E94\u7528",
4150
+ "user-agent-based": "\u57FA\u4E8E User-Agent",
4151
+ public: "\u516C\u5171\u5BA2\u6237\u7AEF"
4152
+ }
4153
+ }
4154
+ }
3717
4155
  },
3718
4156
  rotate_client_secret: {
3719
4157
  label: "\u8F6E\u6362 Client Secret",
@@ -3758,6 +4196,18 @@ var zhCNObjects = {
3758
4196
  label: "\u5F15\u7528 ID",
3759
4197
  help: "\u8C03\u7528\u65B9\u63D0\u4F9B\u7684\u5173\u8054\u6807\u8BC6\u7B26"
3760
4198
  },
4199
+ authorization_code_id: {
4200
+ label: "Authorization Code ID",
4201
+ help: "ID of the authorization-code grant this token originates from"
4202
+ },
4203
+ resources: {
4204
+ label: "Resources",
4205
+ help: "JSON-serialized list of RFC 8707 resource indicators bound to this token"
4206
+ },
4207
+ requested_user_info_claims: {
4208
+ label: "Requested UserInfo Claims",
4209
+ help: "JSON-serialized list of OIDC claims requested for the userinfo endpoint"
4210
+ },
3761
4211
  scopes: {
3762
4212
  label: "\u8303\u56F4",
3763
4213
  help: "\u6388\u4E88\u8BE5\u4EE4\u724C\u7684 scopes \u7684 JSON \u5E8F\u5217\u5316\u5217\u8868"
@@ -3767,6 +4217,14 @@ var zhCNObjects = {
3767
4217
  },
3768
4218
  created_at: {
3769
4219
  label: "\u521B\u5EFA\u65F6\u95F4"
4220
+ },
4221
+ revoked: {
4222
+ label: "Revoked At",
4223
+ help: "Timestamp at which this access token was revoked"
4224
+ },
4225
+ confirmation: {
4226
+ label: "Confirmation",
4227
+ help: "JSON RFC 7800 cnf claim (e.g. DPoP key thumbprint) binding this token to a key"
3770
4228
  }
3771
4229
  }
3772
4230
  },
@@ -3798,6 +4256,18 @@ var zhCNObjects = {
3798
4256
  label: "\u5F15\u7528 ID",
3799
4257
  help: "\u8C03\u7528\u65B9\u63D0\u4F9B\u7684\u5173\u8054\u6807\u8BC6\u7B26"
3800
4258
  },
4259
+ authorization_code_id: {
4260
+ label: "Authorization Code ID",
4261
+ help: "ID of the authorization-code grant this token chain originates from"
4262
+ },
4263
+ resources: {
4264
+ label: "Resources",
4265
+ help: "JSON-serialized list of RFC 8707 resource indicators bound to this token"
4266
+ },
4267
+ requested_user_info_claims: {
4268
+ label: "Requested UserInfo Claims",
4269
+ help: "JSON-serialized list of OIDC claims requested for the userinfo endpoint"
4270
+ },
3801
4271
  scopes: {
3802
4272
  label: "\u8303\u56F4",
3803
4273
  help: "\u6388\u4E88\u8BE5\u4EE4\u724C\u7684 scopes \u7684 JSON \u5E8F\u5217\u5316\u5217\u8868"
@@ -3812,9 +4282,25 @@ var zhCNObjects = {
3812
4282
  label: "\u64A4\u9500\u65F6\u95F4",
3813
4283
  help: "\u8BE5\u5237\u65B0\u4EE4\u724C\u88AB\u64A4\u9500\u7684\u65F6\u95F4\u6233"
3814
4284
  },
4285
+ rotated_at: {
4286
+ label: "Rotated At",
4287
+ help: "Timestamp at which this token was rotated (superseded by a new row)"
4288
+ },
4289
+ rotation_replay_response: {
4290
+ label: "Rotation Replay Response",
4291
+ help: "Cached token response replayed when the old token is re-presented within the reuse interval"
4292
+ },
4293
+ rotation_replay_expires_at: {
4294
+ label: "Rotation Replay Expires At",
4295
+ help: "End of the post-rotation reuse interval during which the replay response is served"
4296
+ },
3815
4297
  auth_time: {
3816
4298
  label: "\u8BA4\u8BC1\u65F6\u95F4",
3817
4299
  help: "\u8BE5\u4EE4\u724C\u94FE\u4E2D\u7528\u6237\u6700\u521D\u5B8C\u6210\u8BA4\u8BC1\u7684\u65F6\u95F4"
4300
+ },
4301
+ confirmation: {
4302
+ label: "Confirmation",
4303
+ help: "JSON RFC 7800 cnf claim (e.g. DPoP key thumbprint) binding this token to a key"
3818
4304
  }
3819
4305
  }
3820
4306
  },
@@ -3838,6 +4324,14 @@ var zhCNObjects = {
3838
4324
  label: "\u5F15\u7528 ID",
3839
4325
  help: "\u8C03\u7528\u65B9\u63D0\u4F9B\u7684\u5173\u8054\u6807\u8BC6\u7B26"
3840
4326
  },
4327
+ resources: {
4328
+ label: "Resources",
4329
+ help: "JSON-serialized list of RFC 8707 resource indicators the consent covers"
4330
+ },
4331
+ requested_user_info_claims: {
4332
+ label: "Requested UserInfo Claims",
4333
+ help: "JSON-serialized list of OIDC claims the user consented to expose"
4334
+ },
3841
4335
  scopes: {
3842
4336
  label: "\u8303\u56F4",
3843
4337
  help: "\u7528\u6237\u540C\u610F\u7684 scopes \u7684 JSON \u5E8F\u5217\u5316\u5217\u8868"
@@ -3850,6 +4344,107 @@ var zhCNObjects = {
3850
4344
  }
3851
4345
  }
3852
4346
  },
4347
+ sys_oauth_resource: {
4348
+ label: "OAuth Resource",
4349
+ pluralLabel: "OAuth Resources",
4350
+ description: "Registered OAuth protected resources (RFC 8707 resource indicators)",
4351
+ fields: {
4352
+ id: {
4353
+ label: "ID"
4354
+ },
4355
+ identifier: {
4356
+ label: "Identifier",
4357
+ help: "Resource indicator URI presented in the RFC 8707 resource parameter"
4358
+ },
4359
+ name: {
4360
+ label: "Name"
4361
+ },
4362
+ access_token_ttl: {
4363
+ label: "Access Token TTL",
4364
+ help: "Access-token lifetime in seconds for this resource (overrides the server default)"
4365
+ },
4366
+ refresh_token_ttl: {
4367
+ label: "Refresh Token TTL",
4368
+ help: "Refresh-token lifetime in seconds for this resource (overrides the server default)"
4369
+ },
4370
+ signing_algorithm: {
4371
+ label: "Signing Algorithm",
4372
+ help: "JWS algorithm used to sign access tokens for this resource"
4373
+ },
4374
+ signing_key_id: {
4375
+ label: "Signing Key ID",
4376
+ help: "Key id (kid) used to sign access tokens for this resource"
4377
+ },
4378
+ allowed_scopes: {
4379
+ label: "Allowed Scopes",
4380
+ help: "JSON-serialized list of scopes clients may request for this resource"
4381
+ },
4382
+ custom_claims: {
4383
+ label: "Custom Claims",
4384
+ help: "JSON object of extra claims stamped on access tokens for this resource"
4385
+ },
4386
+ dpop_bound_access_tokens_required: {
4387
+ label: "DPoP Required",
4388
+ help: "Require access tokens for this resource to be DPoP-bound (RFC 9449)"
4389
+ },
4390
+ disabled: {
4391
+ label: "Disabled"
4392
+ },
4393
+ policy_version: {
4394
+ label: "Policy Version",
4395
+ help: "Monotonic version of the resource token policy"
4396
+ },
4397
+ metadata: {
4398
+ label: "Metadata",
4399
+ help: "JSON object of additional resource metadata"
4400
+ },
4401
+ created_at: {
4402
+ label: "Created At"
4403
+ },
4404
+ updated_at: {
4405
+ label: "Updated At"
4406
+ }
4407
+ }
4408
+ },
4409
+ sys_oauth_client_resource: {
4410
+ label: "OAuth Client Resource",
4411
+ pluralLabel: "OAuth Client Resources",
4412
+ description: "Grants allowing an OAuth client to request tokens for a protected resource",
4413
+ fields: {
4414
+ id: {
4415
+ label: "ID"
4416
+ },
4417
+ client_id: {
4418
+ label: "Client ID",
4419
+ help: "Foreign key to sys_oauth_application.client_id"
4420
+ },
4421
+ resource_id: {
4422
+ label: "Resource ID",
4423
+ help: "Foreign key to sys_oauth_resource.identifier"
4424
+ },
4425
+ metadata: {
4426
+ label: "Metadata",
4427
+ help: "JSON object of additional grant metadata"
4428
+ },
4429
+ created_at: {
4430
+ label: "Created At"
4431
+ }
4432
+ }
4433
+ },
4434
+ sys_oauth_client_assertion: {
4435
+ label: "OAuth Client Assertion",
4436
+ pluralLabel: "OAuth Client Assertions",
4437
+ description: "Consumed OAuth client-assertion JTIs (RFC 7523 replay prevention)",
4438
+ fields: {
4439
+ id: {
4440
+ label: "ID"
4441
+ },
4442
+ expires_at: {
4443
+ label: "Expires At",
4444
+ help: "Assertion expiry \u2014 rows past this instant are safe to prune"
4445
+ }
4446
+ }
4447
+ },
3853
4448
  sys_jwks: {
3854
4449
  label: "\u7B7E\u540D\u5BC6\u94A5 (JWKS)",
3855
4450
  pluralLabel: "\u7B7E\u540D\u5BC6\u94A5 (JWKS)",
@@ -3867,6 +4462,14 @@ var zhCNObjects = {
3867
4462
  label: "\u79C1\u94A5",
3868
4463
  help: "JWK \u79C1\u94A5\u7684 JSON \u5E8F\u5217\u5316\u5185\u5BB9\uFF08\u9759\u6001\u5B58\u50A8\u65F6\u52A0\u5BC6\uFF09"
3869
4464
  },
4465
+ alg: {
4466
+ label: "\u7B97\u6CD5",
4467
+ help: "JWK \u7B7E\u540D\u7B97\u6CD5\uFF0C\u5982 `EdDSA`\uFF08better-auth 1.7+\uFF09"
4468
+ },
4469
+ crv: {
4470
+ label: "\u66F2\u7EBF",
4471
+ help: "EdDSA/EC \u5BC6\u94A5\u4F7F\u7528\u7684 JWK \u66F2\u7EBF\uFF0C\u5982 `Ed25519`\uFF08better-auth 1.7+\uFF09"
4472
+ },
3870
4473
  created_at: {
3871
4474
  label: "\u521B\u5EFA\u65F6\u95F4"
3872
4475
  },
@@ -3923,7 +4526,11 @@ var zhCNObjects = {
3923
4526
  },
3924
4527
  _views: {
3925
4528
  recent: {
3926
- label: "Recent"
4529
+ label: "Recent",
4530
+ emptyState: {
4531
+ title: "No events",
4532
+ message: "No notification events have been emitted."
4533
+ }
3927
4534
  },
3928
4535
  by_topic: {
3929
4536
  label: "By Topic"
@@ -3960,23 +4567,6 @@ var zhCNObjects = {
3960
4567
  size: {
3961
4568
  label: "\u5927\u5C0F\uFF08\u5B57\u8282\uFF09"
3962
4569
  },
3963
- share_type: {
3964
- label: "\u5171\u4EAB\u7C7B\u578B",
3965
- help: "viewer | collaborator | inferred\uFF08\u7EE7\u627F\u81EA\u7236\u8BB0\u5F55\uFF09",
3966
- options: {
3967
- viewer: "\u67E5\u770B\u8005",
3968
- collaborator: "\u534F\u4F5C\u8005",
3969
- inferred: "\u63A8\u65AD"
3970
- }
3971
- },
3972
- visibility: {
3973
- label: "\u53EF\u89C1\u6027",
3974
- options: {
3975
- internal: "\u5185\u90E8",
3976
- all_users: "\u5168\u90E8\u7528\u6237",
3977
- shared_users: "\u5171\u4EAB\u7528\u6237"
3978
- }
3979
- },
3980
4570
  uploaded_by: {
3981
4571
  label: "\u4E0A\u4F20\u4EBA"
3982
4572
  },
@@ -5247,7 +5837,12 @@ var jaJPObjects = {
5247
5837
  ban_user: {
5248
5838
  label: "\u5229\u7528\u505C\u6B62",
5249
5839
  confirmText: "\u3053\u306E\u30E6\u30FC\u30B6\u30FC\u3092\u5229\u7528\u505C\u6B62\u306B\u3057\u307E\u3059\u304B\uFF1F\u5229\u7528\u505C\u6B62\u306B\u306A\u308B\u3068\u30B5\u30A4\u30F3\u30A2\u30A6\u30C8\u3055\u308C\u3001\u89E3\u9664\u3055\u308C\u308B\u307E\u3067\u30B5\u30A4\u30F3\u30A4\u30F3\u3067\u304D\u306A\u304F\u306A\u308A\u307E\u3059\u3002",
5250
- successMessage: "\u30E6\u30FC\u30B6\u30FC\u3092\u5229\u7528\u505C\u6B62\u306B\u3057\u307E\u3057\u305F"
5840
+ successMessage: "\u30E6\u30FC\u30B6\u30FC\u3092\u5229\u7528\u505C\u6B62\u306B\u3057\u307E\u3057\u305F",
5841
+ params: {
5842
+ banReason: {
5843
+ label: "\u5229\u7528\u505C\u6B62\u306E\u7406\u7531"
5844
+ }
5845
+ }
5251
5846
  },
5252
5847
  unban_user: {
5253
5848
  label: "\u5229\u7528\u505C\u6B62\u3092\u89E3\u9664",
@@ -5259,15 +5854,46 @@ var jaJPObjects = {
5259
5854
  },
5260
5855
  create_user: {
5261
5856
  label: "\u30E6\u30FC\u30B6\u30FC\u3092\u4F5C\u6210",
5262
- successMessage: "\u30E6\u30FC\u30B6\u30FC\u3092\u4F5C\u6210\u3057\u307E\u3057\u305F"
5857
+ successMessage: "\u30E6\u30FC\u30B6\u30FC\u3092\u4F5C\u6210\u3057\u307E\u3057\u305F",
5858
+ params: {
5859
+ phoneNumber: {
5860
+ label: "\u96FB\u8A71\u756A\u53F7",
5861
+ helpText: "\u30B5\u30A4\u30F3\u30A4\u30F3\u7528\u306E\u96FB\u8A71\u756A\u53F7\uFF08E.164 \u5F62\u5F0F\u3001\u4F8B: +8613800000000\uFF09\u3002\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u6307\u5B9A\u3057\u306A\u3044\u5834\u5408\u306F\u5FC5\u9808\u3067\u3059\u3002"
5862
+ },
5863
+ generatePassword: {
5864
+ label: "\u4E00\u6642\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u751F\u6210"
5865
+ },
5866
+ password: {
5867
+ label: "\u30D1\u30B9\u30EF\u30FC\u30C9\uFF08\u7A7A\u6B04\u306E\u5834\u5408\u306F\u81EA\u52D5\u751F\u6210\uFF09"
5868
+ },
5869
+ mustChangePassword: {
5870
+ label: "\u521D\u56DE\u30B5\u30A4\u30F3\u30A4\u30F3\u6642\u306B\u30D1\u30B9\u30EF\u30FC\u30C9\u5909\u66F4\u3092\u5FC5\u9808\u306B\u3059\u308B"
5871
+ }
5872
+ }
5263
5873
  },
5264
5874
  set_user_password: {
5265
5875
  label: "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8A2D\u5B9A",
5266
- successMessage: "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F"
5876
+ successMessage: "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F",
5877
+ params: {
5878
+ generatePassword: {
5879
+ label: "\u4E00\u6642\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u751F\u6210"
5880
+ },
5881
+ newPassword: {
5882
+ label: "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9\uFF08\u7A7A\u6B04\u306E\u5834\u5408\u306F\u81EA\u52D5\u751F\u6210\uFF09"
5883
+ },
5884
+ mustChangePassword: {
5885
+ label: "\u6B21\u56DE\u30B5\u30A4\u30F3\u30A4\u30F3\u6642\u306B\u30D1\u30B9\u30EF\u30FC\u30C9\u5909\u66F4\u3092\u5FC5\u9808\u306B\u3059\u308B"
5886
+ }
5887
+ }
5267
5888
  },
5268
5889
  set_user_role: {
5269
5890
  label: "\u30D7\u30E9\u30C3\u30C8\u30D5\u30A9\u30FC\u30E0\u30ED\u30FC\u30EB\u3092\u8A2D\u5B9A",
5270
- successMessage: "\u30ED\u30FC\u30EB\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F"
5891
+ successMessage: "\u30ED\u30FC\u30EB\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F",
5892
+ params: {
5893
+ role: {
5894
+ label: "\u30D7\u30E9\u30C3\u30C8\u30D5\u30A9\u30FC\u30E0\u30ED\u30FC\u30EB"
5895
+ }
5896
+ }
5271
5897
  },
5272
5898
  impersonate_user: {
5273
5899
  label: "\u4EE3\u7406\u30ED\u30B0\u30A4\u30F3",
@@ -5280,11 +5906,27 @@ var jaJPObjects = {
5280
5906
  },
5281
5907
  change_my_password: {
5282
5908
  label: "\u30D1\u30B9\u30EF\u30FC\u30C9\u5909\u66F4",
5283
- successMessage: "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4\u3057\u307E\u3057\u305F"
5909
+ successMessage: "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4\u3057\u307E\u3057\u305F",
5910
+ params: {
5911
+ currentPassword: {
5912
+ label: "\u73FE\u5728\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"
5913
+ },
5914
+ newPassword: {
5915
+ label: "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9"
5916
+ },
5917
+ revokeOtherSessions: {
5918
+ label: "\u4ED6\u306E\u30C7\u30D0\u30A4\u30B9\u304B\u3089\u30B5\u30A4\u30F3\u30A2\u30A6\u30C8"
5919
+ }
5920
+ }
5284
5921
  },
5285
5922
  change_my_email: {
5286
5923
  label: "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u5909\u66F4",
5287
- successMessage: "\u78BA\u8A8D\u30E1\u30FC\u30EB\u3092\u9001\u4FE1\u3057\u307E\u3057\u305F\u3002\u65B0\u3057\u3044\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3067\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002"
5924
+ successMessage: "\u78BA\u8A8D\u30E1\u30FC\u30EB\u3092\u9001\u4FE1\u3057\u307E\u3057\u305F\u3002\u65B0\u3057\u3044\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3067\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
5925
+ params: {
5926
+ newEmail: {
5927
+ label: "\u65B0\u3057\u3044\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9"
5928
+ }
5929
+ }
5288
5930
  },
5289
5931
  resend_verification_email: {
5290
5932
  label: "\u78BA\u8A8D\u30E1\u30FC\u30EB\u3092\u518D\u9001",
@@ -5293,21 +5935,41 @@ var jaJPObjects = {
5293
5935
  delete_my_account: {
5294
5936
  label: "\u30A2\u30AB\u30A6\u30F3\u30C8\u524A\u9664",
5295
5937
  confirmText: "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u5B8C\u5168\u306B\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F\u3053\u306E\u64CD\u4F5C\u306F\u5143\u306B\u623B\u305B\u307E\u305B\u3093\u3002\u3059\u3079\u3066\u306E\u30BB\u30C3\u30B7\u30E7\u30F3\u304C\u7D42\u4E86\u3055\u308C\u3001\u8A2D\u5B9A\u3055\u308C\u305F\u4FDD\u6301\u30DD\u30EA\u30B7\u30FC\u306B\u5F93\u3063\u3066\u6240\u6709\u3059\u308B\u3059\u3079\u3066\u306E\u30C7\u30FC\u30BF\u304C\u524A\u9664\u3055\u308C\u307E\u3059\u3002",
5296
- successMessage: "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u524A\u9664\u3057\u307E\u3057\u305F"
5938
+ successMessage: "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u524A\u9664\u3057\u307E\u3057\u305F",
5939
+ params: {
5940
+ password: {
5941
+ label: "\u73FE\u5728\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"
5942
+ }
5943
+ }
5297
5944
  },
5298
5945
  enable_two_factor: {
5299
5946
  label: "\u4E8C\u8981\u7D20\u8A8D\u8A3C\u3092\u6709\u52B9\u5316",
5300
- successMessage: "\u4E8C\u8981\u7D20\u8A8D\u8A3C\u3092\u6709\u52B9\u306B\u3057\u307E\u3057\u305F\u3002\u8A8D\u8A3C\u30A2\u30D7\u30EA\u3067 QR \u30B3\u30FC\u30C9\u3092\u30B9\u30AD\u30E3\u30F3\u3059\u308B\u304B otpauth URI \u3092\u8CBC\u308A\u4ED8\u3051\u3001\u30B3\u30FC\u30C9\u3092\u691C\u8A3C\u3057\u3066\u8A2D\u5B9A\u3092\u5B8C\u4E86\u3057\u3066\u304F\u3060\u3055\u3044\u3002"
5947
+ successMessage: "\u4E8C\u8981\u7D20\u8A8D\u8A3C\u3092\u6709\u52B9\u306B\u3057\u307E\u3057\u305F\u3002\u8A8D\u8A3C\u30A2\u30D7\u30EA\u3067 QR \u30B3\u30FC\u30C9\u3092\u30B9\u30AD\u30E3\u30F3\u3059\u308B\u304B otpauth URI \u3092\u8CBC\u308A\u4ED8\u3051\u3001\u30B3\u30FC\u30C9\u3092\u691C\u8A3C\u3057\u3066\u8A2D\u5B9A\u3092\u5B8C\u4E86\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
5948
+ params: {
5949
+ password: {
5950
+ label: "\u73FE\u5728\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"
5951
+ }
5952
+ }
5301
5953
  },
5302
5954
  disable_two_factor: {
5303
5955
  label: "\u4E8C\u8981\u7D20\u8A8D\u8A3C\u3092\u7121\u52B9\u5316",
5304
5956
  confirmText: "\u4E8C\u8981\u7D20\u8A8D\u8A3C\u3092\u30AA\u30D5\u306B\u3057\u307E\u3059\u304B\uFF1F\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u5B89\u5168\u6027\u304C\u4F4E\u4E0B\u3057\u307E\u3059\u3002",
5305
- successMessage: "\u4E8C\u8981\u7D20\u8A8D\u8A3C\u3092\u7121\u52B9\u306B\u3057\u307E\u3057\u305F\u3002"
5957
+ successMessage: "\u4E8C\u8981\u7D20\u8A8D\u8A3C\u3092\u7121\u52B9\u306B\u3057\u307E\u3057\u305F\u3002",
5958
+ params: {
5959
+ password: {
5960
+ label: "\u73FE\u5728\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"
5961
+ }
5962
+ }
5306
5963
  },
5307
5964
  generate_backup_codes: {
5308
5965
  label: "\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30B3\u30FC\u30C9\u3092\u518D\u751F\u6210",
5309
5966
  confirmText: "\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30B3\u30FC\u30C9\u3092\u751F\u6210\u3057\u307E\u3059\u304B\uFF1F\u4EE5\u524D\u306B\u751F\u6210\u3055\u308C\u305F\u30B3\u30FC\u30C9\u306F\u3059\u3079\u3066\u4F7F\u7528\u3067\u304D\u306A\u304F\u306A\u308A\u307E\u3059\u3002",
5310
- successMessage: "\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30B3\u30FC\u30C9\u3092\u751F\u6210\u3057\u307E\u3057\u305F\u3002\u5B89\u5168\u306A\u5834\u6240\u306B\u4FDD\u7BA1\u3057\u3066\u304F\u3060\u3055\u3044\u3002"
5967
+ successMessage: "\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30B3\u30FC\u30C9\u3092\u751F\u6210\u3057\u307E\u3057\u305F\u3002\u5B89\u5168\u306A\u5834\u6240\u306B\u4FDD\u7BA1\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
5968
+ params: {
5969
+ password: {
5970
+ label: "\u73FE\u5728\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"
5971
+ }
5972
+ }
5311
5973
  }
5312
5974
  }
5313
5975
  },
@@ -5451,7 +6113,21 @@ var jaJPObjects = {
5451
6113
  },
5452
6114
  _actions: {
5453
6115
  link_social: {
5454
- label: "\u30BD\u30FC\u30B7\u30E3\u30EB\u30A2\u30AB\u30A6\u30F3\u30C8\u9023\u643A"
6116
+ label: "\u30BD\u30FC\u30B7\u30E3\u30EB\u30A2\u30AB\u30A6\u30F3\u30C8\u9023\u643A",
6117
+ params: {
6118
+ provider: {
6119
+ label: "\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC",
6120
+ options: {
6121
+ google: "Google",
6122
+ github: "GitHub",
6123
+ microsoft: "Microsoft",
6124
+ apple: "Apple",
6125
+ facebook: "Facebook",
6126
+ gitlab: "GitLab",
6127
+ discord: "Discord"
6128
+ }
6129
+ }
6130
+ }
5455
6131
  },
5456
6132
  unlink_account: {
5457
6133
  label: "\u9023\u643A\u89E3\u9664",
@@ -5584,7 +6260,11 @@ var jaJPObjects = {
5584
6260
  },
5585
6261
  _views: {
5586
6262
  mine: {
5587
- label: "My Memberships"
6263
+ label: "My Memberships",
6264
+ emptyState: {
6265
+ title: "No organizations yet",
6266
+ message: "You haven't joined any organizations."
6267
+ }
5588
6268
  }
5589
6269
  },
5590
6270
  _actions: {
@@ -6004,16 +6684,31 @@ var jaJPObjects = {
6004
6684
  },
6005
6685
  _actions: {
6006
6686
  enable_two_factor: {
6007
- label: "2FA \u3092\u6709\u52B9\u5316"
6687
+ label: "2FA \u3092\u6709\u52B9\u5316",
6688
+ params: {
6689
+ password: {
6690
+ label: "\u73FE\u5728\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"
6691
+ }
6692
+ }
6008
6693
  },
6009
6694
  disable_two_factor: {
6010
6695
  label: "2FA \u3092\u7121\u52B9\u5316",
6011
6696
  confirmText: "\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u4E8C\u8981\u7D20\u8A8D\u8A3C\u3092\u7121\u52B9\u5316\u3057\u307E\u3059\u304B\uFF1F",
6012
- successMessage: "2FA \u3092\u7121\u52B9\u5316\u3057\u307E\u3057\u305F"
6697
+ successMessage: "2FA \u3092\u7121\u52B9\u5316\u3057\u307E\u3057\u305F",
6698
+ params: {
6699
+ password: {
6700
+ label: "\u73FE\u5728\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"
6701
+ }
6702
+ }
6013
6703
  },
6014
6704
  regenerate_backup_codes: {
6015
6705
  label: "\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30B3\u30FC\u30C9\u518D\u751F\u6210",
6016
- confirmText: "\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30B3\u30FC\u30C9\u3092\u518D\u751F\u6210\u3057\u307E\u3059\u304B\uFF1F\u4EE5\u524D\u306E\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30B3\u30FC\u30C9\u306F\u3059\u3079\u3066\u76F4\u3061\u306B\u4F7F\u7528\u3067\u304D\u306A\u304F\u306A\u308A\u307E\u3059\u3002"
6706
+ confirmText: "\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30B3\u30FC\u30C9\u3092\u518D\u751F\u6210\u3057\u307E\u3059\u304B\uFF1F\u4EE5\u524D\u306E\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30B3\u30FC\u30C9\u306F\u3059\u3079\u3066\u76F4\u3061\u306B\u4F7F\u7528\u3067\u304D\u306A\u304F\u306A\u308A\u307E\u3059\u3002",
6707
+ params: {
6708
+ password: {
6709
+ label: "\u73FE\u5728\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"
6710
+ }
6711
+ }
6017
6712
  }
6018
6713
  }
6019
6714
  },
@@ -6193,6 +6888,18 @@ var jaJPObjects = {
6193
6888
  label: "\u30B5\u30D6\u30B8\u30A7\u30AF\u30C8\u30BF\u30A4\u30D7",
6194
6889
  help: "OIDC \u30B5\u30D6\u30B8\u30A7\u30AF\u30C8\u30BF\u30A4\u30D7\uFF08\u4F8B: public\u3001pairwise\uFF09"
6195
6890
  },
6891
+ jwks: {
6892
+ label: "JWKS",
6893
+ help: "Client JSON Web Key Set (for private_key_jwt / signed-request verification)"
6894
+ },
6895
+ jwks_uri: {
6896
+ label: "JWKS URI",
6897
+ help: "URL of the client JSON Web Key Set"
6898
+ },
6899
+ dpop_bound_access_tokens: {
6900
+ label: "DPoP-bound Access Tokens",
6901
+ help: "Require access tokens issued to this client to be DPoP-bound (RFC 9449)"
6902
+ },
6196
6903
  disabled: {
6197
6904
  label: "\u7121\u52B9"
6198
6905
  },
@@ -6204,6 +6911,14 @@ var jaJPObjects = {
6204
6911
  label: "\u30A8\u30F3\u30C9\u30BB\u30C3\u30B7\u30E7\u30F3\u3092\u6709\u52B9\u5316",
6205
6912
  help: "\u30AF\u30E9\u30A4\u30A2\u30F3\u30C8\u304C OIDC \u30A8\u30F3\u30C9\u30BB\u30C3\u30B7\u30E7\u30F3\u30A8\u30F3\u30C9\u30DD\u30A4\u30F3\u30C8\u3092\u547C\u3073\u51FA\u305B\u308B\u3088\u3046\u306B\u3057\u307E\u3059"
6206
6913
  },
6914
+ backchannel_logout_uri: {
6915
+ label: "Back-channel Logout URI",
6916
+ help: "OIDC back-channel logout endpoint of the client"
6917
+ },
6918
+ backchannel_logout_session_required: {
6919
+ label: "Back-channel Logout Session Required",
6920
+ help: "Whether the back-channel logout token must include a sid claim"
6921
+ },
6207
6922
  software_id: {
6208
6923
  label: "\u30BD\u30D5\u30C8\u30A6\u30A7\u30A2 ID"
6209
6924
  },
@@ -6255,7 +6970,25 @@ var jaJPObjects = {
6255
6970
  successMessage: "OAuth\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3092\u6709\u52B9\u5316\u3057\u307E\u3057\u305F"
6256
6971
  },
6257
6972
  create_oauth_application: {
6258
- label: "OAuth\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3092\u767B\u9332"
6973
+ label: "OAuth\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3092\u767B\u9332",
6974
+ params: {
6975
+ name: {
6976
+ label: "\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u540D"
6977
+ },
6978
+ redirectURLs: {
6979
+ label: "\u30EA\u30C0\u30A4\u30EC\u30AF\u30C8 URL",
6980
+ helpText: "1 \u884C\u306B\u3064\u304D 1 \u3064\u306E URL\u3002\u672C\u756A\u74B0\u5883\u3067\u306F https:// \u304C\u5FC5\u9808\u3067\u3059\u3002"
6981
+ },
6982
+ type: {
6983
+ label: "\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u30BF\u30A4\u30D7",
6984
+ options: {
6985
+ web: "Web",
6986
+ native: "\u30CD\u30A4\u30C6\u30A3\u30D6",
6987
+ "user-agent-based": "\u30E6\u30FC\u30B6\u30FC\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u578B",
6988
+ public: "\u30D1\u30D6\u30EA\u30C3\u30AF"
6989
+ }
6990
+ }
6991
+ }
6259
6992
  },
6260
6993
  rotate_client_secret: {
6261
6994
  label: "\u30AF\u30E9\u30A4\u30A2\u30F3\u30C8\u30B7\u30FC\u30AF\u30EC\u30C3\u30C8\u66F4\u65B0",
@@ -6300,6 +7033,18 @@ var jaJPObjects = {
6300
7033
  label: "\u53C2\u7167 ID",
6301
7034
  help: "\u547C\u3073\u51FA\u3057\u5143\u304C\u6307\u5B9A\u3057\u305F\u76F8\u95A2\u8B58\u5225\u5B50"
6302
7035
  },
7036
+ authorization_code_id: {
7037
+ label: "Authorization Code ID",
7038
+ help: "ID of the authorization-code grant this token originates from"
7039
+ },
7040
+ resources: {
7041
+ label: "Resources",
7042
+ help: "JSON-serialized list of RFC 8707 resource indicators bound to this token"
7043
+ },
7044
+ requested_user_info_claims: {
7045
+ label: "Requested UserInfo Claims",
7046
+ help: "JSON-serialized list of OIDC claims requested for the userinfo endpoint"
7047
+ },
6303
7048
  scopes: {
6304
7049
  label: "\u30B9\u30B3\u30FC\u30D7",
6305
7050
  help: "\u3053\u306E\u30C8\u30FC\u30AF\u30F3\u306B\u4ED8\u4E0E\u3055\u308C\u305F\u30B9\u30B3\u30FC\u30D7\u306E JSON \u30B7\u30EA\u30A2\u30E9\u30A4\u30BA\u30EA\u30B9\u30C8"
@@ -6309,6 +7054,14 @@ var jaJPObjects = {
6309
7054
  },
6310
7055
  created_at: {
6311
7056
  label: "\u4F5C\u6210\u65E5\u6642"
7057
+ },
7058
+ revoked: {
7059
+ label: "Revoked At",
7060
+ help: "Timestamp at which this access token was revoked"
7061
+ },
7062
+ confirmation: {
7063
+ label: "Confirmation",
7064
+ help: "JSON RFC 7800 cnf claim (e.g. DPoP key thumbprint) binding this token to a key"
6312
7065
  }
6313
7066
  }
6314
7067
  },
@@ -6340,6 +7093,18 @@ var jaJPObjects = {
6340
7093
  label: "\u53C2\u7167 ID",
6341
7094
  help: "\u547C\u3073\u51FA\u3057\u5143\u304C\u6307\u5B9A\u3057\u305F\u76F8\u95A2\u8B58\u5225\u5B50"
6342
7095
  },
7096
+ authorization_code_id: {
7097
+ label: "Authorization Code ID",
7098
+ help: "ID of the authorization-code grant this token chain originates from"
7099
+ },
7100
+ resources: {
7101
+ label: "Resources",
7102
+ help: "JSON-serialized list of RFC 8707 resource indicators bound to this token"
7103
+ },
7104
+ requested_user_info_claims: {
7105
+ label: "Requested UserInfo Claims",
7106
+ help: "JSON-serialized list of OIDC claims requested for the userinfo endpoint"
7107
+ },
6343
7108
  scopes: {
6344
7109
  label: "\u30B9\u30B3\u30FC\u30D7",
6345
7110
  help: "\u3053\u306E\u30C8\u30FC\u30AF\u30F3\u306B\u4ED8\u4E0E\u3055\u308C\u305F\u30B9\u30B3\u30FC\u30D7\u306E JSON \u30B7\u30EA\u30A2\u30E9\u30A4\u30BA\u30EA\u30B9\u30C8"
@@ -6354,9 +7119,25 @@ var jaJPObjects = {
6354
7119
  label: "\u5931\u52B9\u65E5\u6642",
6355
7120
  help: "\u3053\u306E\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u30C8\u30FC\u30AF\u30F3\u304C\u5931\u52B9\u3057\u305F\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7"
6356
7121
  },
7122
+ rotated_at: {
7123
+ label: "Rotated At",
7124
+ help: "Timestamp at which this token was rotated (superseded by a new row)"
7125
+ },
7126
+ rotation_replay_response: {
7127
+ label: "Rotation Replay Response",
7128
+ help: "Cached token response replayed when the old token is re-presented within the reuse interval"
7129
+ },
7130
+ rotation_replay_expires_at: {
7131
+ label: "Rotation Replay Expires At",
7132
+ help: "End of the post-rotation reuse interval during which the replay response is served"
7133
+ },
6357
7134
  auth_time: {
6358
7135
  label: "\u8A8D\u8A3C\u65E5\u6642",
6359
7136
  help: "\u3053\u306E\u30C8\u30FC\u30AF\u30F3\u30C1\u30A7\u30FC\u30F3\u306E\u305F\u3081\u306B\u30E6\u30FC\u30B6\u30FC\u304C\u6700\u521D\u306B\u8A8D\u8A3C\u3057\u305F\u65E5\u6642"
7137
+ },
7138
+ confirmation: {
7139
+ label: "Confirmation",
7140
+ help: "JSON RFC 7800 cnf claim (e.g. DPoP key thumbprint) binding this token to a key"
6360
7141
  }
6361
7142
  }
6362
7143
  },
@@ -6380,6 +7161,14 @@ var jaJPObjects = {
6380
7161
  label: "\u53C2\u7167 ID",
6381
7162
  help: "\u547C\u3073\u51FA\u3057\u5143\u304C\u6307\u5B9A\u3057\u305F\u76F8\u95A2\u8B58\u5225\u5B50"
6382
7163
  },
7164
+ resources: {
7165
+ label: "Resources",
7166
+ help: "JSON-serialized list of RFC 8707 resource indicators the consent covers"
7167
+ },
7168
+ requested_user_info_claims: {
7169
+ label: "Requested UserInfo Claims",
7170
+ help: "JSON-serialized list of OIDC claims the user consented to expose"
7171
+ },
6383
7172
  scopes: {
6384
7173
  label: "\u30B9\u30B3\u30FC\u30D7",
6385
7174
  help: "\u30E6\u30FC\u30B6\u30FC\u304C\u540C\u610F\u3057\u305F\u30B9\u30B3\u30FC\u30D7\u306E JSON \u30B7\u30EA\u30A2\u30E9\u30A4\u30BA\u30EA\u30B9\u30C8"
@@ -6392,6 +7181,107 @@ var jaJPObjects = {
6392
7181
  }
6393
7182
  }
6394
7183
  },
7184
+ sys_oauth_resource: {
7185
+ label: "OAuth Resource",
7186
+ pluralLabel: "OAuth Resources",
7187
+ description: "Registered OAuth protected resources (RFC 8707 resource indicators)",
7188
+ fields: {
7189
+ id: {
7190
+ label: "ID"
7191
+ },
7192
+ identifier: {
7193
+ label: "Identifier",
7194
+ help: "Resource indicator URI presented in the RFC 8707 resource parameter"
7195
+ },
7196
+ name: {
7197
+ label: "Name"
7198
+ },
7199
+ access_token_ttl: {
7200
+ label: "Access Token TTL",
7201
+ help: "Access-token lifetime in seconds for this resource (overrides the server default)"
7202
+ },
7203
+ refresh_token_ttl: {
7204
+ label: "Refresh Token TTL",
7205
+ help: "Refresh-token lifetime in seconds for this resource (overrides the server default)"
7206
+ },
7207
+ signing_algorithm: {
7208
+ label: "Signing Algorithm",
7209
+ help: "JWS algorithm used to sign access tokens for this resource"
7210
+ },
7211
+ signing_key_id: {
7212
+ label: "Signing Key ID",
7213
+ help: "Key id (kid) used to sign access tokens for this resource"
7214
+ },
7215
+ allowed_scopes: {
7216
+ label: "Allowed Scopes",
7217
+ help: "JSON-serialized list of scopes clients may request for this resource"
7218
+ },
7219
+ custom_claims: {
7220
+ label: "Custom Claims",
7221
+ help: "JSON object of extra claims stamped on access tokens for this resource"
7222
+ },
7223
+ dpop_bound_access_tokens_required: {
7224
+ label: "DPoP Required",
7225
+ help: "Require access tokens for this resource to be DPoP-bound (RFC 9449)"
7226
+ },
7227
+ disabled: {
7228
+ label: "Disabled"
7229
+ },
7230
+ policy_version: {
7231
+ label: "Policy Version",
7232
+ help: "Monotonic version of the resource token policy"
7233
+ },
7234
+ metadata: {
7235
+ label: "Metadata",
7236
+ help: "JSON object of additional resource metadata"
7237
+ },
7238
+ created_at: {
7239
+ label: "Created At"
7240
+ },
7241
+ updated_at: {
7242
+ label: "Updated At"
7243
+ }
7244
+ }
7245
+ },
7246
+ sys_oauth_client_resource: {
7247
+ label: "OAuth Client Resource",
7248
+ pluralLabel: "OAuth Client Resources",
7249
+ description: "Grants allowing an OAuth client to request tokens for a protected resource",
7250
+ fields: {
7251
+ id: {
7252
+ label: "ID"
7253
+ },
7254
+ client_id: {
7255
+ label: "Client ID",
7256
+ help: "Foreign key to sys_oauth_application.client_id"
7257
+ },
7258
+ resource_id: {
7259
+ label: "Resource ID",
7260
+ help: "Foreign key to sys_oauth_resource.identifier"
7261
+ },
7262
+ metadata: {
7263
+ label: "Metadata",
7264
+ help: "JSON object of additional grant metadata"
7265
+ },
7266
+ created_at: {
7267
+ label: "Created At"
7268
+ }
7269
+ }
7270
+ },
7271
+ sys_oauth_client_assertion: {
7272
+ label: "OAuth Client Assertion",
7273
+ pluralLabel: "OAuth Client Assertions",
7274
+ description: "Consumed OAuth client-assertion JTIs (RFC 7523 replay prevention)",
7275
+ fields: {
7276
+ id: {
7277
+ label: "ID"
7278
+ },
7279
+ expires_at: {
7280
+ label: "Expires At",
7281
+ help: "Assertion expiry \u2014 rows past this instant are safe to prune"
7282
+ }
7283
+ }
7284
+ },
6395
7285
  sys_jwks: {
6396
7286
  label: "\u7F72\u540D\u30AD\u30FC (JWKS)",
6397
7287
  pluralLabel: "\u7F72\u540D\u30AD\u30FC (JWKS)",
@@ -6409,6 +7299,14 @@ var jaJPObjects = {
6409
7299
  label: "\u79D8\u5BC6\u9375",
6410
7300
  help: "JSON \u30B7\u30EA\u30A2\u30E9\u30A4\u30BA\u3055\u308C\u305F JWK \u79D8\u5BC6\u9375\uFF08\u4FDD\u5B58\u6642\u306B\u6697\u53F7\u5316\u6E08\u307F\uFF09"
6411
7301
  },
7302
+ alg: {
7303
+ label: "\u30A2\u30EB\u30B4\u30EA\u30BA\u30E0",
7304
+ help: "JWK \u7F72\u540D\u30A2\u30EB\u30B4\u30EA\u30BA\u30E0\uFF08\u4F8B: `EdDSA`\u3001better-auth 1.7+\uFF09"
7305
+ },
7306
+ crv: {
7307
+ label: "\u66F2\u7DDA",
7308
+ help: "EdDSA/EC \u9375\u3067\u4F7F\u3046 JWK \u66F2\u7DDA\uFF08\u4F8B: `Ed25519`\u3001better-auth 1.7+\uFF09"
7309
+ },
6412
7310
  created_at: {
6413
7311
  label: "\u4F5C\u6210\u65E5\u6642"
6414
7312
  },
@@ -6465,7 +7363,11 @@ var jaJPObjects = {
6465
7363
  },
6466
7364
  _views: {
6467
7365
  recent: {
6468
- label: "Recent"
7366
+ label: "Recent",
7367
+ emptyState: {
7368
+ title: "No events",
7369
+ message: "No notification events have been emitted."
7370
+ }
6469
7371
  },
6470
7372
  by_topic: {
6471
7373
  label: "By Topic"
@@ -6502,23 +7404,6 @@ var jaJPObjects = {
6502
7404
  size: {
6503
7405
  label: "\u30B5\u30A4\u30BA\uFF08\u30D0\u30A4\u30C8\uFF09"
6504
7406
  },
6505
- share_type: {
6506
- label: "\u5171\u6709\u30BF\u30A4\u30D7",
6507
- help: "viewer | collaborator | inferred\uFF08\u89AA\u30EC\u30B3\u30FC\u30C9\u304B\u3089\u7D99\u627F\uFF09",
6508
- options: {
6509
- viewer: "\u95B2\u89A7\u8005",
6510
- collaborator: "\u5171\u540C\u7DE8\u96C6\u8005",
6511
- inferred: "\u63A8\u5B9A"
6512
- }
6513
- },
6514
- visibility: {
6515
- label: "\u516C\u958B\u7BC4\u56F2",
6516
- options: {
6517
- internal: "\u5185\u90E8",
6518
- all_users: "\u3059\u3079\u3066\u306E\u30E6\u30FC\u30B6\u30FC",
6519
- shared_users: "\u5171\u6709\u30E6\u30FC\u30B6\u30FC"
6520
- }
6521
- },
6522
7407
  uploaded_by: {
6523
7408
  label: "\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u8005"
6524
7409
  },
@@ -7785,7 +8670,12 @@ var esESObjects = {
7785
8670
  ban_user: {
7786
8671
  label: "Bloquear usuario",
7787
8672
  confirmText: "\xBFBloquear a este usuario? Cerrar\xE1 sesi\xF3n y no podr\xE1 volver a iniciarla hasta que se desbloquee.",
7788
- successMessage: "Usuario bloqueado"
8673
+ successMessage: "Usuario bloqueado",
8674
+ params: {
8675
+ banReason: {
8676
+ label: "Motivo del bloqueo"
8677
+ }
8678
+ }
7789
8679
  },
7790
8680
  unban_user: {
7791
8681
  label: "Desbloquear usuario",
@@ -7797,15 +8687,46 @@ var esESObjects = {
7797
8687
  },
7798
8688
  create_user: {
7799
8689
  label: "Crear usuario",
7800
- successMessage: "Usuario creado"
8690
+ successMessage: "Usuario creado",
8691
+ params: {
8692
+ phoneNumber: {
8693
+ label: "N\xFAmero de tel\xE9fono",
8694
+ helpText: "N\xFAmero de tel\xE9fono para iniciar sesi\xF3n (E.164, p. ej. +8613800000000). Obligatorio si no se indica un correo."
8695
+ },
8696
+ generatePassword: {
8697
+ label: "Generar contrase\xF1a temporal"
8698
+ },
8699
+ password: {
8700
+ label: "Contrase\xF1a (dejar en blanco para generarla)"
8701
+ },
8702
+ mustChangePassword: {
8703
+ label: "Exigir cambio de contrase\xF1a en el primer inicio de sesi\xF3n"
8704
+ }
8705
+ }
7801
8706
  },
7802
8707
  set_user_password: {
7803
8708
  label: "Establecer contrase\xF1a",
7804
- successMessage: "Contrase\xF1a actualizada"
8709
+ successMessage: "Contrase\xF1a actualizada",
8710
+ params: {
8711
+ generatePassword: {
8712
+ label: "Generar contrase\xF1a temporal"
8713
+ },
8714
+ newPassword: {
8715
+ label: "Nueva contrase\xF1a (dejar en blanco para generarla)"
8716
+ },
8717
+ mustChangePassword: {
8718
+ label: "Exigir cambio de contrase\xF1a en el pr\xF3ximo inicio de sesi\xF3n"
8719
+ }
8720
+ }
7805
8721
  },
7806
8722
  set_user_role: {
7807
8723
  label: "Establecer rol de plataforma",
7808
- successMessage: "Rol actualizado"
8724
+ successMessage: "Rol actualizado",
8725
+ params: {
8726
+ role: {
8727
+ label: "Rol de plataforma"
8728
+ }
8729
+ }
7809
8730
  },
7810
8731
  impersonate_user: {
7811
8732
  label: "Suplantar usuario",
@@ -7818,11 +8739,27 @@ var esESObjects = {
7818
8739
  },
7819
8740
  change_my_password: {
7820
8741
  label: "Cambiar contrase\xF1a",
7821
- successMessage: "Contrase\xF1a cambiada"
8742
+ successMessage: "Contrase\xF1a cambiada",
8743
+ params: {
8744
+ currentPassword: {
8745
+ label: "Contrase\xF1a actual"
8746
+ },
8747
+ newPassword: {
8748
+ label: "Nueva contrase\xF1a"
8749
+ },
8750
+ revokeOtherSessions: {
8751
+ label: "Cerrar sesi\xF3n en los dem\xE1s dispositivos"
8752
+ }
8753
+ }
7822
8754
  },
7823
8755
  change_my_email: {
7824
8756
  label: "Cambiar correo",
7825
- successMessage: "Correo de verificaci\xF3n enviado; revisa la nueva direcci\xF3n para confirmar."
8757
+ successMessage: "Correo de verificaci\xF3n enviado; revisa la nueva direcci\xF3n para confirmar.",
8758
+ params: {
8759
+ newEmail: {
8760
+ label: "Nuevo correo"
8761
+ }
8762
+ }
7826
8763
  },
7827
8764
  resend_verification_email: {
7828
8765
  label: "Reenviar correo de verificaci\xF3n",
@@ -7831,21 +8768,41 @@ var esESObjects = {
7831
8768
  delete_my_account: {
7832
8769
  label: "Eliminar mi cuenta",
7833
8770
  confirmText: "\xBFEliminar tu cuenta de forma permanente? Esta acci\xF3n no se puede deshacer: se cerrar\xE1n todas tus sesiones y se eliminar\xE1n todos los datos de tu propiedad seg\xFAn la pol\xEDtica de retenci\xF3n configurada.",
7834
- successMessage: "Cuenta eliminada"
8771
+ successMessage: "Cuenta eliminada",
8772
+ params: {
8773
+ password: {
8774
+ label: "Contrase\xF1a actual"
8775
+ }
8776
+ }
7835
8777
  },
7836
8778
  enable_two_factor: {
7837
8779
  label: "Habilitar autenticaci\xF3n de dos factores",
7838
- successMessage: "Autenticaci\xF3n de dos factores habilitada. Escanea el c\xF3digo QR o pega el URI otpauth en tu aplicaci\xF3n de autenticaci\xF3n y verifica un c\xF3digo para completar la configuraci\xF3n."
8780
+ successMessage: "Autenticaci\xF3n de dos factores habilitada. Escanea el c\xF3digo QR o pega el URI otpauth en tu aplicaci\xF3n de autenticaci\xF3n y verifica un c\xF3digo para completar la configuraci\xF3n.",
8781
+ params: {
8782
+ password: {
8783
+ label: "Contrase\xF1a actual"
8784
+ }
8785
+ }
7839
8786
  },
7840
8787
  disable_two_factor: {
7841
8788
  label: "Deshabilitar autenticaci\xF3n de dos factores",
7842
8789
  confirmText: "\xBFDesactivar la autenticaci\xF3n de dos factores? Tu cuenta ser\xE1 menos segura.",
7843
- successMessage: "Autenticaci\xF3n de dos factores deshabilitada."
8790
+ successMessage: "Autenticaci\xF3n de dos factores deshabilitada.",
8791
+ params: {
8792
+ password: {
8793
+ label: "Contrase\xF1a actual"
8794
+ }
8795
+ }
7844
8796
  },
7845
8797
  generate_backup_codes: {
7846
8798
  label: "Regenerar c\xF3digos de respaldo",
7847
8799
  confirmText: "\xBFGenerar un nuevo juego de c\xF3digos de respaldo? Los c\xF3digos generados anteriormente dejar\xE1n de funcionar.",
7848
- successMessage: "Nuevos c\xF3digos de respaldo generados; gu\xE1rdalos en un lugar seguro."
8800
+ successMessage: "Nuevos c\xF3digos de respaldo generados; gu\xE1rdalos en un lugar seguro.",
8801
+ params: {
8802
+ password: {
8803
+ label: "Contrase\xF1a actual"
8804
+ }
8805
+ }
7849
8806
  }
7850
8807
  }
7851
8808
  },
@@ -7989,7 +8946,21 @@ var esESObjects = {
7989
8946
  },
7990
8947
  _actions: {
7991
8948
  link_social: {
7992
- label: "Vincular cuenta social"
8949
+ label: "Vincular cuenta social",
8950
+ params: {
8951
+ provider: {
8952
+ label: "Proveedor",
8953
+ options: {
8954
+ google: "Google",
8955
+ github: "GitHub",
8956
+ microsoft: "Microsoft",
8957
+ apple: "Apple",
8958
+ facebook: "Facebook",
8959
+ gitlab: "GitLab",
8960
+ discord: "Discord"
8961
+ }
8962
+ }
8963
+ }
7993
8964
  },
7994
8965
  unlink_account: {
7995
8966
  label: "Desvincular cuenta",
@@ -8122,7 +9093,11 @@ var esESObjects = {
8122
9093
  },
8123
9094
  _views: {
8124
9095
  mine: {
8125
- label: "My Memberships"
9096
+ label: "My Memberships",
9097
+ emptyState: {
9098
+ title: "No organizations yet",
9099
+ message: "You haven't joined any organizations."
9100
+ }
8126
9101
  }
8127
9102
  },
8128
9103
  _actions: {
@@ -8542,16 +9517,31 @@ var esESObjects = {
8542
9517
  },
8543
9518
  _actions: {
8544
9519
  enable_two_factor: {
8545
- label: "Habilitar 2FA"
9520
+ label: "Habilitar 2FA",
9521
+ params: {
9522
+ password: {
9523
+ label: "Contrase\xF1a actual"
9524
+ }
9525
+ }
8546
9526
  },
8547
9527
  disable_two_factor: {
8548
9528
  label: "Deshabilitar 2FA",
8549
9529
  confirmText: "\xBFDeshabilitar la autenticaci\xF3n de doble factor en su cuenta?",
8550
- successMessage: "2FA deshabilitado"
9530
+ successMessage: "2FA deshabilitado",
9531
+ params: {
9532
+ password: {
9533
+ label: "Contrase\xF1a actual"
9534
+ }
9535
+ }
8551
9536
  },
8552
9537
  regenerate_backup_codes: {
8553
9538
  label: "Regenerar c\xF3digos de respaldo",
8554
- confirmText: "\xBFRegenerar los c\xF3digos de respaldo? Todos los c\xF3digos de respaldo anteriores dejar\xE1n de funcionar de inmediato."
9539
+ confirmText: "\xBFRegenerar los c\xF3digos de respaldo? Todos los c\xF3digos de respaldo anteriores dejar\xE1n de funcionar de inmediato.",
9540
+ params: {
9541
+ password: {
9542
+ label: "Contrase\xF1a actual"
9543
+ }
9544
+ }
8555
9545
  }
8556
9546
  }
8557
9547
  },
@@ -8731,6 +9721,18 @@ var esESObjects = {
8731
9721
  label: "Tipo de sujeto",
8732
9722
  help: "Tipo de sujeto OIDC (p. ej. public, pairwise)."
8733
9723
  },
9724
+ jwks: {
9725
+ label: "JWKS",
9726
+ help: "Client JSON Web Key Set (for private_key_jwt / signed-request verification)"
9727
+ },
9728
+ jwks_uri: {
9729
+ label: "JWKS URI",
9730
+ help: "URL of the client JSON Web Key Set"
9731
+ },
9732
+ dpop_bound_access_tokens: {
9733
+ label: "DPoP-bound Access Tokens",
9734
+ help: "Require access tokens issued to this client to be DPoP-bound (RFC 9449)"
9735
+ },
8734
9736
  disabled: {
8735
9737
  label: "Deshabilitado"
8736
9738
  },
@@ -8742,6 +9744,14 @@ var esESObjects = {
8742
9744
  label: "Habilitar finalizaci\xF3n de sesi\xF3n",
8743
9745
  help: "Permitir que el cliente llame al endpoint OIDC de finalizaci\xF3n de sesi\xF3n."
8744
9746
  },
9747
+ backchannel_logout_uri: {
9748
+ label: "Back-channel Logout URI",
9749
+ help: "OIDC back-channel logout endpoint of the client"
9750
+ },
9751
+ backchannel_logout_session_required: {
9752
+ label: "Back-channel Logout Session Required",
9753
+ help: "Whether the back-channel logout token must include a sid claim"
9754
+ },
8745
9755
  software_id: {
8746
9756
  label: "ID de software"
8747
9757
  },
@@ -8793,7 +9803,25 @@ var esESObjects = {
8793
9803
  successMessage: "Aplicaci\xF3n OAuth habilitada"
8794
9804
  },
8795
9805
  create_oauth_application: {
8796
- label: "Registrar aplicaci\xF3n OAuth"
9806
+ label: "Registrar aplicaci\xF3n OAuth",
9807
+ params: {
9808
+ name: {
9809
+ label: "Nombre de la aplicaci\xF3n"
9810
+ },
9811
+ redirectURLs: {
9812
+ label: "URLs de redirecci\xF3n",
9813
+ helpText: "Una URL por l\xEDnea. Debe usar https:// en producci\xF3n."
9814
+ },
9815
+ type: {
9816
+ label: "Tipo de aplicaci\xF3n",
9817
+ options: {
9818
+ web: "Web",
9819
+ native: "Nativa",
9820
+ "user-agent-based": "Basada en user-agent",
9821
+ public: "P\xFAblica"
9822
+ }
9823
+ }
9824
+ }
8797
9825
  },
8798
9826
  rotate_client_secret: {
8799
9827
  label: "Rotar Client Secret",
@@ -8838,6 +9866,18 @@ var esESObjects = {
8838
9866
  label: "ID de referencia",
8839
9867
  help: "Identificador de correlaci\xF3n proporcionado por quien llama."
8840
9868
  },
9869
+ authorization_code_id: {
9870
+ label: "Authorization Code ID",
9871
+ help: "ID of the authorization-code grant this token originates from"
9872
+ },
9873
+ resources: {
9874
+ label: "Resources",
9875
+ help: "JSON-serialized list of RFC 8707 resource indicators bound to this token"
9876
+ },
9877
+ requested_user_info_claims: {
9878
+ label: "Requested UserInfo Claims",
9879
+ help: "JSON-serialized list of OIDC claims requested for the userinfo endpoint"
9880
+ },
8841
9881
  scopes: {
8842
9882
  label: "\xC1mbitos",
8843
9883
  help: "Lista serializada en JSON de \xE1mbitos concedidos a este token."
@@ -8847,6 +9887,14 @@ var esESObjects = {
8847
9887
  },
8848
9888
  created_at: {
8849
9889
  label: "Creado el"
9890
+ },
9891
+ revoked: {
9892
+ label: "Revoked At",
9893
+ help: "Timestamp at which this access token was revoked"
9894
+ },
9895
+ confirmation: {
9896
+ label: "Confirmation",
9897
+ help: "JSON RFC 7800 cnf claim (e.g. DPoP key thumbprint) binding this token to a key"
8850
9898
  }
8851
9899
  }
8852
9900
  },
@@ -8878,6 +9926,18 @@ var esESObjects = {
8878
9926
  label: "ID de referencia",
8879
9927
  help: "Identificador de correlaci\xF3n proporcionado por quien llama."
8880
9928
  },
9929
+ authorization_code_id: {
9930
+ label: "Authorization Code ID",
9931
+ help: "ID of the authorization-code grant this token chain originates from"
9932
+ },
9933
+ resources: {
9934
+ label: "Resources",
9935
+ help: "JSON-serialized list of RFC 8707 resource indicators bound to this token"
9936
+ },
9937
+ requested_user_info_claims: {
9938
+ label: "Requested UserInfo Claims",
9939
+ help: "JSON-serialized list of OIDC claims requested for the userinfo endpoint"
9940
+ },
8881
9941
  scopes: {
8882
9942
  label: "\xC1mbitos",
8883
9943
  help: "Lista serializada en JSON de \xE1mbitos concedidos a este token."
@@ -8892,9 +9952,25 @@ var esESObjects = {
8892
9952
  label: "Revocado el",
8893
9953
  help: "Marca temporal en la que se revoc\xF3 este token de actualizaci\xF3n."
8894
9954
  },
9955
+ rotated_at: {
9956
+ label: "Rotated At",
9957
+ help: "Timestamp at which this token was rotated (superseded by a new row)"
9958
+ },
9959
+ rotation_replay_response: {
9960
+ label: "Rotation Replay Response",
9961
+ help: "Cached token response replayed when the old token is re-presented within the reuse interval"
9962
+ },
9963
+ rotation_replay_expires_at: {
9964
+ label: "Rotation Replay Expires At",
9965
+ help: "End of the post-rotation reuse interval during which the replay response is served"
9966
+ },
8895
9967
  auth_time: {
8896
9968
  label: "Hora de autenticaci\xF3n",
8897
9969
  help: "Momento en que el usuario se autentic\xF3 originalmente para esta cadena de tokens."
9970
+ },
9971
+ confirmation: {
9972
+ label: "Confirmation",
9973
+ help: "JSON RFC 7800 cnf claim (e.g. DPoP key thumbprint) binding this token to a key"
8898
9974
  }
8899
9975
  }
8900
9976
  },
@@ -8918,6 +9994,14 @@ var esESObjects = {
8918
9994
  label: "ID de referencia",
8919
9995
  help: "Identificador de correlaci\xF3n proporcionado por quien llama."
8920
9996
  },
9997
+ resources: {
9998
+ label: "Resources",
9999
+ help: "JSON-serialized list of RFC 8707 resource indicators the consent covers"
10000
+ },
10001
+ requested_user_info_claims: {
10002
+ label: "Requested UserInfo Claims",
10003
+ help: "JSON-serialized list of OIDC claims the user consented to expose"
10004
+ },
8921
10005
  scopes: {
8922
10006
  label: "\xC1mbitos",
8923
10007
  help: "Lista serializada en JSON de \xE1mbitos a los que el usuario dio consentimiento."
@@ -8930,6 +10014,107 @@ var esESObjects = {
8930
10014
  }
8931
10015
  }
8932
10016
  },
10017
+ sys_oauth_resource: {
10018
+ label: "OAuth Resource",
10019
+ pluralLabel: "OAuth Resources",
10020
+ description: "Registered OAuth protected resources (RFC 8707 resource indicators)",
10021
+ fields: {
10022
+ id: {
10023
+ label: "ID"
10024
+ },
10025
+ identifier: {
10026
+ label: "Identifier",
10027
+ help: "Resource indicator URI presented in the RFC 8707 resource parameter"
10028
+ },
10029
+ name: {
10030
+ label: "Name"
10031
+ },
10032
+ access_token_ttl: {
10033
+ label: "Access Token TTL",
10034
+ help: "Access-token lifetime in seconds for this resource (overrides the server default)"
10035
+ },
10036
+ refresh_token_ttl: {
10037
+ label: "Refresh Token TTL",
10038
+ help: "Refresh-token lifetime in seconds for this resource (overrides the server default)"
10039
+ },
10040
+ signing_algorithm: {
10041
+ label: "Signing Algorithm",
10042
+ help: "JWS algorithm used to sign access tokens for this resource"
10043
+ },
10044
+ signing_key_id: {
10045
+ label: "Signing Key ID",
10046
+ help: "Key id (kid) used to sign access tokens for this resource"
10047
+ },
10048
+ allowed_scopes: {
10049
+ label: "Allowed Scopes",
10050
+ help: "JSON-serialized list of scopes clients may request for this resource"
10051
+ },
10052
+ custom_claims: {
10053
+ label: "Custom Claims",
10054
+ help: "JSON object of extra claims stamped on access tokens for this resource"
10055
+ },
10056
+ dpop_bound_access_tokens_required: {
10057
+ label: "DPoP Required",
10058
+ help: "Require access tokens for this resource to be DPoP-bound (RFC 9449)"
10059
+ },
10060
+ disabled: {
10061
+ label: "Disabled"
10062
+ },
10063
+ policy_version: {
10064
+ label: "Policy Version",
10065
+ help: "Monotonic version of the resource token policy"
10066
+ },
10067
+ metadata: {
10068
+ label: "Metadata",
10069
+ help: "JSON object of additional resource metadata"
10070
+ },
10071
+ created_at: {
10072
+ label: "Created At"
10073
+ },
10074
+ updated_at: {
10075
+ label: "Updated At"
10076
+ }
10077
+ }
10078
+ },
10079
+ sys_oauth_client_resource: {
10080
+ label: "OAuth Client Resource",
10081
+ pluralLabel: "OAuth Client Resources",
10082
+ description: "Grants allowing an OAuth client to request tokens for a protected resource",
10083
+ fields: {
10084
+ id: {
10085
+ label: "ID"
10086
+ },
10087
+ client_id: {
10088
+ label: "Client ID",
10089
+ help: "Foreign key to sys_oauth_application.client_id"
10090
+ },
10091
+ resource_id: {
10092
+ label: "Resource ID",
10093
+ help: "Foreign key to sys_oauth_resource.identifier"
10094
+ },
10095
+ metadata: {
10096
+ label: "Metadata",
10097
+ help: "JSON object of additional grant metadata"
10098
+ },
10099
+ created_at: {
10100
+ label: "Created At"
10101
+ }
10102
+ }
10103
+ },
10104
+ sys_oauth_client_assertion: {
10105
+ label: "OAuth Client Assertion",
10106
+ pluralLabel: "OAuth Client Assertions",
10107
+ description: "Consumed OAuth client-assertion JTIs (RFC 7523 replay prevention)",
10108
+ fields: {
10109
+ id: {
10110
+ label: "ID"
10111
+ },
10112
+ expires_at: {
10113
+ label: "Expires At",
10114
+ help: "Assertion expiry \u2014 rows past this instant are safe to prune"
10115
+ }
10116
+ }
10117
+ },
8933
10118
  sys_jwks: {
8934
10119
  label: "Clave de firma (JWKS)",
8935
10120
  pluralLabel: "Claves de firma (JWKS)",
@@ -8947,6 +10132,14 @@ var esESObjects = {
8947
10132
  label: "Clave privada",
8948
10133
  help: "Clave privada JWK serializada en JSON (cifrada en reposo)."
8949
10134
  },
10135
+ alg: {
10136
+ label: "Algoritmo",
10137
+ help: "Algoritmo de firma JWK, p. ej. `EdDSA` (better-auth 1.7+)"
10138
+ },
10139
+ crv: {
10140
+ label: "Curva",
10141
+ help: "Curva JWK para claves EdDSA/EC, p. ej. `Ed25519` (better-auth 1.7+)"
10142
+ },
8950
10143
  created_at: {
8951
10144
  label: "Creado el"
8952
10145
  },
@@ -9003,7 +10196,11 @@ var esESObjects = {
9003
10196
  },
9004
10197
  _views: {
9005
10198
  recent: {
9006
- label: "Recent"
10199
+ label: "Recent",
10200
+ emptyState: {
10201
+ title: "No events",
10202
+ message: "No notification events have been emitted."
10203
+ }
9007
10204
  },
9008
10205
  by_topic: {
9009
10206
  label: "By Topic"
@@ -9040,23 +10237,6 @@ var esESObjects = {
9040
10237
  size: {
9041
10238
  label: "Tama\xF1o (bytes)"
9042
10239
  },
9043
- share_type: {
9044
- label: "Tipo de compartici\xF3n",
9045
- help: "visualizador | colaborador | inferido (heredado del registro principal)",
9046
- options: {
9047
- viewer: "Visualizador",
9048
- collaborator: "Colaborador",
9049
- inferred: "Inferido"
9050
- }
9051
- },
9052
- visibility: {
9053
- label: "Visibilidad",
9054
- options: {
9055
- internal: "Interno",
9056
- all_users: "Todos los usuarios",
9057
- shared_users: "Usuarios compartidos"
9058
- }
9059
- },
9060
10240
  uploaded_by: {
9061
10241
  label: "Subido por"
9062
10242
  },
@@ -10988,6 +12168,22 @@ var enMetadataForms = {
10988
12168
  label: "Variables",
10989
12169
  helpText: "Local page state variables"
10990
12170
  },
12171
+ "variables.name": {
12172
+ label: "Name",
12173
+ helpText: "Variable name \u2014 exposed to expressions as `page.<name>`"
12174
+ },
12175
+ "variables.type": {
12176
+ label: "Type",
12177
+ helpText: "Value type"
12178
+ },
12179
+ "variables.defaultValue": {
12180
+ label: "Default Value",
12181
+ helpText: "Initial value (defaults to a type-appropriate empty value)"
12182
+ },
12183
+ "variables.source": {
12184
+ label: "Source",
12185
+ helpText: "Component (by id) that writes this variable \u2014 e.g. an element:record_picker"
12186
+ },
10991
12187
  regions: {
10992
12188
  label: "Regions",
10993
12189
  helpText: "Layout regions (header, main, sidebar, footer) with components"
@@ -12751,6 +13947,22 @@ var zhCNMetadataForms = {
12751
13947
  label: "\u53D8\u91CF",
12752
13948
  helpText: "\u9875\u9762\u672C\u5730\u72B6\u6001\u53D8\u91CF"
12753
13949
  },
13950
+ "variables.name": {
13951
+ label: "\u540D\u79F0",
13952
+ helpText: "\u53D8\u91CF\u540D\u2014\u2014\u5728\u8868\u8FBE\u5F0F\u4E2D\u4EE5 `page.<name>` \u8BBF\u95EE"
13953
+ },
13954
+ "variables.type": {
13955
+ label: "\u7C7B\u578B",
13956
+ helpText: "\u503C\u7C7B\u578B"
13957
+ },
13958
+ "variables.defaultValue": {
13959
+ label: "\u9ED8\u8BA4\u503C",
13960
+ helpText: "\u521D\u59CB\u503C\uFF08\u9ED8\u8BA4\u4E3A\u5BF9\u5E94\u7C7B\u578B\u7684\u7A7A\u503C\uFF09"
13961
+ },
13962
+ "variables.source": {
13963
+ label: "\u6765\u6E90",
13964
+ helpText: "\u5199\u5165\u8BE5\u53D8\u91CF\u7684\u7EC4\u4EF6\uFF08\u6309 id \u6307\u5B9A\uFF09\uFF0C\u5982 element:record_picker"
13965
+ },
12754
13966
  regions: {
12755
13967
  label: "\u533A\u57DF",
12756
13968
  helpText: "\u5E03\u5C40\u533A\u57DF\uFF08header\u3001main\u3001sidebar\u3001footer\uFF09\u53CA\u5176\u7EC4\u4EF6"
@@ -14514,6 +15726,22 @@ var jaJPMetadataForms = {
14514
15726
  label: "\u5909\u6570",
14515
15727
  helpText: "\u30DA\u30FC\u30B8\u30ED\u30FC\u30AB\u30EB\u72B6\u614B\u5909\u6570"
14516
15728
  },
15729
+ "variables.name": {
15730
+ label: "\u540D\u524D",
15731
+ helpText: "\u5909\u6570\u540D \u2014 \u5F0F\u3067\u306F `page.<name>` \u3068\u3057\u3066\u53C2\u7167\u3067\u304D\u307E\u3059"
15732
+ },
15733
+ "variables.type": {
15734
+ label: "\u578B",
15735
+ helpText: "\u5024\u306E\u578B"
15736
+ },
15737
+ "variables.defaultValue": {
15738
+ label: "\u30C7\u30D5\u30A9\u30EB\u30C8\u5024",
15739
+ helpText: "\u521D\u671F\u5024\uFF08\u672A\u6307\u5B9A\u306E\u5834\u5408\u306F\u578B\u306B\u5FDC\u3058\u305F\u7A7A\u306E\u5024\uFF09"
15740
+ },
15741
+ "variables.source": {
15742
+ label: "\u30BD\u30FC\u30B9",
15743
+ helpText: "\u3053\u306E\u5909\u6570\u306B\u66F8\u304D\u8FBC\u3080\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\uFF08id \u6307\u5B9A\uFF09\u2014 \u4F8B: element:record_picker"
15744
+ },
14517
15745
  regions: {
14518
15746
  label: "\u30EA\u30FC\u30B8\u30E7\u30F3",
14519
15747
  helpText: "\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u542B\u3080\u30EC\u30A4\u30A2\u30A6\u30C8\u9818\u57DF\uFF08header, main, sidebar, footer\uFF09"
@@ -16277,6 +17505,22 @@ var esESMetadataForms = {
16277
17505
  label: "Variables de p\xE1gina",
16278
17506
  helpText: "Variables de estado local de p\xE1gina"
16279
17507
  },
17508
+ "variables.name": {
17509
+ label: "Nombre",
17510
+ helpText: "Nombre de la variable \u2014 expuesta en expresiones como `page.<name>`"
17511
+ },
17512
+ "variables.type": {
17513
+ label: "Tipo",
17514
+ helpText: "Tipo de valor"
17515
+ },
17516
+ "variables.defaultValue": {
17517
+ label: "Valor predeterminado",
17518
+ helpText: "Valor inicial (por defecto, un valor vac\xEDo seg\xFAn el tipo)"
17519
+ },
17520
+ "variables.source": {
17521
+ label: "Origen",
17522
+ helpText: "Componente (por id) que escribe esta variable \u2014 p. ej. un element:record_picker"
17523
+ },
16280
17524
  regions: {
16281
17525
  label: "Regiones",
16282
17526
  helpText: "Regiones de dise\xF1o (header, main, sidebar, footer) con componentes"