@objectstack/plugin-approvals 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 +6 -6
- package/CHANGELOG.md +24 -0
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-approvals@7.
|
|
2
|
+
> @objectstack/plugin-approvals@7.9.0 build /home/runner/work/framework/framework/packages/plugins/plugin-approvals
|
|
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[32m55.86 KB[39m
|
|
14
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m97.27 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in 185ms
|
|
16
13
|
[32mCJS[39m [1mdist/index.js [22m[32m57.19 KB[39m
|
|
17
14
|
[32mCJS[39m [1mdist/index.js.map [22m[32m98.45 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 172ms
|
|
16
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m55.86 KB[39m
|
|
17
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m97.27 KB[39m
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 184ms
|
|
19
19
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 23998ms
|
|
21
21
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m286.36 KB[39m
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m286.36 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @objectstack/plugin-approvals
|
|
2
2
|
|
|
3
|
+
## 7.9.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @objectstack/spec@7.9.0
|
|
8
|
+
- @objectstack/core@7.9.0
|
|
9
|
+
- @objectstack/metadata-core@7.9.0
|
|
10
|
+
- @objectstack/formula@7.9.0
|
|
11
|
+
- @objectstack/platform-objects@7.9.0
|
|
12
|
+
|
|
13
|
+
## 7.8.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [06f2bbb]
|
|
18
|
+
- Updated dependencies [f01f9fa]
|
|
19
|
+
- Updated dependencies [36719db]
|
|
20
|
+
- Updated dependencies [424ab26]
|
|
21
|
+
- @objectstack/spec@7.8.0
|
|
22
|
+
- @objectstack/formula@7.8.0
|
|
23
|
+
- @objectstack/core@7.8.0
|
|
24
|
+
- @objectstack/metadata-core@7.8.0
|
|
25
|
+
- @objectstack/platform-objects@7.8.0
|
|
26
|
+
|
|
3
27
|
## 7.7.0
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/dist/index.d.mts
CHANGED
|
@@ -31,7 +31,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
31
31
|
abstract: boolean;
|
|
32
32
|
datasource: string;
|
|
33
33
|
fields: Record<string, {
|
|
34
|
-
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" | "
|
|
34
|
+
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";
|
|
35
35
|
required: boolean;
|
|
36
36
|
searchable: boolean;
|
|
37
37
|
multiple: boolean;
|
|
@@ -638,7 +638,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
638
638
|
field?: string | undefined;
|
|
639
639
|
objectOverride?: string | undefined;
|
|
640
640
|
label?: string | undefined;
|
|
641
|
-
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" | "
|
|
641
|
+
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;
|
|
642
642
|
options?: {
|
|
643
643
|
label: string;
|
|
644
644
|
value: string;
|
|
@@ -3988,7 +3988,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
3988
3988
|
abstract: boolean;
|
|
3989
3989
|
datasource: string;
|
|
3990
3990
|
fields: Record<string, {
|
|
3991
|
-
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" | "
|
|
3991
|
+
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";
|
|
3992
3992
|
required: boolean;
|
|
3993
3993
|
searchable: boolean;
|
|
3994
3994
|
multiple: boolean;
|
|
@@ -4595,7 +4595,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4595
4595
|
field?: string | undefined;
|
|
4596
4596
|
objectOverride?: string | undefined;
|
|
4597
4597
|
label?: string | undefined;
|
|
4598
|
-
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" | "
|
|
4598
|
+
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;
|
|
4599
4599
|
options?: {
|
|
4600
4600
|
label: string;
|
|
4601
4601
|
value: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
31
31
|
abstract: boolean;
|
|
32
32
|
datasource: string;
|
|
33
33
|
fields: Record<string, {
|
|
34
|
-
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" | "
|
|
34
|
+
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";
|
|
35
35
|
required: boolean;
|
|
36
36
|
searchable: boolean;
|
|
37
37
|
multiple: boolean;
|
|
@@ -638,7 +638,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
638
638
|
field?: string | undefined;
|
|
639
639
|
objectOverride?: string | undefined;
|
|
640
640
|
label?: string | undefined;
|
|
641
|
-
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" | "
|
|
641
|
+
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;
|
|
642
642
|
options?: {
|
|
643
643
|
label: string;
|
|
644
644
|
value: string;
|
|
@@ -3988,7 +3988,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
3988
3988
|
abstract: boolean;
|
|
3989
3989
|
datasource: string;
|
|
3990
3990
|
fields: Record<string, {
|
|
3991
|
-
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" | "
|
|
3991
|
+
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";
|
|
3992
3992
|
required: boolean;
|
|
3993
3993
|
searchable: boolean;
|
|
3994
3994
|
multiple: boolean;
|
|
@@ -4595,7 +4595,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4595
4595
|
field?: string | undefined;
|
|
4596
4596
|
objectOverride?: string | undefined;
|
|
4597
4597
|
label?: string | undefined;
|
|
4598
|
-
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" | "
|
|
4598
|
+
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;
|
|
4599
4599
|
options?: {
|
|
4600
4600
|
label: string;
|
|
4601
4601
|
value: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-approvals",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.9.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Multi-step approval engine for ObjectStack — sys_approval_process + sys_approval_request + sys_approval_action + IApprovalService.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,17 +13,17 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@objectstack/core": "7.
|
|
17
|
-
"@objectstack/formula": "7.
|
|
18
|
-
"@objectstack/metadata-core": "7.
|
|
19
|
-
"@objectstack/platform-objects": "7.
|
|
20
|
-
"@objectstack/spec": "7.
|
|
16
|
+
"@objectstack/core": "7.9.0",
|
|
17
|
+
"@objectstack/formula": "7.9.0",
|
|
18
|
+
"@objectstack/metadata-core": "7.9.0",
|
|
19
|
+
"@objectstack/platform-objects": "7.9.0",
|
|
20
|
+
"@objectstack/spec": "7.9.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "^25.9.1",
|
|
24
24
|
"typescript": "^6.0.3",
|
|
25
25
|
"vitest": "^4.1.8",
|
|
26
|
-
"@objectstack/service-automation": "7.
|
|
26
|
+
"@objectstack/service-automation": "7.9.0"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"objectstack",
|