@objectstack/platform-objects 11.7.0 → 11.10.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.js +26 -3
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +26 -3
- package/dist/apps/index.mjs.map +1 -1
- package/dist/audit/index.d.mts +0 -10
- package/dist/audit/index.d.ts +0 -10
- package/dist/identity/index.d.mts +0 -22
- package/dist/identity/index.d.ts +0 -22
- package/dist/index.js +26 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +26 -3
- package/dist/index.mjs.map +1 -1
- package/dist/system/index.d.mts +0 -3
- package/dist/system/index.d.ts +0 -3
- package/package.json +3 -3
package/dist/system/index.d.mts
CHANGED
|
@@ -352,7 +352,6 @@ declare const SysSetting: Omit<{
|
|
|
352
352
|
} | undefined;
|
|
353
353
|
} | undefined;
|
|
354
354
|
highlightFields?: string[] | undefined;
|
|
355
|
-
compactLayout?: string[] | undefined;
|
|
356
355
|
stageField?: string | false | undefined;
|
|
357
356
|
listViews?: Record<string, {
|
|
358
357
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
@@ -3533,7 +3532,6 @@ declare const SysSecret: Omit<{
|
|
|
3533
3532
|
} | undefined;
|
|
3534
3533
|
} | undefined;
|
|
3535
3534
|
highlightFields?: string[] | undefined;
|
|
3536
|
-
compactLayout?: string[] | undefined;
|
|
3537
3535
|
stageField?: string | false | undefined;
|
|
3538
3536
|
listViews?: Record<string, {
|
|
3539
3537
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
@@ -5926,7 +5924,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
5926
5924
|
} | undefined;
|
|
5927
5925
|
} | undefined;
|
|
5928
5926
|
highlightFields?: string[] | undefined;
|
|
5929
|
-
compactLayout?: string[] | undefined;
|
|
5930
5927
|
stageField?: string | false | undefined;
|
|
5931
5928
|
listViews?: Record<string, {
|
|
5932
5929
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
package/dist/system/index.d.ts
CHANGED
|
@@ -352,7 +352,6 @@ declare const SysSetting: Omit<{
|
|
|
352
352
|
} | undefined;
|
|
353
353
|
} | undefined;
|
|
354
354
|
highlightFields?: string[] | undefined;
|
|
355
|
-
compactLayout?: string[] | undefined;
|
|
356
355
|
stageField?: string | false | undefined;
|
|
357
356
|
listViews?: Record<string, {
|
|
358
357
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
@@ -3533,7 +3532,6 @@ declare const SysSecret: Omit<{
|
|
|
3533
3532
|
} | undefined;
|
|
3534
3533
|
} | undefined;
|
|
3535
3534
|
highlightFields?: string[] | undefined;
|
|
3536
|
-
compactLayout?: string[] | undefined;
|
|
3537
3535
|
stageField?: string | false | undefined;
|
|
3538
3536
|
listViews?: Record<string, {
|
|
3539
3537
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
@@ -5926,7 +5924,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
5926
5924
|
} | undefined;
|
|
5927
5925
|
} | undefined;
|
|
5928
5926
|
highlightFields?: string[] | undefined;
|
|
5929
|
-
compactLayout?: string[] | undefined;
|
|
5930
5927
|
stageField?: string | false | undefined;
|
|
5931
5928
|
listViews?: Record<string, {
|
|
5932
5929
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/platform-objects",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.10.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Core platform object schemas for ObjectStack — identity, security, audit, tenant, and metadata objects",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@objectstack/metadata-core": "11.
|
|
67
|
-
"@objectstack/spec": "11.
|
|
66
|
+
"@objectstack/metadata-core": "11.10.0",
|
|
67
|
+
"@objectstack/spec": "11.10.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@types/node": "^26.0.1",
|