@objectstack/plugin-webhooks 11.6.0 → 11.9.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.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +26 -0
- package/dist/schema.d.cts +6 -24
- package/dist/schema.d.ts +6 -24
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-webhooks@11.
|
|
2
|
+
> @objectstack/plugin-webhooks@11.9.0 build /home/runner/work/framework/framework/packages/plugins/plugin-webhooks
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts, src/schema.ts
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
[32mCJS[39m [1mdist/schema.cjs.map [22m[32m278.00 B[39m
|
|
28
28
|
[32mCJS[39m [1mdist/chunk-EHLUIU42.cjs.map [22m[32m11.10 KB[39m
|
|
29
29
|
[32mCJS[39m [1mdist/translations-OAKKANSP.cjs.map [22m[32m34.65 KB[39m
|
|
30
|
-
[32mCJS[39m ⚡️ Build success in
|
|
30
|
+
[32mCJS[39m ⚡️ Build success in 1056ms
|
|
31
31
|
[34mDTS[39m Build start
|
|
32
|
-
[32mDTS[39m ⚡️ Build success in
|
|
32
|
+
[32mDTS[39m ⚡️ Build success in 23166ms
|
|
33
33
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m6.97 KB[39m
|
|
34
|
-
[32mDTS[39m [1mdist/schema.d.ts [22m[32m128.
|
|
34
|
+
[32mDTS[39m [1mdist/schema.d.ts [22m[32m128.14 KB[39m
|
|
35
35
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m6.97 KB[39m
|
|
36
|
-
[32mDTS[39m [1mdist/schema.d.cts [22m[32m128.
|
|
36
|
+
[32mDTS[39m [1mdist/schema.d.cts [22m[32m128.14 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @objectstack/plugin-webhooks
|
|
2
2
|
|
|
3
|
+
## 11.9.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d3595d9]
|
|
8
|
+
- @objectstack/spec@11.9.0
|
|
9
|
+
- @objectstack/core@11.9.0
|
|
10
|
+
- @objectstack/service-messaging@11.9.0
|
|
11
|
+
|
|
12
|
+
## 11.8.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- @objectstack/spec@11.8.0
|
|
17
|
+
- @objectstack/core@11.8.0
|
|
18
|
+
- @objectstack/service-messaging@11.8.0
|
|
19
|
+
|
|
20
|
+
## 11.7.0
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [5178906]
|
|
25
|
+
- @objectstack/spec@11.7.0
|
|
26
|
+
- @objectstack/core@11.7.0
|
|
27
|
+
- @objectstack/service-messaging@11.7.0
|
|
28
|
+
|
|
3
29
|
## 11.6.0
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/dist/schema.d.cts
CHANGED
|
@@ -291,26 +291,12 @@ declare const SysWebhook: Omit<{
|
|
|
291
291
|
fieldGroups?: {
|
|
292
292
|
key: string;
|
|
293
293
|
label: string;
|
|
294
|
-
|
|
294
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
295
295
|
icon?: string | undefined;
|
|
296
296
|
description?: string | undefined;
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
ast?: unknown;
|
|
301
|
-
meta?: {
|
|
302
|
-
rationale?: string | undefined;
|
|
303
|
-
generatedBy?: string | undefined;
|
|
304
|
-
} | undefined;
|
|
305
|
-
} | {
|
|
306
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
307
|
-
source?: string | undefined;
|
|
308
|
-
ast?: unknown;
|
|
309
|
-
meta?: {
|
|
310
|
-
rationale?: string | undefined;
|
|
311
|
-
generatedBy?: string | undefined;
|
|
312
|
-
} | undefined;
|
|
313
|
-
} | undefined;
|
|
297
|
+
defaultExpanded?: boolean | undefined;
|
|
298
|
+
collapsible?: boolean | undefined;
|
|
299
|
+
collapsed?: boolean | undefined;
|
|
314
300
|
}[] | undefined;
|
|
315
301
|
tenancy?: {
|
|
316
302
|
enabled: boolean;
|
|
@@ -364,7 +350,9 @@ declare const SysWebhook: Omit<{
|
|
|
364
350
|
generatedBy?: string | undefined;
|
|
365
351
|
} | undefined;
|
|
366
352
|
} | undefined;
|
|
353
|
+
highlightFields?: string[] | undefined;
|
|
367
354
|
compactLayout?: string[] | undefined;
|
|
355
|
+
stageField?: string | false | undefined;
|
|
368
356
|
listViews?: Record<string, {
|
|
369
357
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
370
358
|
columns: string[] | {
|
|
@@ -693,12 +681,6 @@ declare const SysWebhook: Omit<{
|
|
|
693
681
|
eligibility?: string | undefined;
|
|
694
682
|
} | undefined;
|
|
695
683
|
keyPrefix?: string | undefined;
|
|
696
|
-
detail?: {
|
|
697
|
-
[x: string]: unknown;
|
|
698
|
-
renderViaSchema?: boolean | undefined;
|
|
699
|
-
hideReferenceRail?: boolean | undefined;
|
|
700
|
-
hideRelatedTab?: boolean | undefined;
|
|
701
|
-
} | undefined;
|
|
702
684
|
actions?: {
|
|
703
685
|
name: string;
|
|
704
686
|
label: string;
|
package/dist/schema.d.ts
CHANGED
|
@@ -291,26 +291,12 @@ declare const SysWebhook: Omit<{
|
|
|
291
291
|
fieldGroups?: {
|
|
292
292
|
key: string;
|
|
293
293
|
label: string;
|
|
294
|
-
|
|
294
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
295
295
|
icon?: string | undefined;
|
|
296
296
|
description?: string | undefined;
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
ast?: unknown;
|
|
301
|
-
meta?: {
|
|
302
|
-
rationale?: string | undefined;
|
|
303
|
-
generatedBy?: string | undefined;
|
|
304
|
-
} | undefined;
|
|
305
|
-
} | {
|
|
306
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
307
|
-
source?: string | undefined;
|
|
308
|
-
ast?: unknown;
|
|
309
|
-
meta?: {
|
|
310
|
-
rationale?: string | undefined;
|
|
311
|
-
generatedBy?: string | undefined;
|
|
312
|
-
} | undefined;
|
|
313
|
-
} | undefined;
|
|
297
|
+
defaultExpanded?: boolean | undefined;
|
|
298
|
+
collapsible?: boolean | undefined;
|
|
299
|
+
collapsed?: boolean | undefined;
|
|
314
300
|
}[] | undefined;
|
|
315
301
|
tenancy?: {
|
|
316
302
|
enabled: boolean;
|
|
@@ -364,7 +350,9 @@ declare const SysWebhook: Omit<{
|
|
|
364
350
|
generatedBy?: string | undefined;
|
|
365
351
|
} | undefined;
|
|
366
352
|
} | undefined;
|
|
353
|
+
highlightFields?: string[] | undefined;
|
|
367
354
|
compactLayout?: string[] | undefined;
|
|
355
|
+
stageField?: string | false | undefined;
|
|
368
356
|
listViews?: Record<string, {
|
|
369
357
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
370
358
|
columns: string[] | {
|
|
@@ -693,12 +681,6 @@ declare const SysWebhook: Omit<{
|
|
|
693
681
|
eligibility?: string | undefined;
|
|
694
682
|
} | undefined;
|
|
695
683
|
keyPrefix?: string | undefined;
|
|
696
|
-
detail?: {
|
|
697
|
-
[x: string]: unknown;
|
|
698
|
-
renderViaSchema?: boolean | undefined;
|
|
699
|
-
hideReferenceRail?: boolean | undefined;
|
|
700
|
-
hideRelatedTab?: boolean | undefined;
|
|
701
|
-
} | undefined;
|
|
702
684
|
actions?: {
|
|
703
685
|
name: string;
|
|
704
686
|
label: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-webhooks",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.9.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": "11.
|
|
23
|
-
"@objectstack/service-messaging": "11.
|
|
24
|
-
"@objectstack/spec": "11.
|
|
22
|
+
"@objectstack/core": "11.9.0",
|
|
23
|
+
"@objectstack/service-messaging": "11.9.0",
|
|
24
|
+
"@objectstack/spec": "11.9.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^26.0.1",
|