@objectstack/platform-objects 5.2.0 → 6.1.1
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/apps/index.d.mts +4 -4
- package/dist/apps/index.d.ts +4 -4
- package/dist/apps/index.js +15 -15
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +15 -15
- package/dist/apps/index.mjs.map +1 -1
- package/dist/audit/index.d.mts +18 -2
- package/dist/audit/index.d.ts +18 -2
- package/dist/audit/index.js +4 -4
- package/dist/audit/index.js.map +1 -1
- package/dist/audit/index.mjs +4 -4
- package/dist/audit/index.mjs.map +1 -1
- package/dist/identity/index.d.mts +20 -0
- package/dist/identity/index.d.ts +20 -0
- package/dist/index.js +23 -23
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +23 -23
- package/dist/index.mjs.map +1 -1
- package/dist/integration/index.d.mts +2 -1
- package/dist/integration/index.d.ts +2 -1
- package/dist/integration/index.js.map +1 -1
- package/dist/integration/index.mjs.map +1 -1
- package/dist/metadata/index.d.mts +5 -3
- package/dist/metadata/index.d.ts +5 -3
- package/dist/metadata/index.js +4 -4
- package/dist/metadata/index.js.map +1 -1
- package/dist/metadata/index.mjs +4 -4
- package/dist/metadata/index.mjs.map +1 -1
- package/dist/security/index.d.mts +6 -0
- package/dist/security/index.d.ts +6 -0
- package/dist/system/index.d.mts +3 -0
- package/dist/system/index.d.ts +3 -0
- package/package.json +2 -2
|
@@ -663,6 +663,7 @@ declare const SysUser: Omit<{
|
|
|
663
663
|
} | undefined;
|
|
664
664
|
shortcut?: string | undefined;
|
|
665
665
|
bulkEnabled?: boolean | undefined;
|
|
666
|
+
aiExposed?: boolean | undefined;
|
|
666
667
|
recordIdParam?: string | undefined;
|
|
667
668
|
recordIdField?: string | undefined;
|
|
668
669
|
bodyShape?: "flat" | {
|
|
@@ -3657,6 +3658,7 @@ declare const SysSession: Omit<{
|
|
|
3657
3658
|
} | undefined;
|
|
3658
3659
|
shortcut?: string | undefined;
|
|
3659
3660
|
bulkEnabled?: boolean | undefined;
|
|
3661
|
+
aiExposed?: boolean | undefined;
|
|
3660
3662
|
recordIdParam?: string | undefined;
|
|
3661
3663
|
recordIdField?: string | undefined;
|
|
3662
3664
|
bodyShape?: "flat" | {
|
|
@@ -6356,6 +6358,7 @@ declare const SysAccount: Omit<{
|
|
|
6356
6358
|
} | undefined;
|
|
6357
6359
|
shortcut?: string | undefined;
|
|
6358
6360
|
bulkEnabled?: boolean | undefined;
|
|
6361
|
+
aiExposed?: boolean | undefined;
|
|
6359
6362
|
recordIdParam?: string | undefined;
|
|
6360
6363
|
recordIdField?: string | undefined;
|
|
6361
6364
|
bodyShape?: "flat" | {
|
|
@@ -9401,6 +9404,7 @@ declare const SysVerification: Omit<{
|
|
|
9401
9404
|
} | undefined;
|
|
9402
9405
|
shortcut?: string | undefined;
|
|
9403
9406
|
bulkEnabled?: boolean | undefined;
|
|
9407
|
+
aiExposed?: boolean | undefined;
|
|
9404
9408
|
recordIdParam?: string | undefined;
|
|
9405
9409
|
recordIdField?: string | undefined;
|
|
9406
9410
|
bodyShape?: "flat" | {
|
|
@@ -11156,6 +11160,7 @@ declare const SysOrganization: Omit<{
|
|
|
11156
11160
|
} | undefined;
|
|
11157
11161
|
shortcut?: string | undefined;
|
|
11158
11162
|
bulkEnabled?: boolean | undefined;
|
|
11163
|
+
aiExposed?: boolean | undefined;
|
|
11159
11164
|
recordIdParam?: string | undefined;
|
|
11160
11165
|
recordIdField?: string | undefined;
|
|
11161
11166
|
bodyShape?: "flat" | {
|
|
@@ -13186,6 +13191,7 @@ declare const SysMember: Omit<{
|
|
|
13186
13191
|
} | undefined;
|
|
13187
13192
|
shortcut?: string | undefined;
|
|
13188
13193
|
bulkEnabled?: boolean | undefined;
|
|
13194
|
+
aiExposed?: boolean | undefined;
|
|
13189
13195
|
recordIdParam?: string | undefined;
|
|
13190
13196
|
recordIdField?: string | undefined;
|
|
13191
13197
|
bodyShape?: "flat" | {
|
|
@@ -14813,6 +14819,7 @@ declare const SysInvitation: Omit<{
|
|
|
14813
14819
|
} | undefined;
|
|
14814
14820
|
shortcut?: string | undefined;
|
|
14815
14821
|
bulkEnabled?: boolean | undefined;
|
|
14822
|
+
aiExposed?: boolean | undefined;
|
|
14816
14823
|
recordIdParam?: string | undefined;
|
|
14817
14824
|
recordIdField?: string | undefined;
|
|
14818
14825
|
bodyShape?: "flat" | {
|
|
@@ -17228,6 +17235,7 @@ declare const SysTeam: Omit<{
|
|
|
17228
17235
|
} | undefined;
|
|
17229
17236
|
shortcut?: string | undefined;
|
|
17230
17237
|
bulkEnabled?: boolean | undefined;
|
|
17238
|
+
aiExposed?: boolean | undefined;
|
|
17231
17239
|
recordIdParam?: string | undefined;
|
|
17232
17240
|
recordIdField?: string | undefined;
|
|
17233
17241
|
bodyShape?: "flat" | {
|
|
@@ -18901,6 +18909,7 @@ declare const SysTeamMember: Omit<{
|
|
|
18901
18909
|
} | undefined;
|
|
18902
18910
|
shortcut?: string | undefined;
|
|
18903
18911
|
bulkEnabled?: boolean | undefined;
|
|
18912
|
+
aiExposed?: boolean | undefined;
|
|
18904
18913
|
recordIdParam?: string | undefined;
|
|
18905
18914
|
recordIdField?: string | undefined;
|
|
18906
18915
|
bodyShape?: "flat" | {
|
|
@@ -20355,6 +20364,7 @@ declare const SysDepartment: Omit<{
|
|
|
20355
20364
|
} | undefined;
|
|
20356
20365
|
shortcut?: string | undefined;
|
|
20357
20366
|
bulkEnabled?: boolean | undefined;
|
|
20367
|
+
aiExposed?: boolean | undefined;
|
|
20358
20368
|
recordIdParam?: string | undefined;
|
|
20359
20369
|
recordIdField?: string | undefined;
|
|
20360
20370
|
bodyShape?: "flat" | {
|
|
@@ -23430,6 +23440,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23430
23440
|
} | undefined;
|
|
23431
23441
|
shortcut?: string | undefined;
|
|
23432
23442
|
bulkEnabled?: boolean | undefined;
|
|
23443
|
+
aiExposed?: boolean | undefined;
|
|
23433
23444
|
recordIdParam?: string | undefined;
|
|
23434
23445
|
recordIdField?: string | undefined;
|
|
23435
23446
|
bodyShape?: "flat" | {
|
|
@@ -25711,6 +25722,7 @@ declare const SysApiKey: Omit<{
|
|
|
25711
25722
|
} | undefined;
|
|
25712
25723
|
shortcut?: string | undefined;
|
|
25713
25724
|
bulkEnabled?: boolean | undefined;
|
|
25725
|
+
aiExposed?: boolean | undefined;
|
|
25714
25726
|
recordIdParam?: string | undefined;
|
|
25715
25727
|
recordIdField?: string | undefined;
|
|
25716
25728
|
bodyShape?: "flat" | {
|
|
@@ -28460,6 +28472,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
28460
28472
|
} | undefined;
|
|
28461
28473
|
shortcut?: string | undefined;
|
|
28462
28474
|
bulkEnabled?: boolean | undefined;
|
|
28475
|
+
aiExposed?: boolean | undefined;
|
|
28463
28476
|
recordIdParam?: string | undefined;
|
|
28464
28477
|
recordIdField?: string | undefined;
|
|
28465
28478
|
bodyShape?: "flat" | {
|
|
@@ -30293,6 +30306,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
30293
30306
|
} | undefined;
|
|
30294
30307
|
shortcut?: string | undefined;
|
|
30295
30308
|
bulkEnabled?: boolean | undefined;
|
|
30309
|
+
aiExposed?: boolean | undefined;
|
|
30296
30310
|
recordIdParam?: string | undefined;
|
|
30297
30311
|
recordIdField?: string | undefined;
|
|
30298
30312
|
bodyShape?: "flat" | {
|
|
@@ -33108,6 +33122,7 @@ declare const SysUserPreference: Omit<{
|
|
|
33108
33122
|
} | undefined;
|
|
33109
33123
|
shortcut?: string | undefined;
|
|
33110
33124
|
bulkEnabled?: boolean | undefined;
|
|
33125
|
+
aiExposed?: boolean | undefined;
|
|
33111
33126
|
recordIdParam?: string | undefined;
|
|
33112
33127
|
recordIdField?: string | undefined;
|
|
33113
33128
|
bodyShape?: "flat" | {
|
|
@@ -34935,6 +34950,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34935
34950
|
} | undefined;
|
|
34936
34951
|
shortcut?: string | undefined;
|
|
34937
34952
|
bulkEnabled?: boolean | undefined;
|
|
34953
|
+
aiExposed?: boolean | undefined;
|
|
34938
34954
|
recordIdParam?: string | undefined;
|
|
34939
34955
|
recordIdField?: string | undefined;
|
|
34940
34956
|
bodyShape?: "flat" | {
|
|
@@ -40957,6 +40973,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40957
40973
|
} | undefined;
|
|
40958
40974
|
shortcut?: string | undefined;
|
|
40959
40975
|
bulkEnabled?: boolean | undefined;
|
|
40976
|
+
aiExposed?: boolean | undefined;
|
|
40960
40977
|
recordIdParam?: string | undefined;
|
|
40961
40978
|
recordIdField?: string | undefined;
|
|
40962
40979
|
bodyShape?: "flat" | {
|
|
@@ -43417,6 +43434,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
43417
43434
|
} | undefined;
|
|
43418
43435
|
shortcut?: string | undefined;
|
|
43419
43436
|
bulkEnabled?: boolean | undefined;
|
|
43437
|
+
aiExposed?: boolean | undefined;
|
|
43420
43438
|
recordIdParam?: string | undefined;
|
|
43421
43439
|
recordIdField?: string | undefined;
|
|
43422
43440
|
bodyShape?: "flat" | {
|
|
@@ -46052,6 +46070,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
46052
46070
|
} | undefined;
|
|
46053
46071
|
shortcut?: string | undefined;
|
|
46054
46072
|
bulkEnabled?: boolean | undefined;
|
|
46073
|
+
aiExposed?: boolean | undefined;
|
|
46055
46074
|
recordIdParam?: string | undefined;
|
|
46056
46075
|
recordIdField?: string | undefined;
|
|
46057
46076
|
bodyShape?: "flat" | {
|
|
@@ -47980,6 +47999,7 @@ declare const SysJwks: Omit<{
|
|
|
47980
47999
|
} | undefined;
|
|
47981
48000
|
shortcut?: string | undefined;
|
|
47982
48001
|
bulkEnabled?: boolean | undefined;
|
|
48002
|
+
aiExposed?: boolean | undefined;
|
|
47983
48003
|
recordIdParam?: string | undefined;
|
|
47984
48004
|
recordIdField?: string | undefined;
|
|
47985
48005
|
bodyShape?: "flat" | {
|
package/dist/identity/index.d.ts
CHANGED
|
@@ -663,6 +663,7 @@ declare const SysUser: Omit<{
|
|
|
663
663
|
} | undefined;
|
|
664
664
|
shortcut?: string | undefined;
|
|
665
665
|
bulkEnabled?: boolean | undefined;
|
|
666
|
+
aiExposed?: boolean | undefined;
|
|
666
667
|
recordIdParam?: string | undefined;
|
|
667
668
|
recordIdField?: string | undefined;
|
|
668
669
|
bodyShape?: "flat" | {
|
|
@@ -3657,6 +3658,7 @@ declare const SysSession: Omit<{
|
|
|
3657
3658
|
} | undefined;
|
|
3658
3659
|
shortcut?: string | undefined;
|
|
3659
3660
|
bulkEnabled?: boolean | undefined;
|
|
3661
|
+
aiExposed?: boolean | undefined;
|
|
3660
3662
|
recordIdParam?: string | undefined;
|
|
3661
3663
|
recordIdField?: string | undefined;
|
|
3662
3664
|
bodyShape?: "flat" | {
|
|
@@ -6356,6 +6358,7 @@ declare const SysAccount: Omit<{
|
|
|
6356
6358
|
} | undefined;
|
|
6357
6359
|
shortcut?: string | undefined;
|
|
6358
6360
|
bulkEnabled?: boolean | undefined;
|
|
6361
|
+
aiExposed?: boolean | undefined;
|
|
6359
6362
|
recordIdParam?: string | undefined;
|
|
6360
6363
|
recordIdField?: string | undefined;
|
|
6361
6364
|
bodyShape?: "flat" | {
|
|
@@ -9401,6 +9404,7 @@ declare const SysVerification: Omit<{
|
|
|
9401
9404
|
} | undefined;
|
|
9402
9405
|
shortcut?: string | undefined;
|
|
9403
9406
|
bulkEnabled?: boolean | undefined;
|
|
9407
|
+
aiExposed?: boolean | undefined;
|
|
9404
9408
|
recordIdParam?: string | undefined;
|
|
9405
9409
|
recordIdField?: string | undefined;
|
|
9406
9410
|
bodyShape?: "flat" | {
|
|
@@ -11156,6 +11160,7 @@ declare const SysOrganization: Omit<{
|
|
|
11156
11160
|
} | undefined;
|
|
11157
11161
|
shortcut?: string | undefined;
|
|
11158
11162
|
bulkEnabled?: boolean | undefined;
|
|
11163
|
+
aiExposed?: boolean | undefined;
|
|
11159
11164
|
recordIdParam?: string | undefined;
|
|
11160
11165
|
recordIdField?: string | undefined;
|
|
11161
11166
|
bodyShape?: "flat" | {
|
|
@@ -13186,6 +13191,7 @@ declare const SysMember: Omit<{
|
|
|
13186
13191
|
} | undefined;
|
|
13187
13192
|
shortcut?: string | undefined;
|
|
13188
13193
|
bulkEnabled?: boolean | undefined;
|
|
13194
|
+
aiExposed?: boolean | undefined;
|
|
13189
13195
|
recordIdParam?: string | undefined;
|
|
13190
13196
|
recordIdField?: string | undefined;
|
|
13191
13197
|
bodyShape?: "flat" | {
|
|
@@ -14813,6 +14819,7 @@ declare const SysInvitation: Omit<{
|
|
|
14813
14819
|
} | undefined;
|
|
14814
14820
|
shortcut?: string | undefined;
|
|
14815
14821
|
bulkEnabled?: boolean | undefined;
|
|
14822
|
+
aiExposed?: boolean | undefined;
|
|
14816
14823
|
recordIdParam?: string | undefined;
|
|
14817
14824
|
recordIdField?: string | undefined;
|
|
14818
14825
|
bodyShape?: "flat" | {
|
|
@@ -17228,6 +17235,7 @@ declare const SysTeam: Omit<{
|
|
|
17228
17235
|
} | undefined;
|
|
17229
17236
|
shortcut?: string | undefined;
|
|
17230
17237
|
bulkEnabled?: boolean | undefined;
|
|
17238
|
+
aiExposed?: boolean | undefined;
|
|
17231
17239
|
recordIdParam?: string | undefined;
|
|
17232
17240
|
recordIdField?: string | undefined;
|
|
17233
17241
|
bodyShape?: "flat" | {
|
|
@@ -18901,6 +18909,7 @@ declare const SysTeamMember: Omit<{
|
|
|
18901
18909
|
} | undefined;
|
|
18902
18910
|
shortcut?: string | undefined;
|
|
18903
18911
|
bulkEnabled?: boolean | undefined;
|
|
18912
|
+
aiExposed?: boolean | undefined;
|
|
18904
18913
|
recordIdParam?: string | undefined;
|
|
18905
18914
|
recordIdField?: string | undefined;
|
|
18906
18915
|
bodyShape?: "flat" | {
|
|
@@ -20355,6 +20364,7 @@ declare const SysDepartment: Omit<{
|
|
|
20355
20364
|
} | undefined;
|
|
20356
20365
|
shortcut?: string | undefined;
|
|
20357
20366
|
bulkEnabled?: boolean | undefined;
|
|
20367
|
+
aiExposed?: boolean | undefined;
|
|
20358
20368
|
recordIdParam?: string | undefined;
|
|
20359
20369
|
recordIdField?: string | undefined;
|
|
20360
20370
|
bodyShape?: "flat" | {
|
|
@@ -23430,6 +23440,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23430
23440
|
} | undefined;
|
|
23431
23441
|
shortcut?: string | undefined;
|
|
23432
23442
|
bulkEnabled?: boolean | undefined;
|
|
23443
|
+
aiExposed?: boolean | undefined;
|
|
23433
23444
|
recordIdParam?: string | undefined;
|
|
23434
23445
|
recordIdField?: string | undefined;
|
|
23435
23446
|
bodyShape?: "flat" | {
|
|
@@ -25711,6 +25722,7 @@ declare const SysApiKey: Omit<{
|
|
|
25711
25722
|
} | undefined;
|
|
25712
25723
|
shortcut?: string | undefined;
|
|
25713
25724
|
bulkEnabled?: boolean | undefined;
|
|
25725
|
+
aiExposed?: boolean | undefined;
|
|
25714
25726
|
recordIdParam?: string | undefined;
|
|
25715
25727
|
recordIdField?: string | undefined;
|
|
25716
25728
|
bodyShape?: "flat" | {
|
|
@@ -28460,6 +28472,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
28460
28472
|
} | undefined;
|
|
28461
28473
|
shortcut?: string | undefined;
|
|
28462
28474
|
bulkEnabled?: boolean | undefined;
|
|
28475
|
+
aiExposed?: boolean | undefined;
|
|
28463
28476
|
recordIdParam?: string | undefined;
|
|
28464
28477
|
recordIdField?: string | undefined;
|
|
28465
28478
|
bodyShape?: "flat" | {
|
|
@@ -30293,6 +30306,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
30293
30306
|
} | undefined;
|
|
30294
30307
|
shortcut?: string | undefined;
|
|
30295
30308
|
bulkEnabled?: boolean | undefined;
|
|
30309
|
+
aiExposed?: boolean | undefined;
|
|
30296
30310
|
recordIdParam?: string | undefined;
|
|
30297
30311
|
recordIdField?: string | undefined;
|
|
30298
30312
|
bodyShape?: "flat" | {
|
|
@@ -33108,6 +33122,7 @@ declare const SysUserPreference: Omit<{
|
|
|
33108
33122
|
} | undefined;
|
|
33109
33123
|
shortcut?: string | undefined;
|
|
33110
33124
|
bulkEnabled?: boolean | undefined;
|
|
33125
|
+
aiExposed?: boolean | undefined;
|
|
33111
33126
|
recordIdParam?: string | undefined;
|
|
33112
33127
|
recordIdField?: string | undefined;
|
|
33113
33128
|
bodyShape?: "flat" | {
|
|
@@ -34935,6 +34950,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34935
34950
|
} | undefined;
|
|
34936
34951
|
shortcut?: string | undefined;
|
|
34937
34952
|
bulkEnabled?: boolean | undefined;
|
|
34953
|
+
aiExposed?: boolean | undefined;
|
|
34938
34954
|
recordIdParam?: string | undefined;
|
|
34939
34955
|
recordIdField?: string | undefined;
|
|
34940
34956
|
bodyShape?: "flat" | {
|
|
@@ -40957,6 +40973,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40957
40973
|
} | undefined;
|
|
40958
40974
|
shortcut?: string | undefined;
|
|
40959
40975
|
bulkEnabled?: boolean | undefined;
|
|
40976
|
+
aiExposed?: boolean | undefined;
|
|
40960
40977
|
recordIdParam?: string | undefined;
|
|
40961
40978
|
recordIdField?: string | undefined;
|
|
40962
40979
|
bodyShape?: "flat" | {
|
|
@@ -43417,6 +43434,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
43417
43434
|
} | undefined;
|
|
43418
43435
|
shortcut?: string | undefined;
|
|
43419
43436
|
bulkEnabled?: boolean | undefined;
|
|
43437
|
+
aiExposed?: boolean | undefined;
|
|
43420
43438
|
recordIdParam?: string | undefined;
|
|
43421
43439
|
recordIdField?: string | undefined;
|
|
43422
43440
|
bodyShape?: "flat" | {
|
|
@@ -46052,6 +46070,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
46052
46070
|
} | undefined;
|
|
46053
46071
|
shortcut?: string | undefined;
|
|
46054
46072
|
bulkEnabled?: boolean | undefined;
|
|
46073
|
+
aiExposed?: boolean | undefined;
|
|
46055
46074
|
recordIdParam?: string | undefined;
|
|
46056
46075
|
recordIdField?: string | undefined;
|
|
46057
46076
|
bodyShape?: "flat" | {
|
|
@@ -47980,6 +47999,7 @@ declare const SysJwks: Omit<{
|
|
|
47980
47999
|
} | undefined;
|
|
47981
48000
|
shortcut?: string | undefined;
|
|
47982
48001
|
bulkEnabled?: boolean | undefined;
|
|
48002
|
+
aiExposed?: boolean | undefined;
|
|
47983
48003
|
recordIdParam?: string | undefined;
|
|
47984
48004
|
recordIdField?: string | undefined;
|
|
47985
48005
|
bodyShape?: "flat" | {
|
package/dist/index.js
CHANGED
|
@@ -3830,12 +3830,12 @@ var SysActivity = data.ObjectSchema.create({
|
|
|
3830
3830
|
group: "Target"
|
|
3831
3831
|
}),
|
|
3832
3832
|
// ── Context ──────────────────────────────────────────────────
|
|
3833
|
-
|
|
3834
|
-
label: "
|
|
3833
|
+
environment_id: data.Field.lookup("sys_environment", {
|
|
3834
|
+
label: "Environment",
|
|
3835
3835
|
required: false,
|
|
3836
3836
|
readonly: true,
|
|
3837
3837
|
searchable: true,
|
|
3838
|
-
description: "
|
|
3838
|
+
description: "Environment context (multi-environment deployments)",
|
|
3839
3839
|
group: "Context"
|
|
3840
3840
|
}),
|
|
3841
3841
|
metadata: data.Field.textarea({
|
|
@@ -3851,7 +3851,7 @@ var SysActivity = data.ObjectSchema.create({
|
|
|
3851
3851
|
{ fields: ["actor_id"] },
|
|
3852
3852
|
{ fields: ["object_name", "record_id"] },
|
|
3853
3853
|
{ fields: ["type"] },
|
|
3854
|
-
{ fields: ["
|
|
3854
|
+
{ fields: ["environment_id"] }
|
|
3855
3855
|
],
|
|
3856
3856
|
enable: {
|
|
3857
3857
|
trackHistory: false,
|
|
@@ -5639,12 +5639,12 @@ var SysMetadataObject = data.ObjectSchema.create({
|
|
|
5639
5639
|
}),
|
|
5640
5640
|
/**
|
|
5641
5641
|
* @deprecated ADR-0005 (revised 2026-05): per-env DBs replace per-project
|
|
5642
|
-
* isolation. `
|
|
5642
|
+
* isolation. `environment_id` is no longer written by saveMetaItem and not
|
|
5643
5643
|
* consulted by overlay reads. Kept for legacy rows; new writes leave it
|
|
5644
5644
|
* NULL. Will be dropped in a future schema migration.
|
|
5645
5645
|
*/
|
|
5646
|
-
|
|
5647
|
-
label: "
|
|
5646
|
+
environment_id: data.Field.lookup("sys_environment", {
|
|
5647
|
+
label: "Environment (deprecated)",
|
|
5648
5648
|
required: false,
|
|
5649
5649
|
description: "DEPRECATED. Use organization_id for tenant isolation."
|
|
5650
5650
|
}),
|
|
@@ -5694,7 +5694,7 @@ var SysMetadataObject = data.ObjectSchema.create({
|
|
|
5694
5694
|
indexes: [
|
|
5695
5695
|
// ADR-0005 (revised 2026-05): overlay uniqueness is scoped by
|
|
5696
5696
|
// (type, name, organization_id), restricted to active rows so resets
|
|
5697
|
-
// / archived versions don't collide.
|
|
5697
|
+
// / archived versions don't collide. environment_id is deprecated and
|
|
5698
5698
|
// not part of the discriminator. The runtime layer (protocol.ts
|
|
5699
5699
|
// ensureOverlayIndex) issues a DROP-then-CREATE migration to
|
|
5700
5700
|
// replace any pre-existing legacy composite index in-place.
|
|
@@ -6382,7 +6382,7 @@ var SETUP_APP = {
|
|
|
6382
6382
|
// - The marketplace-only `sys_app` / `sys_package` /
|
|
6383
6383
|
// `sys_package_installation` menus have been removed entirely;
|
|
6384
6384
|
// they are contributed by `@objectstack/service-tenant`
|
|
6385
|
-
// (control-plane) and are not present in single-
|
|
6385
|
+
// (control-plane) and are not present in single-environment runtimes.
|
|
6386
6386
|
{ id: "nav_oauth_apps", type: "object", label: "OAuth Applications", objectName: "sys_oauth_application", icon: "app-window" },
|
|
6387
6387
|
{ id: "nav_jwks", type: "object", label: "Signing Keys (JWKS)", objectName: "sys_jwks", icon: "key-round" },
|
|
6388
6388
|
{ id: "nav_verifications", type: "object", label: "Verifications", objectName: "sys_verification", icon: "mail-check" },
|
|
@@ -6461,7 +6461,7 @@ var SystemOverviewDashboard = ui.Dashboard.create({
|
|
|
6461
6461
|
type: "metric",
|
|
6462
6462
|
object: "sys_package_installation",
|
|
6463
6463
|
// Cloud-only object — only registered when service-tenant is loaded.
|
|
6464
|
-
// Hide this widget gracefully in single-
|
|
6464
|
+
// Hide this widget gracefully in single-environment runtimes.
|
|
6465
6465
|
requiresObject: "sys_package_installation",
|
|
6466
6466
|
layout: {
|
|
6467
6467
|
x: 9,
|
|
@@ -8313,9 +8313,9 @@ var enObjects = {
|
|
|
8313
8313
|
label: "URL",
|
|
8314
8314
|
help: "Optional deep-link to the activity target"
|
|
8315
8315
|
},
|
|
8316
|
-
|
|
8316
|
+
environment_id: {
|
|
8317
8317
|
label: "Project",
|
|
8318
|
-
help: "
|
|
8318
|
+
help: "Environment context (multi-environment deployments)"
|
|
8319
8319
|
},
|
|
8320
8320
|
metadata: {
|
|
8321
8321
|
label: "Metadata",
|
|
@@ -9308,7 +9308,7 @@ var enObjects = {
|
|
|
9308
9308
|
label: "Organization",
|
|
9309
9309
|
help: "Organization for multi-tenant isolation."
|
|
9310
9310
|
},
|
|
9311
|
-
|
|
9311
|
+
environment_id: {
|
|
9312
9312
|
label: "Project (deprecated)",
|
|
9313
9313
|
help: "DEPRECATED. Use organization_id for tenant isolation."
|
|
9314
9314
|
},
|
|
@@ -9390,7 +9390,7 @@ var enObjects = {
|
|
|
9390
9390
|
label: "Organization",
|
|
9391
9391
|
help: "Organization for multi-tenant isolation."
|
|
9392
9392
|
},
|
|
9393
|
-
|
|
9393
|
+
environment_id: {
|
|
9394
9394
|
label: "Environment ID",
|
|
9395
9395
|
help: "Scopes this history entry to a specific environment."
|
|
9396
9396
|
},
|
|
@@ -11348,7 +11348,7 @@ var zhCNObjects = {
|
|
|
11348
11348
|
label: "URL",
|
|
11349
11349
|
help: "\u6307\u5411\u6D3B\u52A8\u76EE\u6807\u7684\u53EF\u9009\u6DF1\u5EA6\u94FE\u63A5"
|
|
11350
11350
|
},
|
|
11351
|
-
|
|
11351
|
+
environment_id: {
|
|
11352
11352
|
label: "\u9879\u76EE",
|
|
11353
11353
|
help: "\u9879\u76EE\u4E0A\u4E0B\u6587\uFF08\u591A\u9879\u76EE\u90E8\u7F72\uFF09"
|
|
11354
11354
|
},
|
|
@@ -12347,7 +12347,7 @@ var zhCNObjects = {
|
|
|
12347
12347
|
label: "\u7EC4\u7EC7",
|
|
12348
12348
|
help: "\u7528\u4E8E\u591A\u79DF\u6237\u9694\u79BB\u7684\u7EC4\u7EC7\u3002"
|
|
12349
12349
|
},
|
|
12350
|
-
|
|
12350
|
+
environment_id: {
|
|
12351
12351
|
label: "\u9879\u76EE\uFF08\u5DF2\u5E9F\u5F03\uFF09",
|
|
12352
12352
|
help: "\u5DF2\u5E9F\u5F03\u3002\u8BF7\u4F7F\u7528 organization_id \u8FDB\u884C\u79DF\u6237\u9694\u79BB\u3002"
|
|
12353
12353
|
},
|
|
@@ -12429,7 +12429,7 @@ var zhCNObjects = {
|
|
|
12429
12429
|
label: "\u7EC4\u7EC7",
|
|
12430
12430
|
help: "\u7528\u4E8E\u591A\u79DF\u6237\u9694\u79BB\u7684\u7EC4\u7EC7\u3002"
|
|
12431
12431
|
},
|
|
12432
|
-
|
|
12432
|
+
environment_id: {
|
|
12433
12433
|
label: "\u73AF\u5883 ID",
|
|
12434
12434
|
help: "\u5C06\u8BE5\u5386\u53F2\u8BB0\u5F55\u9650\u5B9A\u5230\u7279\u5B9A\u73AF\u5883\u3002"
|
|
12435
12435
|
},
|
|
@@ -14337,7 +14337,7 @@ var jaJPObjects = {
|
|
|
14337
14337
|
label: "URL",
|
|
14338
14338
|
help: "\u30A2\u30AF\u30C6\u30A3\u30D3\u30C6\u30A3\u30BF\u30FC\u30B2\u30C3\u30C8\u3078\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u30C7\u30A3\u30FC\u30D7\u30EA\u30F3\u30AF"
|
|
14339
14339
|
},
|
|
14340
|
-
|
|
14340
|
+
environment_id: {
|
|
14341
14341
|
label: "\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8",
|
|
14342
14342
|
help: "\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\uFF08\u30DE\u30EB\u30C1\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30C7\u30D7\u30ED\u30A4\u30E1\u30F3\u30C8\uFF09"
|
|
14343
14343
|
},
|
|
@@ -15332,7 +15332,7 @@ var jaJPObjects = {
|
|
|
15332
15332
|
label: "\u7D44\u7E54",
|
|
15333
15333
|
help: "\u30DE\u30EB\u30C1\u30C6\u30CA\u30F3\u30C8\u5206\u96E2\u306E\u305F\u3081\u306E\u7D44\u7E54\u3002"
|
|
15334
15334
|
},
|
|
15335
|
-
|
|
15335
|
+
environment_id: {
|
|
15336
15336
|
label: "\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\uFF08\u975E\u63A8\u5968\uFF09",
|
|
15337
15337
|
help: "\u975E\u63A8\u5968\u3002\u30C6\u30CA\u30F3\u30C8\u5206\u96E2\u306B\u306F organization_id \u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002"
|
|
15338
15338
|
},
|
|
@@ -15414,7 +15414,7 @@ var jaJPObjects = {
|
|
|
15414
15414
|
label: "\u7D44\u7E54",
|
|
15415
15415
|
help: "\u30DE\u30EB\u30C1\u30C6\u30CA\u30F3\u30C8\u5206\u96E2\u306E\u305F\u3081\u306E\u7D44\u7E54\u3002"
|
|
15416
15416
|
},
|
|
15417
|
-
|
|
15417
|
+
environment_id: {
|
|
15418
15418
|
label: "\u74B0\u5883 ID",
|
|
15419
15419
|
help: "\u3053\u306E\u5C65\u6B74\u30A8\u30F3\u30C8\u30EA\u3092\u7279\u5B9A\u306E\u74B0\u5883\u306B\u30B9\u30B3\u30FC\u30D7\u3057\u307E\u3059\u3002"
|
|
15420
15420
|
},
|
|
@@ -17322,7 +17322,7 @@ var esESObjects = {
|
|
|
17322
17322
|
label: "URL",
|
|
17323
17323
|
help: "Enlace profundo opcional al destino de la actividad."
|
|
17324
17324
|
},
|
|
17325
|
-
|
|
17325
|
+
environment_id: {
|
|
17326
17326
|
label: "Proyecto",
|
|
17327
17327
|
help: "Contexto del proyecto (implementaciones multiproyecto)."
|
|
17328
17328
|
},
|
|
@@ -18317,7 +18317,7 @@ var esESObjects = {
|
|
|
18317
18317
|
label: "Organizaci\xF3n",
|
|
18318
18318
|
help: "Organizaci\xF3n para el aislamiento multi-tenant."
|
|
18319
18319
|
},
|
|
18320
|
-
|
|
18320
|
+
environment_id: {
|
|
18321
18321
|
label: "Proyecto (obsoleto)",
|
|
18322
18322
|
help: "OBSOLETO. Use organization_id para el aislamiento del tenant."
|
|
18323
18323
|
},
|
|
@@ -18399,7 +18399,7 @@ var esESObjects = {
|
|
|
18399
18399
|
label: "Organizaci\xF3n",
|
|
18400
18400
|
help: "Organizaci\xF3n para el aislamiento multi-tenant."
|
|
18401
18401
|
},
|
|
18402
|
-
|
|
18402
|
+
environment_id: {
|
|
18403
18403
|
label: "ID del entorno",
|
|
18404
18404
|
help: "Limita esta entrada de historial a un entorno espec\xEDfico."
|
|
18405
18405
|
},
|