@objectstack/plugin-approvals 12.0.0 → 12.2.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 +27 -0
- package/dist/index.d.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-approvals@12.
|
|
2
|
+
> @objectstack/plugin-approvals@12.2.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
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[32mESM[39m [1mdist/index.mjs [22m[32m120.29 KB[39m
|
|
14
14
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m215.92 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 242ms
|
|
16
16
|
[32mCJS[39m [1mdist/index.js [22m[32m121.96 KB[39m
|
|
17
17
|
[32mCJS[39m [1mdist/index.js.map [22m[32m217.12 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 267ms
|
|
19
19
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 18646ms
|
|
21
21
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m364.91 KB[39m
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m364.91 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @objectstack/plugin-approvals
|
|
2
2
|
|
|
3
|
+
## 12.2.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [fce8ff4]
|
|
8
|
+
- Updated dependencies [3962023]
|
|
9
|
+
- Updated dependencies [2bb193d]
|
|
10
|
+
- Updated dependencies [0426d27]
|
|
11
|
+
- Updated dependencies [da807f7]
|
|
12
|
+
- Updated dependencies [4f5b791]
|
|
13
|
+
- @objectstack/spec@12.2.0
|
|
14
|
+
- @objectstack/metadata-core@12.2.0
|
|
15
|
+
- @objectstack/core@12.2.0
|
|
16
|
+
- @objectstack/formula@12.2.0
|
|
17
|
+
- @objectstack/platform-objects@12.2.0
|
|
18
|
+
|
|
19
|
+
## 12.1.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [93e6d02]
|
|
24
|
+
- @objectstack/spec@12.1.0
|
|
25
|
+
- @objectstack/core@12.1.0
|
|
26
|
+
- @objectstack/formula@12.1.0
|
|
27
|
+
- @objectstack/metadata-core@12.1.0
|
|
28
|
+
- @objectstack/platform-objects@12.1.0
|
|
29
|
+
|
|
3
30
|
## 12.0.0
|
|
4
31
|
|
|
5
32
|
### 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" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
34
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "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;
|
|
@@ -674,7 +674,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
674
674
|
field?: string | undefined;
|
|
675
675
|
objectOverride?: string | undefined;
|
|
676
676
|
label?: string | undefined;
|
|
677
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
677
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "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;
|
|
678
678
|
options?: {
|
|
679
679
|
label: string;
|
|
680
680
|
value: string;
|
|
@@ -4023,7 +4023,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4023
4023
|
abstract: boolean;
|
|
4024
4024
|
datasource: string;
|
|
4025
4025
|
fields: Record<string, {
|
|
4026
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
4026
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "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";
|
|
4027
4027
|
required: boolean;
|
|
4028
4028
|
searchable: boolean;
|
|
4029
4029
|
multiple: boolean;
|
|
@@ -4666,7 +4666,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4666
4666
|
field?: string | undefined;
|
|
4667
4667
|
objectOverride?: string | undefined;
|
|
4668
4668
|
label?: string | undefined;
|
|
4669
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
4669
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "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;
|
|
4670
4670
|
options?: {
|
|
4671
4671
|
label: string;
|
|
4672
4672
|
value: string;
|
|
@@ -6430,7 +6430,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6430
6430
|
abstract: boolean;
|
|
6431
6431
|
datasource: string;
|
|
6432
6432
|
fields: Record<string, {
|
|
6433
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
6433
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "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";
|
|
6434
6434
|
required: boolean;
|
|
6435
6435
|
searchable: boolean;
|
|
6436
6436
|
multiple: boolean;
|
|
@@ -7073,7 +7073,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7073
7073
|
field?: string | undefined;
|
|
7074
7074
|
objectOverride?: string | undefined;
|
|
7075
7075
|
label?: string | undefined;
|
|
7076
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
7076
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "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;
|
|
7077
7077
|
options?: {
|
|
7078
7078
|
label: string;
|
|
7079
7079
|
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" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
34
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "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;
|
|
@@ -674,7 +674,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
674
674
|
field?: string | undefined;
|
|
675
675
|
objectOverride?: string | undefined;
|
|
676
676
|
label?: string | undefined;
|
|
677
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
677
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "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;
|
|
678
678
|
options?: {
|
|
679
679
|
label: string;
|
|
680
680
|
value: string;
|
|
@@ -4023,7 +4023,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4023
4023
|
abstract: boolean;
|
|
4024
4024
|
datasource: string;
|
|
4025
4025
|
fields: Record<string, {
|
|
4026
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
4026
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "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";
|
|
4027
4027
|
required: boolean;
|
|
4028
4028
|
searchable: boolean;
|
|
4029
4029
|
multiple: boolean;
|
|
@@ -4666,7 +4666,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4666
4666
|
field?: string | undefined;
|
|
4667
4667
|
objectOverride?: string | undefined;
|
|
4668
4668
|
label?: string | undefined;
|
|
4669
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
4669
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "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;
|
|
4670
4670
|
options?: {
|
|
4671
4671
|
label: string;
|
|
4672
4672
|
value: string;
|
|
@@ -6430,7 +6430,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6430
6430
|
abstract: boolean;
|
|
6431
6431
|
datasource: string;
|
|
6432
6432
|
fields: Record<string, {
|
|
6433
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
6433
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "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";
|
|
6434
6434
|
required: boolean;
|
|
6435
6435
|
searchable: boolean;
|
|
6436
6436
|
multiple: boolean;
|
|
@@ -7073,7 +7073,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7073
7073
|
field?: string | undefined;
|
|
7074
7074
|
objectOverride?: string | undefined;
|
|
7075
7075
|
label?: string | undefined;
|
|
7076
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
7076
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "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;
|
|
7077
7077
|
options?: {
|
|
7078
7078
|
label: string;
|
|
7079
7079
|
value: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-approvals",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.2.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": "12.
|
|
17
|
-
"@objectstack/formula": "12.
|
|
18
|
-
"@objectstack/metadata-core": "12.
|
|
19
|
-
"@objectstack/platform-objects": "12.
|
|
20
|
-
"@objectstack/spec": "12.
|
|
16
|
+
"@objectstack/core": "12.2.0",
|
|
17
|
+
"@objectstack/formula": "12.2.0",
|
|
18
|
+
"@objectstack/metadata-core": "12.2.0",
|
|
19
|
+
"@objectstack/platform-objects": "12.2.0",
|
|
20
|
+
"@objectstack/spec": "12.2.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "^26.0.1",
|
|
24
24
|
"typescript": "^6.0.3",
|
|
25
25
|
"vitest": "^4.1.9",
|
|
26
|
-
"@objectstack/service-automation": "12.
|
|
26
|
+
"@objectstack/service-automation": "12.2.0"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"objectstack",
|