@objectstack/platform-objects 11.3.0 → 11.5.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.
@@ -593,6 +593,7 @@ declare const SysSetting: Omit<{
593
593
  filter: boolean;
594
594
  rowHeight: boolean;
595
595
  addRecordForm: boolean;
596
+ editInline: boolean;
596
597
  buttons?: string[] | undefined;
597
598
  } | undefined;
598
599
  appearance?: {
@@ -3791,6 +3792,7 @@ declare const SysSecret: Omit<{
3791
3792
  filter: boolean;
3792
3793
  rowHeight: boolean;
3793
3794
  addRecordForm: boolean;
3795
+ editInline: boolean;
3794
3796
  buttons?: string[] | undefined;
3795
3797
  } | undefined;
3796
3798
  appearance?: {
@@ -6201,6 +6203,7 @@ declare const SysSettingAudit: Omit<{
6201
6203
  filter: boolean;
6202
6204
  rowHeight: boolean;
6203
6205
  addRecordForm: boolean;
6206
+ editInline: boolean;
6204
6207
  buttons?: string[] | undefined;
6205
6208
  } | undefined;
6206
6209
  appearance?: {
@@ -593,6 +593,7 @@ declare const SysSetting: Omit<{
593
593
  filter: boolean;
594
594
  rowHeight: boolean;
595
595
  addRecordForm: boolean;
596
+ editInline: boolean;
596
597
  buttons?: string[] | undefined;
597
598
  } | undefined;
598
599
  appearance?: {
@@ -3791,6 +3792,7 @@ declare const SysSecret: Omit<{
3791
3792
  filter: boolean;
3792
3793
  rowHeight: boolean;
3793
3794
  addRecordForm: boolean;
3795
+ editInline: boolean;
3794
3796
  buttons?: string[] | undefined;
3795
3797
  } | undefined;
3796
3798
  appearance?: {
@@ -6201,6 +6203,7 @@ declare const SysSettingAudit: Omit<{
6201
6203
  filter: boolean;
6202
6204
  rowHeight: boolean;
6203
6205
  addRecordForm: boolean;
6206
+ editInline: boolean;
6204
6207
  buttons?: string[] | undefined;
6205
6208
  } | undefined;
6206
6209
  appearance?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/platform-objects",
3
- "version": "11.3.0",
3
+ "version": "11.5.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.3.0",
67
- "@objectstack/spec": "11.3.0"
66
+ "@objectstack/metadata-core": "11.5.0",
67
+ "@objectstack/spec": "11.5.0"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/node": "^26.0.1",