@objectstack/platform-objects 7.1.0 → 7.2.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/apps/index.d.mts +12 -0
- package/dist/apps/index.d.ts +12 -0
- package/dist/apps/index.js +48 -16
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +48 -16
- package/dist/apps/index.mjs.map +1 -1
- package/dist/audit/index.d.mts +240 -48
- package/dist/audit/index.d.ts +240 -48
- package/dist/identity/index.d.mts +386 -61
- package/dist/identity/index.d.ts +386 -61
- package/dist/identity/index.js +135 -1
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +135 -1
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +327 -17
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +327 -18
- package/dist/index.mjs.map +1 -1
- package/dist/integration/index.d.mts +15 -3
- package/dist/integration/index.d.ts +15 -3
- package/dist/metadata/index.d.mts +3264 -7
- package/dist/metadata/index.d.ts +3264 -7
- package/dist/metadata/index.js +130 -0
- package/dist/metadata/index.js.map +1 -1
- package/dist/metadata/index.mjs +130 -1
- package/dist/metadata/index.mjs.map +1 -1
- package/dist/security/index.d.mts +115 -21
- package/dist/security/index.d.ts +115 -21
- package/dist/security/index.js +14 -0
- package/dist/security/index.js.map +1 -1
- package/dist/security/index.mjs +14 -0
- package/dist/security/index.mjs.map +1 -1
- package/dist/system/index.d.mts +45 -9
- package/dist/system/index.d.ts +45 -9
- package/package.json +2 -2
package/dist/system/index.d.mts
CHANGED
|
@@ -228,6 +228,13 @@ declare const SysSetting: Omit<{
|
|
|
228
228
|
caseSensitive?: boolean | undefined;
|
|
229
229
|
autonumberFormat?: string | undefined;
|
|
230
230
|
}>;
|
|
231
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
232
|
+
_lockReason?: string | undefined;
|
|
233
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
234
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
235
|
+
_packageId?: string | undefined;
|
|
236
|
+
_packageVersion?: string | undefined;
|
|
237
|
+
_lockDocsUrl?: string | undefined;
|
|
231
238
|
label?: string | undefined;
|
|
232
239
|
pluralLabel?: string | undefined;
|
|
233
240
|
description?: string | undefined;
|
|
@@ -373,7 +380,7 @@ declare const SysSetting: Omit<{
|
|
|
373
380
|
wrap?: boolean | undefined;
|
|
374
381
|
type?: string | undefined;
|
|
375
382
|
pinned?: "left" | "right" | undefined;
|
|
376
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
383
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
377
384
|
link?: boolean | undefined;
|
|
378
385
|
action?: string | undefined;
|
|
379
386
|
}[];
|
|
@@ -422,7 +429,7 @@ declare const SysSetting: Omit<{
|
|
|
422
429
|
bordered?: boolean | undefined;
|
|
423
430
|
compactToolbar?: boolean | undefined;
|
|
424
431
|
selection?: {
|
|
425
|
-
type: "
|
|
432
|
+
type: "none" | "multiple" | "single";
|
|
426
433
|
} | undefined;
|
|
427
434
|
navigation?: {
|
|
428
435
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -617,7 +624,7 @@ declare const SysSetting: Omit<{
|
|
|
617
624
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
618
625
|
} | undefined;
|
|
619
626
|
recordTypes?: string[] | undefined;
|
|
620
|
-
sharingModel?: "
|
|
627
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
621
628
|
publicSharing?: {
|
|
622
629
|
enabled: boolean;
|
|
623
630
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -720,6 +727,11 @@ declare const SysSetting: Omit<{
|
|
|
720
727
|
role?: string | undefined;
|
|
721
728
|
} | undefined;
|
|
722
729
|
}[] | undefined;
|
|
730
|
+
protection?: {
|
|
731
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
732
|
+
reason: string;
|
|
733
|
+
docsUrl?: string | undefined;
|
|
734
|
+
} | undefined;
|
|
723
735
|
}, "fields"> & Pick<{
|
|
724
736
|
readonly name: "sys_setting";
|
|
725
737
|
readonly label: "Setting";
|
|
@@ -3348,6 +3360,13 @@ declare const SysSecret: Omit<{
|
|
|
3348
3360
|
caseSensitive?: boolean | undefined;
|
|
3349
3361
|
autonumberFormat?: string | undefined;
|
|
3350
3362
|
}>;
|
|
3363
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
3364
|
+
_lockReason?: string | undefined;
|
|
3365
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
3366
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
3367
|
+
_packageId?: string | undefined;
|
|
3368
|
+
_packageVersion?: string | undefined;
|
|
3369
|
+
_lockDocsUrl?: string | undefined;
|
|
3351
3370
|
label?: string | undefined;
|
|
3352
3371
|
pluralLabel?: string | undefined;
|
|
3353
3372
|
description?: string | undefined;
|
|
@@ -3493,7 +3512,7 @@ declare const SysSecret: Omit<{
|
|
|
3493
3512
|
wrap?: boolean | undefined;
|
|
3494
3513
|
type?: string | undefined;
|
|
3495
3514
|
pinned?: "left" | "right" | undefined;
|
|
3496
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
3515
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
3497
3516
|
link?: boolean | undefined;
|
|
3498
3517
|
action?: string | undefined;
|
|
3499
3518
|
}[];
|
|
@@ -3542,7 +3561,7 @@ declare const SysSecret: Omit<{
|
|
|
3542
3561
|
bordered?: boolean | undefined;
|
|
3543
3562
|
compactToolbar?: boolean | undefined;
|
|
3544
3563
|
selection?: {
|
|
3545
|
-
type: "
|
|
3564
|
+
type: "none" | "multiple" | "single";
|
|
3546
3565
|
} | undefined;
|
|
3547
3566
|
navigation?: {
|
|
3548
3567
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -3737,7 +3756,7 @@ declare const SysSecret: Omit<{
|
|
|
3737
3756
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
3738
3757
|
} | undefined;
|
|
3739
3758
|
recordTypes?: string[] | undefined;
|
|
3740
|
-
sharingModel?: "
|
|
3759
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
3741
3760
|
publicSharing?: {
|
|
3742
3761
|
enabled: boolean;
|
|
3743
3762
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -3840,6 +3859,11 @@ declare const SysSecret: Omit<{
|
|
|
3840
3859
|
role?: string | undefined;
|
|
3841
3860
|
} | undefined;
|
|
3842
3861
|
}[] | undefined;
|
|
3862
|
+
protection?: {
|
|
3863
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
3864
|
+
reason: string;
|
|
3865
|
+
docsUrl?: string | undefined;
|
|
3866
|
+
} | undefined;
|
|
3843
3867
|
}, "fields"> & Pick<{
|
|
3844
3868
|
readonly name: "sys_secret";
|
|
3845
3869
|
readonly label: "Secret";
|
|
@@ -5679,6 +5703,13 @@ declare const SysSettingAudit: Omit<{
|
|
|
5679
5703
|
caseSensitive?: boolean | undefined;
|
|
5680
5704
|
autonumberFormat?: string | undefined;
|
|
5681
5705
|
}>;
|
|
5706
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
5707
|
+
_lockReason?: string | undefined;
|
|
5708
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
5709
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
5710
|
+
_packageId?: string | undefined;
|
|
5711
|
+
_packageVersion?: string | undefined;
|
|
5712
|
+
_lockDocsUrl?: string | undefined;
|
|
5682
5713
|
label?: string | undefined;
|
|
5683
5714
|
pluralLabel?: string | undefined;
|
|
5684
5715
|
description?: string | undefined;
|
|
@@ -5824,7 +5855,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5824
5855
|
wrap?: boolean | undefined;
|
|
5825
5856
|
type?: string | undefined;
|
|
5826
5857
|
pinned?: "left" | "right" | undefined;
|
|
5827
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
5858
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
5828
5859
|
link?: boolean | undefined;
|
|
5829
5860
|
action?: string | undefined;
|
|
5830
5861
|
}[];
|
|
@@ -5873,7 +5904,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5873
5904
|
bordered?: boolean | undefined;
|
|
5874
5905
|
compactToolbar?: boolean | undefined;
|
|
5875
5906
|
selection?: {
|
|
5876
|
-
type: "
|
|
5907
|
+
type: "none" | "multiple" | "single";
|
|
5877
5908
|
} | undefined;
|
|
5878
5909
|
navigation?: {
|
|
5879
5910
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -6068,7 +6099,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6068
6099
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
6069
6100
|
} | undefined;
|
|
6070
6101
|
recordTypes?: string[] | undefined;
|
|
6071
|
-
sharingModel?: "
|
|
6102
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
6072
6103
|
publicSharing?: {
|
|
6073
6104
|
enabled: boolean;
|
|
6074
6105
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -6171,6 +6202,11 @@ declare const SysSettingAudit: Omit<{
|
|
|
6171
6202
|
role?: string | undefined;
|
|
6172
6203
|
} | undefined;
|
|
6173
6204
|
}[] | undefined;
|
|
6205
|
+
protection?: {
|
|
6206
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
6207
|
+
reason: string;
|
|
6208
|
+
docsUrl?: string | undefined;
|
|
6209
|
+
} | undefined;
|
|
6174
6210
|
}, "fields"> & Pick<{
|
|
6175
6211
|
readonly name: "sys_setting_audit";
|
|
6176
6212
|
readonly label: "Setting Audit Entry";
|
package/dist/system/index.d.ts
CHANGED
|
@@ -228,6 +228,13 @@ declare const SysSetting: Omit<{
|
|
|
228
228
|
caseSensitive?: boolean | undefined;
|
|
229
229
|
autonumberFormat?: string | undefined;
|
|
230
230
|
}>;
|
|
231
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
232
|
+
_lockReason?: string | undefined;
|
|
233
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
234
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
235
|
+
_packageId?: string | undefined;
|
|
236
|
+
_packageVersion?: string | undefined;
|
|
237
|
+
_lockDocsUrl?: string | undefined;
|
|
231
238
|
label?: string | undefined;
|
|
232
239
|
pluralLabel?: string | undefined;
|
|
233
240
|
description?: string | undefined;
|
|
@@ -373,7 +380,7 @@ declare const SysSetting: Omit<{
|
|
|
373
380
|
wrap?: boolean | undefined;
|
|
374
381
|
type?: string | undefined;
|
|
375
382
|
pinned?: "left" | "right" | undefined;
|
|
376
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
383
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
377
384
|
link?: boolean | undefined;
|
|
378
385
|
action?: string | undefined;
|
|
379
386
|
}[];
|
|
@@ -422,7 +429,7 @@ declare const SysSetting: Omit<{
|
|
|
422
429
|
bordered?: boolean | undefined;
|
|
423
430
|
compactToolbar?: boolean | undefined;
|
|
424
431
|
selection?: {
|
|
425
|
-
type: "
|
|
432
|
+
type: "none" | "multiple" | "single";
|
|
426
433
|
} | undefined;
|
|
427
434
|
navigation?: {
|
|
428
435
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -617,7 +624,7 @@ declare const SysSetting: Omit<{
|
|
|
617
624
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
618
625
|
} | undefined;
|
|
619
626
|
recordTypes?: string[] | undefined;
|
|
620
|
-
sharingModel?: "
|
|
627
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
621
628
|
publicSharing?: {
|
|
622
629
|
enabled: boolean;
|
|
623
630
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -720,6 +727,11 @@ declare const SysSetting: Omit<{
|
|
|
720
727
|
role?: string | undefined;
|
|
721
728
|
} | undefined;
|
|
722
729
|
}[] | undefined;
|
|
730
|
+
protection?: {
|
|
731
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
732
|
+
reason: string;
|
|
733
|
+
docsUrl?: string | undefined;
|
|
734
|
+
} | undefined;
|
|
723
735
|
}, "fields"> & Pick<{
|
|
724
736
|
readonly name: "sys_setting";
|
|
725
737
|
readonly label: "Setting";
|
|
@@ -3348,6 +3360,13 @@ declare const SysSecret: Omit<{
|
|
|
3348
3360
|
caseSensitive?: boolean | undefined;
|
|
3349
3361
|
autonumberFormat?: string | undefined;
|
|
3350
3362
|
}>;
|
|
3363
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
3364
|
+
_lockReason?: string | undefined;
|
|
3365
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
3366
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
3367
|
+
_packageId?: string | undefined;
|
|
3368
|
+
_packageVersion?: string | undefined;
|
|
3369
|
+
_lockDocsUrl?: string | undefined;
|
|
3351
3370
|
label?: string | undefined;
|
|
3352
3371
|
pluralLabel?: string | undefined;
|
|
3353
3372
|
description?: string | undefined;
|
|
@@ -3493,7 +3512,7 @@ declare const SysSecret: Omit<{
|
|
|
3493
3512
|
wrap?: boolean | undefined;
|
|
3494
3513
|
type?: string | undefined;
|
|
3495
3514
|
pinned?: "left" | "right" | undefined;
|
|
3496
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
3515
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
3497
3516
|
link?: boolean | undefined;
|
|
3498
3517
|
action?: string | undefined;
|
|
3499
3518
|
}[];
|
|
@@ -3542,7 +3561,7 @@ declare const SysSecret: Omit<{
|
|
|
3542
3561
|
bordered?: boolean | undefined;
|
|
3543
3562
|
compactToolbar?: boolean | undefined;
|
|
3544
3563
|
selection?: {
|
|
3545
|
-
type: "
|
|
3564
|
+
type: "none" | "multiple" | "single";
|
|
3546
3565
|
} | undefined;
|
|
3547
3566
|
navigation?: {
|
|
3548
3567
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -3737,7 +3756,7 @@ declare const SysSecret: Omit<{
|
|
|
3737
3756
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
3738
3757
|
} | undefined;
|
|
3739
3758
|
recordTypes?: string[] | undefined;
|
|
3740
|
-
sharingModel?: "
|
|
3759
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
3741
3760
|
publicSharing?: {
|
|
3742
3761
|
enabled: boolean;
|
|
3743
3762
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -3840,6 +3859,11 @@ declare const SysSecret: Omit<{
|
|
|
3840
3859
|
role?: string | undefined;
|
|
3841
3860
|
} | undefined;
|
|
3842
3861
|
}[] | undefined;
|
|
3862
|
+
protection?: {
|
|
3863
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
3864
|
+
reason: string;
|
|
3865
|
+
docsUrl?: string | undefined;
|
|
3866
|
+
} | undefined;
|
|
3843
3867
|
}, "fields"> & Pick<{
|
|
3844
3868
|
readonly name: "sys_secret";
|
|
3845
3869
|
readonly label: "Secret";
|
|
@@ -5679,6 +5703,13 @@ declare const SysSettingAudit: Omit<{
|
|
|
5679
5703
|
caseSensitive?: boolean | undefined;
|
|
5680
5704
|
autonumberFormat?: string | undefined;
|
|
5681
5705
|
}>;
|
|
5706
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
5707
|
+
_lockReason?: string | undefined;
|
|
5708
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
5709
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
5710
|
+
_packageId?: string | undefined;
|
|
5711
|
+
_packageVersion?: string | undefined;
|
|
5712
|
+
_lockDocsUrl?: string | undefined;
|
|
5682
5713
|
label?: string | undefined;
|
|
5683
5714
|
pluralLabel?: string | undefined;
|
|
5684
5715
|
description?: string | undefined;
|
|
@@ -5824,7 +5855,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5824
5855
|
wrap?: boolean | undefined;
|
|
5825
5856
|
type?: string | undefined;
|
|
5826
5857
|
pinned?: "left" | "right" | undefined;
|
|
5827
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
5858
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
5828
5859
|
link?: boolean | undefined;
|
|
5829
5860
|
action?: string | undefined;
|
|
5830
5861
|
}[];
|
|
@@ -5873,7 +5904,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5873
5904
|
bordered?: boolean | undefined;
|
|
5874
5905
|
compactToolbar?: boolean | undefined;
|
|
5875
5906
|
selection?: {
|
|
5876
|
-
type: "
|
|
5907
|
+
type: "none" | "multiple" | "single";
|
|
5877
5908
|
} | undefined;
|
|
5878
5909
|
navigation?: {
|
|
5879
5910
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -6068,7 +6099,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6068
6099
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
6069
6100
|
} | undefined;
|
|
6070
6101
|
recordTypes?: string[] | undefined;
|
|
6071
|
-
sharingModel?: "
|
|
6102
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
6072
6103
|
publicSharing?: {
|
|
6073
6104
|
enabled: boolean;
|
|
6074
6105
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -6171,6 +6202,11 @@ declare const SysSettingAudit: Omit<{
|
|
|
6171
6202
|
role?: string | undefined;
|
|
6172
6203
|
} | undefined;
|
|
6173
6204
|
}[] | undefined;
|
|
6205
|
+
protection?: {
|
|
6206
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
6207
|
+
reason: string;
|
|
6208
|
+
docsUrl?: string | undefined;
|
|
6209
|
+
} | undefined;
|
|
6174
6210
|
}, "fields"> & Pick<{
|
|
6175
6211
|
readonly name: "sys_setting_audit";
|
|
6176
6212
|
readonly label: "Setting Audit Entry";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/platform-objects",
|
|
3
|
-
"version": "7.1
|
|
3
|
+
"version": "7.2.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",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@objectstack/spec": "7.1
|
|
66
|
+
"@objectstack/spec": "7.2.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@types/node": "^25.9.1",
|