@objectstack/plugin-webhooks 7.7.0 → 7.8.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@7.7.0 build /home/runner/work/framework/framework/packages/plugins/plugin-webhooks
2
+ > @objectstack/plugin-webhooks@7.8.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
@@ -11,14 +11,14 @@
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  ESM dist/index.js 12.73 KB
14
- ESM dist/schema.js 111.00 B
15
14
  ESM dist/chunk-HWFTXTTI.js 4.71 KB
16
15
  ESM dist/translations-AV47AVPV.js 19.41 KB
16
+ ESM dist/schema.js 111.00 B
17
17
  ESM dist/index.js.map 32.44 KB
18
- ESM dist/schema.js.map 71.00 B
19
18
  ESM dist/chunk-HWFTXTTI.js.map 9.15 KB
20
19
  ESM dist/translations-AV47AVPV.js.map 30.54 KB
21
- ESM ⚡️ Build success in 1199ms
20
+ ESM dist/schema.js.map 71.00 B
21
+ ESM ⚡️ Build success in 707ms
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,9 +27,9 @@
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 1224ms
30
+ CJS ⚡️ Build success in 906ms
31
31
  DTS Build start
32
- DTS ⚡️ Build success in 22646ms
32
+ DTS ⚡️ Build success in 22611ms
33
33
  DTS dist/index.d.ts 6.97 KB
34
34
  DTS dist/schema.d.ts 127.81 KB
35
35
  DTS dist/index.d.cts 6.97 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @objectstack/plugin-webhooks
2
2
 
3
+ ## 7.8.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [06f2bbb]
8
+ - Updated dependencies [36719db]
9
+ - Updated dependencies [424ab26]
10
+ - @objectstack/spec@7.8.0
11
+ - @objectstack/core@7.8.0
12
+ - @objectstack/service-messaging@7.8.0
13
+
3
14
  ## 7.7.0
4
15
 
5
16
  ### Patch Changes
package/dist/schema.d.cts CHANGED
@@ -35,7 +35,7 @@ declare const SysWebhook: Omit<{
35
35
  abstract: boolean;
36
36
  datasource: string;
37
37
  fields: Record<string, {
38
- type: "number" | "boolean" | "date" | "record" | "file" | "secret" | "tags" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
38
+ type: "number" | "boolean" | "date" | "record" | "file" | "secret" | "tags" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
39
39
  required: boolean;
40
40
  searchable: boolean;
41
41
  multiple: boolean;
@@ -642,7 +642,7 @@ declare const SysWebhook: Omit<{
642
642
  field?: string | undefined;
643
643
  objectOverride?: string | undefined;
644
644
  label?: string | undefined;
645
- type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
645
+ type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
646
646
  options?: {
647
647
  label: string;
648
648
  value: string;
package/dist/schema.d.ts CHANGED
@@ -35,7 +35,7 @@ declare const SysWebhook: Omit<{
35
35
  abstract: boolean;
36
36
  datasource: string;
37
37
  fields: Record<string, {
38
- type: "number" | "boolean" | "date" | "record" | "file" | "secret" | "tags" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
38
+ type: "number" | "boolean" | "date" | "record" | "file" | "secret" | "tags" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
39
39
  required: boolean;
40
40
  searchable: boolean;
41
41
  multiple: boolean;
@@ -642,7 +642,7 @@ declare const SysWebhook: Omit<{
642
642
  field?: string | undefined;
643
643
  objectOverride?: string | undefined;
644
644
  label?: string | undefined;
645
- type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
645
+ type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
646
646
  options?: {
647
647
  label: string;
648
648
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-webhooks",
3
- "version": "7.7.0",
3
+ "version": "7.8.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": "7.7.0",
23
- "@objectstack/service-messaging": "7.7.0",
24
- "@objectstack/spec": "7.7.0"
22
+ "@objectstack/core": "7.8.0",
23
+ "@objectstack/service-messaging": "7.8.0",
24
+ "@objectstack/spec": "7.8.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^25.9.1",