@objectstack/plugin-webhooks 9.8.0 → 9.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 +6 -6
- package/CHANGELOG.md +17 -0
- package/dist/schema.d.cts +15 -0
- package/dist/schema.d.ts +15 -0
- 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.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
|
|
@@ -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 1014ms
|
|
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 1021ms
|
|
31
31
|
[34mDTS[39m Build start
|
|
32
|
-
[32mDTS[39m ⚡️ Build success in
|
|
32
|
+
[32mDTS[39m ⚡️ Build success in 21851ms
|
|
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[32m116.07 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[32m116.07 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @objectstack/plugin-webhooks
|
|
2
2
|
|
|
3
|
+
## 9.9.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [84249a4]
|
|
8
|
+
- Updated dependencies [11af299]
|
|
9
|
+
- Updated dependencies [d5774b5]
|
|
10
|
+
- Updated dependencies [134043a]
|
|
11
|
+
- Updated dependencies [90108e0]
|
|
12
|
+
- Updated dependencies [9afeb2d]
|
|
13
|
+
- Updated dependencies [6bec07e]
|
|
14
|
+
- Updated dependencies [601cc11]
|
|
15
|
+
- Updated dependencies [575448d]
|
|
16
|
+
- @objectstack/spec@9.9.0
|
|
17
|
+
- @objectstack/core@9.9.0
|
|
18
|
+
- @objectstack/service-messaging@9.9.0
|
|
19
|
+
|
|
3
20
|
## 9.8.0
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/schema.d.cts
CHANGED
|
@@ -104,6 +104,7 @@ declare const SysWebhook: Omit<{
|
|
|
104
104
|
currencyMode: "fixed" | "dynamic";
|
|
105
105
|
defaultCurrency: string;
|
|
106
106
|
} | undefined;
|
|
107
|
+
dimensions?: number | undefined;
|
|
107
108
|
vectorConfig?: {
|
|
108
109
|
dimensions: number;
|
|
109
110
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -688,6 +689,8 @@ declare const SysWebhook: Omit<{
|
|
|
688
689
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
689
690
|
confirmText?: string | undefined;
|
|
690
691
|
successMessage?: string | undefined;
|
|
692
|
+
errorMessage?: string | undefined;
|
|
693
|
+
undoable?: boolean | undefined;
|
|
691
694
|
resultDialog?: {
|
|
692
695
|
title?: string | undefined;
|
|
693
696
|
description?: string | undefined;
|
|
@@ -884,6 +887,7 @@ declare const SysWebhook: Omit<{
|
|
|
884
887
|
readonly system?: boolean | undefined;
|
|
885
888
|
readonly min?: number | undefined;
|
|
886
889
|
readonly max?: number | undefined;
|
|
890
|
+
readonly dimensions?: number | undefined;
|
|
887
891
|
readonly columnName?: string | undefined;
|
|
888
892
|
readonly searchable?: boolean | undefined;
|
|
889
893
|
readonly unique?: boolean | undefined;
|
|
@@ -1038,6 +1042,7 @@ declare const SysWebhook: Omit<{
|
|
|
1038
1042
|
readonly system?: boolean | undefined;
|
|
1039
1043
|
readonly min?: number | undefined;
|
|
1040
1044
|
readonly max?: number | undefined;
|
|
1045
|
+
readonly dimensions?: number | undefined;
|
|
1041
1046
|
readonly columnName?: string | undefined;
|
|
1042
1047
|
readonly searchable?: boolean | undefined;
|
|
1043
1048
|
readonly unique?: boolean | undefined;
|
|
@@ -1192,6 +1197,7 @@ declare const SysWebhook: Omit<{
|
|
|
1192
1197
|
readonly system?: boolean | undefined;
|
|
1193
1198
|
readonly min?: number | undefined;
|
|
1194
1199
|
readonly max?: number | undefined;
|
|
1200
|
+
readonly dimensions?: number | undefined;
|
|
1195
1201
|
readonly columnName?: string | undefined;
|
|
1196
1202
|
readonly searchable?: boolean | undefined;
|
|
1197
1203
|
readonly unique?: boolean | undefined;
|
|
@@ -1346,6 +1352,7 @@ declare const SysWebhook: Omit<{
|
|
|
1346
1352
|
readonly system?: boolean | undefined;
|
|
1347
1353
|
readonly min?: number | undefined;
|
|
1348
1354
|
readonly max?: number | undefined;
|
|
1355
|
+
readonly dimensions?: number | undefined;
|
|
1349
1356
|
readonly columnName?: string | undefined;
|
|
1350
1357
|
readonly searchable?: boolean | undefined;
|
|
1351
1358
|
readonly unique?: boolean | undefined;
|
|
@@ -1500,6 +1507,7 @@ declare const SysWebhook: Omit<{
|
|
|
1500
1507
|
readonly system?: boolean | undefined;
|
|
1501
1508
|
readonly min?: number | undefined;
|
|
1502
1509
|
readonly max?: number | undefined;
|
|
1510
|
+
readonly dimensions?: number | undefined;
|
|
1503
1511
|
readonly columnName?: string | undefined;
|
|
1504
1512
|
readonly searchable?: boolean | undefined;
|
|
1505
1513
|
readonly unique?: boolean | undefined;
|
|
@@ -1654,6 +1662,7 @@ declare const SysWebhook: Omit<{
|
|
|
1654
1662
|
readonly system?: boolean | undefined;
|
|
1655
1663
|
readonly min?: number | undefined;
|
|
1656
1664
|
readonly max?: number | undefined;
|
|
1665
|
+
readonly dimensions?: number | undefined;
|
|
1657
1666
|
readonly columnName?: string | undefined;
|
|
1658
1667
|
readonly searchable?: boolean | undefined;
|
|
1659
1668
|
readonly unique?: boolean | undefined;
|
|
@@ -1808,6 +1817,7 @@ declare const SysWebhook: Omit<{
|
|
|
1808
1817
|
readonly system?: boolean | undefined;
|
|
1809
1818
|
readonly min?: number | undefined;
|
|
1810
1819
|
readonly max?: number | undefined;
|
|
1820
|
+
readonly dimensions?: number | undefined;
|
|
1811
1821
|
readonly columnName?: string | undefined;
|
|
1812
1822
|
readonly searchable?: boolean | undefined;
|
|
1813
1823
|
readonly unique?: boolean | undefined;
|
|
@@ -1962,6 +1972,7 @@ declare const SysWebhook: Omit<{
|
|
|
1962
1972
|
readonly system?: boolean | undefined;
|
|
1963
1973
|
readonly min?: number | undefined;
|
|
1964
1974
|
readonly max?: number | undefined;
|
|
1975
|
+
readonly dimensions?: number | undefined;
|
|
1965
1976
|
readonly columnName?: string | undefined;
|
|
1966
1977
|
readonly searchable?: boolean | undefined;
|
|
1967
1978
|
readonly unique?: boolean | undefined;
|
|
@@ -2116,6 +2127,7 @@ declare const SysWebhook: Omit<{
|
|
|
2116
2127
|
readonly system?: boolean | undefined;
|
|
2117
2128
|
readonly min?: number | undefined;
|
|
2118
2129
|
readonly max?: number | undefined;
|
|
2130
|
+
readonly dimensions?: number | undefined;
|
|
2119
2131
|
readonly columnName?: string | undefined;
|
|
2120
2132
|
readonly searchable?: boolean | undefined;
|
|
2121
2133
|
readonly unique?: boolean | undefined;
|
|
@@ -2270,6 +2282,7 @@ declare const SysWebhook: Omit<{
|
|
|
2270
2282
|
readonly system?: boolean | undefined;
|
|
2271
2283
|
readonly min?: number | undefined;
|
|
2272
2284
|
readonly max?: number | undefined;
|
|
2285
|
+
readonly dimensions?: number | undefined;
|
|
2273
2286
|
readonly columnName?: string | undefined;
|
|
2274
2287
|
readonly searchable?: boolean | undefined;
|
|
2275
2288
|
readonly unique?: boolean | undefined;
|
|
@@ -2424,6 +2437,7 @@ declare const SysWebhook: Omit<{
|
|
|
2424
2437
|
readonly system?: boolean | undefined;
|
|
2425
2438
|
readonly min?: number | undefined;
|
|
2426
2439
|
readonly max?: number | undefined;
|
|
2440
|
+
readonly dimensions?: number | undefined;
|
|
2427
2441
|
readonly columnName?: string | undefined;
|
|
2428
2442
|
readonly searchable?: boolean | undefined;
|
|
2429
2443
|
readonly unique?: boolean | undefined;
|
|
@@ -2578,6 +2592,7 @@ declare const SysWebhook: Omit<{
|
|
|
2578
2592
|
readonly system?: boolean | undefined;
|
|
2579
2593
|
readonly min?: number | undefined;
|
|
2580
2594
|
readonly max?: number | undefined;
|
|
2595
|
+
readonly dimensions?: number | undefined;
|
|
2581
2596
|
readonly columnName?: string | undefined;
|
|
2582
2597
|
readonly searchable?: boolean | undefined;
|
|
2583
2598
|
readonly unique?: boolean | undefined;
|
package/dist/schema.d.ts
CHANGED
|
@@ -104,6 +104,7 @@ declare const SysWebhook: Omit<{
|
|
|
104
104
|
currencyMode: "fixed" | "dynamic";
|
|
105
105
|
defaultCurrency: string;
|
|
106
106
|
} | undefined;
|
|
107
|
+
dimensions?: number | undefined;
|
|
107
108
|
vectorConfig?: {
|
|
108
109
|
dimensions: number;
|
|
109
110
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -688,6 +689,8 @@ declare const SysWebhook: Omit<{
|
|
|
688
689
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
689
690
|
confirmText?: string | undefined;
|
|
690
691
|
successMessage?: string | undefined;
|
|
692
|
+
errorMessage?: string | undefined;
|
|
693
|
+
undoable?: boolean | undefined;
|
|
691
694
|
resultDialog?: {
|
|
692
695
|
title?: string | undefined;
|
|
693
696
|
description?: string | undefined;
|
|
@@ -884,6 +887,7 @@ declare const SysWebhook: Omit<{
|
|
|
884
887
|
readonly system?: boolean | undefined;
|
|
885
888
|
readonly min?: number | undefined;
|
|
886
889
|
readonly max?: number | undefined;
|
|
890
|
+
readonly dimensions?: number | undefined;
|
|
887
891
|
readonly columnName?: string | undefined;
|
|
888
892
|
readonly searchable?: boolean | undefined;
|
|
889
893
|
readonly unique?: boolean | undefined;
|
|
@@ -1038,6 +1042,7 @@ declare const SysWebhook: Omit<{
|
|
|
1038
1042
|
readonly system?: boolean | undefined;
|
|
1039
1043
|
readonly min?: number | undefined;
|
|
1040
1044
|
readonly max?: number | undefined;
|
|
1045
|
+
readonly dimensions?: number | undefined;
|
|
1041
1046
|
readonly columnName?: string | undefined;
|
|
1042
1047
|
readonly searchable?: boolean | undefined;
|
|
1043
1048
|
readonly unique?: boolean | undefined;
|
|
@@ -1192,6 +1197,7 @@ declare const SysWebhook: Omit<{
|
|
|
1192
1197
|
readonly system?: boolean | undefined;
|
|
1193
1198
|
readonly min?: number | undefined;
|
|
1194
1199
|
readonly max?: number | undefined;
|
|
1200
|
+
readonly dimensions?: number | undefined;
|
|
1195
1201
|
readonly columnName?: string | undefined;
|
|
1196
1202
|
readonly searchable?: boolean | undefined;
|
|
1197
1203
|
readonly unique?: boolean | undefined;
|
|
@@ -1346,6 +1352,7 @@ declare const SysWebhook: Omit<{
|
|
|
1346
1352
|
readonly system?: boolean | undefined;
|
|
1347
1353
|
readonly min?: number | undefined;
|
|
1348
1354
|
readonly max?: number | undefined;
|
|
1355
|
+
readonly dimensions?: number | undefined;
|
|
1349
1356
|
readonly columnName?: string | undefined;
|
|
1350
1357
|
readonly searchable?: boolean | undefined;
|
|
1351
1358
|
readonly unique?: boolean | undefined;
|
|
@@ -1500,6 +1507,7 @@ declare const SysWebhook: Omit<{
|
|
|
1500
1507
|
readonly system?: boolean | undefined;
|
|
1501
1508
|
readonly min?: number | undefined;
|
|
1502
1509
|
readonly max?: number | undefined;
|
|
1510
|
+
readonly dimensions?: number | undefined;
|
|
1503
1511
|
readonly columnName?: string | undefined;
|
|
1504
1512
|
readonly searchable?: boolean | undefined;
|
|
1505
1513
|
readonly unique?: boolean | undefined;
|
|
@@ -1654,6 +1662,7 @@ declare const SysWebhook: Omit<{
|
|
|
1654
1662
|
readonly system?: boolean | undefined;
|
|
1655
1663
|
readonly min?: number | undefined;
|
|
1656
1664
|
readonly max?: number | undefined;
|
|
1665
|
+
readonly dimensions?: number | undefined;
|
|
1657
1666
|
readonly columnName?: string | undefined;
|
|
1658
1667
|
readonly searchable?: boolean | undefined;
|
|
1659
1668
|
readonly unique?: boolean | undefined;
|
|
@@ -1808,6 +1817,7 @@ declare const SysWebhook: Omit<{
|
|
|
1808
1817
|
readonly system?: boolean | undefined;
|
|
1809
1818
|
readonly min?: number | undefined;
|
|
1810
1819
|
readonly max?: number | undefined;
|
|
1820
|
+
readonly dimensions?: number | undefined;
|
|
1811
1821
|
readonly columnName?: string | undefined;
|
|
1812
1822
|
readonly searchable?: boolean | undefined;
|
|
1813
1823
|
readonly unique?: boolean | undefined;
|
|
@@ -1962,6 +1972,7 @@ declare const SysWebhook: Omit<{
|
|
|
1962
1972
|
readonly system?: boolean | undefined;
|
|
1963
1973
|
readonly min?: number | undefined;
|
|
1964
1974
|
readonly max?: number | undefined;
|
|
1975
|
+
readonly dimensions?: number | undefined;
|
|
1965
1976
|
readonly columnName?: string | undefined;
|
|
1966
1977
|
readonly searchable?: boolean | undefined;
|
|
1967
1978
|
readonly unique?: boolean | undefined;
|
|
@@ -2116,6 +2127,7 @@ declare const SysWebhook: Omit<{
|
|
|
2116
2127
|
readonly system?: boolean | undefined;
|
|
2117
2128
|
readonly min?: number | undefined;
|
|
2118
2129
|
readonly max?: number | undefined;
|
|
2130
|
+
readonly dimensions?: number | undefined;
|
|
2119
2131
|
readonly columnName?: string | undefined;
|
|
2120
2132
|
readonly searchable?: boolean | undefined;
|
|
2121
2133
|
readonly unique?: boolean | undefined;
|
|
@@ -2270,6 +2282,7 @@ declare const SysWebhook: Omit<{
|
|
|
2270
2282
|
readonly system?: boolean | undefined;
|
|
2271
2283
|
readonly min?: number | undefined;
|
|
2272
2284
|
readonly max?: number | undefined;
|
|
2285
|
+
readonly dimensions?: number | undefined;
|
|
2273
2286
|
readonly columnName?: string | undefined;
|
|
2274
2287
|
readonly searchable?: boolean | undefined;
|
|
2275
2288
|
readonly unique?: boolean | undefined;
|
|
@@ -2424,6 +2437,7 @@ declare const SysWebhook: Omit<{
|
|
|
2424
2437
|
readonly system?: boolean | undefined;
|
|
2425
2438
|
readonly min?: number | undefined;
|
|
2426
2439
|
readonly max?: number | undefined;
|
|
2440
|
+
readonly dimensions?: number | undefined;
|
|
2427
2441
|
readonly columnName?: string | undefined;
|
|
2428
2442
|
readonly searchable?: boolean | undefined;
|
|
2429
2443
|
readonly unique?: boolean | undefined;
|
|
@@ -2578,6 +2592,7 @@ declare const SysWebhook: Omit<{
|
|
|
2578
2592
|
readonly system?: boolean | undefined;
|
|
2579
2593
|
readonly min?: number | undefined;
|
|
2580
2594
|
readonly max?: number | undefined;
|
|
2595
|
+
readonly dimensions?: number | undefined;
|
|
2581
2596
|
readonly columnName?: string | undefined;
|
|
2582
2597
|
readonly searchable?: boolean | undefined;
|
|
2583
2598
|
readonly unique?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-webhooks",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.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": "9.
|
|
23
|
-
"@objectstack/service-messaging": "9.
|
|
24
|
-
"@objectstack/spec": "9.
|
|
22
|
+
"@objectstack/core": "9.9.0",
|
|
23
|
+
"@objectstack/service-messaging": "9.9.0",
|
|
24
|
+
"@objectstack/spec": "9.9.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^25.9.3",
|