@objectstack/platform-objects 6.0.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.
- package/dist/audit/index.d.mts +16 -0
- package/dist/audit/index.d.ts +16 -0
- package/dist/identity/index.d.mts +20 -0
- package/dist/identity/index.d.ts +20 -0
- package/dist/integration/index.d.mts +1 -0
- package/dist/integration/index.d.ts +1 -0
- package/dist/metadata/index.d.mts +2 -0
- package/dist/metadata/index.d.ts +2 -0
- package/dist/security/index.d.mts +6 -0
- package/dist/security/index.d.ts +6 -0
- package/dist/system/index.d.mts +3 -0
- package/dist/system/index.d.ts +3 -0
- package/package.json +2 -2
package/dist/audit/index.d.mts
CHANGED
|
@@ -663,6 +663,7 @@ declare const SysAuditLog: Omit<{
|
|
|
663
663
|
} | undefined;
|
|
664
664
|
shortcut?: string | undefined;
|
|
665
665
|
bulkEnabled?: boolean | undefined;
|
|
666
|
+
aiExposed?: boolean | undefined;
|
|
666
667
|
recordIdParam?: string | undefined;
|
|
667
668
|
recordIdField?: string | undefined;
|
|
668
669
|
bodyShape?: "flat" | {
|
|
@@ -3581,6 +3582,7 @@ declare const SysPresence: Omit<{
|
|
|
3581
3582
|
} | undefined;
|
|
3582
3583
|
shortcut?: string | undefined;
|
|
3583
3584
|
bulkEnabled?: boolean | undefined;
|
|
3585
|
+
aiExposed?: boolean | undefined;
|
|
3584
3586
|
recordIdParam?: string | undefined;
|
|
3585
3587
|
recordIdField?: string | undefined;
|
|
3586
3588
|
bodyShape?: "flat" | {
|
|
@@ -6217,6 +6219,7 @@ declare const SysActivity: Omit<{
|
|
|
6217
6219
|
} | undefined;
|
|
6218
6220
|
shortcut?: string | undefined;
|
|
6219
6221
|
bulkEnabled?: boolean | undefined;
|
|
6222
|
+
aiExposed?: boolean | undefined;
|
|
6220
6223
|
recordIdParam?: string | undefined;
|
|
6221
6224
|
recordIdField?: string | undefined;
|
|
6222
6225
|
bodyShape?: "flat" | {
|
|
@@ -9207,6 +9210,7 @@ declare const SysComment: Omit<{
|
|
|
9207
9210
|
} | undefined;
|
|
9208
9211
|
shortcut?: string | undefined;
|
|
9209
9212
|
bulkEnabled?: boolean | undefined;
|
|
9213
|
+
aiExposed?: boolean | undefined;
|
|
9210
9214
|
recordIdParam?: string | undefined;
|
|
9211
9215
|
recordIdField?: string | undefined;
|
|
9212
9216
|
bodyShape?: "flat" | {
|
|
@@ -12547,6 +12551,7 @@ declare const SysAttachment: Omit<{
|
|
|
12547
12551
|
} | undefined;
|
|
12548
12552
|
shortcut?: string | undefined;
|
|
12549
12553
|
bulkEnabled?: boolean | undefined;
|
|
12554
|
+
aiExposed?: boolean | undefined;
|
|
12550
12555
|
recordIdParam?: string | undefined;
|
|
12551
12556
|
recordIdField?: string | undefined;
|
|
12552
12557
|
bodyShape?: "flat" | {
|
|
@@ -15531,6 +15536,7 @@ declare const SysNotification: Omit<{
|
|
|
15531
15536
|
} | undefined;
|
|
15532
15537
|
shortcut?: string | undefined;
|
|
15533
15538
|
bulkEnabled?: boolean | undefined;
|
|
15539
|
+
aiExposed?: boolean | undefined;
|
|
15534
15540
|
recordIdParam?: string | undefined;
|
|
15535
15541
|
recordIdField?: string | undefined;
|
|
15536
15542
|
bodyShape?: "flat" | {
|
|
@@ -18805,6 +18811,7 @@ declare const SysEmail: Omit<{
|
|
|
18805
18811
|
} | undefined;
|
|
18806
18812
|
shortcut?: string | undefined;
|
|
18807
18813
|
bulkEnabled?: boolean | undefined;
|
|
18814
|
+
aiExposed?: boolean | undefined;
|
|
18808
18815
|
recordIdParam?: string | undefined;
|
|
18809
18816
|
recordIdField?: string | undefined;
|
|
18810
18817
|
bodyShape?: "flat" | {
|
|
@@ -22831,6 +22838,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
22831
22838
|
} | undefined;
|
|
22832
22839
|
shortcut?: string | undefined;
|
|
22833
22840
|
bulkEnabled?: boolean | undefined;
|
|
22841
|
+
aiExposed?: boolean | undefined;
|
|
22834
22842
|
recordIdParam?: string | undefined;
|
|
22835
22843
|
recordIdField?: string | undefined;
|
|
22836
22844
|
bodyShape?: "flat" | {
|
|
@@ -26521,6 +26529,7 @@ declare const SysSavedReport: Omit<{
|
|
|
26521
26529
|
} | undefined;
|
|
26522
26530
|
shortcut?: string | undefined;
|
|
26523
26531
|
bulkEnabled?: boolean | undefined;
|
|
26532
|
+
aiExposed?: boolean | undefined;
|
|
26524
26533
|
recordIdParam?: string | undefined;
|
|
26525
26534
|
recordIdField?: string | undefined;
|
|
26526
26535
|
bodyShape?: "flat" | {
|
|
@@ -29159,6 +29168,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
29159
29168
|
} | undefined;
|
|
29160
29169
|
shortcut?: string | undefined;
|
|
29161
29170
|
bulkEnabled?: boolean | undefined;
|
|
29171
|
+
aiExposed?: boolean | undefined;
|
|
29162
29172
|
recordIdParam?: string | undefined;
|
|
29163
29173
|
recordIdField?: string | undefined;
|
|
29164
29174
|
bodyShape?: "flat" | {
|
|
@@ -32836,6 +32846,7 @@ declare const SysApprovalProcess: Omit<{
|
|
|
32836
32846
|
} | undefined;
|
|
32837
32847
|
shortcut?: string | undefined;
|
|
32838
32848
|
bulkEnabled?: boolean | undefined;
|
|
32849
|
+
aiExposed?: boolean | undefined;
|
|
32839
32850
|
recordIdParam?: string | undefined;
|
|
32840
32851
|
recordIdField?: string | undefined;
|
|
32841
32852
|
bodyShape?: "flat" | {
|
|
@@ -35214,6 +35225,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
35214
35225
|
} | undefined;
|
|
35215
35226
|
shortcut?: string | undefined;
|
|
35216
35227
|
bulkEnabled?: boolean | undefined;
|
|
35228
|
+
aiExposed?: boolean | undefined;
|
|
35217
35229
|
recordIdParam?: string | undefined;
|
|
35218
35230
|
recordIdField?: string | undefined;
|
|
35219
35231
|
bodyShape?: "flat" | {
|
|
@@ -38807,6 +38819,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
38807
38819
|
} | undefined;
|
|
38808
38820
|
shortcut?: string | undefined;
|
|
38809
38821
|
bulkEnabled?: boolean | undefined;
|
|
38822
|
+
aiExposed?: boolean | undefined;
|
|
38810
38823
|
recordIdParam?: string | undefined;
|
|
38811
38824
|
recordIdField?: string | undefined;
|
|
38812
38825
|
bodyShape?: "flat" | {
|
|
@@ -41147,6 +41160,7 @@ declare const SysJob: Omit<{
|
|
|
41147
41160
|
} | undefined;
|
|
41148
41161
|
shortcut?: string | undefined;
|
|
41149
41162
|
bulkEnabled?: boolean | undefined;
|
|
41163
|
+
aiExposed?: boolean | undefined;
|
|
41150
41164
|
recordIdParam?: string | undefined;
|
|
41151
41165
|
recordIdField?: string | undefined;
|
|
41152
41166
|
bodyShape?: "flat" | {
|
|
@@ -44121,6 +44135,7 @@ declare const SysJobRun: Omit<{
|
|
|
44121
44135
|
} | undefined;
|
|
44122
44136
|
shortcut?: string | undefined;
|
|
44123
44137
|
bulkEnabled?: boolean | undefined;
|
|
44138
|
+
aiExposed?: boolean | undefined;
|
|
44124
44139
|
recordIdParam?: string | undefined;
|
|
44125
44140
|
recordIdField?: string | undefined;
|
|
44126
44141
|
bodyShape?: "flat" | {
|
|
@@ -46578,6 +46593,7 @@ declare const SysJobQueue: Omit<{
|
|
|
46578
46593
|
} | undefined;
|
|
46579
46594
|
shortcut?: string | undefined;
|
|
46580
46595
|
bulkEnabled?: boolean | undefined;
|
|
46596
|
+
aiExposed?: boolean | undefined;
|
|
46581
46597
|
recordIdParam?: string | undefined;
|
|
46582
46598
|
recordIdField?: string | undefined;
|
|
46583
46599
|
bodyShape?: "flat" | {
|
package/dist/audit/index.d.ts
CHANGED
|
@@ -663,6 +663,7 @@ declare const SysAuditLog: Omit<{
|
|
|
663
663
|
} | undefined;
|
|
664
664
|
shortcut?: string | undefined;
|
|
665
665
|
bulkEnabled?: boolean | undefined;
|
|
666
|
+
aiExposed?: boolean | undefined;
|
|
666
667
|
recordIdParam?: string | undefined;
|
|
667
668
|
recordIdField?: string | undefined;
|
|
668
669
|
bodyShape?: "flat" | {
|
|
@@ -3581,6 +3582,7 @@ declare const SysPresence: Omit<{
|
|
|
3581
3582
|
} | undefined;
|
|
3582
3583
|
shortcut?: string | undefined;
|
|
3583
3584
|
bulkEnabled?: boolean | undefined;
|
|
3585
|
+
aiExposed?: boolean | undefined;
|
|
3584
3586
|
recordIdParam?: string | undefined;
|
|
3585
3587
|
recordIdField?: string | undefined;
|
|
3586
3588
|
bodyShape?: "flat" | {
|
|
@@ -6217,6 +6219,7 @@ declare const SysActivity: Omit<{
|
|
|
6217
6219
|
} | undefined;
|
|
6218
6220
|
shortcut?: string | undefined;
|
|
6219
6221
|
bulkEnabled?: boolean | undefined;
|
|
6222
|
+
aiExposed?: boolean | undefined;
|
|
6220
6223
|
recordIdParam?: string | undefined;
|
|
6221
6224
|
recordIdField?: string | undefined;
|
|
6222
6225
|
bodyShape?: "flat" | {
|
|
@@ -9207,6 +9210,7 @@ declare const SysComment: Omit<{
|
|
|
9207
9210
|
} | undefined;
|
|
9208
9211
|
shortcut?: string | undefined;
|
|
9209
9212
|
bulkEnabled?: boolean | undefined;
|
|
9213
|
+
aiExposed?: boolean | undefined;
|
|
9210
9214
|
recordIdParam?: string | undefined;
|
|
9211
9215
|
recordIdField?: string | undefined;
|
|
9212
9216
|
bodyShape?: "flat" | {
|
|
@@ -12547,6 +12551,7 @@ declare const SysAttachment: Omit<{
|
|
|
12547
12551
|
} | undefined;
|
|
12548
12552
|
shortcut?: string | undefined;
|
|
12549
12553
|
bulkEnabled?: boolean | undefined;
|
|
12554
|
+
aiExposed?: boolean | undefined;
|
|
12550
12555
|
recordIdParam?: string | undefined;
|
|
12551
12556
|
recordIdField?: string | undefined;
|
|
12552
12557
|
bodyShape?: "flat" | {
|
|
@@ -15531,6 +15536,7 @@ declare const SysNotification: Omit<{
|
|
|
15531
15536
|
} | undefined;
|
|
15532
15537
|
shortcut?: string | undefined;
|
|
15533
15538
|
bulkEnabled?: boolean | undefined;
|
|
15539
|
+
aiExposed?: boolean | undefined;
|
|
15534
15540
|
recordIdParam?: string | undefined;
|
|
15535
15541
|
recordIdField?: string | undefined;
|
|
15536
15542
|
bodyShape?: "flat" | {
|
|
@@ -18805,6 +18811,7 @@ declare const SysEmail: Omit<{
|
|
|
18805
18811
|
} | undefined;
|
|
18806
18812
|
shortcut?: string | undefined;
|
|
18807
18813
|
bulkEnabled?: boolean | undefined;
|
|
18814
|
+
aiExposed?: boolean | undefined;
|
|
18808
18815
|
recordIdParam?: string | undefined;
|
|
18809
18816
|
recordIdField?: string | undefined;
|
|
18810
18817
|
bodyShape?: "flat" | {
|
|
@@ -22831,6 +22838,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
22831
22838
|
} | undefined;
|
|
22832
22839
|
shortcut?: string | undefined;
|
|
22833
22840
|
bulkEnabled?: boolean | undefined;
|
|
22841
|
+
aiExposed?: boolean | undefined;
|
|
22834
22842
|
recordIdParam?: string | undefined;
|
|
22835
22843
|
recordIdField?: string | undefined;
|
|
22836
22844
|
bodyShape?: "flat" | {
|
|
@@ -26521,6 +26529,7 @@ declare const SysSavedReport: Omit<{
|
|
|
26521
26529
|
} | undefined;
|
|
26522
26530
|
shortcut?: string | undefined;
|
|
26523
26531
|
bulkEnabled?: boolean | undefined;
|
|
26532
|
+
aiExposed?: boolean | undefined;
|
|
26524
26533
|
recordIdParam?: string | undefined;
|
|
26525
26534
|
recordIdField?: string | undefined;
|
|
26526
26535
|
bodyShape?: "flat" | {
|
|
@@ -29159,6 +29168,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
29159
29168
|
} | undefined;
|
|
29160
29169
|
shortcut?: string | undefined;
|
|
29161
29170
|
bulkEnabled?: boolean | undefined;
|
|
29171
|
+
aiExposed?: boolean | undefined;
|
|
29162
29172
|
recordIdParam?: string | undefined;
|
|
29163
29173
|
recordIdField?: string | undefined;
|
|
29164
29174
|
bodyShape?: "flat" | {
|
|
@@ -32836,6 +32846,7 @@ declare const SysApprovalProcess: Omit<{
|
|
|
32836
32846
|
} | undefined;
|
|
32837
32847
|
shortcut?: string | undefined;
|
|
32838
32848
|
bulkEnabled?: boolean | undefined;
|
|
32849
|
+
aiExposed?: boolean | undefined;
|
|
32839
32850
|
recordIdParam?: string | undefined;
|
|
32840
32851
|
recordIdField?: string | undefined;
|
|
32841
32852
|
bodyShape?: "flat" | {
|
|
@@ -35214,6 +35225,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
35214
35225
|
} | undefined;
|
|
35215
35226
|
shortcut?: string | undefined;
|
|
35216
35227
|
bulkEnabled?: boolean | undefined;
|
|
35228
|
+
aiExposed?: boolean | undefined;
|
|
35217
35229
|
recordIdParam?: string | undefined;
|
|
35218
35230
|
recordIdField?: string | undefined;
|
|
35219
35231
|
bodyShape?: "flat" | {
|
|
@@ -38807,6 +38819,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
38807
38819
|
} | undefined;
|
|
38808
38820
|
shortcut?: string | undefined;
|
|
38809
38821
|
bulkEnabled?: boolean | undefined;
|
|
38822
|
+
aiExposed?: boolean | undefined;
|
|
38810
38823
|
recordIdParam?: string | undefined;
|
|
38811
38824
|
recordIdField?: string | undefined;
|
|
38812
38825
|
bodyShape?: "flat" | {
|
|
@@ -41147,6 +41160,7 @@ declare const SysJob: Omit<{
|
|
|
41147
41160
|
} | undefined;
|
|
41148
41161
|
shortcut?: string | undefined;
|
|
41149
41162
|
bulkEnabled?: boolean | undefined;
|
|
41163
|
+
aiExposed?: boolean | undefined;
|
|
41150
41164
|
recordIdParam?: string | undefined;
|
|
41151
41165
|
recordIdField?: string | undefined;
|
|
41152
41166
|
bodyShape?: "flat" | {
|
|
@@ -44121,6 +44135,7 @@ declare const SysJobRun: Omit<{
|
|
|
44121
44135
|
} | undefined;
|
|
44122
44136
|
shortcut?: string | undefined;
|
|
44123
44137
|
bulkEnabled?: boolean | undefined;
|
|
44138
|
+
aiExposed?: boolean | undefined;
|
|
44124
44139
|
recordIdParam?: string | undefined;
|
|
44125
44140
|
recordIdField?: string | undefined;
|
|
44126
44141
|
bodyShape?: "flat" | {
|
|
@@ -46578,6 +46593,7 @@ declare const SysJobQueue: Omit<{
|
|
|
46578
46593
|
} | undefined;
|
|
46579
46594
|
shortcut?: string | undefined;
|
|
46580
46595
|
bulkEnabled?: boolean | undefined;
|
|
46596
|
+
aiExposed?: boolean | undefined;
|
|
46581
46597
|
recordIdParam?: string | undefined;
|
|
46582
46598
|
recordIdField?: string | undefined;
|
|
46583
46599
|
bodyShape?: "flat" | {
|
|
@@ -663,6 +663,7 @@ declare const SysUser: Omit<{
|
|
|
663
663
|
} | undefined;
|
|
664
664
|
shortcut?: string | undefined;
|
|
665
665
|
bulkEnabled?: boolean | undefined;
|
|
666
|
+
aiExposed?: boolean | undefined;
|
|
666
667
|
recordIdParam?: string | undefined;
|
|
667
668
|
recordIdField?: string | undefined;
|
|
668
669
|
bodyShape?: "flat" | {
|
|
@@ -3657,6 +3658,7 @@ declare const SysSession: Omit<{
|
|
|
3657
3658
|
} | undefined;
|
|
3658
3659
|
shortcut?: string | undefined;
|
|
3659
3660
|
bulkEnabled?: boolean | undefined;
|
|
3661
|
+
aiExposed?: boolean | undefined;
|
|
3660
3662
|
recordIdParam?: string | undefined;
|
|
3661
3663
|
recordIdField?: string | undefined;
|
|
3662
3664
|
bodyShape?: "flat" | {
|
|
@@ -6356,6 +6358,7 @@ declare const SysAccount: Omit<{
|
|
|
6356
6358
|
} | undefined;
|
|
6357
6359
|
shortcut?: string | undefined;
|
|
6358
6360
|
bulkEnabled?: boolean | undefined;
|
|
6361
|
+
aiExposed?: boolean | undefined;
|
|
6359
6362
|
recordIdParam?: string | undefined;
|
|
6360
6363
|
recordIdField?: string | undefined;
|
|
6361
6364
|
bodyShape?: "flat" | {
|
|
@@ -9401,6 +9404,7 @@ declare const SysVerification: Omit<{
|
|
|
9401
9404
|
} | undefined;
|
|
9402
9405
|
shortcut?: string | undefined;
|
|
9403
9406
|
bulkEnabled?: boolean | undefined;
|
|
9407
|
+
aiExposed?: boolean | undefined;
|
|
9404
9408
|
recordIdParam?: string | undefined;
|
|
9405
9409
|
recordIdField?: string | undefined;
|
|
9406
9410
|
bodyShape?: "flat" | {
|
|
@@ -11156,6 +11160,7 @@ declare const SysOrganization: Omit<{
|
|
|
11156
11160
|
} | undefined;
|
|
11157
11161
|
shortcut?: string | undefined;
|
|
11158
11162
|
bulkEnabled?: boolean | undefined;
|
|
11163
|
+
aiExposed?: boolean | undefined;
|
|
11159
11164
|
recordIdParam?: string | undefined;
|
|
11160
11165
|
recordIdField?: string | undefined;
|
|
11161
11166
|
bodyShape?: "flat" | {
|
|
@@ -13186,6 +13191,7 @@ declare const SysMember: Omit<{
|
|
|
13186
13191
|
} | undefined;
|
|
13187
13192
|
shortcut?: string | undefined;
|
|
13188
13193
|
bulkEnabled?: boolean | undefined;
|
|
13194
|
+
aiExposed?: boolean | undefined;
|
|
13189
13195
|
recordIdParam?: string | undefined;
|
|
13190
13196
|
recordIdField?: string | undefined;
|
|
13191
13197
|
bodyShape?: "flat" | {
|
|
@@ -14813,6 +14819,7 @@ declare const SysInvitation: Omit<{
|
|
|
14813
14819
|
} | undefined;
|
|
14814
14820
|
shortcut?: string | undefined;
|
|
14815
14821
|
bulkEnabled?: boolean | undefined;
|
|
14822
|
+
aiExposed?: boolean | undefined;
|
|
14816
14823
|
recordIdParam?: string | undefined;
|
|
14817
14824
|
recordIdField?: string | undefined;
|
|
14818
14825
|
bodyShape?: "flat" | {
|
|
@@ -17228,6 +17235,7 @@ declare const SysTeam: Omit<{
|
|
|
17228
17235
|
} | undefined;
|
|
17229
17236
|
shortcut?: string | undefined;
|
|
17230
17237
|
bulkEnabled?: boolean | undefined;
|
|
17238
|
+
aiExposed?: boolean | undefined;
|
|
17231
17239
|
recordIdParam?: string | undefined;
|
|
17232
17240
|
recordIdField?: string | undefined;
|
|
17233
17241
|
bodyShape?: "flat" | {
|
|
@@ -18901,6 +18909,7 @@ declare const SysTeamMember: Omit<{
|
|
|
18901
18909
|
} | undefined;
|
|
18902
18910
|
shortcut?: string | undefined;
|
|
18903
18911
|
bulkEnabled?: boolean | undefined;
|
|
18912
|
+
aiExposed?: boolean | undefined;
|
|
18904
18913
|
recordIdParam?: string | undefined;
|
|
18905
18914
|
recordIdField?: string | undefined;
|
|
18906
18915
|
bodyShape?: "flat" | {
|
|
@@ -20355,6 +20364,7 @@ declare const SysDepartment: Omit<{
|
|
|
20355
20364
|
} | undefined;
|
|
20356
20365
|
shortcut?: string | undefined;
|
|
20357
20366
|
bulkEnabled?: boolean | undefined;
|
|
20367
|
+
aiExposed?: boolean | undefined;
|
|
20358
20368
|
recordIdParam?: string | undefined;
|
|
20359
20369
|
recordIdField?: string | undefined;
|
|
20360
20370
|
bodyShape?: "flat" | {
|
|
@@ -23430,6 +23440,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23430
23440
|
} | undefined;
|
|
23431
23441
|
shortcut?: string | undefined;
|
|
23432
23442
|
bulkEnabled?: boolean | undefined;
|
|
23443
|
+
aiExposed?: boolean | undefined;
|
|
23433
23444
|
recordIdParam?: string | undefined;
|
|
23434
23445
|
recordIdField?: string | undefined;
|
|
23435
23446
|
bodyShape?: "flat" | {
|
|
@@ -25711,6 +25722,7 @@ declare const SysApiKey: Omit<{
|
|
|
25711
25722
|
} | undefined;
|
|
25712
25723
|
shortcut?: string | undefined;
|
|
25713
25724
|
bulkEnabled?: boolean | undefined;
|
|
25725
|
+
aiExposed?: boolean | undefined;
|
|
25714
25726
|
recordIdParam?: string | undefined;
|
|
25715
25727
|
recordIdField?: string | undefined;
|
|
25716
25728
|
bodyShape?: "flat" | {
|
|
@@ -28460,6 +28472,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
28460
28472
|
} | undefined;
|
|
28461
28473
|
shortcut?: string | undefined;
|
|
28462
28474
|
bulkEnabled?: boolean | undefined;
|
|
28475
|
+
aiExposed?: boolean | undefined;
|
|
28463
28476
|
recordIdParam?: string | undefined;
|
|
28464
28477
|
recordIdField?: string | undefined;
|
|
28465
28478
|
bodyShape?: "flat" | {
|
|
@@ -30293,6 +30306,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
30293
30306
|
} | undefined;
|
|
30294
30307
|
shortcut?: string | undefined;
|
|
30295
30308
|
bulkEnabled?: boolean | undefined;
|
|
30309
|
+
aiExposed?: boolean | undefined;
|
|
30296
30310
|
recordIdParam?: string | undefined;
|
|
30297
30311
|
recordIdField?: string | undefined;
|
|
30298
30312
|
bodyShape?: "flat" | {
|
|
@@ -33108,6 +33122,7 @@ declare const SysUserPreference: Omit<{
|
|
|
33108
33122
|
} | undefined;
|
|
33109
33123
|
shortcut?: string | undefined;
|
|
33110
33124
|
bulkEnabled?: boolean | undefined;
|
|
33125
|
+
aiExposed?: boolean | undefined;
|
|
33111
33126
|
recordIdParam?: string | undefined;
|
|
33112
33127
|
recordIdField?: string | undefined;
|
|
33113
33128
|
bodyShape?: "flat" | {
|
|
@@ -34935,6 +34950,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34935
34950
|
} | undefined;
|
|
34936
34951
|
shortcut?: string | undefined;
|
|
34937
34952
|
bulkEnabled?: boolean | undefined;
|
|
34953
|
+
aiExposed?: boolean | undefined;
|
|
34938
34954
|
recordIdParam?: string | undefined;
|
|
34939
34955
|
recordIdField?: string | undefined;
|
|
34940
34956
|
bodyShape?: "flat" | {
|
|
@@ -40957,6 +40973,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40957
40973
|
} | undefined;
|
|
40958
40974
|
shortcut?: string | undefined;
|
|
40959
40975
|
bulkEnabled?: boolean | undefined;
|
|
40976
|
+
aiExposed?: boolean | undefined;
|
|
40960
40977
|
recordIdParam?: string | undefined;
|
|
40961
40978
|
recordIdField?: string | undefined;
|
|
40962
40979
|
bodyShape?: "flat" | {
|
|
@@ -43417,6 +43434,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
43417
43434
|
} | undefined;
|
|
43418
43435
|
shortcut?: string | undefined;
|
|
43419
43436
|
bulkEnabled?: boolean | undefined;
|
|
43437
|
+
aiExposed?: boolean | undefined;
|
|
43420
43438
|
recordIdParam?: string | undefined;
|
|
43421
43439
|
recordIdField?: string | undefined;
|
|
43422
43440
|
bodyShape?: "flat" | {
|
|
@@ -46052,6 +46070,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
46052
46070
|
} | undefined;
|
|
46053
46071
|
shortcut?: string | undefined;
|
|
46054
46072
|
bulkEnabled?: boolean | undefined;
|
|
46073
|
+
aiExposed?: boolean | undefined;
|
|
46055
46074
|
recordIdParam?: string | undefined;
|
|
46056
46075
|
recordIdField?: string | undefined;
|
|
46057
46076
|
bodyShape?: "flat" | {
|
|
@@ -47980,6 +47999,7 @@ declare const SysJwks: Omit<{
|
|
|
47980
47999
|
} | undefined;
|
|
47981
48000
|
shortcut?: string | undefined;
|
|
47982
48001
|
bulkEnabled?: boolean | undefined;
|
|
48002
|
+
aiExposed?: boolean | undefined;
|
|
47983
48003
|
recordIdParam?: string | undefined;
|
|
47984
48004
|
recordIdField?: string | undefined;
|
|
47985
48005
|
bodyShape?: "flat" | {
|
package/dist/identity/index.d.ts
CHANGED
|
@@ -663,6 +663,7 @@ declare const SysUser: Omit<{
|
|
|
663
663
|
} | undefined;
|
|
664
664
|
shortcut?: string | undefined;
|
|
665
665
|
bulkEnabled?: boolean | undefined;
|
|
666
|
+
aiExposed?: boolean | undefined;
|
|
666
667
|
recordIdParam?: string | undefined;
|
|
667
668
|
recordIdField?: string | undefined;
|
|
668
669
|
bodyShape?: "flat" | {
|
|
@@ -3657,6 +3658,7 @@ declare const SysSession: Omit<{
|
|
|
3657
3658
|
} | undefined;
|
|
3658
3659
|
shortcut?: string | undefined;
|
|
3659
3660
|
bulkEnabled?: boolean | undefined;
|
|
3661
|
+
aiExposed?: boolean | undefined;
|
|
3660
3662
|
recordIdParam?: string | undefined;
|
|
3661
3663
|
recordIdField?: string | undefined;
|
|
3662
3664
|
bodyShape?: "flat" | {
|
|
@@ -6356,6 +6358,7 @@ declare const SysAccount: Omit<{
|
|
|
6356
6358
|
} | undefined;
|
|
6357
6359
|
shortcut?: string | undefined;
|
|
6358
6360
|
bulkEnabled?: boolean | undefined;
|
|
6361
|
+
aiExposed?: boolean | undefined;
|
|
6359
6362
|
recordIdParam?: string | undefined;
|
|
6360
6363
|
recordIdField?: string | undefined;
|
|
6361
6364
|
bodyShape?: "flat" | {
|
|
@@ -9401,6 +9404,7 @@ declare const SysVerification: Omit<{
|
|
|
9401
9404
|
} | undefined;
|
|
9402
9405
|
shortcut?: string | undefined;
|
|
9403
9406
|
bulkEnabled?: boolean | undefined;
|
|
9407
|
+
aiExposed?: boolean | undefined;
|
|
9404
9408
|
recordIdParam?: string | undefined;
|
|
9405
9409
|
recordIdField?: string | undefined;
|
|
9406
9410
|
bodyShape?: "flat" | {
|
|
@@ -11156,6 +11160,7 @@ declare const SysOrganization: Omit<{
|
|
|
11156
11160
|
} | undefined;
|
|
11157
11161
|
shortcut?: string | undefined;
|
|
11158
11162
|
bulkEnabled?: boolean | undefined;
|
|
11163
|
+
aiExposed?: boolean | undefined;
|
|
11159
11164
|
recordIdParam?: string | undefined;
|
|
11160
11165
|
recordIdField?: string | undefined;
|
|
11161
11166
|
bodyShape?: "flat" | {
|
|
@@ -13186,6 +13191,7 @@ declare const SysMember: Omit<{
|
|
|
13186
13191
|
} | undefined;
|
|
13187
13192
|
shortcut?: string | undefined;
|
|
13188
13193
|
bulkEnabled?: boolean | undefined;
|
|
13194
|
+
aiExposed?: boolean | undefined;
|
|
13189
13195
|
recordIdParam?: string | undefined;
|
|
13190
13196
|
recordIdField?: string | undefined;
|
|
13191
13197
|
bodyShape?: "flat" | {
|
|
@@ -14813,6 +14819,7 @@ declare const SysInvitation: Omit<{
|
|
|
14813
14819
|
} | undefined;
|
|
14814
14820
|
shortcut?: string | undefined;
|
|
14815
14821
|
bulkEnabled?: boolean | undefined;
|
|
14822
|
+
aiExposed?: boolean | undefined;
|
|
14816
14823
|
recordIdParam?: string | undefined;
|
|
14817
14824
|
recordIdField?: string | undefined;
|
|
14818
14825
|
bodyShape?: "flat" | {
|
|
@@ -17228,6 +17235,7 @@ declare const SysTeam: Omit<{
|
|
|
17228
17235
|
} | undefined;
|
|
17229
17236
|
shortcut?: string | undefined;
|
|
17230
17237
|
bulkEnabled?: boolean | undefined;
|
|
17238
|
+
aiExposed?: boolean | undefined;
|
|
17231
17239
|
recordIdParam?: string | undefined;
|
|
17232
17240
|
recordIdField?: string | undefined;
|
|
17233
17241
|
bodyShape?: "flat" | {
|
|
@@ -18901,6 +18909,7 @@ declare const SysTeamMember: Omit<{
|
|
|
18901
18909
|
} | undefined;
|
|
18902
18910
|
shortcut?: string | undefined;
|
|
18903
18911
|
bulkEnabled?: boolean | undefined;
|
|
18912
|
+
aiExposed?: boolean | undefined;
|
|
18904
18913
|
recordIdParam?: string | undefined;
|
|
18905
18914
|
recordIdField?: string | undefined;
|
|
18906
18915
|
bodyShape?: "flat" | {
|
|
@@ -20355,6 +20364,7 @@ declare const SysDepartment: Omit<{
|
|
|
20355
20364
|
} | undefined;
|
|
20356
20365
|
shortcut?: string | undefined;
|
|
20357
20366
|
bulkEnabled?: boolean | undefined;
|
|
20367
|
+
aiExposed?: boolean | undefined;
|
|
20358
20368
|
recordIdParam?: string | undefined;
|
|
20359
20369
|
recordIdField?: string | undefined;
|
|
20360
20370
|
bodyShape?: "flat" | {
|
|
@@ -23430,6 +23440,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23430
23440
|
} | undefined;
|
|
23431
23441
|
shortcut?: string | undefined;
|
|
23432
23442
|
bulkEnabled?: boolean | undefined;
|
|
23443
|
+
aiExposed?: boolean | undefined;
|
|
23433
23444
|
recordIdParam?: string | undefined;
|
|
23434
23445
|
recordIdField?: string | undefined;
|
|
23435
23446
|
bodyShape?: "flat" | {
|
|
@@ -25711,6 +25722,7 @@ declare const SysApiKey: Omit<{
|
|
|
25711
25722
|
} | undefined;
|
|
25712
25723
|
shortcut?: string | undefined;
|
|
25713
25724
|
bulkEnabled?: boolean | undefined;
|
|
25725
|
+
aiExposed?: boolean | undefined;
|
|
25714
25726
|
recordIdParam?: string | undefined;
|
|
25715
25727
|
recordIdField?: string | undefined;
|
|
25716
25728
|
bodyShape?: "flat" | {
|
|
@@ -28460,6 +28472,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
28460
28472
|
} | undefined;
|
|
28461
28473
|
shortcut?: string | undefined;
|
|
28462
28474
|
bulkEnabled?: boolean | undefined;
|
|
28475
|
+
aiExposed?: boolean | undefined;
|
|
28463
28476
|
recordIdParam?: string | undefined;
|
|
28464
28477
|
recordIdField?: string | undefined;
|
|
28465
28478
|
bodyShape?: "flat" | {
|
|
@@ -30293,6 +30306,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
30293
30306
|
} | undefined;
|
|
30294
30307
|
shortcut?: string | undefined;
|
|
30295
30308
|
bulkEnabled?: boolean | undefined;
|
|
30309
|
+
aiExposed?: boolean | undefined;
|
|
30296
30310
|
recordIdParam?: string | undefined;
|
|
30297
30311
|
recordIdField?: string | undefined;
|
|
30298
30312
|
bodyShape?: "flat" | {
|
|
@@ -33108,6 +33122,7 @@ declare const SysUserPreference: Omit<{
|
|
|
33108
33122
|
} | undefined;
|
|
33109
33123
|
shortcut?: string | undefined;
|
|
33110
33124
|
bulkEnabled?: boolean | undefined;
|
|
33125
|
+
aiExposed?: boolean | undefined;
|
|
33111
33126
|
recordIdParam?: string | undefined;
|
|
33112
33127
|
recordIdField?: string | undefined;
|
|
33113
33128
|
bodyShape?: "flat" | {
|
|
@@ -34935,6 +34950,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34935
34950
|
} | undefined;
|
|
34936
34951
|
shortcut?: string | undefined;
|
|
34937
34952
|
bulkEnabled?: boolean | undefined;
|
|
34953
|
+
aiExposed?: boolean | undefined;
|
|
34938
34954
|
recordIdParam?: string | undefined;
|
|
34939
34955
|
recordIdField?: string | undefined;
|
|
34940
34956
|
bodyShape?: "flat" | {
|
|
@@ -40957,6 +40973,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40957
40973
|
} | undefined;
|
|
40958
40974
|
shortcut?: string | undefined;
|
|
40959
40975
|
bulkEnabled?: boolean | undefined;
|
|
40976
|
+
aiExposed?: boolean | undefined;
|
|
40960
40977
|
recordIdParam?: string | undefined;
|
|
40961
40978
|
recordIdField?: string | undefined;
|
|
40962
40979
|
bodyShape?: "flat" | {
|
|
@@ -43417,6 +43434,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
43417
43434
|
} | undefined;
|
|
43418
43435
|
shortcut?: string | undefined;
|
|
43419
43436
|
bulkEnabled?: boolean | undefined;
|
|
43437
|
+
aiExposed?: boolean | undefined;
|
|
43420
43438
|
recordIdParam?: string | undefined;
|
|
43421
43439
|
recordIdField?: string | undefined;
|
|
43422
43440
|
bodyShape?: "flat" | {
|
|
@@ -46052,6 +46070,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
46052
46070
|
} | undefined;
|
|
46053
46071
|
shortcut?: string | undefined;
|
|
46054
46072
|
bulkEnabled?: boolean | undefined;
|
|
46073
|
+
aiExposed?: boolean | undefined;
|
|
46055
46074
|
recordIdParam?: string | undefined;
|
|
46056
46075
|
recordIdField?: string | undefined;
|
|
46057
46076
|
bodyShape?: "flat" | {
|
|
@@ -47980,6 +47999,7 @@ declare const SysJwks: Omit<{
|
|
|
47980
47999
|
} | undefined;
|
|
47981
48000
|
shortcut?: string | undefined;
|
|
47982
48001
|
bulkEnabled?: boolean | undefined;
|
|
48002
|
+
aiExposed?: boolean | undefined;
|
|
47983
48003
|
recordIdParam?: string | undefined;
|
|
47984
48004
|
recordIdField?: string | undefined;
|
|
47985
48005
|
bodyShape?: "flat" | {
|
|
@@ -675,6 +675,7 @@ declare const SysWebhook: Omit<{
|
|
|
675
675
|
} | undefined;
|
|
676
676
|
shortcut?: string | undefined;
|
|
677
677
|
bulkEnabled?: boolean | undefined;
|
|
678
|
+
aiExposed?: boolean | undefined;
|
|
678
679
|
recordIdParam?: string | undefined;
|
|
679
680
|
recordIdField?: string | undefined;
|
|
680
681
|
bodyShape?: "flat" | {
|
|
@@ -675,6 +675,7 @@ declare const SysWebhook: Omit<{
|
|
|
675
675
|
} | undefined;
|
|
676
676
|
shortcut?: string | undefined;
|
|
677
677
|
bulkEnabled?: boolean | undefined;
|
|
678
|
+
aiExposed?: boolean | undefined;
|
|
678
679
|
recordIdParam?: string | undefined;
|
|
679
680
|
recordIdField?: string | undefined;
|
|
680
681
|
bodyShape?: "flat" | {
|
|
@@ -664,6 +664,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
664
664
|
} | undefined;
|
|
665
665
|
shortcut?: string | undefined;
|
|
666
666
|
bulkEnabled?: boolean | undefined;
|
|
667
|
+
aiExposed?: boolean | undefined;
|
|
667
668
|
recordIdParam?: string | undefined;
|
|
668
669
|
recordIdField?: string | undefined;
|
|
669
670
|
bodyShape?: "flat" | {
|
|
@@ -5456,6 +5457,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5456
5457
|
} | undefined;
|
|
5457
5458
|
shortcut?: string | undefined;
|
|
5458
5459
|
bulkEnabled?: boolean | undefined;
|
|
5460
|
+
aiExposed?: boolean | undefined;
|
|
5459
5461
|
recordIdParam?: string | undefined;
|
|
5460
5462
|
recordIdField?: string | undefined;
|
|
5461
5463
|
bodyShape?: "flat" | {
|
package/dist/metadata/index.d.ts
CHANGED
|
@@ -664,6 +664,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
664
664
|
} | undefined;
|
|
665
665
|
shortcut?: string | undefined;
|
|
666
666
|
bulkEnabled?: boolean | undefined;
|
|
667
|
+
aiExposed?: boolean | undefined;
|
|
667
668
|
recordIdParam?: string | undefined;
|
|
668
669
|
recordIdField?: string | undefined;
|
|
669
670
|
bodyShape?: "flat" | {
|
|
@@ -5456,6 +5457,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5456
5457
|
} | undefined;
|
|
5457
5458
|
shortcut?: string | undefined;
|
|
5458
5459
|
bulkEnabled?: boolean | undefined;
|
|
5460
|
+
aiExposed?: boolean | undefined;
|
|
5459
5461
|
recordIdParam?: string | undefined;
|
|
5460
5462
|
recordIdField?: string | undefined;
|
|
5461
5463
|
bodyShape?: "flat" | {
|
|
@@ -661,6 +661,7 @@ declare const SysRole: Omit<{
|
|
|
661
661
|
} | undefined;
|
|
662
662
|
shortcut?: string | undefined;
|
|
663
663
|
bulkEnabled?: boolean | undefined;
|
|
664
|
+
aiExposed?: boolean | undefined;
|
|
664
665
|
recordIdParam?: string | undefined;
|
|
665
666
|
recordIdField?: string | undefined;
|
|
666
667
|
bodyShape?: "flat" | {
|
|
@@ -3024,6 +3025,7 @@ declare const SysPermissionSet: Omit<{
|
|
|
3024
3025
|
} | undefined;
|
|
3025
3026
|
shortcut?: string | undefined;
|
|
3026
3027
|
bulkEnabled?: boolean | undefined;
|
|
3028
|
+
aiExposed?: boolean | undefined;
|
|
3027
3029
|
recordIdParam?: string | undefined;
|
|
3028
3030
|
recordIdField?: string | undefined;
|
|
3029
3031
|
bodyShape?: "flat" | {
|
|
@@ -5371,6 +5373,7 @@ declare const SysUserPermissionSet: Omit<{
|
|
|
5371
5373
|
} | undefined;
|
|
5372
5374
|
shortcut?: string | undefined;
|
|
5373
5375
|
bulkEnabled?: boolean | undefined;
|
|
5376
|
+
aiExposed?: boolean | undefined;
|
|
5374
5377
|
recordIdParam?: string | undefined;
|
|
5375
5378
|
recordIdField?: string | undefined;
|
|
5376
5379
|
bodyShape?: "flat" | {
|
|
@@ -7304,6 +7307,7 @@ declare const SysRolePermissionSet: Omit<{
|
|
|
7304
7307
|
} | undefined;
|
|
7305
7308
|
shortcut?: string | undefined;
|
|
7306
7309
|
bulkEnabled?: boolean | undefined;
|
|
7310
|
+
aiExposed?: boolean | undefined;
|
|
7307
7311
|
recordIdParam?: string | undefined;
|
|
7308
7312
|
recordIdField?: string | undefined;
|
|
7309
7313
|
bodyShape?: "flat" | {
|
|
@@ -8902,6 +8906,7 @@ declare const SysRecordShare: Omit<{
|
|
|
8902
8906
|
} | undefined;
|
|
8903
8907
|
shortcut?: string | undefined;
|
|
8904
8908
|
bulkEnabled?: boolean | undefined;
|
|
8909
|
+
aiExposed?: boolean | undefined;
|
|
8905
8910
|
recordIdParam?: string | undefined;
|
|
8906
8911
|
recordIdField?: string | undefined;
|
|
8907
8912
|
bodyShape?: "flat" | {
|
|
@@ -11852,6 +11857,7 @@ declare const SysSharingRule: Omit<{
|
|
|
11852
11857
|
} | undefined;
|
|
11853
11858
|
shortcut?: string | undefined;
|
|
11854
11859
|
bulkEnabled?: boolean | undefined;
|
|
11860
|
+
aiExposed?: boolean | undefined;
|
|
11855
11861
|
recordIdParam?: string | undefined;
|
|
11856
11862
|
recordIdField?: string | undefined;
|
|
11857
11863
|
bodyShape?: "flat" | {
|
package/dist/security/index.d.ts
CHANGED
|
@@ -661,6 +661,7 @@ declare const SysRole: Omit<{
|
|
|
661
661
|
} | undefined;
|
|
662
662
|
shortcut?: string | undefined;
|
|
663
663
|
bulkEnabled?: boolean | undefined;
|
|
664
|
+
aiExposed?: boolean | undefined;
|
|
664
665
|
recordIdParam?: string | undefined;
|
|
665
666
|
recordIdField?: string | undefined;
|
|
666
667
|
bodyShape?: "flat" | {
|
|
@@ -3024,6 +3025,7 @@ declare const SysPermissionSet: Omit<{
|
|
|
3024
3025
|
} | undefined;
|
|
3025
3026
|
shortcut?: string | undefined;
|
|
3026
3027
|
bulkEnabled?: boolean | undefined;
|
|
3028
|
+
aiExposed?: boolean | undefined;
|
|
3027
3029
|
recordIdParam?: string | undefined;
|
|
3028
3030
|
recordIdField?: string | undefined;
|
|
3029
3031
|
bodyShape?: "flat" | {
|
|
@@ -5371,6 +5373,7 @@ declare const SysUserPermissionSet: Omit<{
|
|
|
5371
5373
|
} | undefined;
|
|
5372
5374
|
shortcut?: string | undefined;
|
|
5373
5375
|
bulkEnabled?: boolean | undefined;
|
|
5376
|
+
aiExposed?: boolean | undefined;
|
|
5374
5377
|
recordIdParam?: string | undefined;
|
|
5375
5378
|
recordIdField?: string | undefined;
|
|
5376
5379
|
bodyShape?: "flat" | {
|
|
@@ -7304,6 +7307,7 @@ declare const SysRolePermissionSet: Omit<{
|
|
|
7304
7307
|
} | undefined;
|
|
7305
7308
|
shortcut?: string | undefined;
|
|
7306
7309
|
bulkEnabled?: boolean | undefined;
|
|
7310
|
+
aiExposed?: boolean | undefined;
|
|
7307
7311
|
recordIdParam?: string | undefined;
|
|
7308
7312
|
recordIdField?: string | undefined;
|
|
7309
7313
|
bodyShape?: "flat" | {
|
|
@@ -8902,6 +8906,7 @@ declare const SysRecordShare: Omit<{
|
|
|
8902
8906
|
} | undefined;
|
|
8903
8907
|
shortcut?: string | undefined;
|
|
8904
8908
|
bulkEnabled?: boolean | undefined;
|
|
8909
|
+
aiExposed?: boolean | undefined;
|
|
8905
8910
|
recordIdParam?: string | undefined;
|
|
8906
8911
|
recordIdField?: string | undefined;
|
|
8907
8912
|
bodyShape?: "flat" | {
|
|
@@ -11852,6 +11857,7 @@ declare const SysSharingRule: Omit<{
|
|
|
11852
11857
|
} | undefined;
|
|
11853
11858
|
shortcut?: string | undefined;
|
|
11854
11859
|
bulkEnabled?: boolean | undefined;
|
|
11860
|
+
aiExposed?: boolean | undefined;
|
|
11855
11861
|
recordIdParam?: string | undefined;
|
|
11856
11862
|
recordIdField?: string | undefined;
|
|
11857
11863
|
bodyShape?: "flat" | {
|
package/dist/system/index.d.mts
CHANGED
|
@@ -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/dist/system/index.d.ts
CHANGED
|
@@ -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": "6.
|
|
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": "6.
|
|
51
|
+
"@objectstack/spec": "6.1.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/node": "^25.9.1",
|