@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.
@@ -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";
@@ -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.7.0",
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.7.0",
67
- "@objectstack/spec": "11.7.0"
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",