@objectstack/plugin-sharing 7.7.0 → 7.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/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +28 -0
- package/dist/index.d.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-sharing@7.
|
|
2
|
+
> @objectstack/plugin-sharing@7.9.0 build /home/runner/work/framework/framework/packages/plugins/plugin-sharing
|
|
3
3
|
> tsup --config ../../../tsup.config.ts
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[32mESM[39m [1mdist/index.mjs [22m[32m109.73 KB[39m
|
|
14
14
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m191.43 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 245ms
|
|
16
16
|
[32mCJS[39m [1mdist/index.js [22m[32m111.70 KB[39m
|
|
17
17
|
[32mCJS[39m [1mdist/index.js.map [22m[32m191.45 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 249ms
|
|
19
19
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 28233ms
|
|
21
21
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m441.17 KB[39m
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m441.17 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @objectstack/plugin-sharing
|
|
2
2
|
|
|
3
|
+
## 7.9.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ac1fc4c]
|
|
8
|
+
- Updated dependencies [ac1fc4c]
|
|
9
|
+
- Updated dependencies [ac1fc4c]
|
|
10
|
+
- @objectstack/objectql@7.9.0
|
|
11
|
+
- @objectstack/spec@7.9.0
|
|
12
|
+
- @objectstack/core@7.9.0
|
|
13
|
+
- @objectstack/platform-objects@7.9.0
|
|
14
|
+
|
|
15
|
+
## 7.8.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [06f2bbb]
|
|
20
|
+
- Updated dependencies [a75823a]
|
|
21
|
+
- Updated dependencies [4fbb86a]
|
|
22
|
+
- Updated dependencies [e631f1e]
|
|
23
|
+
- Updated dependencies [6fc2678]
|
|
24
|
+
- Updated dependencies [36719db]
|
|
25
|
+
- Updated dependencies [424ab26]
|
|
26
|
+
- @objectstack/spec@7.8.0
|
|
27
|
+
- @objectstack/objectql@7.8.0
|
|
28
|
+
- @objectstack/core@7.8.0
|
|
29
|
+
- @objectstack/platform-objects@7.8.0
|
|
30
|
+
|
|
3
31
|
## 7.7.0
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/dist/index.d.mts
CHANGED
|
@@ -40,7 +40,7 @@ declare const SysRecordShare: Omit<{
|
|
|
40
40
|
abstract: boolean;
|
|
41
41
|
datasource: string;
|
|
42
42
|
fields: Record<string, {
|
|
43
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
43
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "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";
|
|
44
44
|
required: boolean;
|
|
45
45
|
searchable: boolean;
|
|
46
46
|
multiple: boolean;
|
|
@@ -647,7 +647,7 @@ declare const SysRecordShare: Omit<{
|
|
|
647
647
|
field?: string | undefined;
|
|
648
648
|
objectOverride?: string | undefined;
|
|
649
649
|
label?: string | undefined;
|
|
650
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
650
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "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" | "tags" | "vector" | undefined;
|
|
651
651
|
options?: {
|
|
652
652
|
label: string;
|
|
653
653
|
value: string;
|
|
@@ -3004,7 +3004,7 @@ declare const SysSharingRule: Omit<{
|
|
|
3004
3004
|
abstract: boolean;
|
|
3005
3005
|
datasource: string;
|
|
3006
3006
|
fields: Record<string, {
|
|
3007
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
3007
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "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";
|
|
3008
3008
|
required: boolean;
|
|
3009
3009
|
searchable: boolean;
|
|
3010
3010
|
multiple: boolean;
|
|
@@ -3611,7 +3611,7 @@ declare const SysSharingRule: Omit<{
|
|
|
3611
3611
|
field?: string | undefined;
|
|
3612
3612
|
objectOverride?: string | undefined;
|
|
3613
3613
|
label?: string | undefined;
|
|
3614
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
3614
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "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" | "tags" | "vector" | undefined;
|
|
3615
3615
|
options?: {
|
|
3616
3616
|
label: string;
|
|
3617
3617
|
value: string;
|
|
@@ -6118,7 +6118,7 @@ declare const SysShareLink: Omit<{
|
|
|
6118
6118
|
abstract: boolean;
|
|
6119
6119
|
datasource: string;
|
|
6120
6120
|
fields: Record<string, {
|
|
6121
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
6121
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "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";
|
|
6122
6122
|
required: boolean;
|
|
6123
6123
|
searchable: boolean;
|
|
6124
6124
|
multiple: boolean;
|
|
@@ -6725,7 +6725,7 @@ declare const SysShareLink: Omit<{
|
|
|
6725
6725
|
field?: string | undefined;
|
|
6726
6726
|
objectOverride?: string | undefined;
|
|
6727
6727
|
label?: string | undefined;
|
|
6728
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
6728
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "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" | "tags" | "vector" | undefined;
|
|
6729
6729
|
options?: {
|
|
6730
6730
|
label: string;
|
|
6731
6731
|
value: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ declare const SysRecordShare: Omit<{
|
|
|
40
40
|
abstract: boolean;
|
|
41
41
|
datasource: string;
|
|
42
42
|
fields: Record<string, {
|
|
43
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
43
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "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";
|
|
44
44
|
required: boolean;
|
|
45
45
|
searchable: boolean;
|
|
46
46
|
multiple: boolean;
|
|
@@ -647,7 +647,7 @@ declare const SysRecordShare: Omit<{
|
|
|
647
647
|
field?: string | undefined;
|
|
648
648
|
objectOverride?: string | undefined;
|
|
649
649
|
label?: string | undefined;
|
|
650
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
650
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "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" | "tags" | "vector" | undefined;
|
|
651
651
|
options?: {
|
|
652
652
|
label: string;
|
|
653
653
|
value: string;
|
|
@@ -3004,7 +3004,7 @@ declare const SysSharingRule: Omit<{
|
|
|
3004
3004
|
abstract: boolean;
|
|
3005
3005
|
datasource: string;
|
|
3006
3006
|
fields: Record<string, {
|
|
3007
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
3007
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "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";
|
|
3008
3008
|
required: boolean;
|
|
3009
3009
|
searchable: boolean;
|
|
3010
3010
|
multiple: boolean;
|
|
@@ -3611,7 +3611,7 @@ declare const SysSharingRule: Omit<{
|
|
|
3611
3611
|
field?: string | undefined;
|
|
3612
3612
|
objectOverride?: string | undefined;
|
|
3613
3613
|
label?: string | undefined;
|
|
3614
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
3614
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "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" | "tags" | "vector" | undefined;
|
|
3615
3615
|
options?: {
|
|
3616
3616
|
label: string;
|
|
3617
3617
|
value: string;
|
|
@@ -6118,7 +6118,7 @@ declare const SysShareLink: Omit<{
|
|
|
6118
6118
|
abstract: boolean;
|
|
6119
6119
|
datasource: string;
|
|
6120
6120
|
fields: Record<string, {
|
|
6121
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
6121
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "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";
|
|
6122
6122
|
required: boolean;
|
|
6123
6123
|
searchable: boolean;
|
|
6124
6124
|
multiple: boolean;
|
|
@@ -6725,7 +6725,7 @@ declare const SysShareLink: Omit<{
|
|
|
6725
6725
|
field?: string | undefined;
|
|
6726
6726
|
objectOverride?: string | undefined;
|
|
6727
6727
|
label?: string | undefined;
|
|
6728
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
6728
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "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" | "tags" | "vector" | undefined;
|
|
6729
6729
|
options?: {
|
|
6730
6730
|
label: string;
|
|
6731
6731
|
value: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-sharing",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.9.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Record-level sharing for ObjectStack — sys_record_share + middleware that enforces sharingModel + ISharingService.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@objectstack/core": "7.
|
|
17
|
-
"@objectstack/objectql": "7.
|
|
18
|
-
"@objectstack/platform-objects": "7.
|
|
19
|
-
"@objectstack/spec": "7.
|
|
16
|
+
"@objectstack/core": "7.9.0",
|
|
17
|
+
"@objectstack/objectql": "7.9.0",
|
|
18
|
+
"@objectstack/platform-objects": "7.9.0",
|
|
19
|
+
"@objectstack/spec": "7.9.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/node": "^25.9.1",
|