@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @objectstack/plugin-webhooks@12.6.0 build /home/runner/work/framework/framework/packages/plugins/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
  CLI Building entry: src/index.ts, src/schema.ts
@@ -18,7 +18,7 @@
18
18
  ESM dist/schema.js.map 71.00 B
19
19
  ESM dist/chunk-HSSV22TO.js.map 9.27 KB
20
20
  ESM dist/translations-AV47AVPV.js.map 30.54 KB
21
- ESM ⚡️ Build success in 985ms
21
+ ESM ⚡️ Build success in 740ms
22
22
  CJS dist/index.cjs 16.40 KB
23
23
  CJS dist/schema.cjs 220.00 B
24
24
  CJS dist/chunk-RA3REIOA.cjs 4.96 KB
@@ -27,10 +27,10 @@
27
27
  CJS dist/schema.cjs.map 278.00 B
28
28
  CJS dist/chunk-RA3REIOA.cjs.map 11.10 KB
29
29
  CJS dist/translations-OAKKANSP.cjs.map 34.65 KB
30
- CJS ⚡️ Build success in 992ms
30
+ CJS ⚡️ Build success in 1077ms
31
31
  DTS Build start
32
- DTS ⚡️ Build success in 24906ms
32
+ DTS ⚡️ Build success in 23535ms
33
33
  DTS dist/index.d.ts 6.97 KB
34
- DTS dist/schema.d.ts 132.95 KB
34
+ DTS dist/schema.d.ts 133.18 KB
35
35
  DTS dist/index.d.cts 6.97 KB
36
- DTS dist/schema.d.cts 132.95 KB
36
+ DTS dist/schema.d.cts 133.18 KB
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` ← `sys_role`, `sys_permission_set`,
643
- `sys_user_permission_set`, `sys_role_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?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
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[] | undefined;
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?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
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?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
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[] | undefined;
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?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
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": "12.6.0",
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": "12.6.0",
23
- "@objectstack/service-messaging": "12.6.0",
24
- "@objectstack/spec": "12.6.0"
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",