@objectstack/platform-objects 9.10.0 → 9.11.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 +9 -9
- package/dist/audit/index.d.ts +9 -9
- package/dist/identity/index.d.mts +20 -20
- package/dist/identity/index.d.ts +20 -20
- package/dist/system/index.d.mts +3 -3
- package/dist/system/index.d.ts +3 -3
- package/package.json +3 -3
package/dist/audit/index.d.mts
CHANGED
|
@@ -651,7 +651,7 @@ declare const SysNotification: Omit<{
|
|
|
651
651
|
clone: boolean;
|
|
652
652
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
653
653
|
} | undefined;
|
|
654
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
654
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
655
655
|
publicSharing?: {
|
|
656
656
|
enabled: boolean;
|
|
657
657
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -2887,7 +2887,7 @@ declare const SysAttachment: Omit<{
|
|
|
2887
2887
|
clone: boolean;
|
|
2888
2888
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
2889
2889
|
} | undefined;
|
|
2890
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
2890
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
2891
2891
|
publicSharing?: {
|
|
2892
2892
|
enabled: boolean;
|
|
2893
2893
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -5698,7 +5698,7 @@ declare const SysEmail: Omit<{
|
|
|
5698
5698
|
clone: boolean;
|
|
5699
5699
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
5700
5700
|
} | undefined;
|
|
5701
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
5701
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
5702
5702
|
publicSharing?: {
|
|
5703
5703
|
enabled: boolean;
|
|
5704
5704
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -9430,7 +9430,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9430
9430
|
clone: boolean;
|
|
9431
9431
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
9432
9432
|
} | undefined;
|
|
9433
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
9433
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
9434
9434
|
publicSharing?: {
|
|
9435
9435
|
enabled: boolean;
|
|
9436
9436
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -12866,7 +12866,7 @@ declare const SysSavedReport: Omit<{
|
|
|
12866
12866
|
clone: boolean;
|
|
12867
12867
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
12868
12868
|
} | undefined;
|
|
12869
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
12869
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
12870
12870
|
publicSharing?: {
|
|
12871
12871
|
enabled: boolean;
|
|
12872
12872
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -15371,7 +15371,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
15371
15371
|
clone: boolean;
|
|
15372
15372
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
15373
15373
|
} | undefined;
|
|
15374
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
15374
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
15375
15375
|
publicSharing?: {
|
|
15376
15376
|
enabled: boolean;
|
|
15377
15377
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -18791,7 +18791,7 @@ declare const SysJob: Omit<{
|
|
|
18791
18791
|
clone: boolean;
|
|
18792
18792
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
18793
18793
|
} | undefined;
|
|
18794
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
18794
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
18795
18795
|
publicSharing?: {
|
|
18796
18796
|
enabled: boolean;
|
|
18797
18797
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -21591,7 +21591,7 @@ declare const SysJobRun: Omit<{
|
|
|
21591
21591
|
clone: boolean;
|
|
21592
21592
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
21593
21593
|
} | undefined;
|
|
21594
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
21594
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
21595
21595
|
publicSharing?: {
|
|
21596
21596
|
enabled: boolean;
|
|
21597
21597
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -23934,7 +23934,7 @@ declare const SysJobQueue: Omit<{
|
|
|
23934
23934
|
clone: boolean;
|
|
23935
23935
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
23936
23936
|
} | undefined;
|
|
23937
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
23937
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
23938
23938
|
publicSharing?: {
|
|
23939
23939
|
enabled: boolean;
|
|
23940
23940
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
package/dist/audit/index.d.ts
CHANGED
|
@@ -651,7 +651,7 @@ declare const SysNotification: Omit<{
|
|
|
651
651
|
clone: boolean;
|
|
652
652
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
653
653
|
} | undefined;
|
|
654
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
654
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
655
655
|
publicSharing?: {
|
|
656
656
|
enabled: boolean;
|
|
657
657
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -2887,7 +2887,7 @@ declare const SysAttachment: Omit<{
|
|
|
2887
2887
|
clone: boolean;
|
|
2888
2888
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
2889
2889
|
} | undefined;
|
|
2890
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
2890
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
2891
2891
|
publicSharing?: {
|
|
2892
2892
|
enabled: boolean;
|
|
2893
2893
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -5698,7 +5698,7 @@ declare const SysEmail: Omit<{
|
|
|
5698
5698
|
clone: boolean;
|
|
5699
5699
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
5700
5700
|
} | undefined;
|
|
5701
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
5701
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
5702
5702
|
publicSharing?: {
|
|
5703
5703
|
enabled: boolean;
|
|
5704
5704
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -9430,7 +9430,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9430
9430
|
clone: boolean;
|
|
9431
9431
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
9432
9432
|
} | undefined;
|
|
9433
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
9433
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
9434
9434
|
publicSharing?: {
|
|
9435
9435
|
enabled: boolean;
|
|
9436
9436
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -12866,7 +12866,7 @@ declare const SysSavedReport: Omit<{
|
|
|
12866
12866
|
clone: boolean;
|
|
12867
12867
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
12868
12868
|
} | undefined;
|
|
12869
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
12869
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
12870
12870
|
publicSharing?: {
|
|
12871
12871
|
enabled: boolean;
|
|
12872
12872
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -15371,7 +15371,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
15371
15371
|
clone: boolean;
|
|
15372
15372
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
15373
15373
|
} | undefined;
|
|
15374
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
15374
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
15375
15375
|
publicSharing?: {
|
|
15376
15376
|
enabled: boolean;
|
|
15377
15377
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -18791,7 +18791,7 @@ declare const SysJob: Omit<{
|
|
|
18791
18791
|
clone: boolean;
|
|
18792
18792
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
18793
18793
|
} | undefined;
|
|
18794
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
18794
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
18795
18795
|
publicSharing?: {
|
|
18796
18796
|
enabled: boolean;
|
|
18797
18797
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -21591,7 +21591,7 @@ declare const SysJobRun: Omit<{
|
|
|
21591
21591
|
clone: boolean;
|
|
21592
21592
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
21593
21593
|
} | undefined;
|
|
21594
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
21594
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
21595
21595
|
publicSharing?: {
|
|
21596
21596
|
enabled: boolean;
|
|
21597
21597
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -23934,7 +23934,7 @@ declare const SysJobQueue: Omit<{
|
|
|
23934
23934
|
clone: boolean;
|
|
23935
23935
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
23936
23936
|
} | undefined;
|
|
23937
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
23937
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
23938
23938
|
publicSharing?: {
|
|
23939
23939
|
enabled: boolean;
|
|
23940
23940
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -639,7 +639,7 @@ declare const SysUser: Omit<{
|
|
|
639
639
|
clone: boolean;
|
|
640
640
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
641
641
|
} | undefined;
|
|
642
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
642
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
643
643
|
publicSharing?: {
|
|
644
644
|
enabled: boolean;
|
|
645
645
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -3648,7 +3648,7 @@ declare const SysSession: Omit<{
|
|
|
3648
3648
|
clone: boolean;
|
|
3649
3649
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
3650
3650
|
} | undefined;
|
|
3651
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
3651
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
3652
3652
|
publicSharing?: {
|
|
3653
3653
|
enabled: boolean;
|
|
3654
3654
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -6218,7 +6218,7 @@ declare const SysAccount: Omit<{
|
|
|
6218
6218
|
clone: boolean;
|
|
6219
6219
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
6220
6220
|
} | undefined;
|
|
6221
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
6221
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
6222
6222
|
publicSharing?: {
|
|
6223
6223
|
enabled: boolean;
|
|
6224
6224
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -9155,7 +9155,7 @@ declare const SysVerification: Omit<{
|
|
|
9155
9155
|
clone: boolean;
|
|
9156
9156
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
9157
9157
|
} | undefined;
|
|
9158
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
9158
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
9159
9159
|
publicSharing?: {
|
|
9160
9160
|
enabled: boolean;
|
|
9161
9161
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -10881,7 +10881,7 @@ declare const SysOrganization: Omit<{
|
|
|
10881
10881
|
clone: boolean;
|
|
10882
10882
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
10883
10883
|
} | undefined;
|
|
10884
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
10884
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
10885
10885
|
publicSharing?: {
|
|
10886
10886
|
enabled: boolean;
|
|
10887
10887
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -12881,7 +12881,7 @@ declare const SysMember: Omit<{
|
|
|
12881
12881
|
clone: boolean;
|
|
12882
12882
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
12883
12883
|
} | undefined;
|
|
12884
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
12884
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
12885
12885
|
publicSharing?: {
|
|
12886
12886
|
enabled: boolean;
|
|
12887
12887
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -14544,7 +14544,7 @@ declare const SysInvitation: Omit<{
|
|
|
14544
14544
|
clone: boolean;
|
|
14545
14545
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
14546
14546
|
} | undefined;
|
|
14547
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
14547
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
14548
14548
|
publicSharing?: {
|
|
14549
14549
|
enabled: boolean;
|
|
14550
14550
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -16895,7 +16895,7 @@ declare const SysTeam: Omit<{
|
|
|
16895
16895
|
clone: boolean;
|
|
16896
16896
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
16897
16897
|
} | undefined;
|
|
16898
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
16898
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
16899
16899
|
publicSharing?: {
|
|
16900
16900
|
enabled: boolean;
|
|
16901
16901
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -18559,7 +18559,7 @@ declare const SysTeamMember: Omit<{
|
|
|
18559
18559
|
clone: boolean;
|
|
18560
18560
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
18561
18561
|
} | undefined;
|
|
18562
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
18562
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
18563
18563
|
publicSharing?: {
|
|
18564
18564
|
enabled: boolean;
|
|
18565
18565
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -20024,7 +20024,7 @@ declare const SysDepartment: Omit<{
|
|
|
20024
20024
|
clone: boolean;
|
|
20025
20025
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
20026
20026
|
} | undefined;
|
|
20027
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
20027
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
20028
20028
|
publicSharing?: {
|
|
20029
20029
|
enabled: boolean;
|
|
20030
20030
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -22925,7 +22925,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
22925
22925
|
clone: boolean;
|
|
22926
22926
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
22927
22927
|
} | undefined;
|
|
22928
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
22928
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
22929
22929
|
publicSharing?: {
|
|
22930
22930
|
enabled: boolean;
|
|
22931
22931
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -25112,7 +25112,7 @@ declare const SysApiKey: Omit<{
|
|
|
25112
25112
|
clone: boolean;
|
|
25113
25113
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
25114
25114
|
} | undefined;
|
|
25115
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
25115
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
25116
25116
|
publicSharing?: {
|
|
25117
25117
|
enabled: boolean;
|
|
25118
25118
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -27732,7 +27732,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
27732
27732
|
clone: boolean;
|
|
27733
27733
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
27734
27734
|
} | undefined;
|
|
27735
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
27735
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
27736
27736
|
publicSharing?: {
|
|
27737
27737
|
enabled: boolean;
|
|
27738
27738
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -29730,7 +29730,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
29730
29730
|
clone: boolean;
|
|
29731
29731
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
29732
29732
|
} | undefined;
|
|
29733
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
29733
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
29734
29734
|
publicSharing?: {
|
|
29735
29735
|
enabled: boolean;
|
|
29736
29736
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -32396,7 +32396,7 @@ declare const SysUserPreference: Omit<{
|
|
|
32396
32396
|
clone: boolean;
|
|
32397
32397
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
32398
32398
|
} | undefined;
|
|
32399
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
32399
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
32400
32400
|
publicSharing?: {
|
|
32401
32401
|
enabled: boolean;
|
|
32402
32402
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -34189,7 +34189,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34189
34189
|
clone: boolean;
|
|
34190
34190
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
34191
34191
|
} | undefined;
|
|
34192
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
34192
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
34193
34193
|
publicSharing?: {
|
|
34194
34194
|
enabled: boolean;
|
|
34195
34195
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -39874,7 +39874,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
39874
39874
|
clone: boolean;
|
|
39875
39875
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
39876
39876
|
} | undefined;
|
|
39877
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
39877
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
39878
39878
|
publicSharing?: {
|
|
39879
39879
|
enabled: boolean;
|
|
39880
39880
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -42225,7 +42225,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
42225
42225
|
clone: boolean;
|
|
42226
42226
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
42227
42227
|
} | undefined;
|
|
42228
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
42228
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
42229
42229
|
publicSharing?: {
|
|
42230
42230
|
enabled: boolean;
|
|
42231
42231
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -44731,7 +44731,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
44731
44731
|
clone: boolean;
|
|
44732
44732
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
44733
44733
|
} | undefined;
|
|
44734
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
44734
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
44735
44735
|
publicSharing?: {
|
|
44736
44736
|
enabled: boolean;
|
|
44737
44737
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -46610,7 +46610,7 @@ declare const SysJwks: Omit<{
|
|
|
46610
46610
|
clone: boolean;
|
|
46611
46611
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
46612
46612
|
} | undefined;
|
|
46613
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
46613
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
46614
46614
|
publicSharing?: {
|
|
46615
46615
|
enabled: boolean;
|
|
46616
46616
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
package/dist/identity/index.d.ts
CHANGED
|
@@ -639,7 +639,7 @@ declare const SysUser: Omit<{
|
|
|
639
639
|
clone: boolean;
|
|
640
640
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
641
641
|
} | undefined;
|
|
642
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
642
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
643
643
|
publicSharing?: {
|
|
644
644
|
enabled: boolean;
|
|
645
645
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -3648,7 +3648,7 @@ declare const SysSession: Omit<{
|
|
|
3648
3648
|
clone: boolean;
|
|
3649
3649
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
3650
3650
|
} | undefined;
|
|
3651
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
3651
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
3652
3652
|
publicSharing?: {
|
|
3653
3653
|
enabled: boolean;
|
|
3654
3654
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -6218,7 +6218,7 @@ declare const SysAccount: Omit<{
|
|
|
6218
6218
|
clone: boolean;
|
|
6219
6219
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
6220
6220
|
} | undefined;
|
|
6221
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
6221
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
6222
6222
|
publicSharing?: {
|
|
6223
6223
|
enabled: boolean;
|
|
6224
6224
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -9155,7 +9155,7 @@ declare const SysVerification: Omit<{
|
|
|
9155
9155
|
clone: boolean;
|
|
9156
9156
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
9157
9157
|
} | undefined;
|
|
9158
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
9158
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
9159
9159
|
publicSharing?: {
|
|
9160
9160
|
enabled: boolean;
|
|
9161
9161
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -10881,7 +10881,7 @@ declare const SysOrganization: Omit<{
|
|
|
10881
10881
|
clone: boolean;
|
|
10882
10882
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
10883
10883
|
} | undefined;
|
|
10884
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
10884
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
10885
10885
|
publicSharing?: {
|
|
10886
10886
|
enabled: boolean;
|
|
10887
10887
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -12881,7 +12881,7 @@ declare const SysMember: Omit<{
|
|
|
12881
12881
|
clone: boolean;
|
|
12882
12882
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
12883
12883
|
} | undefined;
|
|
12884
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
12884
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
12885
12885
|
publicSharing?: {
|
|
12886
12886
|
enabled: boolean;
|
|
12887
12887
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -14544,7 +14544,7 @@ declare const SysInvitation: Omit<{
|
|
|
14544
14544
|
clone: boolean;
|
|
14545
14545
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
14546
14546
|
} | undefined;
|
|
14547
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
14547
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
14548
14548
|
publicSharing?: {
|
|
14549
14549
|
enabled: boolean;
|
|
14550
14550
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -16895,7 +16895,7 @@ declare const SysTeam: Omit<{
|
|
|
16895
16895
|
clone: boolean;
|
|
16896
16896
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
16897
16897
|
} | undefined;
|
|
16898
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
16898
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
16899
16899
|
publicSharing?: {
|
|
16900
16900
|
enabled: boolean;
|
|
16901
16901
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -18559,7 +18559,7 @@ declare const SysTeamMember: Omit<{
|
|
|
18559
18559
|
clone: boolean;
|
|
18560
18560
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
18561
18561
|
} | undefined;
|
|
18562
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
18562
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
18563
18563
|
publicSharing?: {
|
|
18564
18564
|
enabled: boolean;
|
|
18565
18565
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -20024,7 +20024,7 @@ declare const SysDepartment: Omit<{
|
|
|
20024
20024
|
clone: boolean;
|
|
20025
20025
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
20026
20026
|
} | undefined;
|
|
20027
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
20027
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
20028
20028
|
publicSharing?: {
|
|
20029
20029
|
enabled: boolean;
|
|
20030
20030
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -22925,7 +22925,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
22925
22925
|
clone: boolean;
|
|
22926
22926
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
22927
22927
|
} | undefined;
|
|
22928
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
22928
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
22929
22929
|
publicSharing?: {
|
|
22930
22930
|
enabled: boolean;
|
|
22931
22931
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -25112,7 +25112,7 @@ declare const SysApiKey: Omit<{
|
|
|
25112
25112
|
clone: boolean;
|
|
25113
25113
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
25114
25114
|
} | undefined;
|
|
25115
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
25115
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
25116
25116
|
publicSharing?: {
|
|
25117
25117
|
enabled: boolean;
|
|
25118
25118
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -27732,7 +27732,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
27732
27732
|
clone: boolean;
|
|
27733
27733
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
27734
27734
|
} | undefined;
|
|
27735
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
27735
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
27736
27736
|
publicSharing?: {
|
|
27737
27737
|
enabled: boolean;
|
|
27738
27738
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -29730,7 +29730,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
29730
29730
|
clone: boolean;
|
|
29731
29731
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
29732
29732
|
} | undefined;
|
|
29733
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
29733
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
29734
29734
|
publicSharing?: {
|
|
29735
29735
|
enabled: boolean;
|
|
29736
29736
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -32396,7 +32396,7 @@ declare const SysUserPreference: Omit<{
|
|
|
32396
32396
|
clone: boolean;
|
|
32397
32397
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
32398
32398
|
} | undefined;
|
|
32399
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
32399
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
32400
32400
|
publicSharing?: {
|
|
32401
32401
|
enabled: boolean;
|
|
32402
32402
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -34189,7 +34189,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34189
34189
|
clone: boolean;
|
|
34190
34190
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
34191
34191
|
} | undefined;
|
|
34192
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
34192
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
34193
34193
|
publicSharing?: {
|
|
34194
34194
|
enabled: boolean;
|
|
34195
34195
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -39874,7 +39874,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
39874
39874
|
clone: boolean;
|
|
39875
39875
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
39876
39876
|
} | undefined;
|
|
39877
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
39877
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
39878
39878
|
publicSharing?: {
|
|
39879
39879
|
enabled: boolean;
|
|
39880
39880
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -42225,7 +42225,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
42225
42225
|
clone: boolean;
|
|
42226
42226
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
42227
42227
|
} | undefined;
|
|
42228
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
42228
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
42229
42229
|
publicSharing?: {
|
|
42230
42230
|
enabled: boolean;
|
|
42231
42231
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -44731,7 +44731,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
44731
44731
|
clone: boolean;
|
|
44732
44732
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
44733
44733
|
} | undefined;
|
|
44734
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
44734
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
44735
44735
|
publicSharing?: {
|
|
44736
44736
|
enabled: boolean;
|
|
44737
44737
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -46610,7 +46610,7 @@ declare const SysJwks: Omit<{
|
|
|
46610
46610
|
clone: boolean;
|
|
46611
46611
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
46612
46612
|
} | undefined;
|
|
46613
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
46613
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
46614
46614
|
publicSharing?: {
|
|
46615
46615
|
enabled: boolean;
|
|
46616
46616
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
package/dist/system/index.d.mts
CHANGED
|
@@ -657,7 +657,7 @@ declare const SysSetting: Omit<{
|
|
|
657
657
|
clone: boolean;
|
|
658
658
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
659
659
|
} | undefined;
|
|
660
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
660
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
661
661
|
publicSharing?: {
|
|
662
662
|
enabled: boolean;
|
|
663
663
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -3579,7 +3579,7 @@ declare const SysSecret: Omit<{
|
|
|
3579
3579
|
clone: boolean;
|
|
3580
3580
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
3581
3581
|
} | undefined;
|
|
3582
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
3582
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
3583
3583
|
publicSharing?: {
|
|
3584
3584
|
enabled: boolean;
|
|
3585
3585
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -5790,7 +5790,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5790
5790
|
clone: boolean;
|
|
5791
5791
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
5792
5792
|
} | undefined;
|
|
5793
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
5793
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
5794
5794
|
publicSharing?: {
|
|
5795
5795
|
enabled: boolean;
|
|
5796
5796
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
package/dist/system/index.d.ts
CHANGED
|
@@ -657,7 +657,7 @@ declare const SysSetting: Omit<{
|
|
|
657
657
|
clone: boolean;
|
|
658
658
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
659
659
|
} | undefined;
|
|
660
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
660
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
661
661
|
publicSharing?: {
|
|
662
662
|
enabled: boolean;
|
|
663
663
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -3579,7 +3579,7 @@ declare const SysSecret: Omit<{
|
|
|
3579
3579
|
clone: boolean;
|
|
3580
3580
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
3581
3581
|
} | undefined;
|
|
3582
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
3582
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
3583
3583
|
publicSharing?: {
|
|
3584
3584
|
enabled: boolean;
|
|
3585
3585
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -5790,7 +5790,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5790
5790
|
clone: boolean;
|
|
5791
5791
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
5792
5792
|
} | undefined;
|
|
5793
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
5793
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
5794
5794
|
publicSharing?: {
|
|
5795
5795
|
enabled: boolean;
|
|
5796
5796
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/platform-objects",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.11.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Core platform object schemas for ObjectStack — identity, security, audit, tenant, and metadata objects",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@objectstack/metadata-core": "9.
|
|
67
|
-
"@objectstack/spec": "9.
|
|
66
|
+
"@objectstack/metadata-core": "9.11.0",
|
|
67
|
+
"@objectstack/spec": "9.11.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@types/node": "^25.9.3",
|