@objectstack/service-storage 9.10.0 → 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/index.d.cts CHANGED
@@ -440,7 +440,7 @@ declare const SystemFile: Omit<{
440
440
  abstract: boolean;
441
441
  datasource: string;
442
442
  fields: Record<string, {
443
- type: "number" | "boolean" | "date" | "record" | "file" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
443
+ type: "number" | "boolean" | "email" | "date" | "record" | "file" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
444
444
  required: boolean;
445
445
  searchable: boolean;
446
446
  multiple: boolean;
@@ -1061,7 +1061,7 @@ declare const SystemFile: Omit<{
1061
1061
  clone: boolean;
1062
1062
  apiMethods?: ("get" | "delete" | "list" | "search" | "upsert" | "create" | "import" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
1063
1063
  } | undefined;
1064
- sharingModel?: "private" | "full" | "read" | "read_write" | undefined;
1064
+ sharingModel?: "private" | "full" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
1065
1065
  publicSharing?: {
1066
1066
  enabled: boolean;
1067
1067
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -3382,7 +3382,7 @@ declare const SystemUploadSession: Omit<{
3382
3382
  abstract: boolean;
3383
3383
  datasource: string;
3384
3384
  fields: Record<string, {
3385
- type: "number" | "boolean" | "date" | "record" | "file" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
3385
+ type: "number" | "boolean" | "email" | "date" | "record" | "file" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
3386
3386
  required: boolean;
3387
3387
  searchable: boolean;
3388
3388
  multiple: boolean;
@@ -4003,7 +4003,7 @@ declare const SystemUploadSession: Omit<{
4003
4003
  clone: boolean;
4004
4004
  apiMethods?: ("get" | "delete" | "list" | "search" | "upsert" | "create" | "import" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
4005
4005
  } | undefined;
4006
- sharingModel?: "private" | "full" | "read" | "read_write" | undefined;
4006
+ sharingModel?: "private" | "full" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
4007
4007
  publicSharing?: {
4008
4008
  enabled: boolean;
4009
4009
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
package/dist/index.d.ts CHANGED
@@ -440,7 +440,7 @@ declare const SystemFile: Omit<{
440
440
  abstract: boolean;
441
441
  datasource: string;
442
442
  fields: Record<string, {
443
- type: "number" | "boolean" | "date" | "record" | "file" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
443
+ type: "number" | "boolean" | "email" | "date" | "record" | "file" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
444
444
  required: boolean;
445
445
  searchable: boolean;
446
446
  multiple: boolean;
@@ -1061,7 +1061,7 @@ declare const SystemFile: Omit<{
1061
1061
  clone: boolean;
1062
1062
  apiMethods?: ("get" | "delete" | "list" | "search" | "upsert" | "create" | "import" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
1063
1063
  } | undefined;
1064
- sharingModel?: "private" | "full" | "read" | "read_write" | undefined;
1064
+ sharingModel?: "private" | "full" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
1065
1065
  publicSharing?: {
1066
1066
  enabled: boolean;
1067
1067
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -3382,7 +3382,7 @@ declare const SystemUploadSession: Omit<{
3382
3382
  abstract: boolean;
3383
3383
  datasource: string;
3384
3384
  fields: Record<string, {
3385
- type: "number" | "boolean" | "date" | "record" | "file" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
3385
+ type: "number" | "boolean" | "email" | "date" | "record" | "file" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
3386
3386
  required: boolean;
3387
3387
  searchable: boolean;
3388
3388
  multiple: boolean;
@@ -4003,7 +4003,7 @@ declare const SystemUploadSession: Omit<{
4003
4003
  clone: boolean;
4004
4004
  apiMethods?: ("get" | "delete" | "list" | "search" | "upsert" | "create" | "import" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
4005
4005
  } | undefined;
4006
- sharingModel?: "private" | "full" | "read" | "read_write" | undefined;
4006
+ sharingModel?: "private" | "full" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
4007
4007
  publicSharing?: {
4008
4008
  enabled: boolean;
4009
4009
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/service-storage",
3
- "version": "9.10.0",
3
+ "version": "9.11.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": "9.10.0",
18
- "@objectstack/observability": "9.10.0",
19
- "@objectstack/platform-objects": "9.10.0",
20
- "@objectstack/spec": "9.10.0"
17
+ "@objectstack/core": "9.11.0",
18
+ "@objectstack/observability": "9.11.0",
19
+ "@objectstack/platform-objects": "9.11.0",
20
+ "@objectstack/spec": "9.11.0"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@aws-sdk/client-s3": "^3.0.0",