@objectstack/platform-objects 6.8.1 → 6.9.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/audit/index.d.mts +128 -0
- package/dist/audit/index.d.ts +128 -0
- package/dist/identity/index.d.mts +160 -0
- package/dist/identity/index.d.ts +160 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +195 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +195 -1
- package/dist/index.mjs.map +1 -1
- package/dist/integration/index.d.mts +8 -0
- package/dist/integration/index.d.ts +8 -0
- package/dist/metadata/index.d.mts +16 -0
- package/dist/metadata/index.d.ts +16 -0
- package/dist/security/index.d.mts +3681 -1
- package/dist/security/index.d.ts +3681 -1
- package/dist/security/index.js +195 -0
- package/dist/security/index.js.map +1 -1
- package/dist/security/index.mjs +195 -1
- package/dist/security/index.mjs.map +1 -1
- package/dist/system/index.d.mts +24 -0
- package/dist/system/index.d.ts +24 -0
- package/package.json +2 -2
package/dist/audit/index.d.mts
CHANGED
|
@@ -600,6 +600,14 @@ declare const SysAuditLog: Omit<{
|
|
|
600
600
|
} | undefined;
|
|
601
601
|
recordTypes?: string[] | undefined;
|
|
602
602
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
603
|
+
publicSharing?: {
|
|
604
|
+
enabled: boolean;
|
|
605
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
606
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
607
|
+
maxExpiryDays?: number | undefined;
|
|
608
|
+
redactFields?: string[] | undefined;
|
|
609
|
+
eligibility?: string | undefined;
|
|
610
|
+
} | undefined;
|
|
603
611
|
keyPrefix?: string | undefined;
|
|
604
612
|
detail?: {
|
|
605
613
|
[x: string]: unknown;
|
|
@@ -3523,6 +3531,14 @@ declare const SysPresence: Omit<{
|
|
|
3523
3531
|
} | undefined;
|
|
3524
3532
|
recordTypes?: string[] | undefined;
|
|
3525
3533
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
3534
|
+
publicSharing?: {
|
|
3535
|
+
enabled: boolean;
|
|
3536
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
3537
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
3538
|
+
maxExpiryDays?: number | undefined;
|
|
3539
|
+
redactFields?: string[] | undefined;
|
|
3540
|
+
eligibility?: string | undefined;
|
|
3541
|
+
} | undefined;
|
|
3526
3542
|
keyPrefix?: string | undefined;
|
|
3527
3543
|
detail?: {
|
|
3528
3544
|
[x: string]: unknown;
|
|
@@ -6164,6 +6180,14 @@ declare const SysActivity: Omit<{
|
|
|
6164
6180
|
} | undefined;
|
|
6165
6181
|
recordTypes?: string[] | undefined;
|
|
6166
6182
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
6183
|
+
publicSharing?: {
|
|
6184
|
+
enabled: boolean;
|
|
6185
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
6186
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
6187
|
+
maxExpiryDays?: number | undefined;
|
|
6188
|
+
redactFields?: string[] | undefined;
|
|
6189
|
+
eligibility?: string | undefined;
|
|
6190
|
+
} | undefined;
|
|
6167
6191
|
keyPrefix?: string | undefined;
|
|
6168
6192
|
detail?: {
|
|
6169
6193
|
[x: string]: unknown;
|
|
@@ -9159,6 +9183,14 @@ declare const SysComment: Omit<{
|
|
|
9159
9183
|
} | undefined;
|
|
9160
9184
|
recordTypes?: string[] | undefined;
|
|
9161
9185
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
9186
|
+
publicSharing?: {
|
|
9187
|
+
enabled: boolean;
|
|
9188
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
9189
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
9190
|
+
maxExpiryDays?: number | undefined;
|
|
9191
|
+
redactFields?: string[] | undefined;
|
|
9192
|
+
eligibility?: string | undefined;
|
|
9193
|
+
} | undefined;
|
|
9162
9194
|
keyPrefix?: string | undefined;
|
|
9163
9195
|
detail?: {
|
|
9164
9196
|
[x: string]: unknown;
|
|
@@ -12504,6 +12536,14 @@ declare const SysAttachment: Omit<{
|
|
|
12504
12536
|
} | undefined;
|
|
12505
12537
|
recordTypes?: string[] | undefined;
|
|
12506
12538
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
12539
|
+
publicSharing?: {
|
|
12540
|
+
enabled: boolean;
|
|
12541
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
12542
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
12543
|
+
maxExpiryDays?: number | undefined;
|
|
12544
|
+
redactFields?: string[] | undefined;
|
|
12545
|
+
eligibility?: string | undefined;
|
|
12546
|
+
} | undefined;
|
|
12507
12547
|
keyPrefix?: string | undefined;
|
|
12508
12548
|
detail?: {
|
|
12509
12549
|
[x: string]: unknown;
|
|
@@ -15493,6 +15533,14 @@ declare const SysNotification: Omit<{
|
|
|
15493
15533
|
} | undefined;
|
|
15494
15534
|
recordTypes?: string[] | undefined;
|
|
15495
15535
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
15536
|
+
publicSharing?: {
|
|
15537
|
+
enabled: boolean;
|
|
15538
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
15539
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
15540
|
+
maxExpiryDays?: number | undefined;
|
|
15541
|
+
redactFields?: string[] | undefined;
|
|
15542
|
+
eligibility?: string | undefined;
|
|
15543
|
+
} | undefined;
|
|
15496
15544
|
keyPrefix?: string | undefined;
|
|
15497
15545
|
detail?: {
|
|
15498
15546
|
[x: string]: unknown;
|
|
@@ -18772,6 +18820,14 @@ declare const SysEmail: Omit<{
|
|
|
18772
18820
|
} | undefined;
|
|
18773
18821
|
recordTypes?: string[] | undefined;
|
|
18774
18822
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
18823
|
+
publicSharing?: {
|
|
18824
|
+
enabled: boolean;
|
|
18825
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
18826
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
18827
|
+
maxExpiryDays?: number | undefined;
|
|
18828
|
+
redactFields?: string[] | undefined;
|
|
18829
|
+
eligibility?: string | undefined;
|
|
18830
|
+
} | undefined;
|
|
18775
18831
|
keyPrefix?: string | undefined;
|
|
18776
18832
|
detail?: {
|
|
18777
18833
|
[x: string]: unknown;
|
|
@@ -22803,6 +22859,14 @@ declare const SysEmailTemplate: Omit<{
|
|
|
22803
22859
|
} | undefined;
|
|
22804
22860
|
recordTypes?: string[] | undefined;
|
|
22805
22861
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
22862
|
+
publicSharing?: {
|
|
22863
|
+
enabled: boolean;
|
|
22864
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
22865
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
22866
|
+
maxExpiryDays?: number | undefined;
|
|
22867
|
+
redactFields?: string[] | undefined;
|
|
22868
|
+
eligibility?: string | undefined;
|
|
22869
|
+
} | undefined;
|
|
22806
22870
|
keyPrefix?: string | undefined;
|
|
22807
22871
|
detail?: {
|
|
22808
22872
|
[x: string]: unknown;
|
|
@@ -26498,6 +26562,14 @@ declare const SysSavedReport: Omit<{
|
|
|
26498
26562
|
} | undefined;
|
|
26499
26563
|
recordTypes?: string[] | undefined;
|
|
26500
26564
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
26565
|
+
publicSharing?: {
|
|
26566
|
+
enabled: boolean;
|
|
26567
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
26568
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
26569
|
+
maxExpiryDays?: number | undefined;
|
|
26570
|
+
redactFields?: string[] | undefined;
|
|
26571
|
+
eligibility?: string | undefined;
|
|
26572
|
+
} | undefined;
|
|
26501
26573
|
keyPrefix?: string | undefined;
|
|
26502
26574
|
detail?: {
|
|
26503
26575
|
[x: string]: unknown;
|
|
@@ -29141,6 +29213,14 @@ declare const SysReportSchedule: Omit<{
|
|
|
29141
29213
|
} | undefined;
|
|
29142
29214
|
recordTypes?: string[] | undefined;
|
|
29143
29215
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
29216
|
+
publicSharing?: {
|
|
29217
|
+
enabled: boolean;
|
|
29218
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
29219
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
29220
|
+
maxExpiryDays?: number | undefined;
|
|
29221
|
+
redactFields?: string[] | undefined;
|
|
29222
|
+
eligibility?: string | undefined;
|
|
29223
|
+
} | undefined;
|
|
29144
29224
|
keyPrefix?: string | undefined;
|
|
29145
29225
|
detail?: {
|
|
29146
29226
|
[x: string]: unknown;
|
|
@@ -32823,6 +32903,14 @@ declare const SysApprovalProcess: Omit<{
|
|
|
32823
32903
|
} | undefined;
|
|
32824
32904
|
recordTypes?: string[] | undefined;
|
|
32825
32905
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
32906
|
+
publicSharing?: {
|
|
32907
|
+
enabled: boolean;
|
|
32908
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
32909
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
32910
|
+
maxExpiryDays?: number | undefined;
|
|
32911
|
+
redactFields?: string[] | undefined;
|
|
32912
|
+
eligibility?: string | undefined;
|
|
32913
|
+
} | undefined;
|
|
32826
32914
|
keyPrefix?: string | undefined;
|
|
32827
32915
|
detail?: {
|
|
32828
32916
|
[x: string]: unknown;
|
|
@@ -35206,6 +35294,14 @@ declare const SysApprovalRequest: Omit<{
|
|
|
35206
35294
|
} | undefined;
|
|
35207
35295
|
recordTypes?: string[] | undefined;
|
|
35208
35296
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
35297
|
+
publicSharing?: {
|
|
35298
|
+
enabled: boolean;
|
|
35299
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
35300
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
35301
|
+
maxExpiryDays?: number | undefined;
|
|
35302
|
+
redactFields?: string[] | undefined;
|
|
35303
|
+
eligibility?: string | undefined;
|
|
35304
|
+
} | undefined;
|
|
35209
35305
|
keyPrefix?: string | undefined;
|
|
35210
35306
|
detail?: {
|
|
35211
35307
|
[x: string]: unknown;
|
|
@@ -38804,6 +38900,14 @@ declare const SysApprovalAction: Omit<{
|
|
|
38804
38900
|
} | undefined;
|
|
38805
38901
|
recordTypes?: string[] | undefined;
|
|
38806
38902
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
38903
|
+
publicSharing?: {
|
|
38904
|
+
enabled: boolean;
|
|
38905
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
38906
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
38907
|
+
maxExpiryDays?: number | undefined;
|
|
38908
|
+
redactFields?: string[] | undefined;
|
|
38909
|
+
eligibility?: string | undefined;
|
|
38910
|
+
} | undefined;
|
|
38807
38911
|
keyPrefix?: string | undefined;
|
|
38808
38912
|
detail?: {
|
|
38809
38913
|
[x: string]: unknown;
|
|
@@ -41149,6 +41253,14 @@ declare const SysJob: Omit<{
|
|
|
41149
41253
|
} | undefined;
|
|
41150
41254
|
recordTypes?: string[] | undefined;
|
|
41151
41255
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
41256
|
+
publicSharing?: {
|
|
41257
|
+
enabled: boolean;
|
|
41258
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
41259
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
41260
|
+
maxExpiryDays?: number | undefined;
|
|
41261
|
+
redactFields?: string[] | undefined;
|
|
41262
|
+
eligibility?: string | undefined;
|
|
41263
|
+
} | undefined;
|
|
41152
41264
|
keyPrefix?: string | undefined;
|
|
41153
41265
|
detail?: {
|
|
41154
41266
|
[x: string]: unknown;
|
|
@@ -44128,6 +44240,14 @@ declare const SysJobRun: Omit<{
|
|
|
44128
44240
|
} | undefined;
|
|
44129
44241
|
recordTypes?: string[] | undefined;
|
|
44130
44242
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
44243
|
+
publicSharing?: {
|
|
44244
|
+
enabled: boolean;
|
|
44245
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
44246
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
44247
|
+
maxExpiryDays?: number | undefined;
|
|
44248
|
+
redactFields?: string[] | undefined;
|
|
44249
|
+
eligibility?: string | undefined;
|
|
44250
|
+
} | undefined;
|
|
44131
44251
|
keyPrefix?: string | undefined;
|
|
44132
44252
|
detail?: {
|
|
44133
44253
|
[x: string]: unknown;
|
|
@@ -46590,6 +46710,14 @@ declare const SysJobQueue: Omit<{
|
|
|
46590
46710
|
} | undefined;
|
|
46591
46711
|
recordTypes?: string[] | undefined;
|
|
46592
46712
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
46713
|
+
publicSharing?: {
|
|
46714
|
+
enabled: boolean;
|
|
46715
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
46716
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
46717
|
+
maxExpiryDays?: number | undefined;
|
|
46718
|
+
redactFields?: string[] | undefined;
|
|
46719
|
+
eligibility?: string | undefined;
|
|
46720
|
+
} | undefined;
|
|
46593
46721
|
keyPrefix?: string | undefined;
|
|
46594
46722
|
detail?: {
|
|
46595
46723
|
[x: string]: unknown;
|
package/dist/audit/index.d.ts
CHANGED
|
@@ -600,6 +600,14 @@ declare const SysAuditLog: Omit<{
|
|
|
600
600
|
} | undefined;
|
|
601
601
|
recordTypes?: string[] | undefined;
|
|
602
602
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
603
|
+
publicSharing?: {
|
|
604
|
+
enabled: boolean;
|
|
605
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
606
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
607
|
+
maxExpiryDays?: number | undefined;
|
|
608
|
+
redactFields?: string[] | undefined;
|
|
609
|
+
eligibility?: string | undefined;
|
|
610
|
+
} | undefined;
|
|
603
611
|
keyPrefix?: string | undefined;
|
|
604
612
|
detail?: {
|
|
605
613
|
[x: string]: unknown;
|
|
@@ -3523,6 +3531,14 @@ declare const SysPresence: Omit<{
|
|
|
3523
3531
|
} | undefined;
|
|
3524
3532
|
recordTypes?: string[] | undefined;
|
|
3525
3533
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
3534
|
+
publicSharing?: {
|
|
3535
|
+
enabled: boolean;
|
|
3536
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
3537
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
3538
|
+
maxExpiryDays?: number | undefined;
|
|
3539
|
+
redactFields?: string[] | undefined;
|
|
3540
|
+
eligibility?: string | undefined;
|
|
3541
|
+
} | undefined;
|
|
3526
3542
|
keyPrefix?: string | undefined;
|
|
3527
3543
|
detail?: {
|
|
3528
3544
|
[x: string]: unknown;
|
|
@@ -6164,6 +6180,14 @@ declare const SysActivity: Omit<{
|
|
|
6164
6180
|
} | undefined;
|
|
6165
6181
|
recordTypes?: string[] | undefined;
|
|
6166
6182
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
6183
|
+
publicSharing?: {
|
|
6184
|
+
enabled: boolean;
|
|
6185
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
6186
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
6187
|
+
maxExpiryDays?: number | undefined;
|
|
6188
|
+
redactFields?: string[] | undefined;
|
|
6189
|
+
eligibility?: string | undefined;
|
|
6190
|
+
} | undefined;
|
|
6167
6191
|
keyPrefix?: string | undefined;
|
|
6168
6192
|
detail?: {
|
|
6169
6193
|
[x: string]: unknown;
|
|
@@ -9159,6 +9183,14 @@ declare const SysComment: Omit<{
|
|
|
9159
9183
|
} | undefined;
|
|
9160
9184
|
recordTypes?: string[] | undefined;
|
|
9161
9185
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
9186
|
+
publicSharing?: {
|
|
9187
|
+
enabled: boolean;
|
|
9188
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
9189
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
9190
|
+
maxExpiryDays?: number | undefined;
|
|
9191
|
+
redactFields?: string[] | undefined;
|
|
9192
|
+
eligibility?: string | undefined;
|
|
9193
|
+
} | undefined;
|
|
9162
9194
|
keyPrefix?: string | undefined;
|
|
9163
9195
|
detail?: {
|
|
9164
9196
|
[x: string]: unknown;
|
|
@@ -12504,6 +12536,14 @@ declare const SysAttachment: Omit<{
|
|
|
12504
12536
|
} | undefined;
|
|
12505
12537
|
recordTypes?: string[] | undefined;
|
|
12506
12538
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
12539
|
+
publicSharing?: {
|
|
12540
|
+
enabled: boolean;
|
|
12541
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
12542
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
12543
|
+
maxExpiryDays?: number | undefined;
|
|
12544
|
+
redactFields?: string[] | undefined;
|
|
12545
|
+
eligibility?: string | undefined;
|
|
12546
|
+
} | undefined;
|
|
12507
12547
|
keyPrefix?: string | undefined;
|
|
12508
12548
|
detail?: {
|
|
12509
12549
|
[x: string]: unknown;
|
|
@@ -15493,6 +15533,14 @@ declare const SysNotification: Omit<{
|
|
|
15493
15533
|
} | undefined;
|
|
15494
15534
|
recordTypes?: string[] | undefined;
|
|
15495
15535
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
15536
|
+
publicSharing?: {
|
|
15537
|
+
enabled: boolean;
|
|
15538
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
15539
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
15540
|
+
maxExpiryDays?: number | undefined;
|
|
15541
|
+
redactFields?: string[] | undefined;
|
|
15542
|
+
eligibility?: string | undefined;
|
|
15543
|
+
} | undefined;
|
|
15496
15544
|
keyPrefix?: string | undefined;
|
|
15497
15545
|
detail?: {
|
|
15498
15546
|
[x: string]: unknown;
|
|
@@ -18772,6 +18820,14 @@ declare const SysEmail: Omit<{
|
|
|
18772
18820
|
} | undefined;
|
|
18773
18821
|
recordTypes?: string[] | undefined;
|
|
18774
18822
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
18823
|
+
publicSharing?: {
|
|
18824
|
+
enabled: boolean;
|
|
18825
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
18826
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
18827
|
+
maxExpiryDays?: number | undefined;
|
|
18828
|
+
redactFields?: string[] | undefined;
|
|
18829
|
+
eligibility?: string | undefined;
|
|
18830
|
+
} | undefined;
|
|
18775
18831
|
keyPrefix?: string | undefined;
|
|
18776
18832
|
detail?: {
|
|
18777
18833
|
[x: string]: unknown;
|
|
@@ -22803,6 +22859,14 @@ declare const SysEmailTemplate: Omit<{
|
|
|
22803
22859
|
} | undefined;
|
|
22804
22860
|
recordTypes?: string[] | undefined;
|
|
22805
22861
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
22862
|
+
publicSharing?: {
|
|
22863
|
+
enabled: boolean;
|
|
22864
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
22865
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
22866
|
+
maxExpiryDays?: number | undefined;
|
|
22867
|
+
redactFields?: string[] | undefined;
|
|
22868
|
+
eligibility?: string | undefined;
|
|
22869
|
+
} | undefined;
|
|
22806
22870
|
keyPrefix?: string | undefined;
|
|
22807
22871
|
detail?: {
|
|
22808
22872
|
[x: string]: unknown;
|
|
@@ -26498,6 +26562,14 @@ declare const SysSavedReport: Omit<{
|
|
|
26498
26562
|
} | undefined;
|
|
26499
26563
|
recordTypes?: string[] | undefined;
|
|
26500
26564
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
26565
|
+
publicSharing?: {
|
|
26566
|
+
enabled: boolean;
|
|
26567
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
26568
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
26569
|
+
maxExpiryDays?: number | undefined;
|
|
26570
|
+
redactFields?: string[] | undefined;
|
|
26571
|
+
eligibility?: string | undefined;
|
|
26572
|
+
} | undefined;
|
|
26501
26573
|
keyPrefix?: string | undefined;
|
|
26502
26574
|
detail?: {
|
|
26503
26575
|
[x: string]: unknown;
|
|
@@ -29141,6 +29213,14 @@ declare const SysReportSchedule: Omit<{
|
|
|
29141
29213
|
} | undefined;
|
|
29142
29214
|
recordTypes?: string[] | undefined;
|
|
29143
29215
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
29216
|
+
publicSharing?: {
|
|
29217
|
+
enabled: boolean;
|
|
29218
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
29219
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
29220
|
+
maxExpiryDays?: number | undefined;
|
|
29221
|
+
redactFields?: string[] | undefined;
|
|
29222
|
+
eligibility?: string | undefined;
|
|
29223
|
+
} | undefined;
|
|
29144
29224
|
keyPrefix?: string | undefined;
|
|
29145
29225
|
detail?: {
|
|
29146
29226
|
[x: string]: unknown;
|
|
@@ -32823,6 +32903,14 @@ declare const SysApprovalProcess: Omit<{
|
|
|
32823
32903
|
} | undefined;
|
|
32824
32904
|
recordTypes?: string[] | undefined;
|
|
32825
32905
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
32906
|
+
publicSharing?: {
|
|
32907
|
+
enabled: boolean;
|
|
32908
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
32909
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
32910
|
+
maxExpiryDays?: number | undefined;
|
|
32911
|
+
redactFields?: string[] | undefined;
|
|
32912
|
+
eligibility?: string | undefined;
|
|
32913
|
+
} | undefined;
|
|
32826
32914
|
keyPrefix?: string | undefined;
|
|
32827
32915
|
detail?: {
|
|
32828
32916
|
[x: string]: unknown;
|
|
@@ -35206,6 +35294,14 @@ declare const SysApprovalRequest: Omit<{
|
|
|
35206
35294
|
} | undefined;
|
|
35207
35295
|
recordTypes?: string[] | undefined;
|
|
35208
35296
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
35297
|
+
publicSharing?: {
|
|
35298
|
+
enabled: boolean;
|
|
35299
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
35300
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
35301
|
+
maxExpiryDays?: number | undefined;
|
|
35302
|
+
redactFields?: string[] | undefined;
|
|
35303
|
+
eligibility?: string | undefined;
|
|
35304
|
+
} | undefined;
|
|
35209
35305
|
keyPrefix?: string | undefined;
|
|
35210
35306
|
detail?: {
|
|
35211
35307
|
[x: string]: unknown;
|
|
@@ -38804,6 +38900,14 @@ declare const SysApprovalAction: Omit<{
|
|
|
38804
38900
|
} | undefined;
|
|
38805
38901
|
recordTypes?: string[] | undefined;
|
|
38806
38902
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
38903
|
+
publicSharing?: {
|
|
38904
|
+
enabled: boolean;
|
|
38905
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
38906
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
38907
|
+
maxExpiryDays?: number | undefined;
|
|
38908
|
+
redactFields?: string[] | undefined;
|
|
38909
|
+
eligibility?: string | undefined;
|
|
38910
|
+
} | undefined;
|
|
38807
38911
|
keyPrefix?: string | undefined;
|
|
38808
38912
|
detail?: {
|
|
38809
38913
|
[x: string]: unknown;
|
|
@@ -41149,6 +41253,14 @@ declare const SysJob: Omit<{
|
|
|
41149
41253
|
} | undefined;
|
|
41150
41254
|
recordTypes?: string[] | undefined;
|
|
41151
41255
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
41256
|
+
publicSharing?: {
|
|
41257
|
+
enabled: boolean;
|
|
41258
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
41259
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
41260
|
+
maxExpiryDays?: number | undefined;
|
|
41261
|
+
redactFields?: string[] | undefined;
|
|
41262
|
+
eligibility?: string | undefined;
|
|
41263
|
+
} | undefined;
|
|
41152
41264
|
keyPrefix?: string | undefined;
|
|
41153
41265
|
detail?: {
|
|
41154
41266
|
[x: string]: unknown;
|
|
@@ -44128,6 +44240,14 @@ declare const SysJobRun: Omit<{
|
|
|
44128
44240
|
} | undefined;
|
|
44129
44241
|
recordTypes?: string[] | undefined;
|
|
44130
44242
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
44243
|
+
publicSharing?: {
|
|
44244
|
+
enabled: boolean;
|
|
44245
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
44246
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
44247
|
+
maxExpiryDays?: number | undefined;
|
|
44248
|
+
redactFields?: string[] | undefined;
|
|
44249
|
+
eligibility?: string | undefined;
|
|
44250
|
+
} | undefined;
|
|
44131
44251
|
keyPrefix?: string | undefined;
|
|
44132
44252
|
detail?: {
|
|
44133
44253
|
[x: string]: unknown;
|
|
@@ -46590,6 +46710,14 @@ declare const SysJobQueue: Omit<{
|
|
|
46590
46710
|
} | undefined;
|
|
46591
46711
|
recordTypes?: string[] | undefined;
|
|
46592
46712
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
46713
|
+
publicSharing?: {
|
|
46714
|
+
enabled: boolean;
|
|
46715
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
46716
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
46717
|
+
maxExpiryDays?: number | undefined;
|
|
46718
|
+
redactFields?: string[] | undefined;
|
|
46719
|
+
eligibility?: string | undefined;
|
|
46720
|
+
} | undefined;
|
|
46593
46721
|
keyPrefix?: string | undefined;
|
|
46594
46722
|
detail?: {
|
|
46595
46723
|
[x: string]: unknown;
|