@objectstack/platform-objects 7.2.0 → 7.3.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.
- package/dist/apps/index.d.mts +12 -0
- package/dist/apps/index.d.ts +12 -0
- package/dist/apps/index.js +60 -19
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +60 -19
- package/dist/apps/index.mjs.map +1 -1
- package/dist/audit/index.d.mts +96 -0
- package/dist/audit/index.d.ts +96 -0
- package/dist/identity/index.d.mts +205 -2
- package/dist/identity/index.d.ts +205 -2
- package/dist/identity/index.js +134 -3
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +134 -3
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.js +208 -22
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +208 -22
- package/dist/index.mjs.map +1 -1
- package/dist/integration/index.d.mts +6 -0
- package/dist/integration/index.d.ts +6 -0
- package/dist/metadata/index.d.mts +18 -0
- package/dist/metadata/index.d.ts +18 -0
- package/dist/security/index.d.mts +52 -0
- package/dist/security/index.d.ts +52 -0
- 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 +18 -0
- package/dist/system/index.d.ts +18 -0
- package/package.json +2 -2
package/dist/audit/index.d.mts
CHANGED
|
@@ -216,6 +216,7 @@ declare const SysAuditLog: Omit<{
|
|
|
216
216
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
217
217
|
_packageId?: string | undefined;
|
|
218
218
|
_packageVersion?: string | undefined;
|
|
219
|
+
_lockDocsUrl?: string | undefined;
|
|
219
220
|
label?: string | undefined;
|
|
220
221
|
pluralLabel?: string | undefined;
|
|
221
222
|
description?: string | undefined;
|
|
@@ -708,6 +709,11 @@ declare const SysAuditLog: Omit<{
|
|
|
708
709
|
role?: string | undefined;
|
|
709
710
|
} | undefined;
|
|
710
711
|
}[] | undefined;
|
|
712
|
+
protection?: {
|
|
713
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
714
|
+
reason: string;
|
|
715
|
+
docsUrl?: string | undefined;
|
|
716
|
+
} | undefined;
|
|
711
717
|
}, "fields"> & Pick<{
|
|
712
718
|
readonly name: "sys_audit_log";
|
|
713
719
|
readonly label: "Audit Log";
|
|
@@ -3164,6 +3170,7 @@ declare const SysPresence: Omit<{
|
|
|
3164
3170
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
3165
3171
|
_packageId?: string | undefined;
|
|
3166
3172
|
_packageVersion?: string | undefined;
|
|
3173
|
+
_lockDocsUrl?: string | undefined;
|
|
3167
3174
|
label?: string | undefined;
|
|
3168
3175
|
pluralLabel?: string | undefined;
|
|
3169
3176
|
description?: string | undefined;
|
|
@@ -3656,6 +3663,11 @@ declare const SysPresence: Omit<{
|
|
|
3656
3663
|
role?: string | undefined;
|
|
3657
3664
|
} | undefined;
|
|
3658
3665
|
}[] | undefined;
|
|
3666
|
+
protection?: {
|
|
3667
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
3668
|
+
reason: string;
|
|
3669
|
+
docsUrl?: string | undefined;
|
|
3670
|
+
} | undefined;
|
|
3659
3671
|
}, "fields"> & Pick<{
|
|
3660
3672
|
readonly name: "sys_presence";
|
|
3661
3673
|
readonly label: "Presence";
|
|
@@ -5830,6 +5842,7 @@ declare const SysActivity: Omit<{
|
|
|
5830
5842
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
5831
5843
|
_packageId?: string | undefined;
|
|
5832
5844
|
_packageVersion?: string | undefined;
|
|
5845
|
+
_lockDocsUrl?: string | undefined;
|
|
5833
5846
|
label?: string | undefined;
|
|
5834
5847
|
pluralLabel?: string | undefined;
|
|
5835
5848
|
description?: string | undefined;
|
|
@@ -6322,6 +6335,11 @@ declare const SysActivity: Omit<{
|
|
|
6322
6335
|
role?: string | undefined;
|
|
6323
6336
|
} | undefined;
|
|
6324
6337
|
}[] | undefined;
|
|
6338
|
+
protection?: {
|
|
6339
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
6340
|
+
reason: string;
|
|
6341
|
+
docsUrl?: string | undefined;
|
|
6342
|
+
} | undefined;
|
|
6325
6343
|
}, "fields"> & Pick<{
|
|
6326
6344
|
readonly name: "sys_activity";
|
|
6327
6345
|
readonly label: "Activity";
|
|
@@ -8850,6 +8868,7 @@ declare const SysComment: Omit<{
|
|
|
8850
8868
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
8851
8869
|
_packageId?: string | undefined;
|
|
8852
8870
|
_packageVersion?: string | undefined;
|
|
8871
|
+
_lockDocsUrl?: string | undefined;
|
|
8853
8872
|
label?: string | undefined;
|
|
8854
8873
|
pluralLabel?: string | undefined;
|
|
8855
8874
|
description?: string | undefined;
|
|
@@ -9342,6 +9361,11 @@ declare const SysComment: Omit<{
|
|
|
9342
9361
|
role?: string | undefined;
|
|
9343
9362
|
} | undefined;
|
|
9344
9363
|
}[] | undefined;
|
|
9364
|
+
protection?: {
|
|
9365
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
9366
|
+
reason: string;
|
|
9367
|
+
docsUrl?: string | undefined;
|
|
9368
|
+
} | undefined;
|
|
9345
9369
|
}, "fields"> & Pick<{
|
|
9346
9370
|
readonly name: "sys_comment";
|
|
9347
9371
|
readonly label: "Comment";
|
|
@@ -12220,6 +12244,7 @@ declare const SysAttachment: Omit<{
|
|
|
12220
12244
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
12221
12245
|
_packageId?: string | undefined;
|
|
12222
12246
|
_packageVersion?: string | undefined;
|
|
12247
|
+
_lockDocsUrl?: string | undefined;
|
|
12223
12248
|
label?: string | undefined;
|
|
12224
12249
|
pluralLabel?: string | undefined;
|
|
12225
12250
|
description?: string | undefined;
|
|
@@ -12712,6 +12737,11 @@ declare const SysAttachment: Omit<{
|
|
|
12712
12737
|
role?: string | undefined;
|
|
12713
12738
|
} | undefined;
|
|
12714
12739
|
}[] | undefined;
|
|
12740
|
+
protection?: {
|
|
12741
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
12742
|
+
reason: string;
|
|
12743
|
+
docsUrl?: string | undefined;
|
|
12744
|
+
} | undefined;
|
|
12715
12745
|
}, "fields"> & Pick<{
|
|
12716
12746
|
readonly name: "sys_attachment";
|
|
12717
12747
|
readonly label: "Attachment";
|
|
@@ -15234,6 +15264,7 @@ declare const SysNotification: Omit<{
|
|
|
15234
15264
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
15235
15265
|
_packageId?: string | undefined;
|
|
15236
15266
|
_packageVersion?: string | undefined;
|
|
15267
|
+
_lockDocsUrl?: string | undefined;
|
|
15237
15268
|
label?: string | undefined;
|
|
15238
15269
|
pluralLabel?: string | undefined;
|
|
15239
15270
|
description?: string | undefined;
|
|
@@ -15726,6 +15757,11 @@ declare const SysNotification: Omit<{
|
|
|
15726
15757
|
role?: string | undefined;
|
|
15727
15758
|
} | undefined;
|
|
15728
15759
|
}[] | undefined;
|
|
15760
|
+
protection?: {
|
|
15761
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
15762
|
+
reason: string;
|
|
15763
|
+
docsUrl?: string | undefined;
|
|
15764
|
+
} | undefined;
|
|
15729
15765
|
}, "fields"> & Pick<{
|
|
15730
15766
|
readonly name: "sys_notification";
|
|
15731
15767
|
readonly label: "Notification";
|
|
@@ -18538,6 +18574,7 @@ declare const SysEmail: Omit<{
|
|
|
18538
18574
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
18539
18575
|
_packageId?: string | undefined;
|
|
18540
18576
|
_packageVersion?: string | undefined;
|
|
18577
|
+
_lockDocsUrl?: string | undefined;
|
|
18541
18578
|
label?: string | undefined;
|
|
18542
18579
|
pluralLabel?: string | undefined;
|
|
18543
18580
|
description?: string | undefined;
|
|
@@ -19030,6 +19067,11 @@ declare const SysEmail: Omit<{
|
|
|
19030
19067
|
role?: string | undefined;
|
|
19031
19068
|
} | undefined;
|
|
19032
19069
|
}[] | undefined;
|
|
19070
|
+
protection?: {
|
|
19071
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
19072
|
+
reason: string;
|
|
19073
|
+
docsUrl?: string | undefined;
|
|
19074
|
+
} | undefined;
|
|
19033
19075
|
}, "fields"> & Pick<{
|
|
19034
19076
|
readonly name: "sys_email";
|
|
19035
19077
|
readonly label: "Email";
|
|
@@ -22594,6 +22636,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
22594
22636
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
22595
22637
|
_packageId?: string | undefined;
|
|
22596
22638
|
_packageVersion?: string | undefined;
|
|
22639
|
+
_lockDocsUrl?: string | undefined;
|
|
22597
22640
|
label?: string | undefined;
|
|
22598
22641
|
pluralLabel?: string | undefined;
|
|
22599
22642
|
description?: string | undefined;
|
|
@@ -23086,6 +23129,11 @@ declare const SysEmailTemplate: Omit<{
|
|
|
23086
23129
|
role?: string | undefined;
|
|
23087
23130
|
} | undefined;
|
|
23088
23131
|
}[] | undefined;
|
|
23132
|
+
protection?: {
|
|
23133
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
23134
|
+
reason: string;
|
|
23135
|
+
docsUrl?: string | undefined;
|
|
23136
|
+
} | undefined;
|
|
23089
23137
|
}, "fields"> & Pick<{
|
|
23090
23138
|
readonly name: "sys_email_template";
|
|
23091
23139
|
readonly label: "Email Template";
|
|
@@ -26314,6 +26362,7 @@ declare const SysSavedReport: Omit<{
|
|
|
26314
26362
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
26315
26363
|
_packageId?: string | undefined;
|
|
26316
26364
|
_packageVersion?: string | undefined;
|
|
26365
|
+
_lockDocsUrl?: string | undefined;
|
|
26317
26366
|
label?: string | undefined;
|
|
26318
26367
|
pluralLabel?: string | undefined;
|
|
26319
26368
|
description?: string | undefined;
|
|
@@ -26806,6 +26855,11 @@ declare const SysSavedReport: Omit<{
|
|
|
26806
26855
|
role?: string | undefined;
|
|
26807
26856
|
} | undefined;
|
|
26808
26857
|
}[] | undefined;
|
|
26858
|
+
protection?: {
|
|
26859
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
26860
|
+
reason: string;
|
|
26861
|
+
docsUrl?: string | undefined;
|
|
26862
|
+
} | undefined;
|
|
26809
26863
|
}, "fields"> & Pick<{
|
|
26810
26864
|
readonly name: "sys_saved_report";
|
|
26811
26865
|
readonly label: "Saved Report";
|
|
@@ -28982,6 +29036,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
28982
29036
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
28983
29037
|
_packageId?: string | undefined;
|
|
28984
29038
|
_packageVersion?: string | undefined;
|
|
29039
|
+
_lockDocsUrl?: string | undefined;
|
|
28985
29040
|
label?: string | undefined;
|
|
28986
29041
|
pluralLabel?: string | undefined;
|
|
28987
29042
|
description?: string | undefined;
|
|
@@ -29474,6 +29529,11 @@ declare const SysReportSchedule: Omit<{
|
|
|
29474
29529
|
role?: string | undefined;
|
|
29475
29530
|
} | undefined;
|
|
29476
29531
|
}[] | undefined;
|
|
29532
|
+
protection?: {
|
|
29533
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
29534
|
+
reason: string;
|
|
29535
|
+
docsUrl?: string | undefined;
|
|
29536
|
+
} | undefined;
|
|
29477
29537
|
}, "fields"> & Pick<{
|
|
29478
29538
|
readonly name: "sys_report_schedule";
|
|
29479
29539
|
readonly label: "Report Schedule";
|
|
@@ -32689,6 +32749,7 @@ declare const SysApprovalProcess: Omit<{
|
|
|
32689
32749
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
32690
32750
|
_packageId?: string | undefined;
|
|
32691
32751
|
_packageVersion?: string | undefined;
|
|
32752
|
+
_lockDocsUrl?: string | undefined;
|
|
32692
32753
|
label?: string | undefined;
|
|
32693
32754
|
pluralLabel?: string | undefined;
|
|
32694
32755
|
description?: string | undefined;
|
|
@@ -33181,6 +33242,11 @@ declare const SysApprovalProcess: Omit<{
|
|
|
33181
33242
|
role?: string | undefined;
|
|
33182
33243
|
} | undefined;
|
|
33183
33244
|
}[] | undefined;
|
|
33245
|
+
protection?: {
|
|
33246
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
33247
|
+
reason: string;
|
|
33248
|
+
docsUrl?: string | undefined;
|
|
33249
|
+
} | undefined;
|
|
33184
33250
|
}, "fields"> & Pick<{
|
|
33185
33251
|
readonly name: "sys_approval_process";
|
|
33186
33252
|
readonly label: "Approval Process";
|
|
@@ -35097,6 +35163,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
35097
35163
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
35098
35164
|
_packageId?: string | undefined;
|
|
35099
35165
|
_packageVersion?: string | undefined;
|
|
35166
|
+
_lockDocsUrl?: string | undefined;
|
|
35100
35167
|
label?: string | undefined;
|
|
35101
35168
|
pluralLabel?: string | undefined;
|
|
35102
35169
|
description?: string | undefined;
|
|
@@ -35589,6 +35656,11 @@ declare const SysApprovalRequest: Omit<{
|
|
|
35589
35656
|
role?: string | undefined;
|
|
35590
35657
|
} | undefined;
|
|
35591
35658
|
}[] | undefined;
|
|
35659
|
+
protection?: {
|
|
35660
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
35661
|
+
reason: string;
|
|
35662
|
+
docsUrl?: string | undefined;
|
|
35663
|
+
} | undefined;
|
|
35592
35664
|
}, "fields"> & Pick<{
|
|
35593
35665
|
readonly name: "sys_approval_request";
|
|
35594
35666
|
readonly label: "Approval Request";
|
|
@@ -38720,6 +38792,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
38720
38792
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
38721
38793
|
_packageId?: string | undefined;
|
|
38722
38794
|
_packageVersion?: string | undefined;
|
|
38795
|
+
_lockDocsUrl?: string | undefined;
|
|
38723
38796
|
label?: string | undefined;
|
|
38724
38797
|
pluralLabel?: string | undefined;
|
|
38725
38798
|
description?: string | undefined;
|
|
@@ -39212,6 +39285,11 @@ declare const SysApprovalAction: Omit<{
|
|
|
39212
39285
|
role?: string | undefined;
|
|
39213
39286
|
} | undefined;
|
|
39214
39287
|
}[] | undefined;
|
|
39288
|
+
protection?: {
|
|
39289
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
39290
|
+
reason: string;
|
|
39291
|
+
docsUrl?: string | undefined;
|
|
39292
|
+
} | undefined;
|
|
39215
39293
|
}, "fields"> & Pick<{
|
|
39216
39294
|
readonly name: "sys_approval_action";
|
|
39217
39295
|
readonly label: "Approval Action";
|
|
@@ -41090,6 +41168,7 @@ declare const SysJob: Omit<{
|
|
|
41090
41168
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
41091
41169
|
_packageId?: string | undefined;
|
|
41092
41170
|
_packageVersion?: string | undefined;
|
|
41171
|
+
_lockDocsUrl?: string | undefined;
|
|
41093
41172
|
label?: string | undefined;
|
|
41094
41173
|
pluralLabel?: string | undefined;
|
|
41095
41174
|
description?: string | undefined;
|
|
@@ -41582,6 +41661,11 @@ declare const SysJob: Omit<{
|
|
|
41582
41661
|
role?: string | undefined;
|
|
41583
41662
|
} | undefined;
|
|
41584
41663
|
}[] | undefined;
|
|
41664
|
+
protection?: {
|
|
41665
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
41666
|
+
reason: string;
|
|
41667
|
+
docsUrl?: string | undefined;
|
|
41668
|
+
} | undefined;
|
|
41585
41669
|
}, "fields"> & Pick<{
|
|
41586
41670
|
readonly name: "sys_job";
|
|
41587
41671
|
readonly label: "Background Job";
|
|
@@ -44094,6 +44178,7 @@ declare const SysJobRun: Omit<{
|
|
|
44094
44178
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
44095
44179
|
_packageId?: string | undefined;
|
|
44096
44180
|
_packageVersion?: string | undefined;
|
|
44181
|
+
_lockDocsUrl?: string | undefined;
|
|
44097
44182
|
label?: string | undefined;
|
|
44098
44183
|
pluralLabel?: string | undefined;
|
|
44099
44184
|
description?: string | undefined;
|
|
@@ -44586,6 +44671,11 @@ declare const SysJobRun: Omit<{
|
|
|
44586
44671
|
role?: string | undefined;
|
|
44587
44672
|
} | undefined;
|
|
44588
44673
|
}[] | undefined;
|
|
44674
|
+
protection?: {
|
|
44675
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
44676
|
+
reason: string;
|
|
44677
|
+
docsUrl?: string | undefined;
|
|
44678
|
+
} | undefined;
|
|
44589
44679
|
}, "fields"> & Pick<{
|
|
44590
44680
|
readonly name: "sys_job_run";
|
|
44591
44681
|
readonly label: "Job Run";
|
|
@@ -46581,6 +46671,7 @@ declare const SysJobQueue: Omit<{
|
|
|
46581
46671
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
46582
46672
|
_packageId?: string | undefined;
|
|
46583
46673
|
_packageVersion?: string | undefined;
|
|
46674
|
+
_lockDocsUrl?: string | undefined;
|
|
46584
46675
|
label?: string | undefined;
|
|
46585
46676
|
pluralLabel?: string | undefined;
|
|
46586
46677
|
description?: string | undefined;
|
|
@@ -47073,6 +47164,11 @@ declare const SysJobQueue: Omit<{
|
|
|
47073
47164
|
role?: string | undefined;
|
|
47074
47165
|
} | undefined;
|
|
47075
47166
|
}[] | undefined;
|
|
47167
|
+
protection?: {
|
|
47168
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
47169
|
+
reason: string;
|
|
47170
|
+
docsUrl?: string | undefined;
|
|
47171
|
+
} | undefined;
|
|
47076
47172
|
}, "fields"> & Pick<{
|
|
47077
47173
|
readonly name: "sys_job_queue";
|
|
47078
47174
|
readonly label: "Job Queue Message";
|
package/dist/audit/index.d.ts
CHANGED
|
@@ -216,6 +216,7 @@ declare const SysAuditLog: Omit<{
|
|
|
216
216
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
217
217
|
_packageId?: string | undefined;
|
|
218
218
|
_packageVersion?: string | undefined;
|
|
219
|
+
_lockDocsUrl?: string | undefined;
|
|
219
220
|
label?: string | undefined;
|
|
220
221
|
pluralLabel?: string | undefined;
|
|
221
222
|
description?: string | undefined;
|
|
@@ -708,6 +709,11 @@ declare const SysAuditLog: Omit<{
|
|
|
708
709
|
role?: string | undefined;
|
|
709
710
|
} | undefined;
|
|
710
711
|
}[] | undefined;
|
|
712
|
+
protection?: {
|
|
713
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
714
|
+
reason: string;
|
|
715
|
+
docsUrl?: string | undefined;
|
|
716
|
+
} | undefined;
|
|
711
717
|
}, "fields"> & Pick<{
|
|
712
718
|
readonly name: "sys_audit_log";
|
|
713
719
|
readonly label: "Audit Log";
|
|
@@ -3164,6 +3170,7 @@ declare const SysPresence: Omit<{
|
|
|
3164
3170
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
3165
3171
|
_packageId?: string | undefined;
|
|
3166
3172
|
_packageVersion?: string | undefined;
|
|
3173
|
+
_lockDocsUrl?: string | undefined;
|
|
3167
3174
|
label?: string | undefined;
|
|
3168
3175
|
pluralLabel?: string | undefined;
|
|
3169
3176
|
description?: string | undefined;
|
|
@@ -3656,6 +3663,11 @@ declare const SysPresence: Omit<{
|
|
|
3656
3663
|
role?: string | undefined;
|
|
3657
3664
|
} | undefined;
|
|
3658
3665
|
}[] | undefined;
|
|
3666
|
+
protection?: {
|
|
3667
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
3668
|
+
reason: string;
|
|
3669
|
+
docsUrl?: string | undefined;
|
|
3670
|
+
} | undefined;
|
|
3659
3671
|
}, "fields"> & Pick<{
|
|
3660
3672
|
readonly name: "sys_presence";
|
|
3661
3673
|
readonly label: "Presence";
|
|
@@ -5830,6 +5842,7 @@ declare const SysActivity: Omit<{
|
|
|
5830
5842
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
5831
5843
|
_packageId?: string | undefined;
|
|
5832
5844
|
_packageVersion?: string | undefined;
|
|
5845
|
+
_lockDocsUrl?: string | undefined;
|
|
5833
5846
|
label?: string | undefined;
|
|
5834
5847
|
pluralLabel?: string | undefined;
|
|
5835
5848
|
description?: string | undefined;
|
|
@@ -6322,6 +6335,11 @@ declare const SysActivity: Omit<{
|
|
|
6322
6335
|
role?: string | undefined;
|
|
6323
6336
|
} | undefined;
|
|
6324
6337
|
}[] | undefined;
|
|
6338
|
+
protection?: {
|
|
6339
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
6340
|
+
reason: string;
|
|
6341
|
+
docsUrl?: string | undefined;
|
|
6342
|
+
} | undefined;
|
|
6325
6343
|
}, "fields"> & Pick<{
|
|
6326
6344
|
readonly name: "sys_activity";
|
|
6327
6345
|
readonly label: "Activity";
|
|
@@ -8850,6 +8868,7 @@ declare const SysComment: Omit<{
|
|
|
8850
8868
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
8851
8869
|
_packageId?: string | undefined;
|
|
8852
8870
|
_packageVersion?: string | undefined;
|
|
8871
|
+
_lockDocsUrl?: string | undefined;
|
|
8853
8872
|
label?: string | undefined;
|
|
8854
8873
|
pluralLabel?: string | undefined;
|
|
8855
8874
|
description?: string | undefined;
|
|
@@ -9342,6 +9361,11 @@ declare const SysComment: Omit<{
|
|
|
9342
9361
|
role?: string | undefined;
|
|
9343
9362
|
} | undefined;
|
|
9344
9363
|
}[] | undefined;
|
|
9364
|
+
protection?: {
|
|
9365
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
9366
|
+
reason: string;
|
|
9367
|
+
docsUrl?: string | undefined;
|
|
9368
|
+
} | undefined;
|
|
9345
9369
|
}, "fields"> & Pick<{
|
|
9346
9370
|
readonly name: "sys_comment";
|
|
9347
9371
|
readonly label: "Comment";
|
|
@@ -12220,6 +12244,7 @@ declare const SysAttachment: Omit<{
|
|
|
12220
12244
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
12221
12245
|
_packageId?: string | undefined;
|
|
12222
12246
|
_packageVersion?: string | undefined;
|
|
12247
|
+
_lockDocsUrl?: string | undefined;
|
|
12223
12248
|
label?: string | undefined;
|
|
12224
12249
|
pluralLabel?: string | undefined;
|
|
12225
12250
|
description?: string | undefined;
|
|
@@ -12712,6 +12737,11 @@ declare const SysAttachment: Omit<{
|
|
|
12712
12737
|
role?: string | undefined;
|
|
12713
12738
|
} | undefined;
|
|
12714
12739
|
}[] | undefined;
|
|
12740
|
+
protection?: {
|
|
12741
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
12742
|
+
reason: string;
|
|
12743
|
+
docsUrl?: string | undefined;
|
|
12744
|
+
} | undefined;
|
|
12715
12745
|
}, "fields"> & Pick<{
|
|
12716
12746
|
readonly name: "sys_attachment";
|
|
12717
12747
|
readonly label: "Attachment";
|
|
@@ -15234,6 +15264,7 @@ declare const SysNotification: Omit<{
|
|
|
15234
15264
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
15235
15265
|
_packageId?: string | undefined;
|
|
15236
15266
|
_packageVersion?: string | undefined;
|
|
15267
|
+
_lockDocsUrl?: string | undefined;
|
|
15237
15268
|
label?: string | undefined;
|
|
15238
15269
|
pluralLabel?: string | undefined;
|
|
15239
15270
|
description?: string | undefined;
|
|
@@ -15726,6 +15757,11 @@ declare const SysNotification: Omit<{
|
|
|
15726
15757
|
role?: string | undefined;
|
|
15727
15758
|
} | undefined;
|
|
15728
15759
|
}[] | undefined;
|
|
15760
|
+
protection?: {
|
|
15761
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
15762
|
+
reason: string;
|
|
15763
|
+
docsUrl?: string | undefined;
|
|
15764
|
+
} | undefined;
|
|
15729
15765
|
}, "fields"> & Pick<{
|
|
15730
15766
|
readonly name: "sys_notification";
|
|
15731
15767
|
readonly label: "Notification";
|
|
@@ -18538,6 +18574,7 @@ declare const SysEmail: Omit<{
|
|
|
18538
18574
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
18539
18575
|
_packageId?: string | undefined;
|
|
18540
18576
|
_packageVersion?: string | undefined;
|
|
18577
|
+
_lockDocsUrl?: string | undefined;
|
|
18541
18578
|
label?: string | undefined;
|
|
18542
18579
|
pluralLabel?: string | undefined;
|
|
18543
18580
|
description?: string | undefined;
|
|
@@ -19030,6 +19067,11 @@ declare const SysEmail: Omit<{
|
|
|
19030
19067
|
role?: string | undefined;
|
|
19031
19068
|
} | undefined;
|
|
19032
19069
|
}[] | undefined;
|
|
19070
|
+
protection?: {
|
|
19071
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
19072
|
+
reason: string;
|
|
19073
|
+
docsUrl?: string | undefined;
|
|
19074
|
+
} | undefined;
|
|
19033
19075
|
}, "fields"> & Pick<{
|
|
19034
19076
|
readonly name: "sys_email";
|
|
19035
19077
|
readonly label: "Email";
|
|
@@ -22594,6 +22636,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
22594
22636
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
22595
22637
|
_packageId?: string | undefined;
|
|
22596
22638
|
_packageVersion?: string | undefined;
|
|
22639
|
+
_lockDocsUrl?: string | undefined;
|
|
22597
22640
|
label?: string | undefined;
|
|
22598
22641
|
pluralLabel?: string | undefined;
|
|
22599
22642
|
description?: string | undefined;
|
|
@@ -23086,6 +23129,11 @@ declare const SysEmailTemplate: Omit<{
|
|
|
23086
23129
|
role?: string | undefined;
|
|
23087
23130
|
} | undefined;
|
|
23088
23131
|
}[] | undefined;
|
|
23132
|
+
protection?: {
|
|
23133
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
23134
|
+
reason: string;
|
|
23135
|
+
docsUrl?: string | undefined;
|
|
23136
|
+
} | undefined;
|
|
23089
23137
|
}, "fields"> & Pick<{
|
|
23090
23138
|
readonly name: "sys_email_template";
|
|
23091
23139
|
readonly label: "Email Template";
|
|
@@ -26314,6 +26362,7 @@ declare const SysSavedReport: Omit<{
|
|
|
26314
26362
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
26315
26363
|
_packageId?: string | undefined;
|
|
26316
26364
|
_packageVersion?: string | undefined;
|
|
26365
|
+
_lockDocsUrl?: string | undefined;
|
|
26317
26366
|
label?: string | undefined;
|
|
26318
26367
|
pluralLabel?: string | undefined;
|
|
26319
26368
|
description?: string | undefined;
|
|
@@ -26806,6 +26855,11 @@ declare const SysSavedReport: Omit<{
|
|
|
26806
26855
|
role?: string | undefined;
|
|
26807
26856
|
} | undefined;
|
|
26808
26857
|
}[] | undefined;
|
|
26858
|
+
protection?: {
|
|
26859
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
26860
|
+
reason: string;
|
|
26861
|
+
docsUrl?: string | undefined;
|
|
26862
|
+
} | undefined;
|
|
26809
26863
|
}, "fields"> & Pick<{
|
|
26810
26864
|
readonly name: "sys_saved_report";
|
|
26811
26865
|
readonly label: "Saved Report";
|
|
@@ -28982,6 +29036,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
28982
29036
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
28983
29037
|
_packageId?: string | undefined;
|
|
28984
29038
|
_packageVersion?: string | undefined;
|
|
29039
|
+
_lockDocsUrl?: string | undefined;
|
|
28985
29040
|
label?: string | undefined;
|
|
28986
29041
|
pluralLabel?: string | undefined;
|
|
28987
29042
|
description?: string | undefined;
|
|
@@ -29474,6 +29529,11 @@ declare const SysReportSchedule: Omit<{
|
|
|
29474
29529
|
role?: string | undefined;
|
|
29475
29530
|
} | undefined;
|
|
29476
29531
|
}[] | undefined;
|
|
29532
|
+
protection?: {
|
|
29533
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
29534
|
+
reason: string;
|
|
29535
|
+
docsUrl?: string | undefined;
|
|
29536
|
+
} | undefined;
|
|
29477
29537
|
}, "fields"> & Pick<{
|
|
29478
29538
|
readonly name: "sys_report_schedule";
|
|
29479
29539
|
readonly label: "Report Schedule";
|
|
@@ -32689,6 +32749,7 @@ declare const SysApprovalProcess: Omit<{
|
|
|
32689
32749
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
32690
32750
|
_packageId?: string | undefined;
|
|
32691
32751
|
_packageVersion?: string | undefined;
|
|
32752
|
+
_lockDocsUrl?: string | undefined;
|
|
32692
32753
|
label?: string | undefined;
|
|
32693
32754
|
pluralLabel?: string | undefined;
|
|
32694
32755
|
description?: string | undefined;
|
|
@@ -33181,6 +33242,11 @@ declare const SysApprovalProcess: Omit<{
|
|
|
33181
33242
|
role?: string | undefined;
|
|
33182
33243
|
} | undefined;
|
|
33183
33244
|
}[] | undefined;
|
|
33245
|
+
protection?: {
|
|
33246
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
33247
|
+
reason: string;
|
|
33248
|
+
docsUrl?: string | undefined;
|
|
33249
|
+
} | undefined;
|
|
33184
33250
|
}, "fields"> & Pick<{
|
|
33185
33251
|
readonly name: "sys_approval_process";
|
|
33186
33252
|
readonly label: "Approval Process";
|
|
@@ -35097,6 +35163,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
35097
35163
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
35098
35164
|
_packageId?: string | undefined;
|
|
35099
35165
|
_packageVersion?: string | undefined;
|
|
35166
|
+
_lockDocsUrl?: string | undefined;
|
|
35100
35167
|
label?: string | undefined;
|
|
35101
35168
|
pluralLabel?: string | undefined;
|
|
35102
35169
|
description?: string | undefined;
|
|
@@ -35589,6 +35656,11 @@ declare const SysApprovalRequest: Omit<{
|
|
|
35589
35656
|
role?: string | undefined;
|
|
35590
35657
|
} | undefined;
|
|
35591
35658
|
}[] | undefined;
|
|
35659
|
+
protection?: {
|
|
35660
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
35661
|
+
reason: string;
|
|
35662
|
+
docsUrl?: string | undefined;
|
|
35663
|
+
} | undefined;
|
|
35592
35664
|
}, "fields"> & Pick<{
|
|
35593
35665
|
readonly name: "sys_approval_request";
|
|
35594
35666
|
readonly label: "Approval Request";
|
|
@@ -38720,6 +38792,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
38720
38792
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
38721
38793
|
_packageId?: string | undefined;
|
|
38722
38794
|
_packageVersion?: string | undefined;
|
|
38795
|
+
_lockDocsUrl?: string | undefined;
|
|
38723
38796
|
label?: string | undefined;
|
|
38724
38797
|
pluralLabel?: string | undefined;
|
|
38725
38798
|
description?: string | undefined;
|
|
@@ -39212,6 +39285,11 @@ declare const SysApprovalAction: Omit<{
|
|
|
39212
39285
|
role?: string | undefined;
|
|
39213
39286
|
} | undefined;
|
|
39214
39287
|
}[] | undefined;
|
|
39288
|
+
protection?: {
|
|
39289
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
39290
|
+
reason: string;
|
|
39291
|
+
docsUrl?: string | undefined;
|
|
39292
|
+
} | undefined;
|
|
39215
39293
|
}, "fields"> & Pick<{
|
|
39216
39294
|
readonly name: "sys_approval_action";
|
|
39217
39295
|
readonly label: "Approval Action";
|
|
@@ -41090,6 +41168,7 @@ declare const SysJob: Omit<{
|
|
|
41090
41168
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
41091
41169
|
_packageId?: string | undefined;
|
|
41092
41170
|
_packageVersion?: string | undefined;
|
|
41171
|
+
_lockDocsUrl?: string | undefined;
|
|
41093
41172
|
label?: string | undefined;
|
|
41094
41173
|
pluralLabel?: string | undefined;
|
|
41095
41174
|
description?: string | undefined;
|
|
@@ -41582,6 +41661,11 @@ declare const SysJob: Omit<{
|
|
|
41582
41661
|
role?: string | undefined;
|
|
41583
41662
|
} | undefined;
|
|
41584
41663
|
}[] | undefined;
|
|
41664
|
+
protection?: {
|
|
41665
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
41666
|
+
reason: string;
|
|
41667
|
+
docsUrl?: string | undefined;
|
|
41668
|
+
} | undefined;
|
|
41585
41669
|
}, "fields"> & Pick<{
|
|
41586
41670
|
readonly name: "sys_job";
|
|
41587
41671
|
readonly label: "Background Job";
|
|
@@ -44094,6 +44178,7 @@ declare const SysJobRun: Omit<{
|
|
|
44094
44178
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
44095
44179
|
_packageId?: string | undefined;
|
|
44096
44180
|
_packageVersion?: string | undefined;
|
|
44181
|
+
_lockDocsUrl?: string | undefined;
|
|
44097
44182
|
label?: string | undefined;
|
|
44098
44183
|
pluralLabel?: string | undefined;
|
|
44099
44184
|
description?: string | undefined;
|
|
@@ -44586,6 +44671,11 @@ declare const SysJobRun: Omit<{
|
|
|
44586
44671
|
role?: string | undefined;
|
|
44587
44672
|
} | undefined;
|
|
44588
44673
|
}[] | undefined;
|
|
44674
|
+
protection?: {
|
|
44675
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
44676
|
+
reason: string;
|
|
44677
|
+
docsUrl?: string | undefined;
|
|
44678
|
+
} | undefined;
|
|
44589
44679
|
}, "fields"> & Pick<{
|
|
44590
44680
|
readonly name: "sys_job_run";
|
|
44591
44681
|
readonly label: "Job Run";
|
|
@@ -46581,6 +46671,7 @@ declare const SysJobQueue: Omit<{
|
|
|
46581
46671
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
46582
46672
|
_packageId?: string | undefined;
|
|
46583
46673
|
_packageVersion?: string | undefined;
|
|
46674
|
+
_lockDocsUrl?: string | undefined;
|
|
46584
46675
|
label?: string | undefined;
|
|
46585
46676
|
pluralLabel?: string | undefined;
|
|
46586
46677
|
description?: string | undefined;
|
|
@@ -47073,6 +47164,11 @@ declare const SysJobQueue: Omit<{
|
|
|
47073
47164
|
role?: string | undefined;
|
|
47074
47165
|
} | undefined;
|
|
47075
47166
|
}[] | undefined;
|
|
47167
|
+
protection?: {
|
|
47168
|
+
lock: "full" | "none" | "no-overlay" | "no-delete";
|
|
47169
|
+
reason: string;
|
|
47170
|
+
docsUrl?: string | undefined;
|
|
47171
|
+
} | undefined;
|
|
47076
47172
|
}, "fields"> & Pick<{
|
|
47077
47173
|
readonly name: "sys_job_queue";
|
|
47078
47174
|
readonly label: "Job Queue Message";
|