@objectstack/plugin-webhooks 7.0.0 → 7.2.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.0.0 build /home/runner/work/framework/framework/packages/plugins/plugin-webhooks
2
+ > @objectstack/plugin-webhooks@7.2.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
@@ -20,7 +20,7 @@
20
20
  ESM dist/sql-outbox.js.map 71.00 B
21
21
  ESM dist/chunk-BS2QTZH3.js.map 24.11 KB
22
22
  ESM dist/chunk-33LYZT7O.js.map 14.02 KB
23
- ESM ⚡️ Build success in 1150ms
23
+ ESM ⚡️ Build success in 875ms
24
24
  CJS dist/index.cjs 33.81 KB
25
25
  CJS dist/schema.cjs 309.00 B
26
26
  CJS dist/sql-outbox.cjs 269.00 B
@@ -31,14 +31,14 @@
31
31
  CJS dist/sql-outbox.cjs.map 299.00 B
32
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 1159ms
34
+ CJS ⚡️ Build success in 890ms
35
35
  DTS Build start
36
- DTS ⚡️ Build success in 15212ms
36
+ DTS ⚡️ Build success in 16547ms
37
37
  DTS dist/index.d.ts 17.42 KB
38
- DTS dist/schema.d.ts 213.03 KB
38
+ DTS dist/schema.d.ts 213.37 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 213.03 KB
42
+ DTS dist/schema.d.cts 213.37 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,25 @@
1
1
  # @objectstack/plugin-webhooks
2
2
 
3
+ ## 7.2.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/spec@7.2.0
8
+ - @objectstack/core@7.2.0
9
+ - @objectstack/platform-objects@7.2.0
10
+ - @objectstack/service-cluster@7.2.0
11
+
12
+ ## 7.1.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [6228609]
17
+ - Updated dependencies [47a92f4]
18
+ - @objectstack/platform-objects@7.1.0
19
+ - @objectstack/spec@7.1.0
20
+ - @objectstack/core@7.1.0
21
+ - @objectstack/service-cluster@7.1.0
22
+
3
23
  ## 7.0.0
4
24
 
5
25
  ### Patch Changes
package/dist/schema.d.cts CHANGED
@@ -72,7 +72,7 @@ declare const SysWebhookDelivery: Omit<{
72
72
  abstract: boolean;
73
73
  datasource: string;
74
74
  fields: Record<string, {
75
- type: "number" | "boolean" | "date" | "file" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "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";
75
+ type: "number" | "boolean" | "date" | "record" | "file" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "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";
76
76
  required: boolean;
77
77
  searchable: boolean;
78
78
  multiple: boolean;
@@ -262,6 +262,12 @@ declare const SysWebhookDelivery: Omit<{
262
262
  caseSensitive?: boolean | undefined;
263
263
  autonumberFormat?: string | undefined;
264
264
  }>;
265
+ _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
266
+ _lockReason?: string | undefined;
267
+ _lockSource?: "artifact" | "package" | "env-forced" | undefined;
268
+ _provenance?: "package" | "env-forced" | "org" | undefined;
269
+ _packageId?: string | undefined;
270
+ _packageVersion?: string | undefined;
265
271
  label?: string | undefined;
266
272
  pluralLabel?: string | undefined;
267
273
  description?: string | undefined;
@@ -456,7 +462,7 @@ declare const SysWebhookDelivery: Omit<{
456
462
  bordered?: boolean | undefined;
457
463
  compactToolbar?: boolean | undefined;
458
464
  selection?: {
459
- type: "multiple" | "single" | "none";
465
+ type: "none" | "multiple" | "single";
460
466
  } | undefined;
461
467
  navigation?: {
462
468
  mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
@@ -651,7 +657,7 @@ declare const SysWebhookDelivery: Omit<{
651
657
  apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "list" | "get" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
652
658
  } | undefined;
653
659
  recordTypes?: string[] | undefined;
654
- sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
660
+ sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
655
661
  publicSharing?: {
656
662
  enabled: boolean;
657
663
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -694,7 +700,7 @@ declare const SysWebhookDelivery: Omit<{
694
700
  field?: string | undefined;
695
701
  objectOverride?: string | undefined;
696
702
  label?: string | undefined;
697
- type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "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;
703
+ type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "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;
698
704
  options?: {
699
705
  label: string;
700
706
  value: string;
package/dist/schema.d.ts CHANGED
@@ -72,7 +72,7 @@ declare const SysWebhookDelivery: Omit<{
72
72
  abstract: boolean;
73
73
  datasource: string;
74
74
  fields: Record<string, {
75
- type: "number" | "boolean" | "date" | "file" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "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";
75
+ type: "number" | "boolean" | "date" | "record" | "file" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "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";
76
76
  required: boolean;
77
77
  searchable: boolean;
78
78
  multiple: boolean;
@@ -262,6 +262,12 @@ declare const SysWebhookDelivery: Omit<{
262
262
  caseSensitive?: boolean | undefined;
263
263
  autonumberFormat?: string | undefined;
264
264
  }>;
265
+ _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
266
+ _lockReason?: string | undefined;
267
+ _lockSource?: "artifact" | "package" | "env-forced" | undefined;
268
+ _provenance?: "package" | "env-forced" | "org" | undefined;
269
+ _packageId?: string | undefined;
270
+ _packageVersion?: string | undefined;
265
271
  label?: string | undefined;
266
272
  pluralLabel?: string | undefined;
267
273
  description?: string | undefined;
@@ -456,7 +462,7 @@ declare const SysWebhookDelivery: Omit<{
456
462
  bordered?: boolean | undefined;
457
463
  compactToolbar?: boolean | undefined;
458
464
  selection?: {
459
- type: "multiple" | "single" | "none";
465
+ type: "none" | "multiple" | "single";
460
466
  } | undefined;
461
467
  navigation?: {
462
468
  mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
@@ -651,7 +657,7 @@ declare const SysWebhookDelivery: Omit<{
651
657
  apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "list" | "get" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
652
658
  } | undefined;
653
659
  recordTypes?: string[] | undefined;
654
- sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
660
+ sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
655
661
  publicSharing?: {
656
662
  enabled: boolean;
657
663
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -694,7 +700,7 @@ declare const SysWebhookDelivery: Omit<{
694
700
  field?: string | undefined;
695
701
  objectOverride?: string | undefined;
696
702
  label?: string | undefined;
697
- type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "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;
703
+ type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "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;
698
704
  options?: {
699
705
  label: string;
700
706
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-webhooks",
3
- "version": "7.0.0",
3
+ "version": "7.2.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": "7.0.0",
28
- "@objectstack/platform-objects": "7.0.0",
29
- "@objectstack/service-cluster": "7.0.0",
30
- "@objectstack/spec": "7.0.0"
27
+ "@objectstack/core": "7.2.0",
28
+ "@objectstack/platform-objects": "7.2.0",
29
+ "@objectstack/spec": "7.2.0",
30
+ "@objectstack/service-cluster": "7.2.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^25.9.1",