@objectstack/service-storage 6.9.0 → 7.0.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 CHANGED
@@ -1081,7 +1081,7 @@ declare const SystemFile: Omit<{
1081
1081
  refreshAfter: boolean;
1082
1082
  objectName?: string | undefined;
1083
1083
  icon?: string | undefined;
1084
- locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
1084
+ locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
1085
1085
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
1086
1086
  target?: string | undefined;
1087
1087
  body?: {
@@ -1114,6 +1114,17 @@ declare const SystemFile: Omit<{
1114
1114
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
1115
1115
  confirmText?: string | undefined;
1116
1116
  successMessage?: string | undefined;
1117
+ resultDialog?: {
1118
+ title?: string | undefined;
1119
+ description?: string | undefined;
1120
+ acknowledge?: string | undefined;
1121
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
1122
+ fields?: {
1123
+ path: string;
1124
+ label?: string | undefined;
1125
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
1126
+ }[] | undefined;
1127
+ } | undefined;
1117
1128
  visible?: {
1118
1129
  dialect: "cel" | "js" | "cron" | "template";
1119
1130
  source?: string | undefined;
@@ -4230,7 +4241,7 @@ declare const SystemUploadSession: Omit<{
4230
4241
  refreshAfter: boolean;
4231
4242
  objectName?: string | undefined;
4232
4243
  icon?: string | undefined;
4233
- locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
4244
+ locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
4234
4245
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
4235
4246
  target?: string | undefined;
4236
4247
  body?: {
@@ -4263,6 +4274,17 @@ declare const SystemUploadSession: Omit<{
4263
4274
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
4264
4275
  confirmText?: string | undefined;
4265
4276
  successMessage?: string | undefined;
4277
+ resultDialog?: {
4278
+ title?: string | undefined;
4279
+ description?: string | undefined;
4280
+ acknowledge?: string | undefined;
4281
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
4282
+ fields?: {
4283
+ path: string;
4284
+ label?: string | undefined;
4285
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
4286
+ }[] | undefined;
4287
+ } | undefined;
4266
4288
  visible?: {
4267
4289
  dialect: "cel" | "js" | "cron" | "template";
4268
4290
  source?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -1081,7 +1081,7 @@ declare const SystemFile: Omit<{
1081
1081
  refreshAfter: boolean;
1082
1082
  objectName?: string | undefined;
1083
1083
  icon?: string | undefined;
1084
- locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
1084
+ locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
1085
1085
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
1086
1086
  target?: string | undefined;
1087
1087
  body?: {
@@ -1114,6 +1114,17 @@ declare const SystemFile: Omit<{
1114
1114
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
1115
1115
  confirmText?: string | undefined;
1116
1116
  successMessage?: string | undefined;
1117
+ resultDialog?: {
1118
+ title?: string | undefined;
1119
+ description?: string | undefined;
1120
+ acknowledge?: string | undefined;
1121
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
1122
+ fields?: {
1123
+ path: string;
1124
+ label?: string | undefined;
1125
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
1126
+ }[] | undefined;
1127
+ } | undefined;
1117
1128
  visible?: {
1118
1129
  dialect: "cel" | "js" | "cron" | "template";
1119
1130
  source?: string | undefined;
@@ -4230,7 +4241,7 @@ declare const SystemUploadSession: Omit<{
4230
4241
  refreshAfter: boolean;
4231
4242
  objectName?: string | undefined;
4232
4243
  icon?: string | undefined;
4233
- locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
4244
+ locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
4234
4245
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
4235
4246
  target?: string | undefined;
4236
4247
  body?: {
@@ -4263,6 +4274,17 @@ declare const SystemUploadSession: Omit<{
4263
4274
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
4264
4275
  confirmText?: string | undefined;
4265
4276
  successMessage?: string | undefined;
4277
+ resultDialog?: {
4278
+ title?: string | undefined;
4279
+ description?: string | undefined;
4280
+ acknowledge?: string | undefined;
4281
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
4282
+ fields?: {
4283
+ path: string;
4284
+ label?: string | undefined;
4285
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
4286
+ }[] | undefined;
4287
+ } | undefined;
4266
4288
  visible?: {
4267
4289
  dialect: "cel" | "js" | "cron" | "template";
4268
4290
  source?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/service-storage",
3
- "version": "6.9.0",
3
+ "version": "7.0.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,9 +14,9 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@objectstack/core": "6.9.0",
18
- "@objectstack/observability": "6.9.0",
19
- "@objectstack/spec": "6.9.0"
17
+ "@objectstack/core": "7.0.0",
18
+ "@objectstack/observability": "7.0.0",
19
+ "@objectstack/spec": "7.0.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@aws-sdk/client-s3": "^3.0.0",