@objectstack/plugin-webhooks 6.9.0 → 7.1.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 +9 -9
- package/CHANGELOG.md +26 -0
- package/dist/schema.d.cts +14 -3
- package/dist/schema.d.ts +14 -3
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-webhooks@
|
|
2
|
+
> @objectstack/plugin-webhooks@7.1.0 build /home/runner/work/framework/framework/packages/plugins/plugin-webhooks
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts, src/schema.ts, src/sql-outbox.ts
|
|
@@ -18,27 +18,27 @@
|
|
|
18
18
|
[32mESM[39m [1mdist/index.js.map [22m[32m73.03 KB[39m
|
|
19
19
|
[32mESM[39m [1mdist/schema.js.map [22m[32m71.00 B[39m
|
|
20
20
|
[32mESM[39m [1mdist/sql-outbox.js.map [22m[32m71.00 B[39m
|
|
21
|
-
[32mESM[39m [1mdist/chunk-33LYZT7O.js.map [22m[32m14.02 KB[39m
|
|
22
21
|
[32mESM[39m [1mdist/chunk-BS2QTZH3.js.map [22m[32m24.11 KB[39m
|
|
23
|
-
[32mESM[39m
|
|
22
|
+
[32mESM[39m [1mdist/chunk-33LYZT7O.js.map [22m[32m14.02 KB[39m
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 820ms
|
|
24
24
|
[32mCJS[39m [1mdist/index.cjs [22m[32m33.81 KB[39m
|
|
25
25
|
[32mCJS[39m [1mdist/schema.cjs [22m[32m309.00 B[39m
|
|
26
|
+
[32mCJS[39m [1mdist/sql-outbox.cjs [22m[32m269.00 B[39m
|
|
26
27
|
[32mCJS[39m [1mdist/chunk-FA66GQEO.cjs [22m[32m8.30 KB[39m
|
|
27
28
|
[32mCJS[39m [1mdist/chunk-MJZGD37S.cjs [22m[32m7.37 KB[39m
|
|
28
|
-
[32mCJS[39m [1mdist/sql-outbox.cjs [22m[32m269.00 B[39m
|
|
29
29
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m65.94 KB[39m
|
|
30
30
|
[32mCJS[39m [1mdist/schema.cjs.map [22m[32m288.00 B[39m
|
|
31
|
-
[32mCJS[39m [1mdist/chunk-FA66GQEO.cjs.map [22m[32m27.71 KB[39m
|
|
32
31
|
[32mCJS[39m [1mdist/sql-outbox.cjs.map [22m[32m299.00 B[39m
|
|
32
|
+
[32mCJS[39m [1mdist/chunk-FA66GQEO.cjs.map [22m[32m27.71 KB[39m
|
|
33
33
|
[32mCJS[39m [1mdist/chunk-MJZGD37S.cjs.map [22m[32m16.72 KB[39m
|
|
34
|
-
[32mCJS[39m ⚡️ Build success in
|
|
34
|
+
[32mCJS[39m ⚡️ Build success in 987ms
|
|
35
35
|
[34mDTS[39m Build start
|
|
36
|
-
[32mDTS[39m ⚡️ Build success in
|
|
36
|
+
[32mDTS[39m ⚡️ Build success in 26049ms
|
|
37
37
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m17.42 KB[39m
|
|
38
|
-
[32mDTS[39m [1mdist/schema.d.ts [22m[
|
|
38
|
+
[32mDTS[39m [1mdist/schema.d.ts [22m[32m213.05 KB[39m
|
|
39
39
|
[32mDTS[39m [1mdist/sql-outbox.d.ts [22m[32m2.44 KB[39m
|
|
40
40
|
[32mDTS[39m [1mdist/outbox-CIn7LSyB.d.ts [22m[32m5.82 KB[39m
|
|
41
41
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m17.42 KB[39m
|
|
42
|
-
[32mDTS[39m [1mdist/schema.d.cts [22m[
|
|
42
|
+
[32mDTS[39m [1mdist/schema.d.cts [22m[32m213.05 KB[39m
|
|
43
43
|
[32mDTS[39m [1mdist/sql-outbox.d.cts [22m[32m2.45 KB[39m
|
|
44
44
|
[32mDTS[39m [1mdist/outbox-CIn7LSyB.d.cts [22m[32m5.82 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @objectstack/plugin-webhooks
|
|
2
2
|
|
|
3
|
+
## 7.1.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6228609]
|
|
8
|
+
- Updated dependencies [47a92f4]
|
|
9
|
+
- @objectstack/platform-objects@7.1.0
|
|
10
|
+
- @objectstack/spec@7.1.0
|
|
11
|
+
- @objectstack/core@7.1.0
|
|
12
|
+
- @objectstack/service-cluster@7.1.0
|
|
13
|
+
|
|
14
|
+
## 7.0.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [74470ad]
|
|
19
|
+
- Updated dependencies [d29617e]
|
|
20
|
+
- Updated dependencies [dc72172]
|
|
21
|
+
- Updated dependencies [d29617e]
|
|
22
|
+
- Updated dependencies [010757b]
|
|
23
|
+
- Updated dependencies [257954d]
|
|
24
|
+
- @objectstack/spec@7.0.0
|
|
25
|
+
- @objectstack/platform-objects@7.0.0
|
|
26
|
+
- @objectstack/core@7.0.0
|
|
27
|
+
- @objectstack/service-cluster@7.0.0
|
|
28
|
+
|
|
3
29
|
## 6.9.0
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/dist/schema.d.cts
CHANGED
|
@@ -72,7 +72,7 @@ declare const SysWebhookDelivery: Omit<{
|
|
|
72
72
|
abstract: boolean;
|
|
73
73
|
datasource: string;
|
|
74
74
|
fields: Record<string, {
|
|
75
|
-
type: "number" | "boolean" | "date" | "file" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
75
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
76
76
|
required: boolean;
|
|
77
77
|
searchable: boolean;
|
|
78
78
|
multiple: boolean;
|
|
@@ -674,7 +674,7 @@ declare const SysWebhookDelivery: Omit<{
|
|
|
674
674
|
refreshAfter: boolean;
|
|
675
675
|
objectName?: string | undefined;
|
|
676
676
|
icon?: string | undefined;
|
|
677
|
-
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
677
|
+
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
678
678
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
679
679
|
target?: string | undefined;
|
|
680
680
|
body?: {
|
|
@@ -694,7 +694,7 @@ declare const SysWebhookDelivery: Omit<{
|
|
|
694
694
|
field?: string | undefined;
|
|
695
695
|
objectOverride?: string | undefined;
|
|
696
696
|
label?: string | undefined;
|
|
697
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
697
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
698
698
|
options?: {
|
|
699
699
|
label: string;
|
|
700
700
|
value: string;
|
|
@@ -707,6 +707,17 @@ declare const SysWebhookDelivery: Omit<{
|
|
|
707
707
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
708
708
|
confirmText?: string | undefined;
|
|
709
709
|
successMessage?: string | undefined;
|
|
710
|
+
resultDialog?: {
|
|
711
|
+
title?: string | undefined;
|
|
712
|
+
description?: string | undefined;
|
|
713
|
+
acknowledge?: string | undefined;
|
|
714
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
715
|
+
fields?: {
|
|
716
|
+
path: string;
|
|
717
|
+
label?: string | undefined;
|
|
718
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
719
|
+
}[] | undefined;
|
|
720
|
+
} | undefined;
|
|
710
721
|
visible?: {
|
|
711
722
|
dialect: "cel" | "js" | "cron" | "template";
|
|
712
723
|
source?: string | undefined;
|
package/dist/schema.d.ts
CHANGED
|
@@ -72,7 +72,7 @@ declare const SysWebhookDelivery: Omit<{
|
|
|
72
72
|
abstract: boolean;
|
|
73
73
|
datasource: string;
|
|
74
74
|
fields: Record<string, {
|
|
75
|
-
type: "number" | "boolean" | "date" | "file" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
75
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
76
76
|
required: boolean;
|
|
77
77
|
searchable: boolean;
|
|
78
78
|
multiple: boolean;
|
|
@@ -674,7 +674,7 @@ declare const SysWebhookDelivery: Omit<{
|
|
|
674
674
|
refreshAfter: boolean;
|
|
675
675
|
objectName?: string | undefined;
|
|
676
676
|
icon?: string | undefined;
|
|
677
|
-
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
677
|
+
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
678
678
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
679
679
|
target?: string | undefined;
|
|
680
680
|
body?: {
|
|
@@ -694,7 +694,7 @@ declare const SysWebhookDelivery: Omit<{
|
|
|
694
694
|
field?: string | undefined;
|
|
695
695
|
objectOverride?: string | undefined;
|
|
696
696
|
label?: string | undefined;
|
|
697
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
697
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
698
698
|
options?: {
|
|
699
699
|
label: string;
|
|
700
700
|
value: string;
|
|
@@ -707,6 +707,17 @@ declare const SysWebhookDelivery: Omit<{
|
|
|
707
707
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
708
708
|
confirmText?: string | undefined;
|
|
709
709
|
successMessage?: string | undefined;
|
|
710
|
+
resultDialog?: {
|
|
711
|
+
title?: string | undefined;
|
|
712
|
+
description?: string | undefined;
|
|
713
|
+
acknowledge?: string | undefined;
|
|
714
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
715
|
+
fields?: {
|
|
716
|
+
path: string;
|
|
717
|
+
label?: string | undefined;
|
|
718
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
719
|
+
}[] | undefined;
|
|
720
|
+
} | undefined;
|
|
710
721
|
visible?: {
|
|
711
722
|
dialect: "cel" | "js" | "cron" | "template";
|
|
712
723
|
source?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-webhooks",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Persistent, cluster-aware webhook dispatcher. Durable outbox + per-partition cluster.lock for exactly-once-ish delivery across nodes. See content/docs/concepts/webhook-delivery.mdx.",
|
|
6
6
|
"type": "module",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@objectstack/core": "
|
|
28
|
-
"@objectstack/platform-objects": "
|
|
29
|
-
"@objectstack/spec": "
|
|
30
|
-
"@objectstack/service-cluster": "
|
|
27
|
+
"@objectstack/core": "7.1.0",
|
|
28
|
+
"@objectstack/platform-objects": "7.1.0",
|
|
29
|
+
"@objectstack/spec": "7.1.0",
|
|
30
|
+
"@objectstack/service-cluster": "7.1.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "^25.9.1",
|