@objectstack/service-storage 5.2.0 → 6.1.1
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -1122,6 +1122,7 @@ declare const SystemFile: Omit<{
|
|
|
1122
1122
|
} | undefined;
|
|
1123
1123
|
shortcut?: string | undefined;
|
|
1124
1124
|
bulkEnabled?: boolean | undefined;
|
|
1125
|
+
aiExposed?: boolean | undefined;
|
|
1125
1126
|
recordIdParam?: string | undefined;
|
|
1126
1127
|
recordIdField?: string | undefined;
|
|
1127
1128
|
bodyShape?: "flat" | {
|
|
@@ -4258,6 +4259,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
4258
4259
|
} | undefined;
|
|
4259
4260
|
shortcut?: string | undefined;
|
|
4260
4261
|
bulkEnabled?: boolean | undefined;
|
|
4262
|
+
aiExposed?: boolean | undefined;
|
|
4261
4263
|
recordIdParam?: string | undefined;
|
|
4262
4264
|
recordIdField?: string | undefined;
|
|
4263
4265
|
bodyShape?: "flat" | {
|
package/dist/index.d.ts
CHANGED
|
@@ -1122,6 +1122,7 @@ declare const SystemFile: Omit<{
|
|
|
1122
1122
|
} | undefined;
|
|
1123
1123
|
shortcut?: string | undefined;
|
|
1124
1124
|
bulkEnabled?: boolean | undefined;
|
|
1125
|
+
aiExposed?: boolean | undefined;
|
|
1125
1126
|
recordIdParam?: string | undefined;
|
|
1126
1127
|
recordIdField?: string | undefined;
|
|
1127
1128
|
bodyShape?: "flat" | {
|
|
@@ -4258,6 +4259,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
4258
4259
|
} | undefined;
|
|
4259
4260
|
shortcut?: string | undefined;
|
|
4260
4261
|
bulkEnabled?: boolean | undefined;
|
|
4262
|
+
aiExposed?: boolean | undefined;
|
|
4261
4263
|
recordIdParam?: string | undefined;
|
|
4262
4264
|
recordIdField?: string | undefined;
|
|
4263
4265
|
bodyShape?: "flat" | {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-storage",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.1.1",
|
|
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": "
|
|
18
|
-
"@objectstack/observability": "
|
|
19
|
-
"@objectstack/spec": "
|
|
17
|
+
"@objectstack/core": "6.1.1",
|
|
18
|
+
"@objectstack/observability": "6.1.1",
|
|
19
|
+
"@objectstack/spec": "6.1.1"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@aws-sdk/client-s3": "^3.0.0",
|