@objectstack/plugin-webhooks 9.9.1 → 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.
- package/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +29 -0
- package/dist/schema.d.cts +26 -3
- package/dist/schema.d.ts +26 -3
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-webhooks@9.
|
|
2
|
+
> @objectstack/plugin-webhooks@9.11.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
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
[32mESM[39m [1mdist/schema.js.map [22m[32m71.00 B[39m
|
|
19
19
|
[32mESM[39m [1mdist/chunk-HWFTXTTI.js.map [22m[32m9.15 KB[39m
|
|
20
20
|
[32mESM[39m [1mdist/translations-AV47AVPV.js.map [22m[32m30.54 KB[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 1108ms
|
|
22
22
|
[32mCJS[39m [1mdist/index.cjs [22m[32m16.40 KB[39m
|
|
23
23
|
[32mCJS[39m [1mdist/schema.cjs [22m[32m220.00 B[39m
|
|
24
24
|
[32mCJS[39m [1mdist/chunk-KPKLAXNA.cjs [22m[32m4.86 KB[39m
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
[32mCJS[39m [1mdist/schema.cjs.map [22m[32m278.00 B[39m
|
|
28
28
|
[32mCJS[39m [1mdist/chunk-KPKLAXNA.cjs.map [22m[32m10.96 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 1124ms
|
|
31
31
|
[34mDTS[39m Build start
|
|
32
|
-
[32mDTS[39m ⚡️ Build success in
|
|
32
|
+
[32mDTS[39m ⚡️ Build success in 23887ms
|
|
33
33
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m6.97 KB[39m
|
|
34
|
-
[32mDTS[39m [1mdist/schema.d.ts [22m[
|
|
34
|
+
[32mDTS[39m [1mdist/schema.d.ts [22m[32m117.09 KB[39m
|
|
35
35
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m6.97 KB[39m
|
|
36
|
-
[32mDTS[39m [1mdist/schema.d.cts [22m[
|
|
36
|
+
[32mDTS[39m [1mdist/schema.d.cts [22m[32m117.09 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
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
|
+
|
|
19
|
+
## 9.10.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [db02bd5]
|
|
24
|
+
- Updated dependencies [641675d]
|
|
25
|
+
- Updated dependencies [94e9040]
|
|
26
|
+
- Updated dependencies [1f88fd9]
|
|
27
|
+
- Updated dependencies [1f88fd9]
|
|
28
|
+
- @objectstack/spec@9.10.0
|
|
29
|
+
- @objectstack/core@9.10.0
|
|
30
|
+
- @objectstack/service-messaging@9.10.0
|
|
31
|
+
|
|
3
32
|
## 9.9.1
|
|
4
33
|
|
|
5
34
|
### 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" | "
|
|
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;
|
|
@@ -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";
|
|
@@ -633,7 +656,7 @@ declare const SysWebhook: Omit<{
|
|
|
633
656
|
clone: boolean;
|
|
634
657
|
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "list" | "get" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
635
658
|
} | undefined;
|
|
636
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
659
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
637
660
|
publicSharing?: {
|
|
638
661
|
enabled: boolean;
|
|
639
662
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -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
|
@@ -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" | "
|
|
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;
|
|
@@ -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";
|
|
@@ -633,7 +656,7 @@ declare const SysWebhook: Omit<{
|
|
|
633
656
|
clone: boolean;
|
|
634
657
|
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "list" | "get" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
635
658
|
} | undefined;
|
|
636
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
659
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
637
660
|
publicSharing?: {
|
|
638
661
|
enabled: boolean;
|
|
639
662
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -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.
|
|
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.
|
|
23
|
-
"@objectstack/service-messaging": "9.
|
|
24
|
-
"@objectstack/spec": "9.
|
|
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",
|