@objectstack/plugin-webhooks 7.7.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 +11 -0
- package/dist/schema.d.cts +2 -2
- package/dist/schema.d.ts +2 -2
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-webhooks@7.
|
|
2
|
+
> @objectstack/plugin-webhooks@7.8.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
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[32mESM[39m [1mdist/index.js [22m[32m12.73 KB[39m
|
|
14
|
-
[32mESM[39m [1mdist/schema.js [22m[32m111.00 B[39m
|
|
15
14
|
[32mESM[39m [1mdist/chunk-HWFTXTTI.js [22m[32m4.71 KB[39m
|
|
16
15
|
[32mESM[39m [1mdist/translations-AV47AVPV.js [22m[32m19.41 KB[39m
|
|
16
|
+
[32mESM[39m [1mdist/schema.js [22m[32m111.00 B[39m
|
|
17
17
|
[32mESM[39m [1mdist/index.js.map [22m[32m32.44 KB[39m
|
|
18
|
-
[32mESM[39m [1mdist/schema.js.map [22m[32m71.00 B[39m
|
|
19
18
|
[32mESM[39m [1mdist/chunk-HWFTXTTI.js.map [22m[32m9.15 KB[39m
|
|
20
19
|
[32mESM[39m [1mdist/translations-AV47AVPV.js.map [22m[32m30.54 KB[39m
|
|
21
|
-
[32mESM[39m
|
|
20
|
+
[32mESM[39m [1mdist/schema.js.map [22m[32m71.00 B[39m
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 707ms
|
|
22
22
|
[32mCJS[39m [1mdist/index.cjs [22m[32m16.40 KB[39m
|
|
23
23
|
[32mCJS[39m [1mdist/schema.cjs [22m[32m220.00 B[39m
|
|
24
24
|
[32mCJS[39m [1mdist/chunk-KPKLAXNA.cjs [22m[32m4.86 KB[39m
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
[32mCJS[39m [1mdist/schema.cjs.map [22m[32m278.00 B[39m
|
|
28
28
|
[32mCJS[39m [1mdist/chunk-KPKLAXNA.cjs.map [22m[32m10.96 KB[39m
|
|
29
29
|
[32mCJS[39m [1mdist/translations-OAKKANSP.cjs.map [22m[32m34.65 KB[39m
|
|
30
|
-
[32mCJS[39m ⚡️ Build success in
|
|
30
|
+
[32mCJS[39m ⚡️ Build success in 906ms
|
|
31
31
|
[34mDTS[39m Build start
|
|
32
|
-
[32mDTS[39m ⚡️ Build success in
|
|
32
|
+
[32mDTS[39m ⚡️ Build success in 22611ms
|
|
33
33
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m6.97 KB[39m
|
|
34
34
|
[32mDTS[39m [1mdist/schema.d.ts [22m[32m127.81 KB[39m
|
|
35
35
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m6.97 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @objectstack/plugin-webhooks
|
|
2
2
|
|
|
3
|
+
## 7.8.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [06f2bbb]
|
|
8
|
+
- Updated dependencies [36719db]
|
|
9
|
+
- Updated dependencies [424ab26]
|
|
10
|
+
- @objectstack/spec@7.8.0
|
|
11
|
+
- @objectstack/core@7.8.0
|
|
12
|
+
- @objectstack/service-messaging@7.8.0
|
|
13
|
+
|
|
3
14
|
## 7.7.0
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/schema.d.cts
CHANGED
|
@@ -35,7 +35,7 @@ declare const SysWebhook: Omit<{
|
|
|
35
35
|
abstract: boolean;
|
|
36
36
|
datasource: string;
|
|
37
37
|
fields: Record<string, {
|
|
38
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "secret" | "tags" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
38
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "secret" | "tags" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "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" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
39
39
|
required: boolean;
|
|
40
40
|
searchable: boolean;
|
|
41
41
|
multiple: boolean;
|
|
@@ -642,7 +642,7 @@ declare const SysWebhook: Omit<{
|
|
|
642
642
|
field?: string | undefined;
|
|
643
643
|
objectOverride?: string | undefined;
|
|
644
644
|
label?: string | undefined;
|
|
645
|
-
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" | "
|
|
645
|
+
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;
|
|
646
646
|
options?: {
|
|
647
647
|
label: string;
|
|
648
648
|
value: string;
|
package/dist/schema.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ declare const SysWebhook: Omit<{
|
|
|
35
35
|
abstract: boolean;
|
|
36
36
|
datasource: string;
|
|
37
37
|
fields: Record<string, {
|
|
38
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "secret" | "tags" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
38
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "secret" | "tags" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "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" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
39
39
|
required: boolean;
|
|
40
40
|
searchable: boolean;
|
|
41
41
|
multiple: boolean;
|
|
@@ -642,7 +642,7 @@ declare const SysWebhook: Omit<{
|
|
|
642
642
|
field?: string | undefined;
|
|
643
643
|
objectOverride?: string | undefined;
|
|
644
644
|
label?: string | undefined;
|
|
645
|
-
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" | "
|
|
645
|
+
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;
|
|
646
646
|
options?: {
|
|
647
647
|
label: string;
|
|
648
648
|
value: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-webhooks",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.8.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",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@objectstack/core": "7.
|
|
23
|
-
"@objectstack/service-messaging": "7.
|
|
24
|
-
"@objectstack/spec": "7.
|
|
22
|
+
"@objectstack/core": "7.8.0",
|
|
23
|
+
"@objectstack/service-messaging": "7.8.0",
|
|
24
|
+
"@objectstack/spec": "7.8.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^25.9.1",
|