@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.
@@ -681,6 +681,7 @@ declare const SysSetting: Omit<{
681
681
  } | undefined;
682
682
  shortcut?: string | undefined;
683
683
  bulkEnabled?: boolean | undefined;
684
+ aiExposed?: boolean | undefined;
684
685
  recordIdParam?: string | undefined;
685
686
  recordIdField?: string | undefined;
686
687
  bodyShape?: "flat" | {
@@ -3777,6 +3778,7 @@ declare const SysSecret: Omit<{
3777
3778
  } | undefined;
3778
3779
  shortcut?: string | undefined;
3779
3780
  bulkEnabled?: boolean | undefined;
3781
+ aiExposed?: boolean | undefined;
3780
3782
  recordIdParam?: string | undefined;
3781
3783
  recordIdField?: string | undefined;
3782
3784
  bodyShape?: "flat" | {
@@ -6084,6 +6086,7 @@ declare const SysSettingAudit: Omit<{
6084
6086
  } | undefined;
6085
6087
  shortcut?: string | undefined;
6086
6088
  bulkEnabled?: boolean | undefined;
6089
+ aiExposed?: boolean | undefined;
6087
6090
  recordIdParam?: string | undefined;
6088
6091
  recordIdField?: string | undefined;
6089
6092
  bodyShape?: "flat" | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/platform-objects",
3
- "version": "5.2.0",
3
+ "version": "6.1.1",
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",
@@ -48,7 +48,7 @@
48
48
  }
49
49
  },
50
50
  "dependencies": {
51
- "@objectstack/spec": "5.2.0"
51
+ "@objectstack/spec": "6.1.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/node": "^25.9.1",