@objectstack/plugin-webhooks 12.6.0 → 14.3.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 +67 -2
- package/dist/schema.d.cts +9 -3
- package/dist/schema.d.ts +9 -3
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-webhooks@
|
|
2
|
+
> @objectstack/plugin-webhooks@14.3.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
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
[32mESM[39m [1mdist/schema.js.map [22m[32m71.00 B[39m
|
|
19
19
|
[32mESM[39m [1mdist/chunk-HSSV22TO.js.map [22m[32m9.27 KB[39m
|
|
20
20
|
[32mESM[39m [1mdist/translations-AV47AVPV.js.map [22m[32m30.54 KB[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 740ms
|
|
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-RA3REIOA.cjs [22m[32m4.96 KB[39m
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
[32mCJS[39m [1mdist/schema.cjs.map [22m[32m278.00 B[39m
|
|
28
28
|
[32mCJS[39m [1mdist/chunk-RA3REIOA.cjs.map [22m[32m11.10 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 1077ms
|
|
31
31
|
[34mDTS[39m Build start
|
|
32
|
-
[32mDTS[39m ⚡️ Build success in
|
|
32
|
+
[32mDTS[39m ⚡️ Build success in 23535ms
|
|
33
33
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m6.97 KB[39m
|
|
34
|
-
[32mDTS[39m [1mdist/schema.d.ts [22m[
|
|
34
|
+
[32mDTS[39m [1mdist/schema.d.ts [22m[32m133.18 KB[39m
|
|
35
35
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m6.97 KB[39m
|
|
36
|
-
[32mDTS[39m [1mdist/schema.d.cts [22m[
|
|
36
|
+
[32mDTS[39m [1mdist/schema.d.cts [22m[32m133.18 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,70 @@
|
|
|
1
1
|
# @objectstack/plugin-webhooks
|
|
2
2
|
|
|
3
|
+
## 14.3.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [2a71f48]
|
|
8
|
+
- Updated dependencies [02f6af4]
|
|
9
|
+
- Updated dependencies [c1064f1]
|
|
10
|
+
- @objectstack/spec@14.3.0
|
|
11
|
+
- @objectstack/service-messaging@14.3.0
|
|
12
|
+
- @objectstack/core@14.3.0
|
|
13
|
+
|
|
14
|
+
## 14.2.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [ac8f029]
|
|
19
|
+
- Updated dependencies [4ab9958]
|
|
20
|
+
- @objectstack/spec@14.2.0
|
|
21
|
+
- @objectstack/core@14.2.0
|
|
22
|
+
- @objectstack/service-messaging@14.2.0
|
|
23
|
+
|
|
24
|
+
## 14.1.0
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [5a8465f]
|
|
29
|
+
- Updated dependencies [7f8620b]
|
|
30
|
+
- Updated dependencies [82ba3a6]
|
|
31
|
+
- @objectstack/spec@14.1.0
|
|
32
|
+
- @objectstack/core@14.1.0
|
|
33
|
+
- @objectstack/service-messaging@14.1.0
|
|
34
|
+
|
|
35
|
+
## 14.0.0
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Updated dependencies [0a8e685]
|
|
40
|
+
- Updated dependencies [afa8115]
|
|
41
|
+
- Updated dependencies [80f12ca]
|
|
42
|
+
- Updated dependencies [e2fa074]
|
|
43
|
+
- Updated dependencies [23c8668]
|
|
44
|
+
- Updated dependencies [29f017d]
|
|
45
|
+
- Updated dependencies [216fa9a]
|
|
46
|
+
- Updated dependencies [6c22b12]
|
|
47
|
+
- @objectstack/spec@14.0.0
|
|
48
|
+
- @objectstack/core@14.0.0
|
|
49
|
+
- @objectstack/service-messaging@14.0.0
|
|
50
|
+
|
|
51
|
+
## 13.0.0
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- Updated dependencies [6d83431]
|
|
56
|
+
- Updated dependencies [01917c2]
|
|
57
|
+
- Updated dependencies [b271691]
|
|
58
|
+
- Updated dependencies [a5a1e41]
|
|
59
|
+
- Updated dependencies [466adf6]
|
|
60
|
+
- Updated dependencies [5be00c3]
|
|
61
|
+
- Updated dependencies [466adf6]
|
|
62
|
+
- Updated dependencies [2bee609]
|
|
63
|
+
- Updated dependencies [fc7e7f7]
|
|
64
|
+
- @objectstack/spec@13.0.0
|
|
65
|
+
- @objectstack/core@13.0.0
|
|
66
|
+
- @objectstack/service-messaging@13.0.0
|
|
67
|
+
|
|
3
68
|
## 12.6.0
|
|
4
69
|
|
|
5
70
|
### Patch Changes
|
|
@@ -639,8 +704,8 @@ priority, items }`) and an optional `navigationContributions` field on the
|
|
|
639
704
|
`i18n.loadTranslations` (the i18n service is optional — load is best-effort).
|
|
640
705
|
- `plugin-webhooks` ← `sys_webhook`, `sys_webhook_delivery`
|
|
641
706
|
- `plugin-approvals` ← `sys_approval_request`, `sys_approval_action`
|
|
642
|
-
- `plugin-security` ← `
|
|
643
|
-
`sys_user_permission_set`, `
|
|
707
|
+
- `plugin-security` ← `sys_position`, `sys_permission_set`,
|
|
708
|
+
`sys_user_permission_set`, `sys_position_permission_set`
|
|
644
709
|
- `plugin-sharing` ← `sys_record_share`, `sys_sharing_rule`, `sys_share_link`
|
|
645
710
|
- `@objectstack/platform-objects` translation bundles are regenerated to drop
|
|
646
711
|
those objects' keys (its extract config already excluded them); all other
|
package/dist/schema.d.cts
CHANGED
|
@@ -277,7 +277,7 @@ declare const SysWebhook: Omit<{
|
|
|
277
277
|
description?: string | undefined;
|
|
278
278
|
icon?: string | undefined;
|
|
279
279
|
tags?: string[] | undefined;
|
|
280
|
-
managedBy?: "
|
|
280
|
+
managedBy?: "system" | "platform" | "config" | "append-only" | "better-auth" | undefined;
|
|
281
281
|
userActions?: {
|
|
282
282
|
create?: boolean | undefined;
|
|
283
283
|
import?: boolean | undefined;
|
|
@@ -324,7 +324,12 @@ declare const SysWebhook: Omit<{
|
|
|
324
324
|
access?: {
|
|
325
325
|
default: "public" | "private";
|
|
326
326
|
} | undefined;
|
|
327
|
-
requiredPermissions?: string[] |
|
|
327
|
+
requiredPermissions?: string[] | {
|
|
328
|
+
read?: string[] | undefined;
|
|
329
|
+
create?: string[] | undefined;
|
|
330
|
+
update?: string[] | undefined;
|
|
331
|
+
delete?: string[] | undefined;
|
|
332
|
+
} | undefined;
|
|
328
333
|
softDelete?: {
|
|
329
334
|
enabled: boolean;
|
|
330
335
|
field: string;
|
|
@@ -672,7 +677,8 @@ declare const SysWebhook: Omit<{
|
|
|
672
677
|
clone: boolean;
|
|
673
678
|
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "get" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
674
679
|
} | undefined;
|
|
675
|
-
sharingModel?: "
|
|
680
|
+
sharingModel?: "private" | "public_read" | "public_read_write" | "controlled_by_parent" | undefined;
|
|
681
|
+
externalSharingModel?: "private" | "public_read" | "public_read_write" | "controlled_by_parent" | undefined;
|
|
676
682
|
publicSharing?: {
|
|
677
683
|
enabled: boolean;
|
|
678
684
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
package/dist/schema.d.ts
CHANGED
|
@@ -277,7 +277,7 @@ declare const SysWebhook: Omit<{
|
|
|
277
277
|
description?: string | undefined;
|
|
278
278
|
icon?: string | undefined;
|
|
279
279
|
tags?: string[] | undefined;
|
|
280
|
-
managedBy?: "
|
|
280
|
+
managedBy?: "system" | "platform" | "config" | "append-only" | "better-auth" | undefined;
|
|
281
281
|
userActions?: {
|
|
282
282
|
create?: boolean | undefined;
|
|
283
283
|
import?: boolean | undefined;
|
|
@@ -324,7 +324,12 @@ declare const SysWebhook: Omit<{
|
|
|
324
324
|
access?: {
|
|
325
325
|
default: "public" | "private";
|
|
326
326
|
} | undefined;
|
|
327
|
-
requiredPermissions?: string[] |
|
|
327
|
+
requiredPermissions?: string[] | {
|
|
328
|
+
read?: string[] | undefined;
|
|
329
|
+
create?: string[] | undefined;
|
|
330
|
+
update?: string[] | undefined;
|
|
331
|
+
delete?: string[] | undefined;
|
|
332
|
+
} | undefined;
|
|
328
333
|
softDelete?: {
|
|
329
334
|
enabled: boolean;
|
|
330
335
|
field: string;
|
|
@@ -672,7 +677,8 @@ declare const SysWebhook: Omit<{
|
|
|
672
677
|
clone: boolean;
|
|
673
678
|
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "get" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
674
679
|
} | undefined;
|
|
675
|
-
sharingModel?: "
|
|
680
|
+
sharingModel?: "private" | "public_read" | "public_read_write" | "controlled_by_parent" | undefined;
|
|
681
|
+
externalSharingModel?: "private" | "public_read" | "public_read_write" | "controlled_by_parent" | undefined;
|
|
676
682
|
publicSharing?: {
|
|
677
683
|
enabled: boolean;
|
|
678
684
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-webhooks",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.3.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": "
|
|
23
|
-
"@objectstack/service-messaging": "
|
|
24
|
-
"@objectstack/spec": "
|
|
22
|
+
"@objectstack/core": "14.3.0",
|
|
23
|
+
"@objectstack/service-messaging": "14.3.0",
|
|
24
|
+
"@objectstack/spec": "14.3.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^26.1.0",
|