@objectstack/service-storage 7.5.0 → 7.7.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
@@ -642,7 +642,7 @@ declare const SystemFile: Omit<{
642
642
  description?: string | undefined;
643
643
  icon?: string | undefined;
644
644
  tags?: string[] | undefined;
645
- managedBy?: "system" | "config" | "platform" | "append-only" | "better-auth" | undefined;
645
+ managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
646
646
  userActions?: {
647
647
  create?: boolean | undefined;
648
648
  import?: boolean | undefined;
@@ -773,14 +773,14 @@ declare const SystemFile: Omit<{
773
773
  provider: "api";
774
774
  read?: {
775
775
  url: string;
776
- method: "PUT" | "POST" | "GET" | "PATCH" | "DELETE";
776
+ method: "PUT" | "POST" | "PATCH" | "DELETE" | "GET";
777
777
  headers?: Record<string, string> | undefined;
778
778
  params?: Record<string, unknown> | undefined;
779
779
  body?: unknown;
780
780
  } | undefined;
781
781
  write?: {
782
782
  url: string;
783
- method: "PUT" | "POST" | "GET" | "PATCH" | "DELETE";
783
+ method: "PUT" | "POST" | "PATCH" | "DELETE" | "GET";
784
784
  headers?: Record<string, string> | undefined;
785
785
  params?: Record<string, unknown> | undefined;
786
786
  body?: unknown;
@@ -3792,7 +3792,7 @@ declare const SystemUploadSession: Omit<{
3792
3792
  description?: string | undefined;
3793
3793
  icon?: string | undefined;
3794
3794
  tags?: string[] | undefined;
3795
- managedBy?: "system" | "config" | "platform" | "append-only" | "better-auth" | undefined;
3795
+ managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
3796
3796
  userActions?: {
3797
3797
  create?: boolean | undefined;
3798
3798
  import?: boolean | undefined;
@@ -3923,14 +3923,14 @@ declare const SystemUploadSession: Omit<{
3923
3923
  provider: "api";
3924
3924
  read?: {
3925
3925
  url: string;
3926
- method: "PUT" | "POST" | "GET" | "PATCH" | "DELETE";
3926
+ method: "PUT" | "POST" | "PATCH" | "DELETE" | "GET";
3927
3927
  headers?: Record<string, string> | undefined;
3928
3928
  params?: Record<string, unknown> | undefined;
3929
3929
  body?: unknown;
3930
3930
  } | undefined;
3931
3931
  write?: {
3932
3932
  url: string;
3933
- method: "PUT" | "POST" | "GET" | "PATCH" | "DELETE";
3933
+ method: "PUT" | "POST" | "PATCH" | "DELETE" | "GET";
3934
3934
  headers?: Record<string, string> | undefined;
3935
3935
  params?: Record<string, unknown> | undefined;
3936
3936
  body?: unknown;
package/dist/index.d.ts CHANGED
@@ -642,7 +642,7 @@ declare const SystemFile: Omit<{
642
642
  description?: string | undefined;
643
643
  icon?: string | undefined;
644
644
  tags?: string[] | undefined;
645
- managedBy?: "system" | "config" | "platform" | "append-only" | "better-auth" | undefined;
645
+ managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
646
646
  userActions?: {
647
647
  create?: boolean | undefined;
648
648
  import?: boolean | undefined;
@@ -773,14 +773,14 @@ declare const SystemFile: Omit<{
773
773
  provider: "api";
774
774
  read?: {
775
775
  url: string;
776
- method: "PUT" | "POST" | "GET" | "PATCH" | "DELETE";
776
+ method: "PUT" | "POST" | "PATCH" | "DELETE" | "GET";
777
777
  headers?: Record<string, string> | undefined;
778
778
  params?: Record<string, unknown> | undefined;
779
779
  body?: unknown;
780
780
  } | undefined;
781
781
  write?: {
782
782
  url: string;
783
- method: "PUT" | "POST" | "GET" | "PATCH" | "DELETE";
783
+ method: "PUT" | "POST" | "PATCH" | "DELETE" | "GET";
784
784
  headers?: Record<string, string> | undefined;
785
785
  params?: Record<string, unknown> | undefined;
786
786
  body?: unknown;
@@ -3792,7 +3792,7 @@ declare const SystemUploadSession: Omit<{
3792
3792
  description?: string | undefined;
3793
3793
  icon?: string | undefined;
3794
3794
  tags?: string[] | undefined;
3795
- managedBy?: "system" | "config" | "platform" | "append-only" | "better-auth" | undefined;
3795
+ managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
3796
3796
  userActions?: {
3797
3797
  create?: boolean | undefined;
3798
3798
  import?: boolean | undefined;
@@ -3923,14 +3923,14 @@ declare const SystemUploadSession: Omit<{
3923
3923
  provider: "api";
3924
3924
  read?: {
3925
3925
  url: string;
3926
- method: "PUT" | "POST" | "GET" | "PATCH" | "DELETE";
3926
+ method: "PUT" | "POST" | "PATCH" | "DELETE" | "GET";
3927
3927
  headers?: Record<string, string> | undefined;
3928
3928
  params?: Record<string, unknown> | undefined;
3929
3929
  body?: unknown;
3930
3930
  } | undefined;
3931
3931
  write?: {
3932
3932
  url: string;
3933
- method: "PUT" | "POST" | "GET" | "PATCH" | "DELETE";
3933
+ method: "PUT" | "POST" | "PATCH" | "DELETE" | "GET";
3934
3934
  headers?: Record<string, string> | undefined;
3935
3935
  params?: Record<string, unknown> | undefined;
3936
3936
  body?: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/service-storage",
3
- "version": "7.5.0",
3
+ "version": "7.7.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": "7.5.0",
18
- "@objectstack/observability": "7.5.0",
19
- "@objectstack/spec": "7.5.0"
17
+ "@objectstack/core": "7.7.0",
18
+ "@objectstack/observability": "7.7.0",
19
+ "@objectstack/spec": "7.7.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@aws-sdk/client-s3": "^3.0.0",