@objectstack/plugin-webhooks 12.4.0 → 12.6.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.4.0 build /home/runner/work/framework/framework/packages/plugins/plugin-webhooks
2
+ > @objectstack/plugin-webhooks@12.6.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 691ms
21
+ ESM ⚡️ Build success in 985ms
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 699ms
30
+ CJS ⚡️ Build success in 992ms
31
31
  DTS Build start
32
- DTS ⚡️ Build success in 21787ms
32
+ DTS ⚡️ Build success in 24906ms
33
33
  DTS dist/index.d.ts 6.97 KB
34
- DTS dist/schema.d.ts 132.29 KB
34
+ DTS dist/schema.d.ts 132.95 KB
35
35
  DTS dist/index.d.cts 6.97 KB
36
- DTS dist/schema.d.cts 132.29 KB
36
+ DTS dist/schema.d.cts 132.95 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @objectstack/plugin-webhooks
2
2
 
3
+ ## 12.6.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6cebf22]
8
+ - Updated dependencies [21420d9]
9
+ - @objectstack/spec@12.6.0
10
+ - @objectstack/core@12.6.0
11
+ - @objectstack/service-messaging@12.6.0
12
+
13
+ ## 12.5.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [8b3d363]
18
+ - @objectstack/spec@12.5.0
19
+ - @objectstack/core@12.5.0
20
+ - @objectstack/service-messaging@12.5.0
21
+
3
22
  ## 12.4.0
4
23
 
5
24
  ### Patch Changes
package/dist/schema.d.cts CHANGED
@@ -638,6 +638,21 @@ declare const SysWebhook: Omit<{
638
638
  pageSize?: number | undefined;
639
639
  debounceMs?: number | undefined;
640
640
  } | undefined;
641
+ userFilters?: {
642
+ element: "toggle" | "dropdown";
643
+ fields?: {
644
+ field: string;
645
+ label?: string | undefined;
646
+ type?: "boolean" | "text" | "select" | "multi-select" | "date-range" | undefined;
647
+ options?: {
648
+ value: string | number | boolean;
649
+ label: string;
650
+ color?: string | undefined;
651
+ }[] | undefined;
652
+ showCount?: boolean | undefined;
653
+ defaultValues?: (string | number | boolean)[] | undefined;
654
+ }[] | undefined;
655
+ } | undefined;
641
656
  }> | undefined;
642
657
  searchableFields?: string[] | undefined;
643
658
  search?: {
@@ -706,6 +721,7 @@ declare const SysWebhook: Omit<{
706
721
  defaultFromRow?: boolean | undefined;
707
722
  }[] | undefined;
708
723
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
724
+ order?: number | undefined;
709
725
  confirmText?: string | undefined;
710
726
  successMessage?: string | undefined;
711
727
  errorMessage?: string | undefined;
package/dist/schema.d.ts CHANGED
@@ -638,6 +638,21 @@ declare const SysWebhook: Omit<{
638
638
  pageSize?: number | undefined;
639
639
  debounceMs?: number | undefined;
640
640
  } | undefined;
641
+ userFilters?: {
642
+ element: "toggle" | "dropdown";
643
+ fields?: {
644
+ field: string;
645
+ label?: string | undefined;
646
+ type?: "boolean" | "text" | "select" | "multi-select" | "date-range" | undefined;
647
+ options?: {
648
+ value: string | number | boolean;
649
+ label: string;
650
+ color?: string | undefined;
651
+ }[] | undefined;
652
+ showCount?: boolean | undefined;
653
+ defaultValues?: (string | number | boolean)[] | undefined;
654
+ }[] | undefined;
655
+ } | undefined;
641
656
  }> | undefined;
642
657
  searchableFields?: string[] | undefined;
643
658
  search?: {
@@ -706,6 +721,7 @@ declare const SysWebhook: Omit<{
706
721
  defaultFromRow?: boolean | undefined;
707
722
  }[] | undefined;
708
723
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
724
+ order?: number | undefined;
709
725
  confirmText?: string | undefined;
710
726
  successMessage?: string | undefined;
711
727
  errorMessage?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-webhooks",
3
- "version": "12.4.0",
3
+ "version": "12.6.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.4.0",
23
- "@objectstack/service-messaging": "12.4.0",
24
- "@objectstack/spec": "12.4.0"
22
+ "@objectstack/core": "12.6.0",
23
+ "@objectstack/service-messaging": "12.6.0",
24
+ "@objectstack/spec": "12.6.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^26.1.0",