@objectstack/service-storage 11.6.0 → 11.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/index.d.cts +12 -48
- package/dist/index.d.ts +12 -48
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -696,26 +696,12 @@ declare const SystemFile: Omit<{
|
|
|
696
696
|
fieldGroups?: {
|
|
697
697
|
key: string;
|
|
698
698
|
label: string;
|
|
699
|
-
|
|
699
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
700
700
|
icon?: string | undefined;
|
|
701
701
|
description?: string | undefined;
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
ast?: unknown;
|
|
706
|
-
meta?: {
|
|
707
|
-
rationale?: string | undefined;
|
|
708
|
-
generatedBy?: string | undefined;
|
|
709
|
-
} | undefined;
|
|
710
|
-
} | {
|
|
711
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
712
|
-
source?: string | undefined;
|
|
713
|
-
ast?: unknown;
|
|
714
|
-
meta?: {
|
|
715
|
-
rationale?: string | undefined;
|
|
716
|
-
generatedBy?: string | undefined;
|
|
717
|
-
} | undefined;
|
|
718
|
-
} | undefined;
|
|
702
|
+
defaultExpanded?: boolean | undefined;
|
|
703
|
+
collapsible?: boolean | undefined;
|
|
704
|
+
collapsed?: boolean | undefined;
|
|
719
705
|
}[] | undefined;
|
|
720
706
|
tenancy?: {
|
|
721
707
|
enabled: boolean;
|
|
@@ -769,7 +755,9 @@ declare const SystemFile: Omit<{
|
|
|
769
755
|
generatedBy?: string | undefined;
|
|
770
756
|
} | undefined;
|
|
771
757
|
} | undefined;
|
|
758
|
+
highlightFields?: string[] | undefined;
|
|
772
759
|
compactLayout?: string[] | undefined;
|
|
760
|
+
stageField?: string | false | undefined;
|
|
773
761
|
listViews?: Record<string, {
|
|
774
762
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
775
763
|
columns: string[] | {
|
|
@@ -1098,12 +1086,6 @@ declare const SystemFile: Omit<{
|
|
|
1098
1086
|
eligibility?: string | undefined;
|
|
1099
1087
|
} | undefined;
|
|
1100
1088
|
keyPrefix?: string | undefined;
|
|
1101
|
-
detail?: {
|
|
1102
|
-
[x: string]: unknown;
|
|
1103
|
-
renderViaSchema?: boolean | undefined;
|
|
1104
|
-
hideReferenceRail?: boolean | undefined;
|
|
1105
|
-
hideRelatedTab?: boolean | undefined;
|
|
1106
|
-
} | undefined;
|
|
1107
1089
|
actions?: {
|
|
1108
1090
|
name: string;
|
|
1109
1091
|
label: string;
|
|
@@ -3934,26 +3916,12 @@ declare const SystemUploadSession: Omit<{
|
|
|
3934
3916
|
fieldGroups?: {
|
|
3935
3917
|
key: string;
|
|
3936
3918
|
label: string;
|
|
3937
|
-
|
|
3919
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
3938
3920
|
icon?: string | undefined;
|
|
3939
3921
|
description?: string | undefined;
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
ast?: unknown;
|
|
3944
|
-
meta?: {
|
|
3945
|
-
rationale?: string | undefined;
|
|
3946
|
-
generatedBy?: string | undefined;
|
|
3947
|
-
} | undefined;
|
|
3948
|
-
} | {
|
|
3949
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
3950
|
-
source?: string | undefined;
|
|
3951
|
-
ast?: unknown;
|
|
3952
|
-
meta?: {
|
|
3953
|
-
rationale?: string | undefined;
|
|
3954
|
-
generatedBy?: string | undefined;
|
|
3955
|
-
} | undefined;
|
|
3956
|
-
} | undefined;
|
|
3922
|
+
defaultExpanded?: boolean | undefined;
|
|
3923
|
+
collapsible?: boolean | undefined;
|
|
3924
|
+
collapsed?: boolean | undefined;
|
|
3957
3925
|
}[] | undefined;
|
|
3958
3926
|
tenancy?: {
|
|
3959
3927
|
enabled: boolean;
|
|
@@ -4007,7 +3975,9 @@ declare const SystemUploadSession: Omit<{
|
|
|
4007
3975
|
generatedBy?: string | undefined;
|
|
4008
3976
|
} | undefined;
|
|
4009
3977
|
} | undefined;
|
|
3978
|
+
highlightFields?: string[] | undefined;
|
|
4010
3979
|
compactLayout?: string[] | undefined;
|
|
3980
|
+
stageField?: string | false | undefined;
|
|
4011
3981
|
listViews?: Record<string, {
|
|
4012
3982
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
4013
3983
|
columns: string[] | {
|
|
@@ -4336,12 +4306,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
4336
4306
|
eligibility?: string | undefined;
|
|
4337
4307
|
} | undefined;
|
|
4338
4308
|
keyPrefix?: string | undefined;
|
|
4339
|
-
detail?: {
|
|
4340
|
-
[x: string]: unknown;
|
|
4341
|
-
renderViaSchema?: boolean | undefined;
|
|
4342
|
-
hideReferenceRail?: boolean | undefined;
|
|
4343
|
-
hideRelatedTab?: boolean | undefined;
|
|
4344
|
-
} | undefined;
|
|
4345
4309
|
actions?: {
|
|
4346
4310
|
name: string;
|
|
4347
4311
|
label: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -696,26 +696,12 @@ declare const SystemFile: Omit<{
|
|
|
696
696
|
fieldGroups?: {
|
|
697
697
|
key: string;
|
|
698
698
|
label: string;
|
|
699
|
-
|
|
699
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
700
700
|
icon?: string | undefined;
|
|
701
701
|
description?: string | undefined;
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
ast?: unknown;
|
|
706
|
-
meta?: {
|
|
707
|
-
rationale?: string | undefined;
|
|
708
|
-
generatedBy?: string | undefined;
|
|
709
|
-
} | undefined;
|
|
710
|
-
} | {
|
|
711
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
712
|
-
source?: string | undefined;
|
|
713
|
-
ast?: unknown;
|
|
714
|
-
meta?: {
|
|
715
|
-
rationale?: string | undefined;
|
|
716
|
-
generatedBy?: string | undefined;
|
|
717
|
-
} | undefined;
|
|
718
|
-
} | undefined;
|
|
702
|
+
defaultExpanded?: boolean | undefined;
|
|
703
|
+
collapsible?: boolean | undefined;
|
|
704
|
+
collapsed?: boolean | undefined;
|
|
719
705
|
}[] | undefined;
|
|
720
706
|
tenancy?: {
|
|
721
707
|
enabled: boolean;
|
|
@@ -769,7 +755,9 @@ declare const SystemFile: Omit<{
|
|
|
769
755
|
generatedBy?: string | undefined;
|
|
770
756
|
} | undefined;
|
|
771
757
|
} | undefined;
|
|
758
|
+
highlightFields?: string[] | undefined;
|
|
772
759
|
compactLayout?: string[] | undefined;
|
|
760
|
+
stageField?: string | false | undefined;
|
|
773
761
|
listViews?: Record<string, {
|
|
774
762
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
775
763
|
columns: string[] | {
|
|
@@ -1098,12 +1086,6 @@ declare const SystemFile: Omit<{
|
|
|
1098
1086
|
eligibility?: string | undefined;
|
|
1099
1087
|
} | undefined;
|
|
1100
1088
|
keyPrefix?: string | undefined;
|
|
1101
|
-
detail?: {
|
|
1102
|
-
[x: string]: unknown;
|
|
1103
|
-
renderViaSchema?: boolean | undefined;
|
|
1104
|
-
hideReferenceRail?: boolean | undefined;
|
|
1105
|
-
hideRelatedTab?: boolean | undefined;
|
|
1106
|
-
} | undefined;
|
|
1107
1089
|
actions?: {
|
|
1108
1090
|
name: string;
|
|
1109
1091
|
label: string;
|
|
@@ -3934,26 +3916,12 @@ declare const SystemUploadSession: Omit<{
|
|
|
3934
3916
|
fieldGroups?: {
|
|
3935
3917
|
key: string;
|
|
3936
3918
|
label: string;
|
|
3937
|
-
|
|
3919
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
3938
3920
|
icon?: string | undefined;
|
|
3939
3921
|
description?: string | undefined;
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
ast?: unknown;
|
|
3944
|
-
meta?: {
|
|
3945
|
-
rationale?: string | undefined;
|
|
3946
|
-
generatedBy?: string | undefined;
|
|
3947
|
-
} | undefined;
|
|
3948
|
-
} | {
|
|
3949
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
3950
|
-
source?: string | undefined;
|
|
3951
|
-
ast?: unknown;
|
|
3952
|
-
meta?: {
|
|
3953
|
-
rationale?: string | undefined;
|
|
3954
|
-
generatedBy?: string | undefined;
|
|
3955
|
-
} | undefined;
|
|
3956
|
-
} | undefined;
|
|
3922
|
+
defaultExpanded?: boolean | undefined;
|
|
3923
|
+
collapsible?: boolean | undefined;
|
|
3924
|
+
collapsed?: boolean | undefined;
|
|
3957
3925
|
}[] | undefined;
|
|
3958
3926
|
tenancy?: {
|
|
3959
3927
|
enabled: boolean;
|
|
@@ -4007,7 +3975,9 @@ declare const SystemUploadSession: Omit<{
|
|
|
4007
3975
|
generatedBy?: string | undefined;
|
|
4008
3976
|
} | undefined;
|
|
4009
3977
|
} | undefined;
|
|
3978
|
+
highlightFields?: string[] | undefined;
|
|
4010
3979
|
compactLayout?: string[] | undefined;
|
|
3980
|
+
stageField?: string | false | undefined;
|
|
4011
3981
|
listViews?: Record<string, {
|
|
4012
3982
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
4013
3983
|
columns: string[] | {
|
|
@@ -4336,12 +4306,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
4336
4306
|
eligibility?: string | undefined;
|
|
4337
4307
|
} | undefined;
|
|
4338
4308
|
keyPrefix?: string | undefined;
|
|
4339
|
-
detail?: {
|
|
4340
|
-
[x: string]: unknown;
|
|
4341
|
-
renderViaSchema?: boolean | undefined;
|
|
4342
|
-
hideReferenceRail?: boolean | undefined;
|
|
4343
|
-
hideRelatedTab?: boolean | undefined;
|
|
4344
|
-
} | undefined;
|
|
4345
4309
|
actions?: {
|
|
4346
4310
|
name: string;
|
|
4347
4311
|
label: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-storage",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.9.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Storage Service for ObjectStack — implements IStorageService with local filesystem and S3 adapter skeleton",
|
|
6
6
|
"type": "module",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@objectstack/core": "11.
|
|
18
|
-
"@objectstack/observability": "11.
|
|
19
|
-
"@objectstack/platform-objects": "11.
|
|
20
|
-
"@objectstack/spec": "11.
|
|
17
|
+
"@objectstack/core": "11.9.0",
|
|
18
|
+
"@objectstack/observability": "11.9.0",
|
|
19
|
+
"@objectstack/platform-objects": "11.9.0",
|
|
20
|
+
"@objectstack/spec": "11.9.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"@aws-sdk/client-s3": "^3.0.0",
|