@objectstack/plugin-webhooks 9.9.0 → 9.10.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@9.9.0 build /home/runner/work/framework/framework/packages/plugins/plugin-webhooks
2
+ > @objectstack/plugin-webhooks@9.10.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-HWFTXTTI.js.map 9.15 KB
20
20
  ESM dist/translations-AV47AVPV.js.map 30.54 KB
21
- ESM ⚡️ Build success in 1014ms
21
+ ESM ⚡️ Build success in 897ms
22
22
  CJS dist/index.cjs 16.40 KB
23
23
  CJS dist/schema.cjs 220.00 B
24
24
  CJS dist/chunk-KPKLAXNA.cjs 4.86 KB
@@ -27,10 +27,10 @@
27
27
  CJS dist/schema.cjs.map 278.00 B
28
28
  CJS dist/chunk-KPKLAXNA.cjs.map 10.96 KB
29
29
  CJS dist/translations-OAKKANSP.cjs.map 34.65 KB
30
- CJS ⚡️ Build success in 1021ms
30
+ CJS ⚡️ Build success in 1103ms
31
31
  DTS Build start
32
- DTS ⚡️ Build success in 21851ms
32
+ DTS ⚡️ Build success in 23538ms
33
33
  DTS dist/index.d.ts 6.97 KB
34
- DTS dist/schema.d.ts 116.07 KB
34
+ DTS dist/schema.d.ts 117.03 KB
35
35
  DTS dist/index.d.cts 6.97 KB
36
- DTS dist/schema.d.cts 116.07 KB
36
+ DTS dist/schema.d.cts 117.03 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @objectstack/plugin-webhooks
2
2
 
3
+ ## 9.10.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [db02bd5]
8
+ - Updated dependencies [641675d]
9
+ - Updated dependencies [94e9040]
10
+ - Updated dependencies [1f88fd9]
11
+ - Updated dependencies [1f88fd9]
12
+ - @objectstack/spec@9.10.0
13
+ - @objectstack/core@9.10.0
14
+ - @objectstack/service-messaging@9.10.0
15
+
16
+ ## 9.9.1
17
+
18
+ ### Patch Changes
19
+
20
+ - @objectstack/spec@9.9.1
21
+ - @objectstack/core@9.9.1
22
+ - @objectstack/service-messaging@9.9.1
23
+
3
24
  ## 9.9.0
4
25
 
5
26
  ### Patch Changes
package/dist/schema.d.cts CHANGED
@@ -470,6 +470,29 @@ declare const SysWebhook: Omit<{
470
470
  titleField: string;
471
471
  progressField?: string | undefined;
472
472
  dependenciesField?: string | undefined;
473
+ colorField?: string | undefined;
474
+ parentField?: string | undefined;
475
+ typeField?: string | undefined;
476
+ baselineStartField?: string | undefined;
477
+ baselineEndField?: string | undefined;
478
+ groupByField?: string | undefined;
479
+ resourceView?: boolean | undefined;
480
+ assigneeField?: string | undefined;
481
+ effortField?: string | undefined;
482
+ capacity?: number | undefined;
483
+ tooltipFields?: (string | {
484
+ field: string;
485
+ label?: string | undefined;
486
+ })[] | undefined;
487
+ quickFilters?: {
488
+ field: string;
489
+ label?: string | undefined;
490
+ options?: (string | {
491
+ value: string | number;
492
+ label?: string | undefined;
493
+ })[] | undefined;
494
+ }[] | undefined;
495
+ autoZoomToFilter?: boolean | undefined;
473
496
  } | undefined;
474
497
  gallery?: {
475
498
  coverFit: "cover" | "contain";
@@ -665,7 +688,7 @@ declare const SysWebhook: Omit<{
665
688
  } | {
666
689
  language: "js";
667
690
  source: string;
668
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
691
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
669
692
  timeoutMs?: number | undefined;
670
693
  memoryMb?: number | undefined;
671
694
  } | undefined;
package/dist/schema.d.ts CHANGED
@@ -470,6 +470,29 @@ declare const SysWebhook: Omit<{
470
470
  titleField: string;
471
471
  progressField?: string | undefined;
472
472
  dependenciesField?: string | undefined;
473
+ colorField?: string | undefined;
474
+ parentField?: string | undefined;
475
+ typeField?: string | undefined;
476
+ baselineStartField?: string | undefined;
477
+ baselineEndField?: string | undefined;
478
+ groupByField?: string | undefined;
479
+ resourceView?: boolean | undefined;
480
+ assigneeField?: string | undefined;
481
+ effortField?: string | undefined;
482
+ capacity?: number | undefined;
483
+ tooltipFields?: (string | {
484
+ field: string;
485
+ label?: string | undefined;
486
+ })[] | undefined;
487
+ quickFilters?: {
488
+ field: string;
489
+ label?: string | undefined;
490
+ options?: (string | {
491
+ value: string | number;
492
+ label?: string | undefined;
493
+ })[] | undefined;
494
+ }[] | undefined;
495
+ autoZoomToFilter?: boolean | undefined;
473
496
  } | undefined;
474
497
  gallery?: {
475
498
  coverFit: "cover" | "contain";
@@ -665,7 +688,7 @@ declare const SysWebhook: Omit<{
665
688
  } | {
666
689
  language: "js";
667
690
  source: string;
668
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
691
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
669
692
  timeoutMs?: number | undefined;
670
693
  memoryMb?: number | undefined;
671
694
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-webhooks",
3
- "version": "9.9.0",
3
+ "version": "9.10.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": "9.9.0",
23
- "@objectstack/service-messaging": "9.9.0",
24
- "@objectstack/spec": "9.9.0"
22
+ "@objectstack/core": "9.10.0",
23
+ "@objectstack/service-messaging": "9.10.0",
24
+ "@objectstack/spec": "9.10.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^25.9.3",