@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
|
@@ -600,6 +600,14 @@ declare const SysUser: 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;
|
|
@@ -3599,6 +3607,14 @@ declare const SysSession: Omit<{
|
|
|
3599
3607
|
} | undefined;
|
|
3600
3608
|
recordTypes?: string[] | undefined;
|
|
3601
3609
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
3610
|
+
publicSharing?: {
|
|
3611
|
+
enabled: boolean;
|
|
3612
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
3613
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
3614
|
+
maxExpiryDays?: number | undefined;
|
|
3615
|
+
redactFields?: string[] | undefined;
|
|
3616
|
+
eligibility?: string | undefined;
|
|
3617
|
+
} | undefined;
|
|
3602
3618
|
keyPrefix?: string | undefined;
|
|
3603
3619
|
detail?: {
|
|
3604
3620
|
[x: string]: unknown;
|
|
@@ -6303,6 +6319,14 @@ declare const SysAccount: Omit<{
|
|
|
6303
6319
|
} | undefined;
|
|
6304
6320
|
recordTypes?: string[] | undefined;
|
|
6305
6321
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
6322
|
+
publicSharing?: {
|
|
6323
|
+
enabled: boolean;
|
|
6324
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
6325
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
6326
|
+
maxExpiryDays?: number | undefined;
|
|
6327
|
+
redactFields?: string[] | undefined;
|
|
6328
|
+
eligibility?: string | undefined;
|
|
6329
|
+
} | undefined;
|
|
6306
6330
|
keyPrefix?: string | undefined;
|
|
6307
6331
|
detail?: {
|
|
6308
6332
|
[x: string]: unknown;
|
|
@@ -9377,6 +9401,14 @@ declare const SysVerification: Omit<{
|
|
|
9377
9401
|
} | undefined;
|
|
9378
9402
|
recordTypes?: string[] | undefined;
|
|
9379
9403
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
9404
|
+
publicSharing?: {
|
|
9405
|
+
enabled: boolean;
|
|
9406
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
9407
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
9408
|
+
maxExpiryDays?: number | undefined;
|
|
9409
|
+
redactFields?: string[] | undefined;
|
|
9410
|
+
eligibility?: string | undefined;
|
|
9411
|
+
} | undefined;
|
|
9380
9412
|
keyPrefix?: string | undefined;
|
|
9381
9413
|
detail?: {
|
|
9382
9414
|
[x: string]: unknown;
|
|
@@ -11137,6 +11169,14 @@ declare const SysOrganization: Omit<{
|
|
|
11137
11169
|
} | undefined;
|
|
11138
11170
|
recordTypes?: string[] | undefined;
|
|
11139
11171
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
11172
|
+
publicSharing?: {
|
|
11173
|
+
enabled: boolean;
|
|
11174
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
11175
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
11176
|
+
maxExpiryDays?: number | undefined;
|
|
11177
|
+
redactFields?: string[] | undefined;
|
|
11178
|
+
eligibility?: string | undefined;
|
|
11179
|
+
} | undefined;
|
|
11140
11180
|
keyPrefix?: string | undefined;
|
|
11141
11181
|
detail?: {
|
|
11142
11182
|
[x: string]: unknown;
|
|
@@ -13173,6 +13213,14 @@ declare const SysMember: Omit<{
|
|
|
13173
13213
|
} | undefined;
|
|
13174
13214
|
recordTypes?: string[] | undefined;
|
|
13175
13215
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
13216
|
+
publicSharing?: {
|
|
13217
|
+
enabled: boolean;
|
|
13218
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
13219
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
13220
|
+
maxExpiryDays?: number | undefined;
|
|
13221
|
+
redactFields?: string[] | undefined;
|
|
13222
|
+
eligibility?: string | undefined;
|
|
13223
|
+
} | undefined;
|
|
13176
13224
|
keyPrefix?: string | undefined;
|
|
13177
13225
|
detail?: {
|
|
13178
13226
|
[x: string]: unknown;
|
|
@@ -14805,6 +14853,14 @@ declare const SysInvitation: Omit<{
|
|
|
14805
14853
|
} | undefined;
|
|
14806
14854
|
recordTypes?: string[] | undefined;
|
|
14807
14855
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
14856
|
+
publicSharing?: {
|
|
14857
|
+
enabled: boolean;
|
|
14858
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
14859
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
14860
|
+
maxExpiryDays?: number | undefined;
|
|
14861
|
+
redactFields?: string[] | undefined;
|
|
14862
|
+
eligibility?: string | undefined;
|
|
14863
|
+
} | undefined;
|
|
14808
14864
|
keyPrefix?: string | undefined;
|
|
14809
14865
|
detail?: {
|
|
14810
14866
|
[x: string]: unknown;
|
|
@@ -17225,6 +17281,14 @@ declare const SysTeam: Omit<{
|
|
|
17225
17281
|
} | undefined;
|
|
17226
17282
|
recordTypes?: string[] | undefined;
|
|
17227
17283
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
17284
|
+
publicSharing?: {
|
|
17285
|
+
enabled: boolean;
|
|
17286
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
17287
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
17288
|
+
maxExpiryDays?: number | undefined;
|
|
17289
|
+
redactFields?: string[] | undefined;
|
|
17290
|
+
eligibility?: string | undefined;
|
|
17291
|
+
} | undefined;
|
|
17228
17292
|
keyPrefix?: string | undefined;
|
|
17229
17293
|
detail?: {
|
|
17230
17294
|
[x: string]: unknown;
|
|
@@ -18903,6 +18967,14 @@ declare const SysTeamMember: Omit<{
|
|
|
18903
18967
|
} | undefined;
|
|
18904
18968
|
recordTypes?: string[] | undefined;
|
|
18905
18969
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
18970
|
+
publicSharing?: {
|
|
18971
|
+
enabled: boolean;
|
|
18972
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
18973
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
18974
|
+
maxExpiryDays?: number | undefined;
|
|
18975
|
+
redactFields?: string[] | undefined;
|
|
18976
|
+
eligibility?: string | undefined;
|
|
18977
|
+
} | undefined;
|
|
18906
18978
|
keyPrefix?: string | undefined;
|
|
18907
18979
|
detail?: {
|
|
18908
18980
|
[x: string]: unknown;
|
|
@@ -20362,6 +20434,14 @@ declare const SysDepartment: Omit<{
|
|
|
20362
20434
|
} | undefined;
|
|
20363
20435
|
recordTypes?: string[] | undefined;
|
|
20364
20436
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
20437
|
+
publicSharing?: {
|
|
20438
|
+
enabled: boolean;
|
|
20439
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
20440
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
20441
|
+
maxExpiryDays?: number | undefined;
|
|
20442
|
+
redactFields?: string[] | undefined;
|
|
20443
|
+
eligibility?: string | undefined;
|
|
20444
|
+
} | undefined;
|
|
20365
20445
|
keyPrefix?: string | undefined;
|
|
20366
20446
|
detail?: {
|
|
20367
20447
|
[x: string]: unknown;
|
|
@@ -23442,6 +23522,14 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23442
23522
|
} | undefined;
|
|
23443
23523
|
recordTypes?: string[] | undefined;
|
|
23444
23524
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
23525
|
+
publicSharing?: {
|
|
23526
|
+
enabled: boolean;
|
|
23527
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
23528
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
23529
|
+
maxExpiryDays?: number | undefined;
|
|
23530
|
+
redactFields?: string[] | undefined;
|
|
23531
|
+
eligibility?: string | undefined;
|
|
23532
|
+
} | undefined;
|
|
23445
23533
|
keyPrefix?: string | undefined;
|
|
23446
23534
|
detail?: {
|
|
23447
23535
|
[x: string]: unknown;
|
|
@@ -25728,6 +25816,14 @@ declare const SysApiKey: Omit<{
|
|
|
25728
25816
|
} | undefined;
|
|
25729
25817
|
recordTypes?: string[] | undefined;
|
|
25730
25818
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
25819
|
+
publicSharing?: {
|
|
25820
|
+
enabled: boolean;
|
|
25821
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
25822
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
25823
|
+
maxExpiryDays?: number | undefined;
|
|
25824
|
+
redactFields?: string[] | undefined;
|
|
25825
|
+
eligibility?: string | undefined;
|
|
25826
|
+
} | undefined;
|
|
25731
25827
|
keyPrefix?: string | undefined;
|
|
25732
25828
|
detail?: {
|
|
25733
25829
|
[x: string]: unknown;
|
|
@@ -28482,6 +28578,14 @@ declare const SysTwoFactor: Omit<{
|
|
|
28482
28578
|
} | undefined;
|
|
28483
28579
|
recordTypes?: string[] | undefined;
|
|
28484
28580
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
28581
|
+
publicSharing?: {
|
|
28582
|
+
enabled: boolean;
|
|
28583
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
28584
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
28585
|
+
maxExpiryDays?: number | undefined;
|
|
28586
|
+
redactFields?: string[] | undefined;
|
|
28587
|
+
eligibility?: string | undefined;
|
|
28588
|
+
} | undefined;
|
|
28485
28589
|
keyPrefix?: string | undefined;
|
|
28486
28590
|
detail?: {
|
|
28487
28591
|
[x: string]: unknown;
|
|
@@ -30320,6 +30424,14 @@ declare const SysDeviceCode: Omit<{
|
|
|
30320
30424
|
} | undefined;
|
|
30321
30425
|
recordTypes?: string[] | undefined;
|
|
30322
30426
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
30427
|
+
publicSharing?: {
|
|
30428
|
+
enabled: boolean;
|
|
30429
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
30430
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
30431
|
+
maxExpiryDays?: number | undefined;
|
|
30432
|
+
redactFields?: string[] | undefined;
|
|
30433
|
+
eligibility?: string | undefined;
|
|
30434
|
+
} | undefined;
|
|
30323
30435
|
keyPrefix?: string | undefined;
|
|
30324
30436
|
detail?: {
|
|
30325
30437
|
[x: string]: unknown;
|
|
@@ -33140,6 +33252,14 @@ declare const SysUserPreference: Omit<{
|
|
|
33140
33252
|
} | undefined;
|
|
33141
33253
|
recordTypes?: string[] | undefined;
|
|
33142
33254
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
33255
|
+
publicSharing?: {
|
|
33256
|
+
enabled: boolean;
|
|
33257
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
33258
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
33259
|
+
maxExpiryDays?: number | undefined;
|
|
33260
|
+
redactFields?: string[] | undefined;
|
|
33261
|
+
eligibility?: string | undefined;
|
|
33262
|
+
} | undefined;
|
|
33143
33263
|
keyPrefix?: string | undefined;
|
|
33144
33264
|
detail?: {
|
|
33145
33265
|
[x: string]: unknown;
|
|
@@ -34972,6 +35092,14 @@ declare const SysOauthApplication: Omit<{
|
|
|
34972
35092
|
} | undefined;
|
|
34973
35093
|
recordTypes?: string[] | undefined;
|
|
34974
35094
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
35095
|
+
publicSharing?: {
|
|
35096
|
+
enabled: boolean;
|
|
35097
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
35098
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
35099
|
+
maxExpiryDays?: number | undefined;
|
|
35100
|
+
redactFields?: string[] | undefined;
|
|
35101
|
+
eligibility?: string | undefined;
|
|
35102
|
+
} | undefined;
|
|
34975
35103
|
keyPrefix?: string | undefined;
|
|
34976
35104
|
detail?: {
|
|
34977
35105
|
[x: string]: unknown;
|
|
@@ -41084,6 +41212,14 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
41084
41212
|
} | undefined;
|
|
41085
41213
|
recordTypes?: string[] | undefined;
|
|
41086
41214
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
41215
|
+
publicSharing?: {
|
|
41216
|
+
enabled: boolean;
|
|
41217
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
41218
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
41219
|
+
maxExpiryDays?: number | undefined;
|
|
41220
|
+
redactFields?: string[] | undefined;
|
|
41221
|
+
eligibility?: string | undefined;
|
|
41222
|
+
} | undefined;
|
|
41087
41223
|
keyPrefix?: string | undefined;
|
|
41088
41224
|
detail?: {
|
|
41089
41225
|
[x: string]: unknown;
|
|
@@ -43549,6 +43685,14 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
43549
43685
|
} | undefined;
|
|
43550
43686
|
recordTypes?: string[] | undefined;
|
|
43551
43687
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
43688
|
+
publicSharing?: {
|
|
43689
|
+
enabled: boolean;
|
|
43690
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
43691
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
43692
|
+
maxExpiryDays?: number | undefined;
|
|
43693
|
+
redactFields?: string[] | undefined;
|
|
43694
|
+
eligibility?: string | undefined;
|
|
43695
|
+
} | undefined;
|
|
43552
43696
|
keyPrefix?: string | undefined;
|
|
43553
43697
|
detail?: {
|
|
43554
43698
|
[x: string]: unknown;
|
|
@@ -46189,6 +46333,14 @@ declare const SysOauthConsent: Omit<{
|
|
|
46189
46333
|
} | undefined;
|
|
46190
46334
|
recordTypes?: string[] | undefined;
|
|
46191
46335
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
46336
|
+
publicSharing?: {
|
|
46337
|
+
enabled: boolean;
|
|
46338
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
46339
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
46340
|
+
maxExpiryDays?: number | undefined;
|
|
46341
|
+
redactFields?: string[] | undefined;
|
|
46342
|
+
eligibility?: string | undefined;
|
|
46343
|
+
} | undefined;
|
|
46192
46344
|
keyPrefix?: string | undefined;
|
|
46193
46345
|
detail?: {
|
|
46194
46346
|
[x: string]: unknown;
|
|
@@ -48122,6 +48274,14 @@ declare const SysJwks: Omit<{
|
|
|
48122
48274
|
} | undefined;
|
|
48123
48275
|
recordTypes?: string[] | undefined;
|
|
48124
48276
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
48277
|
+
publicSharing?: {
|
|
48278
|
+
enabled: boolean;
|
|
48279
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
48280
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
48281
|
+
maxExpiryDays?: number | undefined;
|
|
48282
|
+
redactFields?: string[] | undefined;
|
|
48283
|
+
eligibility?: string | undefined;
|
|
48284
|
+
} | undefined;
|
|
48125
48285
|
keyPrefix?: string | undefined;
|
|
48126
48286
|
detail?: {
|
|
48127
48287
|
[x: string]: unknown;
|
package/dist/identity/index.d.ts
CHANGED
|
@@ -600,6 +600,14 @@ declare const SysUser: 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;
|
|
@@ -3599,6 +3607,14 @@ declare const SysSession: Omit<{
|
|
|
3599
3607
|
} | undefined;
|
|
3600
3608
|
recordTypes?: string[] | undefined;
|
|
3601
3609
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
3610
|
+
publicSharing?: {
|
|
3611
|
+
enabled: boolean;
|
|
3612
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
3613
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
3614
|
+
maxExpiryDays?: number | undefined;
|
|
3615
|
+
redactFields?: string[] | undefined;
|
|
3616
|
+
eligibility?: string | undefined;
|
|
3617
|
+
} | undefined;
|
|
3602
3618
|
keyPrefix?: string | undefined;
|
|
3603
3619
|
detail?: {
|
|
3604
3620
|
[x: string]: unknown;
|
|
@@ -6303,6 +6319,14 @@ declare const SysAccount: Omit<{
|
|
|
6303
6319
|
} | undefined;
|
|
6304
6320
|
recordTypes?: string[] | undefined;
|
|
6305
6321
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
6322
|
+
publicSharing?: {
|
|
6323
|
+
enabled: boolean;
|
|
6324
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
6325
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
6326
|
+
maxExpiryDays?: number | undefined;
|
|
6327
|
+
redactFields?: string[] | undefined;
|
|
6328
|
+
eligibility?: string | undefined;
|
|
6329
|
+
} | undefined;
|
|
6306
6330
|
keyPrefix?: string | undefined;
|
|
6307
6331
|
detail?: {
|
|
6308
6332
|
[x: string]: unknown;
|
|
@@ -9377,6 +9401,14 @@ declare const SysVerification: Omit<{
|
|
|
9377
9401
|
} | undefined;
|
|
9378
9402
|
recordTypes?: string[] | undefined;
|
|
9379
9403
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
9404
|
+
publicSharing?: {
|
|
9405
|
+
enabled: boolean;
|
|
9406
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
9407
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
9408
|
+
maxExpiryDays?: number | undefined;
|
|
9409
|
+
redactFields?: string[] | undefined;
|
|
9410
|
+
eligibility?: string | undefined;
|
|
9411
|
+
} | undefined;
|
|
9380
9412
|
keyPrefix?: string | undefined;
|
|
9381
9413
|
detail?: {
|
|
9382
9414
|
[x: string]: unknown;
|
|
@@ -11137,6 +11169,14 @@ declare const SysOrganization: Omit<{
|
|
|
11137
11169
|
} | undefined;
|
|
11138
11170
|
recordTypes?: string[] | undefined;
|
|
11139
11171
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
11172
|
+
publicSharing?: {
|
|
11173
|
+
enabled: boolean;
|
|
11174
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
11175
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
11176
|
+
maxExpiryDays?: number | undefined;
|
|
11177
|
+
redactFields?: string[] | undefined;
|
|
11178
|
+
eligibility?: string | undefined;
|
|
11179
|
+
} | undefined;
|
|
11140
11180
|
keyPrefix?: string | undefined;
|
|
11141
11181
|
detail?: {
|
|
11142
11182
|
[x: string]: unknown;
|
|
@@ -13173,6 +13213,14 @@ declare const SysMember: Omit<{
|
|
|
13173
13213
|
} | undefined;
|
|
13174
13214
|
recordTypes?: string[] | undefined;
|
|
13175
13215
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
13216
|
+
publicSharing?: {
|
|
13217
|
+
enabled: boolean;
|
|
13218
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
13219
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
13220
|
+
maxExpiryDays?: number | undefined;
|
|
13221
|
+
redactFields?: string[] | undefined;
|
|
13222
|
+
eligibility?: string | undefined;
|
|
13223
|
+
} | undefined;
|
|
13176
13224
|
keyPrefix?: string | undefined;
|
|
13177
13225
|
detail?: {
|
|
13178
13226
|
[x: string]: unknown;
|
|
@@ -14805,6 +14853,14 @@ declare const SysInvitation: Omit<{
|
|
|
14805
14853
|
} | undefined;
|
|
14806
14854
|
recordTypes?: string[] | undefined;
|
|
14807
14855
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
14856
|
+
publicSharing?: {
|
|
14857
|
+
enabled: boolean;
|
|
14858
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
14859
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
14860
|
+
maxExpiryDays?: number | undefined;
|
|
14861
|
+
redactFields?: string[] | undefined;
|
|
14862
|
+
eligibility?: string | undefined;
|
|
14863
|
+
} | undefined;
|
|
14808
14864
|
keyPrefix?: string | undefined;
|
|
14809
14865
|
detail?: {
|
|
14810
14866
|
[x: string]: unknown;
|
|
@@ -17225,6 +17281,14 @@ declare const SysTeam: Omit<{
|
|
|
17225
17281
|
} | undefined;
|
|
17226
17282
|
recordTypes?: string[] | undefined;
|
|
17227
17283
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
17284
|
+
publicSharing?: {
|
|
17285
|
+
enabled: boolean;
|
|
17286
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
17287
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
17288
|
+
maxExpiryDays?: number | undefined;
|
|
17289
|
+
redactFields?: string[] | undefined;
|
|
17290
|
+
eligibility?: string | undefined;
|
|
17291
|
+
} | undefined;
|
|
17228
17292
|
keyPrefix?: string | undefined;
|
|
17229
17293
|
detail?: {
|
|
17230
17294
|
[x: string]: unknown;
|
|
@@ -18903,6 +18967,14 @@ declare const SysTeamMember: Omit<{
|
|
|
18903
18967
|
} | undefined;
|
|
18904
18968
|
recordTypes?: string[] | undefined;
|
|
18905
18969
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
18970
|
+
publicSharing?: {
|
|
18971
|
+
enabled: boolean;
|
|
18972
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
18973
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
18974
|
+
maxExpiryDays?: number | undefined;
|
|
18975
|
+
redactFields?: string[] | undefined;
|
|
18976
|
+
eligibility?: string | undefined;
|
|
18977
|
+
} | undefined;
|
|
18906
18978
|
keyPrefix?: string | undefined;
|
|
18907
18979
|
detail?: {
|
|
18908
18980
|
[x: string]: unknown;
|
|
@@ -20362,6 +20434,14 @@ declare const SysDepartment: Omit<{
|
|
|
20362
20434
|
} | undefined;
|
|
20363
20435
|
recordTypes?: string[] | undefined;
|
|
20364
20436
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
20437
|
+
publicSharing?: {
|
|
20438
|
+
enabled: boolean;
|
|
20439
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
20440
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
20441
|
+
maxExpiryDays?: number | undefined;
|
|
20442
|
+
redactFields?: string[] | undefined;
|
|
20443
|
+
eligibility?: string | undefined;
|
|
20444
|
+
} | undefined;
|
|
20365
20445
|
keyPrefix?: string | undefined;
|
|
20366
20446
|
detail?: {
|
|
20367
20447
|
[x: string]: unknown;
|
|
@@ -23442,6 +23522,14 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23442
23522
|
} | undefined;
|
|
23443
23523
|
recordTypes?: string[] | undefined;
|
|
23444
23524
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
23525
|
+
publicSharing?: {
|
|
23526
|
+
enabled: boolean;
|
|
23527
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
23528
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
23529
|
+
maxExpiryDays?: number | undefined;
|
|
23530
|
+
redactFields?: string[] | undefined;
|
|
23531
|
+
eligibility?: string | undefined;
|
|
23532
|
+
} | undefined;
|
|
23445
23533
|
keyPrefix?: string | undefined;
|
|
23446
23534
|
detail?: {
|
|
23447
23535
|
[x: string]: unknown;
|
|
@@ -25728,6 +25816,14 @@ declare const SysApiKey: Omit<{
|
|
|
25728
25816
|
} | undefined;
|
|
25729
25817
|
recordTypes?: string[] | undefined;
|
|
25730
25818
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
25819
|
+
publicSharing?: {
|
|
25820
|
+
enabled: boolean;
|
|
25821
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
25822
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
25823
|
+
maxExpiryDays?: number | undefined;
|
|
25824
|
+
redactFields?: string[] | undefined;
|
|
25825
|
+
eligibility?: string | undefined;
|
|
25826
|
+
} | undefined;
|
|
25731
25827
|
keyPrefix?: string | undefined;
|
|
25732
25828
|
detail?: {
|
|
25733
25829
|
[x: string]: unknown;
|
|
@@ -28482,6 +28578,14 @@ declare const SysTwoFactor: Omit<{
|
|
|
28482
28578
|
} | undefined;
|
|
28483
28579
|
recordTypes?: string[] | undefined;
|
|
28484
28580
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
28581
|
+
publicSharing?: {
|
|
28582
|
+
enabled: boolean;
|
|
28583
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
28584
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
28585
|
+
maxExpiryDays?: number | undefined;
|
|
28586
|
+
redactFields?: string[] | undefined;
|
|
28587
|
+
eligibility?: string | undefined;
|
|
28588
|
+
} | undefined;
|
|
28485
28589
|
keyPrefix?: string | undefined;
|
|
28486
28590
|
detail?: {
|
|
28487
28591
|
[x: string]: unknown;
|
|
@@ -30320,6 +30424,14 @@ declare const SysDeviceCode: Omit<{
|
|
|
30320
30424
|
} | undefined;
|
|
30321
30425
|
recordTypes?: string[] | undefined;
|
|
30322
30426
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
30427
|
+
publicSharing?: {
|
|
30428
|
+
enabled: boolean;
|
|
30429
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
30430
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
30431
|
+
maxExpiryDays?: number | undefined;
|
|
30432
|
+
redactFields?: string[] | undefined;
|
|
30433
|
+
eligibility?: string | undefined;
|
|
30434
|
+
} | undefined;
|
|
30323
30435
|
keyPrefix?: string | undefined;
|
|
30324
30436
|
detail?: {
|
|
30325
30437
|
[x: string]: unknown;
|
|
@@ -33140,6 +33252,14 @@ declare const SysUserPreference: Omit<{
|
|
|
33140
33252
|
} | undefined;
|
|
33141
33253
|
recordTypes?: string[] | undefined;
|
|
33142
33254
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
33255
|
+
publicSharing?: {
|
|
33256
|
+
enabled: boolean;
|
|
33257
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
33258
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
33259
|
+
maxExpiryDays?: number | undefined;
|
|
33260
|
+
redactFields?: string[] | undefined;
|
|
33261
|
+
eligibility?: string | undefined;
|
|
33262
|
+
} | undefined;
|
|
33143
33263
|
keyPrefix?: string | undefined;
|
|
33144
33264
|
detail?: {
|
|
33145
33265
|
[x: string]: unknown;
|
|
@@ -34972,6 +35092,14 @@ declare const SysOauthApplication: Omit<{
|
|
|
34972
35092
|
} | undefined;
|
|
34973
35093
|
recordTypes?: string[] | undefined;
|
|
34974
35094
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
35095
|
+
publicSharing?: {
|
|
35096
|
+
enabled: boolean;
|
|
35097
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
35098
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
35099
|
+
maxExpiryDays?: number | undefined;
|
|
35100
|
+
redactFields?: string[] | undefined;
|
|
35101
|
+
eligibility?: string | undefined;
|
|
35102
|
+
} | undefined;
|
|
34975
35103
|
keyPrefix?: string | undefined;
|
|
34976
35104
|
detail?: {
|
|
34977
35105
|
[x: string]: unknown;
|
|
@@ -41084,6 +41212,14 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
41084
41212
|
} | undefined;
|
|
41085
41213
|
recordTypes?: string[] | undefined;
|
|
41086
41214
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
41215
|
+
publicSharing?: {
|
|
41216
|
+
enabled: boolean;
|
|
41217
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
41218
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
41219
|
+
maxExpiryDays?: number | undefined;
|
|
41220
|
+
redactFields?: string[] | undefined;
|
|
41221
|
+
eligibility?: string | undefined;
|
|
41222
|
+
} | undefined;
|
|
41087
41223
|
keyPrefix?: string | undefined;
|
|
41088
41224
|
detail?: {
|
|
41089
41225
|
[x: string]: unknown;
|
|
@@ -43549,6 +43685,14 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
43549
43685
|
} | undefined;
|
|
43550
43686
|
recordTypes?: string[] | undefined;
|
|
43551
43687
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
43688
|
+
publicSharing?: {
|
|
43689
|
+
enabled: boolean;
|
|
43690
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
43691
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
43692
|
+
maxExpiryDays?: number | undefined;
|
|
43693
|
+
redactFields?: string[] | undefined;
|
|
43694
|
+
eligibility?: string | undefined;
|
|
43695
|
+
} | undefined;
|
|
43552
43696
|
keyPrefix?: string | undefined;
|
|
43553
43697
|
detail?: {
|
|
43554
43698
|
[x: string]: unknown;
|
|
@@ -46189,6 +46333,14 @@ declare const SysOauthConsent: Omit<{
|
|
|
46189
46333
|
} | undefined;
|
|
46190
46334
|
recordTypes?: string[] | undefined;
|
|
46191
46335
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
46336
|
+
publicSharing?: {
|
|
46337
|
+
enabled: boolean;
|
|
46338
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
46339
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
46340
|
+
maxExpiryDays?: number | undefined;
|
|
46341
|
+
redactFields?: string[] | undefined;
|
|
46342
|
+
eligibility?: string | undefined;
|
|
46343
|
+
} | undefined;
|
|
46192
46344
|
keyPrefix?: string | undefined;
|
|
46193
46345
|
detail?: {
|
|
46194
46346
|
[x: string]: unknown;
|
|
@@ -48122,6 +48274,14 @@ declare const SysJwks: Omit<{
|
|
|
48122
48274
|
} | undefined;
|
|
48123
48275
|
recordTypes?: string[] | undefined;
|
|
48124
48276
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
48277
|
+
publicSharing?: {
|
|
48278
|
+
enabled: boolean;
|
|
48279
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
48280
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
48281
|
+
maxExpiryDays?: number | undefined;
|
|
48282
|
+
redactFields?: string[] | undefined;
|
|
48283
|
+
eligibility?: string | undefined;
|
|
48284
|
+
} | undefined;
|
|
48125
48285
|
keyPrefix?: string | undefined;
|
|
48126
48286
|
detail?: {
|
|
48127
48287
|
[x: string]: unknown;
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { SysAccount, SysApiKey, SysDepartment, SysDepartmentMember, SysDeviceCode, SysInvitation, SysJwks, SysMember, SysOauthAccessToken, SysOauthApplication, SysOauthConsent, SysOauthRefreshToken, SysOrganization, SysSession, SysTeam, SysTeamMember, SysTwoFactor, SysUser, SysUserPreference, SysVerification } from './identity/index.mjs';
|
|
2
|
-
export { SysPermissionSet, SysRecordShare, SysRole, SysRolePermissionSet, SysSharingRule, SysUserPermissionSet, defaultPermissionSets } from './security/index.mjs';
|
|
2
|
+
export { SysPermissionSet, SysRecordShare, SysRole, SysRolePermissionSet, SysShareLink, SysSharingRule, SysUserPermissionSet, defaultPermissionSets } from './security/index.mjs';
|
|
3
3
|
export { SysActivity, SysApprovalAction, SysApprovalProcess, SysApprovalRequest, SysAttachment, SysAuditLog, SysComment, SysEmail, SysEmailTemplate, SysJob, SysJobQueue, SysJobRun, SysNotification, SysPresence, SysReportSchedule, SysSavedReport } from './audit/index.mjs';
|
|
4
4
|
export { SysWebhook } from './integration/index.mjs';
|
|
5
5
|
export { SysMetadata, SysMetadataHistoryObject, SysMetadata as SysMetadataObject } from './metadata/index.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { SysAccount, SysApiKey, SysDepartment, SysDepartmentMember, SysDeviceCode, SysInvitation, SysJwks, SysMember, SysOauthAccessToken, SysOauthApplication, SysOauthConsent, SysOauthRefreshToken, SysOrganization, SysSession, SysTeam, SysTeamMember, SysTwoFactor, SysUser, SysUserPreference, SysVerification } from './identity/index.js';
|
|
2
|
-
export { SysPermissionSet, SysRecordShare, SysRole, SysRolePermissionSet, SysSharingRule, SysUserPermissionSet, defaultPermissionSets } from './security/index.js';
|
|
2
|
+
export { SysPermissionSet, SysRecordShare, SysRole, SysRolePermissionSet, SysShareLink, SysSharingRule, SysUserPermissionSet, defaultPermissionSets } from './security/index.js';
|
|
3
3
|
export { SysActivity, SysApprovalAction, SysApprovalProcess, SysApprovalRequest, SysAttachment, SysAuditLog, SysComment, SysEmail, SysEmailTemplate, SysJob, SysJobQueue, SysJobRun, SysNotification, SysPresence, SysReportSchedule, SysSavedReport } from './audit/index.js';
|
|
4
4
|
export { SysWebhook } from './integration/index.js';
|
|
5
5
|
export { SysMetadata, SysMetadataHistoryObject, SysMetadata as SysMetadataObject } from './metadata/index.js';
|