@objectstack/plugin-sharing 7.6.0 → 7.8.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 +6 -6
- package/CHANGELOG.md +29 -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.8.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
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m109.73 KB[39m
|
|
14
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m191.43 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in 306ms
|
|
16
13
|
[32mCJS[39m [1mdist/index.js [22m[32m111.70 KB[39m
|
|
17
14
|
[32mCJS[39m [1mdist/index.js.map [22m[32m191.45 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 227ms
|
|
16
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m109.73 KB[39m
|
|
17
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m191.43 KB[39m
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 240ms
|
|
19
19
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 27903ms
|
|
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,34 @@
|
|
|
1
1
|
# @objectstack/plugin-sharing
|
|
2
2
|
|
|
3
|
+
## 7.8.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [06f2bbb]
|
|
8
|
+
- Updated dependencies [a75823a]
|
|
9
|
+
- Updated dependencies [4fbb86a]
|
|
10
|
+
- Updated dependencies [e631f1e]
|
|
11
|
+
- Updated dependencies [6fc2678]
|
|
12
|
+
- Updated dependencies [36719db]
|
|
13
|
+
- Updated dependencies [424ab26]
|
|
14
|
+
- @objectstack/spec@7.8.0
|
|
15
|
+
- @objectstack/objectql@7.8.0
|
|
16
|
+
- @objectstack/core@7.8.0
|
|
17
|
+
- @objectstack/platform-objects@7.8.0
|
|
18
|
+
|
|
19
|
+
## 7.7.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [b391955]
|
|
24
|
+
- Updated dependencies [f06b64e]
|
|
25
|
+
- Updated dependencies [023bf93]
|
|
26
|
+
- Updated dependencies [764c747]
|
|
27
|
+
- @objectstack/spec@7.7.0
|
|
28
|
+
- @objectstack/platform-objects@7.7.0
|
|
29
|
+
- @objectstack/objectql@7.7.0
|
|
30
|
+
- @objectstack/core@7.7.0
|
|
31
|
+
|
|
3
32
|
## 7.6.0
|
|
4
33
|
|
|
5
34
|
### 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.8.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/
|
|
17
|
-
"@objectstack/
|
|
18
|
-
"@objectstack/platform-objects": "7.
|
|
19
|
-
"@objectstack/spec": "7.
|
|
16
|
+
"@objectstack/objectql": "7.8.0",
|
|
17
|
+
"@objectstack/core": "7.8.0",
|
|
18
|
+
"@objectstack/platform-objects": "7.8.0",
|
|
19
|
+
"@objectstack/spec": "7.8.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/node": "^25.9.1",
|