@objectstack/metadata-core 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/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -888,7 +888,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
888
888
|
clone: boolean;
|
|
889
889
|
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "list" | "get" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
890
890
|
} | undefined;
|
|
891
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
891
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
892
892
|
publicSharing?: {
|
|
893
893
|
enabled: boolean;
|
|
894
894
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -5369,7 +5369,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5369
5369
|
clone: boolean;
|
|
5370
5370
|
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "list" | "get" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
5371
5371
|
} | undefined;
|
|
5372
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
5372
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
5373
5373
|
publicSharing?: {
|
|
5374
5374
|
enabled: boolean;
|
|
5375
5375
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -8375,7 +8375,7 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
8375
8375
|
clone: boolean;
|
|
8376
8376
|
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "list" | "get" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
8377
8377
|
} | undefined;
|
|
8378
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
8378
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
8379
8379
|
publicSharing?: {
|
|
8380
8380
|
enabled: boolean;
|
|
8381
8381
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -11373,7 +11373,7 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
11373
11373
|
clone: boolean;
|
|
11374
11374
|
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "list" | "get" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
11375
11375
|
} | undefined;
|
|
11376
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
11376
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
11377
11377
|
publicSharing?: {
|
|
11378
11378
|
enabled: boolean;
|
|
11379
11379
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -888,7 +888,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
888
888
|
clone: boolean;
|
|
889
889
|
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "list" | "get" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
890
890
|
} | undefined;
|
|
891
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
891
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
892
892
|
publicSharing?: {
|
|
893
893
|
enabled: boolean;
|
|
894
894
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -5369,7 +5369,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5369
5369
|
clone: boolean;
|
|
5370
5370
|
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "list" | "get" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
5371
5371
|
} | undefined;
|
|
5372
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
5372
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
5373
5373
|
publicSharing?: {
|
|
5374
5374
|
enabled: boolean;
|
|
5375
5375
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -8375,7 +8375,7 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
8375
8375
|
clone: boolean;
|
|
8376
8376
|
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "list" | "get" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
8377
8377
|
} | undefined;
|
|
8378
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
8378
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
8379
8379
|
publicSharing?: {
|
|
8380
8380
|
enabled: boolean;
|
|
8381
8381
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -11373,7 +11373,7 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
11373
11373
|
clone: boolean;
|
|
11374
11374
|
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "list" | "get" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
11375
11375
|
} | undefined;
|
|
11376
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
11376
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
11377
11377
|
publicSharing?: {
|
|
11378
11378
|
enabled: boolean;
|
|
11379
11379
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/metadata-core",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.11.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Metadata Repository contracts: types, canonicalization, errors, interface (ADR-0008).",
|
|
6
6
|
"type": "module",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"zod": "^4.4.3",
|
|
33
|
-
"@objectstack/spec": "9.
|
|
33
|
+
"@objectstack/spec": "9.11.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"vitest": "^4.0.0"
|