@objectstack/plugin-webhooks 6.9.0 → 7.0.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@6.9.0 build /home/runner/work/framework/framework/packages/plugins/plugin-webhooks
2
+ > @objectstack/plugin-webhooks@7.0.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, src/sql-outbox.ts
@@ -18,27 +18,27 @@
18
18
  ESM dist/index.js.map 73.03 KB
19
19
  ESM dist/schema.js.map 71.00 B
20
20
  ESM dist/sql-outbox.js.map 71.00 B
21
- ESM dist/chunk-33LYZT7O.js.map 14.02 KB
22
21
  ESM dist/chunk-BS2QTZH3.js.map 24.11 KB
23
- ESM ⚡️ Build success in 1072ms
22
+ ESM dist/chunk-33LYZT7O.js.map 14.02 KB
23
+ ESM ⚡️ Build success in 1150ms
24
24
  CJS dist/index.cjs 33.81 KB
25
25
  CJS dist/schema.cjs 309.00 B
26
+ CJS dist/sql-outbox.cjs 269.00 B
26
27
  CJS dist/chunk-FA66GQEO.cjs 8.30 KB
27
28
  CJS dist/chunk-MJZGD37S.cjs 7.37 KB
28
- CJS dist/sql-outbox.cjs 269.00 B
29
29
  CJS dist/index.cjs.map 65.94 KB
30
30
  CJS dist/schema.cjs.map 288.00 B
31
- CJS dist/chunk-FA66GQEO.cjs.map 27.71 KB
32
31
  CJS dist/sql-outbox.cjs.map 299.00 B
32
+ CJS dist/chunk-FA66GQEO.cjs.map 27.71 KB
33
33
  CJS dist/chunk-MJZGD37S.cjs.map 16.72 KB
34
- CJS ⚡️ Build success in 1086ms
34
+ CJS ⚡️ Build success in 1159ms
35
35
  DTS Build start
36
- DTS ⚡️ Build success in 14078ms
36
+ DTS ⚡️ Build success in 15212ms
37
37
  DTS dist/index.d.ts 17.42 KB
38
- DTS dist/schema.d.ts 212.54 KB
38
+ DTS dist/schema.d.ts 213.03 KB
39
39
  DTS dist/sql-outbox.d.ts 2.44 KB
40
40
  DTS dist/outbox-CIn7LSyB.d.ts 5.82 KB
41
41
  DTS dist/index.d.cts 17.42 KB
42
- DTS dist/schema.d.cts 212.54 KB
42
+ DTS dist/schema.d.cts 213.03 KB
43
43
  DTS dist/sql-outbox.d.cts 2.45 KB
44
44
  DTS dist/outbox-CIn7LSyB.d.cts 5.82 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @objectstack/plugin-webhooks
2
2
 
3
+ ## 7.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [74470ad]
8
+ - Updated dependencies [d29617e]
9
+ - Updated dependencies [dc72172]
10
+ - Updated dependencies [d29617e]
11
+ - Updated dependencies [010757b]
12
+ - Updated dependencies [257954d]
13
+ - @objectstack/spec@7.0.0
14
+ - @objectstack/platform-objects@7.0.0
15
+ - @objectstack/core@7.0.0
16
+ - @objectstack/service-cluster@7.0.0
17
+
3
18
  ## 6.9.0
4
19
 
5
20
  ### Patch Changes
package/dist/schema.d.cts CHANGED
@@ -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?: {
@@ -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
@@ -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?: {
@@ -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": "6.9.0",
3
+ "version": "7.0.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": "6.9.0",
28
- "@objectstack/platform-objects": "6.9.0",
29
- "@objectstack/spec": "6.9.0",
30
- "@objectstack/service-cluster": "6.9.0"
27
+ "@objectstack/core": "7.0.0",
28
+ "@objectstack/platform-objects": "7.0.0",
29
+ "@objectstack/service-cluster": "7.0.0",
30
+ "@objectstack/spec": "7.0.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^25.9.1",