@objectstack/platform-objects 9.9.1 → 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 +225 -18
- package/dist/audit/index.d.ts +225 -18
- package/dist/identity/index.d.mts +500 -40
- package/dist/identity/index.d.ts +500 -40
- package/dist/index.js +104 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +104 -0
- package/dist/index.mjs.map +1 -1
- package/dist/metadata-translations/index.js +104 -0
- package/dist/metadata-translations/index.js.map +1 -1
- package/dist/metadata-translations/index.mjs +104 -0
- package/dist/metadata-translations/index.mjs.map +1 -1
- package/dist/plugin.js +104 -0
- package/dist/plugin.js.map +1 -1
- package/dist/plugin.mjs +104 -0
- package/dist/plugin.mjs.map +1 -1
- package/dist/system/index.d.mts +75 -6
- package/dist/system/index.d.ts +75 -6
- package/package.json +3 -3
package/dist/system/index.d.mts
CHANGED
|
@@ -471,6 +471,29 @@ declare const SysSetting: Omit<{
|
|
|
471
471
|
titleField: string;
|
|
472
472
|
progressField?: string | undefined;
|
|
473
473
|
dependenciesField?: string | undefined;
|
|
474
|
+
colorField?: string | undefined;
|
|
475
|
+
parentField?: string | undefined;
|
|
476
|
+
typeField?: string | undefined;
|
|
477
|
+
baselineStartField?: string | undefined;
|
|
478
|
+
baselineEndField?: string | undefined;
|
|
479
|
+
groupByField?: string | undefined;
|
|
480
|
+
resourceView?: boolean | undefined;
|
|
481
|
+
assigneeField?: string | undefined;
|
|
482
|
+
effortField?: string | undefined;
|
|
483
|
+
capacity?: number | undefined;
|
|
484
|
+
tooltipFields?: (string | {
|
|
485
|
+
field: string;
|
|
486
|
+
label?: string | undefined;
|
|
487
|
+
})[] | undefined;
|
|
488
|
+
quickFilters?: {
|
|
489
|
+
field: string;
|
|
490
|
+
label?: string | undefined;
|
|
491
|
+
options?: (string | {
|
|
492
|
+
value: string | number;
|
|
493
|
+
label?: string | undefined;
|
|
494
|
+
})[] | undefined;
|
|
495
|
+
}[] | undefined;
|
|
496
|
+
autoZoomToFilter?: boolean | undefined;
|
|
474
497
|
} | undefined;
|
|
475
498
|
gallery?: {
|
|
476
499
|
coverFit: "cover" | "contain";
|
|
@@ -634,7 +657,7 @@ declare const SysSetting: Omit<{
|
|
|
634
657
|
clone: boolean;
|
|
635
658
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
636
659
|
} | undefined;
|
|
637
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
660
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
638
661
|
publicSharing?: {
|
|
639
662
|
enabled: boolean;
|
|
640
663
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -666,7 +689,7 @@ declare const SysSetting: Omit<{
|
|
|
666
689
|
} | {
|
|
667
690
|
language: "js";
|
|
668
691
|
source: string;
|
|
669
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
692
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
670
693
|
timeoutMs?: number | undefined;
|
|
671
694
|
memoryMb?: number | undefined;
|
|
672
695
|
} | undefined;
|
|
@@ -3370,6 +3393,29 @@ declare const SysSecret: Omit<{
|
|
|
3370
3393
|
titleField: string;
|
|
3371
3394
|
progressField?: string | undefined;
|
|
3372
3395
|
dependenciesField?: string | undefined;
|
|
3396
|
+
colorField?: string | undefined;
|
|
3397
|
+
parentField?: string | undefined;
|
|
3398
|
+
typeField?: string | undefined;
|
|
3399
|
+
baselineStartField?: string | undefined;
|
|
3400
|
+
baselineEndField?: string | undefined;
|
|
3401
|
+
groupByField?: string | undefined;
|
|
3402
|
+
resourceView?: boolean | undefined;
|
|
3403
|
+
assigneeField?: string | undefined;
|
|
3404
|
+
effortField?: string | undefined;
|
|
3405
|
+
capacity?: number | undefined;
|
|
3406
|
+
tooltipFields?: (string | {
|
|
3407
|
+
field: string;
|
|
3408
|
+
label?: string | undefined;
|
|
3409
|
+
})[] | undefined;
|
|
3410
|
+
quickFilters?: {
|
|
3411
|
+
field: string;
|
|
3412
|
+
label?: string | undefined;
|
|
3413
|
+
options?: (string | {
|
|
3414
|
+
value: string | number;
|
|
3415
|
+
label?: string | undefined;
|
|
3416
|
+
})[] | undefined;
|
|
3417
|
+
}[] | undefined;
|
|
3418
|
+
autoZoomToFilter?: boolean | undefined;
|
|
3373
3419
|
} | undefined;
|
|
3374
3420
|
gallery?: {
|
|
3375
3421
|
coverFit: "cover" | "contain";
|
|
@@ -3533,7 +3579,7 @@ declare const SysSecret: Omit<{
|
|
|
3533
3579
|
clone: boolean;
|
|
3534
3580
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
3535
3581
|
} | undefined;
|
|
3536
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
3582
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
3537
3583
|
publicSharing?: {
|
|
3538
3584
|
enabled: boolean;
|
|
3539
3585
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -3565,7 +3611,7 @@ declare const SysSecret: Omit<{
|
|
|
3565
3611
|
} | {
|
|
3566
3612
|
language: "js";
|
|
3567
3613
|
source: string;
|
|
3568
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
3614
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
3569
3615
|
timeoutMs?: number | undefined;
|
|
3570
3616
|
memoryMb?: number | undefined;
|
|
3571
3617
|
} | undefined;
|
|
@@ -5558,6 +5604,29 @@ declare const SysSettingAudit: Omit<{
|
|
|
5558
5604
|
titleField: string;
|
|
5559
5605
|
progressField?: string | undefined;
|
|
5560
5606
|
dependenciesField?: string | undefined;
|
|
5607
|
+
colorField?: string | undefined;
|
|
5608
|
+
parentField?: string | undefined;
|
|
5609
|
+
typeField?: string | undefined;
|
|
5610
|
+
baselineStartField?: string | undefined;
|
|
5611
|
+
baselineEndField?: string | undefined;
|
|
5612
|
+
groupByField?: string | undefined;
|
|
5613
|
+
resourceView?: boolean | undefined;
|
|
5614
|
+
assigneeField?: string | undefined;
|
|
5615
|
+
effortField?: string | undefined;
|
|
5616
|
+
capacity?: number | undefined;
|
|
5617
|
+
tooltipFields?: (string | {
|
|
5618
|
+
field: string;
|
|
5619
|
+
label?: string | undefined;
|
|
5620
|
+
})[] | undefined;
|
|
5621
|
+
quickFilters?: {
|
|
5622
|
+
field: string;
|
|
5623
|
+
label?: string | undefined;
|
|
5624
|
+
options?: (string | {
|
|
5625
|
+
value: string | number;
|
|
5626
|
+
label?: string | undefined;
|
|
5627
|
+
})[] | undefined;
|
|
5628
|
+
}[] | undefined;
|
|
5629
|
+
autoZoomToFilter?: boolean | undefined;
|
|
5561
5630
|
} | undefined;
|
|
5562
5631
|
gallery?: {
|
|
5563
5632
|
coverFit: "cover" | "contain";
|
|
@@ -5721,7 +5790,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5721
5790
|
clone: boolean;
|
|
5722
5791
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
5723
5792
|
} | undefined;
|
|
5724
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
5793
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
5725
5794
|
publicSharing?: {
|
|
5726
5795
|
enabled: boolean;
|
|
5727
5796
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -5753,7 +5822,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5753
5822
|
} | {
|
|
5754
5823
|
language: "js";
|
|
5755
5824
|
source: string;
|
|
5756
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
5825
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
5757
5826
|
timeoutMs?: number | undefined;
|
|
5758
5827
|
memoryMb?: number | undefined;
|
|
5759
5828
|
} | undefined;
|
package/dist/system/index.d.ts
CHANGED
|
@@ -471,6 +471,29 @@ declare const SysSetting: Omit<{
|
|
|
471
471
|
titleField: string;
|
|
472
472
|
progressField?: string | undefined;
|
|
473
473
|
dependenciesField?: string | undefined;
|
|
474
|
+
colorField?: string | undefined;
|
|
475
|
+
parentField?: string | undefined;
|
|
476
|
+
typeField?: string | undefined;
|
|
477
|
+
baselineStartField?: string | undefined;
|
|
478
|
+
baselineEndField?: string | undefined;
|
|
479
|
+
groupByField?: string | undefined;
|
|
480
|
+
resourceView?: boolean | undefined;
|
|
481
|
+
assigneeField?: string | undefined;
|
|
482
|
+
effortField?: string | undefined;
|
|
483
|
+
capacity?: number | undefined;
|
|
484
|
+
tooltipFields?: (string | {
|
|
485
|
+
field: string;
|
|
486
|
+
label?: string | undefined;
|
|
487
|
+
})[] | undefined;
|
|
488
|
+
quickFilters?: {
|
|
489
|
+
field: string;
|
|
490
|
+
label?: string | undefined;
|
|
491
|
+
options?: (string | {
|
|
492
|
+
value: string | number;
|
|
493
|
+
label?: string | undefined;
|
|
494
|
+
})[] | undefined;
|
|
495
|
+
}[] | undefined;
|
|
496
|
+
autoZoomToFilter?: boolean | undefined;
|
|
474
497
|
} | undefined;
|
|
475
498
|
gallery?: {
|
|
476
499
|
coverFit: "cover" | "contain";
|
|
@@ -634,7 +657,7 @@ declare const SysSetting: Omit<{
|
|
|
634
657
|
clone: boolean;
|
|
635
658
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
636
659
|
} | undefined;
|
|
637
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
660
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
638
661
|
publicSharing?: {
|
|
639
662
|
enabled: boolean;
|
|
640
663
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -666,7 +689,7 @@ declare const SysSetting: Omit<{
|
|
|
666
689
|
} | {
|
|
667
690
|
language: "js";
|
|
668
691
|
source: string;
|
|
669
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
692
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
670
693
|
timeoutMs?: number | undefined;
|
|
671
694
|
memoryMb?: number | undefined;
|
|
672
695
|
} | undefined;
|
|
@@ -3370,6 +3393,29 @@ declare const SysSecret: Omit<{
|
|
|
3370
3393
|
titleField: string;
|
|
3371
3394
|
progressField?: string | undefined;
|
|
3372
3395
|
dependenciesField?: string | undefined;
|
|
3396
|
+
colorField?: string | undefined;
|
|
3397
|
+
parentField?: string | undefined;
|
|
3398
|
+
typeField?: string | undefined;
|
|
3399
|
+
baselineStartField?: string | undefined;
|
|
3400
|
+
baselineEndField?: string | undefined;
|
|
3401
|
+
groupByField?: string | undefined;
|
|
3402
|
+
resourceView?: boolean | undefined;
|
|
3403
|
+
assigneeField?: string | undefined;
|
|
3404
|
+
effortField?: string | undefined;
|
|
3405
|
+
capacity?: number | undefined;
|
|
3406
|
+
tooltipFields?: (string | {
|
|
3407
|
+
field: string;
|
|
3408
|
+
label?: string | undefined;
|
|
3409
|
+
})[] | undefined;
|
|
3410
|
+
quickFilters?: {
|
|
3411
|
+
field: string;
|
|
3412
|
+
label?: string | undefined;
|
|
3413
|
+
options?: (string | {
|
|
3414
|
+
value: string | number;
|
|
3415
|
+
label?: string | undefined;
|
|
3416
|
+
})[] | undefined;
|
|
3417
|
+
}[] | undefined;
|
|
3418
|
+
autoZoomToFilter?: boolean | undefined;
|
|
3373
3419
|
} | undefined;
|
|
3374
3420
|
gallery?: {
|
|
3375
3421
|
coverFit: "cover" | "contain";
|
|
@@ -3533,7 +3579,7 @@ declare const SysSecret: Omit<{
|
|
|
3533
3579
|
clone: boolean;
|
|
3534
3580
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
3535
3581
|
} | undefined;
|
|
3536
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
3582
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
3537
3583
|
publicSharing?: {
|
|
3538
3584
|
enabled: boolean;
|
|
3539
3585
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -3565,7 +3611,7 @@ declare const SysSecret: Omit<{
|
|
|
3565
3611
|
} | {
|
|
3566
3612
|
language: "js";
|
|
3567
3613
|
source: string;
|
|
3568
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
3614
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
3569
3615
|
timeoutMs?: number | undefined;
|
|
3570
3616
|
memoryMb?: number | undefined;
|
|
3571
3617
|
} | undefined;
|
|
@@ -5558,6 +5604,29 @@ declare const SysSettingAudit: Omit<{
|
|
|
5558
5604
|
titleField: string;
|
|
5559
5605
|
progressField?: string | undefined;
|
|
5560
5606
|
dependenciesField?: string | undefined;
|
|
5607
|
+
colorField?: string | undefined;
|
|
5608
|
+
parentField?: string | undefined;
|
|
5609
|
+
typeField?: string | undefined;
|
|
5610
|
+
baselineStartField?: string | undefined;
|
|
5611
|
+
baselineEndField?: string | undefined;
|
|
5612
|
+
groupByField?: string | undefined;
|
|
5613
|
+
resourceView?: boolean | undefined;
|
|
5614
|
+
assigneeField?: string | undefined;
|
|
5615
|
+
effortField?: string | undefined;
|
|
5616
|
+
capacity?: number | undefined;
|
|
5617
|
+
tooltipFields?: (string | {
|
|
5618
|
+
field: string;
|
|
5619
|
+
label?: string | undefined;
|
|
5620
|
+
})[] | undefined;
|
|
5621
|
+
quickFilters?: {
|
|
5622
|
+
field: string;
|
|
5623
|
+
label?: string | undefined;
|
|
5624
|
+
options?: (string | {
|
|
5625
|
+
value: string | number;
|
|
5626
|
+
label?: string | undefined;
|
|
5627
|
+
})[] | undefined;
|
|
5628
|
+
}[] | undefined;
|
|
5629
|
+
autoZoomToFilter?: boolean | undefined;
|
|
5561
5630
|
} | undefined;
|
|
5562
5631
|
gallery?: {
|
|
5563
5632
|
coverFit: "cover" | "contain";
|
|
@@ -5721,7 +5790,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5721
5790
|
clone: boolean;
|
|
5722
5791
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
5723
5792
|
} | undefined;
|
|
5724
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
5793
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
5725
5794
|
publicSharing?: {
|
|
5726
5795
|
enabled: boolean;
|
|
5727
5796
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -5753,7 +5822,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5753
5822
|
} | {
|
|
5754
5823
|
language: "js";
|
|
5755
5824
|
source: string;
|
|
5756
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
5825
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
5757
5826
|
timeoutMs?: number | undefined;
|
|
5758
5827
|
memoryMb?: number | undefined;
|
|
5759
5828
|
} | 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",
|