@objectstack/platform-objects 5.2.0 → 6.0.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/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 +2 -2
- package/dist/audit/index.d.ts +2 -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/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 +1 -1
- package/dist/integration/index.d.ts +1 -1
- package/dist/integration/index.js.map +1 -1
- package/dist/integration/index.mjs.map +1 -1
- package/dist/metadata/index.d.mts +3 -3
- package/dist/metadata/index.d.ts +3 -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/package.json +2 -2
package/dist/audit/index.d.mts
CHANGED
|
@@ -8169,7 +8169,7 @@ declare const SysActivity: Omit<{
|
|
|
8169
8169
|
readonly index?: boolean | undefined;
|
|
8170
8170
|
readonly type: "url";
|
|
8171
8171
|
};
|
|
8172
|
-
readonly
|
|
8172
|
+
readonly environment_id: {
|
|
8173
8173
|
readonly readonly?: boolean | undefined;
|
|
8174
8174
|
readonly format?: string | undefined;
|
|
8175
8175
|
readonly options?: {
|
|
@@ -8529,7 +8529,7 @@ declare const SysActivity: Omit<{
|
|
|
8529
8529
|
}, {
|
|
8530
8530
|
readonly fields: ["type"];
|
|
8531
8531
|
}, {
|
|
8532
|
-
readonly fields: ["
|
|
8532
|
+
readonly fields: ["environment_id"];
|
|
8533
8533
|
}];
|
|
8534
8534
|
readonly enable: {
|
|
8535
8535
|
readonly trackHistory: false;
|
package/dist/audit/index.d.ts
CHANGED
|
@@ -8169,7 +8169,7 @@ declare const SysActivity: Omit<{
|
|
|
8169
8169
|
readonly index?: boolean | undefined;
|
|
8170
8170
|
readonly type: "url";
|
|
8171
8171
|
};
|
|
8172
|
-
readonly
|
|
8172
|
+
readonly environment_id: {
|
|
8173
8173
|
readonly readonly?: boolean | undefined;
|
|
8174
8174
|
readonly format?: string | undefined;
|
|
8175
8175
|
readonly options?: {
|
|
@@ -8529,7 +8529,7 @@ declare const SysActivity: Omit<{
|
|
|
8529
8529
|
}, {
|
|
8530
8530
|
readonly fields: ["type"];
|
|
8531
8531
|
}, {
|
|
8532
|
-
readonly fields: ["
|
|
8532
|
+
readonly fields: ["environment_id"];
|
|
8533
8533
|
}];
|
|
8534
8534
|
readonly enable: {
|
|
8535
8535
|
readonly trackHistory: false;
|
package/dist/audit/index.js
CHANGED
|
@@ -383,12 +383,12 @@ var SysActivity = data.ObjectSchema.create({
|
|
|
383
383
|
group: "Target"
|
|
384
384
|
}),
|
|
385
385
|
// ── Context ──────────────────────────────────────────────────
|
|
386
|
-
|
|
387
|
-
label: "
|
|
386
|
+
environment_id: data.Field.lookup("sys_environment", {
|
|
387
|
+
label: "Environment",
|
|
388
388
|
required: false,
|
|
389
389
|
readonly: true,
|
|
390
390
|
searchable: true,
|
|
391
|
-
description: "
|
|
391
|
+
description: "Environment context (multi-environment deployments)",
|
|
392
392
|
group: "Context"
|
|
393
393
|
}),
|
|
394
394
|
metadata: data.Field.textarea({
|
|
@@ -404,7 +404,7 @@ var SysActivity = data.ObjectSchema.create({
|
|
|
404
404
|
{ fields: ["actor_id"] },
|
|
405
405
|
{ fields: ["object_name", "record_id"] },
|
|
406
406
|
{ fields: ["type"] },
|
|
407
|
-
{ fields: ["
|
|
407
|
+
{ fields: ["environment_id"] }
|
|
408
408
|
],
|
|
409
409
|
enable: {
|
|
410
410
|
trackHistory: false,
|