@objectstack/plugin-webhooks 9.10.0 → 9.11.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.10.0 build /home/runner/work/framework/framework/packages/plugins/plugin-webhooks
2
+ > @objectstack/plugin-webhooks@9.11.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 897ms
21
+ ESM ⚡️ Build success in 1108ms
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 1103ms
30
+ CJS ⚡️ Build success in 1124ms
31
31
  DTS Build start
32
- DTS ⚡️ Build success in 23538ms
32
+ DTS ⚡️ Build success in 23887ms
33
33
  DTS dist/index.d.ts 6.97 KB
34
- DTS dist/schema.d.ts 117.03 KB
34
+ DTS dist/schema.d.ts 117.09 KB
35
35
  DTS dist/index.d.cts 6.97 KB
36
- DTS dist/schema.d.cts 117.03 KB
36
+ DTS dist/schema.d.cts 117.09 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @objectstack/plugin-webhooks
2
2
 
3
+ ## 9.11.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e7f6539]
8
+ - Updated dependencies [2365d07]
9
+ - Updated dependencies [6595b53]
10
+ - Updated dependencies [fa8964d]
11
+ - Updated dependencies [36138c7]
12
+ - Updated dependencies [a8e4f3b]
13
+ - Updated dependencies [4c213c2]
14
+ - Updated dependencies [2afb612]
15
+ - @objectstack/spec@9.11.0
16
+ - @objectstack/core@9.11.0
17
+ - @objectstack/service-messaging@9.11.0
18
+
3
19
  ## 9.10.0
4
20
 
5
21
  ### 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" | "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";
38
+ type: "number" | "boolean" | "email" | "date" | "record" | "file" | "secret" | "tags" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "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;
@@ -656,7 +656,7 @@ declare const SysWebhook: Omit<{
656
656
  clone: boolean;
657
657
  apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "list" | "get" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
658
658
  } | undefined;
659
- sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
659
+ sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
660
660
  publicSharing?: {
661
661
  enabled: boolean;
662
662
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
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" | "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";
38
+ type: "number" | "boolean" | "email" | "date" | "record" | "file" | "secret" | "tags" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "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;
@@ -656,7 +656,7 @@ declare const SysWebhook: Omit<{
656
656
  clone: boolean;
657
657
  apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "list" | "get" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
658
658
  } | undefined;
659
- sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
659
+ sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
660
660
  publicSharing?: {
661
661
  enabled: boolean;
662
662
  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": "9.10.0",
3
+ "version": "9.11.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.10.0",
23
- "@objectstack/service-messaging": "9.10.0",
24
- "@objectstack/spec": "9.10.0"
22
+ "@objectstack/core": "9.11.0",
23
+ "@objectstack/service-messaging": "9.11.0",
24
+ "@objectstack/spec": "9.11.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^25.9.3",