@objectstack/service-automation 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/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -641,7 +641,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
641
641
|
abstract: boolean;
|
|
642
642
|
datasource: string;
|
|
643
643
|
fields: Record<string, {
|
|
644
|
-
type: "number" | "boolean" | "date" | "lookup" | "datetime" | "json" | "url" | "secret" | "tags" | "code" | "record" | "file" | "signature" | "progress" | "currency" | "percent" | "password" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
644
|
+
type: "number" | "boolean" | "date" | "lookup" | "datetime" | "json" | "url" | "secret" | "tags" | "code" | "record" | "file" | "signature" | "progress" | "master_detail" | "currency" | "percent" | "password" | "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" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
645
645
|
required: boolean;
|
|
646
646
|
searchable: boolean;
|
|
647
647
|
multiple: boolean;
|
|
@@ -1248,7 +1248,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
1248
1248
|
field?: string | undefined;
|
|
1249
1249
|
objectOverride?: string | undefined;
|
|
1250
1250
|
label?: string | undefined;
|
|
1251
|
-
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" | "
|
|
1251
|
+
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;
|
|
1252
1252
|
options?: {
|
|
1253
1253
|
label: string;
|
|
1254
1254
|
value: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -641,7 +641,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
641
641
|
abstract: boolean;
|
|
642
642
|
datasource: string;
|
|
643
643
|
fields: Record<string, {
|
|
644
|
-
type: "number" | "boolean" | "date" | "lookup" | "datetime" | "json" | "url" | "secret" | "tags" | "code" | "record" | "file" | "signature" | "progress" | "currency" | "percent" | "password" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
644
|
+
type: "number" | "boolean" | "date" | "lookup" | "datetime" | "json" | "url" | "secret" | "tags" | "code" | "record" | "file" | "signature" | "progress" | "master_detail" | "currency" | "percent" | "password" | "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" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
645
645
|
required: boolean;
|
|
646
646
|
searchable: boolean;
|
|
647
647
|
multiple: boolean;
|
|
@@ -1248,7 +1248,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
1248
1248
|
field?: string | undefined;
|
|
1249
1249
|
objectOverride?: string | undefined;
|
|
1250
1250
|
label?: string | undefined;
|
|
1251
|
-
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" | "
|
|
1251
|
+
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;
|
|
1252
1252
|
options?: {
|
|
1253
1253
|
label: string;
|
|
1254
1254
|
value: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-automation",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.8.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Automation Service for ObjectStack — implements IAutomationService with plugin-based DAG flow execution engine",
|
|
6
6
|
"type": "module",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@objectstack/core": "7.
|
|
18
|
-
"@objectstack/formula": "7.
|
|
19
|
-
"@objectstack/spec": "7.
|
|
17
|
+
"@objectstack/core": "7.8.0",
|
|
18
|
+
"@objectstack/formula": "7.8.0",
|
|
19
|
+
"@objectstack/spec": "7.8.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/node": "^25.9.1",
|