@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.
@@ -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" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
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: "multiple" | "single" | "none";
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?: "read" | "full" | "private" | "read_write" | undefined;
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" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
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: "multiple" | "single" | "none";
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?: "read" | "full" | "private" | "read_write" | undefined;
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" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
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: "multiple" | "single" | "none";
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?: "read" | "full" | "private" | "read_write" | undefined;
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";
@@ -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" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
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: "multiple" | "single" | "none";
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?: "read" | "full" | "private" | "read_write" | undefined;
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" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
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: "multiple" | "single" | "none";
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?: "read" | "full" | "private" | "read_write" | undefined;
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" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
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: "multiple" | "single" | "none";
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?: "read" | "full" | "private" | "read_write" | undefined;
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.0",
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.0"
66
+ "@objectstack/spec": "7.2.1"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@types/node": "^25.9.1",