@objectstack/plugin-webhooks 11.0.0 → 11.1.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 +14 -0
- package/dist/schema.d.cts +2 -34
- package/dist/schema.d.ts +2 -34
- 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.1.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 874ms
|
|
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 886ms
|
|
31
31
|
[34mDTS[39m Build start
|
|
32
|
-
[32mDTS[39m ⚡️ Build success in
|
|
32
|
+
[32mDTS[39m ⚡️ Build success in 21166ms
|
|
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[32m128.60 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[32m128.60 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @objectstack/plugin-webhooks
|
|
2
2
|
|
|
3
|
+
## 11.1.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ce0b4f6]
|
|
8
|
+
- Updated dependencies [9ccfcd6]
|
|
9
|
+
- Updated dependencies [ecf193f]
|
|
10
|
+
- Updated dependencies [51bec81]
|
|
11
|
+
- Updated dependencies [3e593a7]
|
|
12
|
+
- Updated dependencies [63d5403]
|
|
13
|
+
- @objectstack/core@11.1.0
|
|
14
|
+
- @objectstack/spec@11.1.0
|
|
15
|
+
- @objectstack/service-messaging@11.1.0
|
|
16
|
+
|
|
3
17
|
## 11.0.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/schema.d.cts
CHANGED
|
@@ -117,7 +117,6 @@ declare const SysWebhook: Omit<{
|
|
|
117
117
|
relationshipField?: string | undefined;
|
|
118
118
|
} | undefined;
|
|
119
119
|
language?: string | undefined;
|
|
120
|
-
maxRating?: number | undefined;
|
|
121
120
|
step?: number | undefined;
|
|
122
121
|
currencyConfig?: {
|
|
123
122
|
precision: number;
|
|
@@ -247,7 +246,6 @@ declare const SysWebhook: Omit<{
|
|
|
247
246
|
requiredPermissions?: string[] | undefined;
|
|
248
247
|
system?: boolean | undefined;
|
|
249
248
|
inlineHelpText?: string | undefined;
|
|
250
|
-
caseSensitive?: boolean | undefined;
|
|
251
249
|
autonumberFormat?: string | undefined;
|
|
252
250
|
}>;
|
|
253
251
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -335,12 +333,6 @@ declare const SysWebhook: Omit<{
|
|
|
335
333
|
versionField: string;
|
|
336
334
|
retentionDays?: number | undefined;
|
|
337
335
|
} | undefined;
|
|
338
|
-
partitioning?: {
|
|
339
|
-
enabled: boolean;
|
|
340
|
-
strategy: "hash" | "list" | "range";
|
|
341
|
-
key: string;
|
|
342
|
-
interval?: string | undefined;
|
|
343
|
-
} | undefined;
|
|
344
336
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
345
337
|
activityMilestones?: {
|
|
346
338
|
field: string;
|
|
@@ -671,7 +663,6 @@ declare const SysWebhook: Omit<{
|
|
|
671
663
|
debounceMs?: number | undefined;
|
|
672
664
|
} | undefined;
|
|
673
665
|
}> | undefined;
|
|
674
|
-
defaultDetailForm?: string | undefined;
|
|
675
666
|
searchableFields?: string[] | undefined;
|
|
676
667
|
search?: {
|
|
677
668
|
fields: string[];
|
|
@@ -688,7 +679,7 @@ declare const SysWebhook: Omit<{
|
|
|
688
679
|
trash: boolean;
|
|
689
680
|
mru: boolean;
|
|
690
681
|
clone: boolean;
|
|
691
|
-
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "
|
|
682
|
+
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "get" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
692
683
|
} | undefined;
|
|
693
684
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
694
685
|
publicSharing?: {
|
|
@@ -716,6 +707,7 @@ declare const SysWebhook: Omit<{
|
|
|
716
707
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
717
708
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
718
709
|
target?: string | undefined;
|
|
710
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
719
711
|
body?: {
|
|
720
712
|
language: "expression";
|
|
721
713
|
source: string;
|
|
@@ -999,7 +991,6 @@ declare const SysWebhook: Omit<{
|
|
|
999
991
|
relationshipField?: string | undefined;
|
|
1000
992
|
} | undefined;
|
|
1001
993
|
readonly language?: string | undefined;
|
|
1002
|
-
readonly maxRating?: number | undefined;
|
|
1003
994
|
readonly step?: number | undefined;
|
|
1004
995
|
readonly currencyConfig?: {
|
|
1005
996
|
precision: number;
|
|
@@ -1093,7 +1084,6 @@ declare const SysWebhook: Omit<{
|
|
|
1093
1084
|
} | undefined;
|
|
1094
1085
|
readonly sortable?: boolean | undefined;
|
|
1095
1086
|
readonly inlineHelpText?: string | undefined;
|
|
1096
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1097
1087
|
readonly autonumberFormat?: string | undefined;
|
|
1098
1088
|
readonly index?: boolean | undefined;
|
|
1099
1089
|
readonly type: "text";
|
|
@@ -1175,7 +1165,6 @@ declare const SysWebhook: Omit<{
|
|
|
1175
1165
|
relationshipField?: string | undefined;
|
|
1176
1166
|
} | undefined;
|
|
1177
1167
|
readonly language?: string | undefined;
|
|
1178
|
-
readonly maxRating?: number | undefined;
|
|
1179
1168
|
readonly step?: number | undefined;
|
|
1180
1169
|
readonly currencyConfig?: {
|
|
1181
1170
|
precision: number;
|
|
@@ -1269,7 +1258,6 @@ declare const SysWebhook: Omit<{
|
|
|
1269
1258
|
} | undefined;
|
|
1270
1259
|
readonly sortable?: boolean | undefined;
|
|
1271
1260
|
readonly inlineHelpText?: string | undefined;
|
|
1272
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1273
1261
|
readonly autonumberFormat?: string | undefined;
|
|
1274
1262
|
readonly index?: boolean | undefined;
|
|
1275
1263
|
readonly type: "text";
|
|
@@ -1351,7 +1339,6 @@ declare const SysWebhook: Omit<{
|
|
|
1351
1339
|
relationshipField?: string | undefined;
|
|
1352
1340
|
} | undefined;
|
|
1353
1341
|
readonly language?: string | undefined;
|
|
1354
|
-
readonly maxRating?: number | undefined;
|
|
1355
1342
|
readonly step?: number | undefined;
|
|
1356
1343
|
readonly currencyConfig?: {
|
|
1357
1344
|
precision: number;
|
|
@@ -1445,7 +1432,6 @@ declare const SysWebhook: Omit<{
|
|
|
1445
1432
|
} | undefined;
|
|
1446
1433
|
readonly sortable?: boolean | undefined;
|
|
1447
1434
|
readonly inlineHelpText?: string | undefined;
|
|
1448
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1449
1435
|
readonly autonumberFormat?: string | undefined;
|
|
1450
1436
|
readonly index?: boolean | undefined;
|
|
1451
1437
|
readonly type: "text";
|
|
@@ -1527,7 +1513,6 @@ declare const SysWebhook: Omit<{
|
|
|
1527
1513
|
relationshipField?: string | undefined;
|
|
1528
1514
|
} | undefined;
|
|
1529
1515
|
readonly language?: string | undefined;
|
|
1530
|
-
readonly maxRating?: number | undefined;
|
|
1531
1516
|
readonly step?: number | undefined;
|
|
1532
1517
|
readonly currencyConfig?: {
|
|
1533
1518
|
precision: number;
|
|
@@ -1621,7 +1606,6 @@ declare const SysWebhook: Omit<{
|
|
|
1621
1606
|
} | undefined;
|
|
1622
1607
|
readonly sortable?: boolean | undefined;
|
|
1623
1608
|
readonly inlineHelpText?: string | undefined;
|
|
1624
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1625
1609
|
readonly autonumberFormat?: string | undefined;
|
|
1626
1610
|
readonly index?: boolean | undefined;
|
|
1627
1611
|
readonly type: "text";
|
|
@@ -1703,7 +1687,6 @@ declare const SysWebhook: Omit<{
|
|
|
1703
1687
|
relationshipField?: string | undefined;
|
|
1704
1688
|
} | undefined;
|
|
1705
1689
|
readonly language?: string | undefined;
|
|
1706
|
-
readonly maxRating?: number | undefined;
|
|
1707
1690
|
readonly step?: number | undefined;
|
|
1708
1691
|
readonly currencyConfig?: {
|
|
1709
1692
|
precision: number;
|
|
@@ -1797,7 +1780,6 @@ declare const SysWebhook: Omit<{
|
|
|
1797
1780
|
} | undefined;
|
|
1798
1781
|
readonly sortable?: boolean | undefined;
|
|
1799
1782
|
readonly inlineHelpText?: string | undefined;
|
|
1800
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1801
1783
|
readonly autonumberFormat?: string | undefined;
|
|
1802
1784
|
readonly index?: boolean | undefined;
|
|
1803
1785
|
readonly type: "text";
|
|
@@ -1879,7 +1861,6 @@ declare const SysWebhook: Omit<{
|
|
|
1879
1861
|
relationshipField?: string | undefined;
|
|
1880
1862
|
} | undefined;
|
|
1881
1863
|
readonly language?: string | undefined;
|
|
1882
|
-
readonly maxRating?: number | undefined;
|
|
1883
1864
|
readonly step?: number | undefined;
|
|
1884
1865
|
readonly currencyConfig?: {
|
|
1885
1866
|
precision: number;
|
|
@@ -1973,7 +1954,6 @@ declare const SysWebhook: Omit<{
|
|
|
1973
1954
|
} | undefined;
|
|
1974
1955
|
readonly sortable?: boolean | undefined;
|
|
1975
1956
|
readonly inlineHelpText?: string | undefined;
|
|
1976
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1977
1957
|
readonly autonumberFormat?: string | undefined;
|
|
1978
1958
|
readonly index?: boolean | undefined;
|
|
1979
1959
|
readonly type: "text";
|
|
@@ -2055,7 +2035,6 @@ declare const SysWebhook: Omit<{
|
|
|
2055
2035
|
relationshipField?: string | undefined;
|
|
2056
2036
|
} | undefined;
|
|
2057
2037
|
readonly language?: string | undefined;
|
|
2058
|
-
readonly maxRating?: number | undefined;
|
|
2059
2038
|
readonly step?: number | undefined;
|
|
2060
2039
|
readonly currencyConfig?: {
|
|
2061
2040
|
precision: number;
|
|
@@ -2149,7 +2128,6 @@ declare const SysWebhook: Omit<{
|
|
|
2149
2128
|
} | undefined;
|
|
2150
2129
|
readonly sortable?: boolean | undefined;
|
|
2151
2130
|
readonly inlineHelpText?: string | undefined;
|
|
2152
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2153
2131
|
readonly autonumberFormat?: string | undefined;
|
|
2154
2132
|
readonly index?: boolean | undefined;
|
|
2155
2133
|
readonly type: "text";
|
|
@@ -2231,7 +2209,6 @@ declare const SysWebhook: Omit<{
|
|
|
2231
2209
|
relationshipField?: string | undefined;
|
|
2232
2210
|
} | undefined;
|
|
2233
2211
|
readonly language?: string | undefined;
|
|
2234
|
-
readonly maxRating?: number | undefined;
|
|
2235
2212
|
readonly step?: number | undefined;
|
|
2236
2213
|
readonly currencyConfig?: {
|
|
2237
2214
|
precision: number;
|
|
@@ -2325,7 +2302,6 @@ declare const SysWebhook: Omit<{
|
|
|
2325
2302
|
} | undefined;
|
|
2326
2303
|
readonly sortable?: boolean | undefined;
|
|
2327
2304
|
readonly inlineHelpText?: string | undefined;
|
|
2328
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2329
2305
|
readonly autonumberFormat?: string | undefined;
|
|
2330
2306
|
readonly index?: boolean | undefined;
|
|
2331
2307
|
readonly type: "textarea";
|
|
@@ -2407,7 +2383,6 @@ declare const SysWebhook: Omit<{
|
|
|
2407
2383
|
relationshipField?: string | undefined;
|
|
2408
2384
|
} | undefined;
|
|
2409
2385
|
readonly language?: string | undefined;
|
|
2410
|
-
readonly maxRating?: number | undefined;
|
|
2411
2386
|
readonly step?: number | undefined;
|
|
2412
2387
|
readonly currencyConfig?: {
|
|
2413
2388
|
precision: number;
|
|
@@ -2501,7 +2476,6 @@ declare const SysWebhook: Omit<{
|
|
|
2501
2476
|
} | undefined;
|
|
2502
2477
|
readonly sortable?: boolean | undefined;
|
|
2503
2478
|
readonly inlineHelpText?: string | undefined;
|
|
2504
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2505
2479
|
readonly autonumberFormat?: string | undefined;
|
|
2506
2480
|
readonly index?: boolean | undefined;
|
|
2507
2481
|
readonly type: "boolean";
|
|
@@ -2583,7 +2557,6 @@ declare const SysWebhook: Omit<{
|
|
|
2583
2557
|
relationshipField?: string | undefined;
|
|
2584
2558
|
} | undefined;
|
|
2585
2559
|
readonly language?: string | undefined;
|
|
2586
|
-
readonly maxRating?: number | undefined;
|
|
2587
2560
|
readonly step?: number | undefined;
|
|
2588
2561
|
readonly currencyConfig?: {
|
|
2589
2562
|
precision: number;
|
|
@@ -2677,7 +2650,6 @@ declare const SysWebhook: Omit<{
|
|
|
2677
2650
|
} | undefined;
|
|
2678
2651
|
readonly sortable?: boolean | undefined;
|
|
2679
2652
|
readonly inlineHelpText?: string | undefined;
|
|
2680
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2681
2653
|
readonly autonumberFormat?: string | undefined;
|
|
2682
2654
|
readonly index?: boolean | undefined;
|
|
2683
2655
|
readonly type: "textarea";
|
|
@@ -2759,7 +2731,6 @@ declare const SysWebhook: Omit<{
|
|
|
2759
2731
|
relationshipField?: string | undefined;
|
|
2760
2732
|
} | undefined;
|
|
2761
2733
|
readonly language?: string | undefined;
|
|
2762
|
-
readonly maxRating?: number | undefined;
|
|
2763
2734
|
readonly step?: number | undefined;
|
|
2764
2735
|
readonly currencyConfig?: {
|
|
2765
2736
|
precision: number;
|
|
@@ -2853,7 +2824,6 @@ declare const SysWebhook: Omit<{
|
|
|
2853
2824
|
} | undefined;
|
|
2854
2825
|
readonly sortable?: boolean | undefined;
|
|
2855
2826
|
readonly inlineHelpText?: string | undefined;
|
|
2856
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2857
2827
|
readonly autonumberFormat?: string | undefined;
|
|
2858
2828
|
readonly index?: boolean | undefined;
|
|
2859
2829
|
readonly type: "datetime";
|
|
@@ -2935,7 +2905,6 @@ declare const SysWebhook: Omit<{
|
|
|
2935
2905
|
relationshipField?: string | undefined;
|
|
2936
2906
|
} | undefined;
|
|
2937
2907
|
readonly language?: string | undefined;
|
|
2938
|
-
readonly maxRating?: number | undefined;
|
|
2939
2908
|
readonly step?: number | undefined;
|
|
2940
2909
|
readonly currencyConfig?: {
|
|
2941
2910
|
precision: number;
|
|
@@ -3029,7 +2998,6 @@ declare const SysWebhook: Omit<{
|
|
|
3029
2998
|
} | undefined;
|
|
3030
2999
|
readonly sortable?: boolean | undefined;
|
|
3031
3000
|
readonly inlineHelpText?: string | undefined;
|
|
3032
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3033
3001
|
readonly autonumberFormat?: string | undefined;
|
|
3034
3002
|
readonly index?: boolean | undefined;
|
|
3035
3003
|
readonly type: "datetime";
|
package/dist/schema.d.ts
CHANGED
|
@@ -117,7 +117,6 @@ declare const SysWebhook: Omit<{
|
|
|
117
117
|
relationshipField?: string | undefined;
|
|
118
118
|
} | undefined;
|
|
119
119
|
language?: string | undefined;
|
|
120
|
-
maxRating?: number | undefined;
|
|
121
120
|
step?: number | undefined;
|
|
122
121
|
currencyConfig?: {
|
|
123
122
|
precision: number;
|
|
@@ -247,7 +246,6 @@ declare const SysWebhook: Omit<{
|
|
|
247
246
|
requiredPermissions?: string[] | undefined;
|
|
248
247
|
system?: boolean | undefined;
|
|
249
248
|
inlineHelpText?: string | undefined;
|
|
250
|
-
caseSensitive?: boolean | undefined;
|
|
251
249
|
autonumberFormat?: string | undefined;
|
|
252
250
|
}>;
|
|
253
251
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -335,12 +333,6 @@ declare const SysWebhook: Omit<{
|
|
|
335
333
|
versionField: string;
|
|
336
334
|
retentionDays?: number | undefined;
|
|
337
335
|
} | undefined;
|
|
338
|
-
partitioning?: {
|
|
339
|
-
enabled: boolean;
|
|
340
|
-
strategy: "hash" | "list" | "range";
|
|
341
|
-
key: string;
|
|
342
|
-
interval?: string | undefined;
|
|
343
|
-
} | undefined;
|
|
344
336
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
345
337
|
activityMilestones?: {
|
|
346
338
|
field: string;
|
|
@@ -671,7 +663,6 @@ declare const SysWebhook: Omit<{
|
|
|
671
663
|
debounceMs?: number | undefined;
|
|
672
664
|
} | undefined;
|
|
673
665
|
}> | undefined;
|
|
674
|
-
defaultDetailForm?: string | undefined;
|
|
675
666
|
searchableFields?: string[] | undefined;
|
|
676
667
|
search?: {
|
|
677
668
|
fields: string[];
|
|
@@ -688,7 +679,7 @@ declare const SysWebhook: Omit<{
|
|
|
688
679
|
trash: boolean;
|
|
689
680
|
mru: boolean;
|
|
690
681
|
clone: boolean;
|
|
691
|
-
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "
|
|
682
|
+
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "get" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
692
683
|
} | undefined;
|
|
693
684
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
694
685
|
publicSharing?: {
|
|
@@ -716,6 +707,7 @@ declare const SysWebhook: Omit<{
|
|
|
716
707
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
717
708
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
718
709
|
target?: string | undefined;
|
|
710
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
719
711
|
body?: {
|
|
720
712
|
language: "expression";
|
|
721
713
|
source: string;
|
|
@@ -999,7 +991,6 @@ declare const SysWebhook: Omit<{
|
|
|
999
991
|
relationshipField?: string | undefined;
|
|
1000
992
|
} | undefined;
|
|
1001
993
|
readonly language?: string | undefined;
|
|
1002
|
-
readonly maxRating?: number | undefined;
|
|
1003
994
|
readonly step?: number | undefined;
|
|
1004
995
|
readonly currencyConfig?: {
|
|
1005
996
|
precision: number;
|
|
@@ -1093,7 +1084,6 @@ declare const SysWebhook: Omit<{
|
|
|
1093
1084
|
} | undefined;
|
|
1094
1085
|
readonly sortable?: boolean | undefined;
|
|
1095
1086
|
readonly inlineHelpText?: string | undefined;
|
|
1096
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1097
1087
|
readonly autonumberFormat?: string | undefined;
|
|
1098
1088
|
readonly index?: boolean | undefined;
|
|
1099
1089
|
readonly type: "text";
|
|
@@ -1175,7 +1165,6 @@ declare const SysWebhook: Omit<{
|
|
|
1175
1165
|
relationshipField?: string | undefined;
|
|
1176
1166
|
} | undefined;
|
|
1177
1167
|
readonly language?: string | undefined;
|
|
1178
|
-
readonly maxRating?: number | undefined;
|
|
1179
1168
|
readonly step?: number | undefined;
|
|
1180
1169
|
readonly currencyConfig?: {
|
|
1181
1170
|
precision: number;
|
|
@@ -1269,7 +1258,6 @@ declare const SysWebhook: Omit<{
|
|
|
1269
1258
|
} | undefined;
|
|
1270
1259
|
readonly sortable?: boolean | undefined;
|
|
1271
1260
|
readonly inlineHelpText?: string | undefined;
|
|
1272
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1273
1261
|
readonly autonumberFormat?: string | undefined;
|
|
1274
1262
|
readonly index?: boolean | undefined;
|
|
1275
1263
|
readonly type: "text";
|
|
@@ -1351,7 +1339,6 @@ declare const SysWebhook: Omit<{
|
|
|
1351
1339
|
relationshipField?: string | undefined;
|
|
1352
1340
|
} | undefined;
|
|
1353
1341
|
readonly language?: string | undefined;
|
|
1354
|
-
readonly maxRating?: number | undefined;
|
|
1355
1342
|
readonly step?: number | undefined;
|
|
1356
1343
|
readonly currencyConfig?: {
|
|
1357
1344
|
precision: number;
|
|
@@ -1445,7 +1432,6 @@ declare const SysWebhook: Omit<{
|
|
|
1445
1432
|
} | undefined;
|
|
1446
1433
|
readonly sortable?: boolean | undefined;
|
|
1447
1434
|
readonly inlineHelpText?: string | undefined;
|
|
1448
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1449
1435
|
readonly autonumberFormat?: string | undefined;
|
|
1450
1436
|
readonly index?: boolean | undefined;
|
|
1451
1437
|
readonly type: "text";
|
|
@@ -1527,7 +1513,6 @@ declare const SysWebhook: Omit<{
|
|
|
1527
1513
|
relationshipField?: string | undefined;
|
|
1528
1514
|
} | undefined;
|
|
1529
1515
|
readonly language?: string | undefined;
|
|
1530
|
-
readonly maxRating?: number | undefined;
|
|
1531
1516
|
readonly step?: number | undefined;
|
|
1532
1517
|
readonly currencyConfig?: {
|
|
1533
1518
|
precision: number;
|
|
@@ -1621,7 +1606,6 @@ declare const SysWebhook: Omit<{
|
|
|
1621
1606
|
} | undefined;
|
|
1622
1607
|
readonly sortable?: boolean | undefined;
|
|
1623
1608
|
readonly inlineHelpText?: string | undefined;
|
|
1624
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1625
1609
|
readonly autonumberFormat?: string | undefined;
|
|
1626
1610
|
readonly index?: boolean | undefined;
|
|
1627
1611
|
readonly type: "text";
|
|
@@ -1703,7 +1687,6 @@ declare const SysWebhook: Omit<{
|
|
|
1703
1687
|
relationshipField?: string | undefined;
|
|
1704
1688
|
} | undefined;
|
|
1705
1689
|
readonly language?: string | undefined;
|
|
1706
|
-
readonly maxRating?: number | undefined;
|
|
1707
1690
|
readonly step?: number | undefined;
|
|
1708
1691
|
readonly currencyConfig?: {
|
|
1709
1692
|
precision: number;
|
|
@@ -1797,7 +1780,6 @@ declare const SysWebhook: Omit<{
|
|
|
1797
1780
|
} | undefined;
|
|
1798
1781
|
readonly sortable?: boolean | undefined;
|
|
1799
1782
|
readonly inlineHelpText?: string | undefined;
|
|
1800
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1801
1783
|
readonly autonumberFormat?: string | undefined;
|
|
1802
1784
|
readonly index?: boolean | undefined;
|
|
1803
1785
|
readonly type: "text";
|
|
@@ -1879,7 +1861,6 @@ declare const SysWebhook: Omit<{
|
|
|
1879
1861
|
relationshipField?: string | undefined;
|
|
1880
1862
|
} | undefined;
|
|
1881
1863
|
readonly language?: string | undefined;
|
|
1882
|
-
readonly maxRating?: number | undefined;
|
|
1883
1864
|
readonly step?: number | undefined;
|
|
1884
1865
|
readonly currencyConfig?: {
|
|
1885
1866
|
precision: number;
|
|
@@ -1973,7 +1954,6 @@ declare const SysWebhook: Omit<{
|
|
|
1973
1954
|
} | undefined;
|
|
1974
1955
|
readonly sortable?: boolean | undefined;
|
|
1975
1956
|
readonly inlineHelpText?: string | undefined;
|
|
1976
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1977
1957
|
readonly autonumberFormat?: string | undefined;
|
|
1978
1958
|
readonly index?: boolean | undefined;
|
|
1979
1959
|
readonly type: "text";
|
|
@@ -2055,7 +2035,6 @@ declare const SysWebhook: Omit<{
|
|
|
2055
2035
|
relationshipField?: string | undefined;
|
|
2056
2036
|
} | undefined;
|
|
2057
2037
|
readonly language?: string | undefined;
|
|
2058
|
-
readonly maxRating?: number | undefined;
|
|
2059
2038
|
readonly step?: number | undefined;
|
|
2060
2039
|
readonly currencyConfig?: {
|
|
2061
2040
|
precision: number;
|
|
@@ -2149,7 +2128,6 @@ declare const SysWebhook: Omit<{
|
|
|
2149
2128
|
} | undefined;
|
|
2150
2129
|
readonly sortable?: boolean | undefined;
|
|
2151
2130
|
readonly inlineHelpText?: string | undefined;
|
|
2152
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2153
2131
|
readonly autonumberFormat?: string | undefined;
|
|
2154
2132
|
readonly index?: boolean | undefined;
|
|
2155
2133
|
readonly type: "text";
|
|
@@ -2231,7 +2209,6 @@ declare const SysWebhook: Omit<{
|
|
|
2231
2209
|
relationshipField?: string | undefined;
|
|
2232
2210
|
} | undefined;
|
|
2233
2211
|
readonly language?: string | undefined;
|
|
2234
|
-
readonly maxRating?: number | undefined;
|
|
2235
2212
|
readonly step?: number | undefined;
|
|
2236
2213
|
readonly currencyConfig?: {
|
|
2237
2214
|
precision: number;
|
|
@@ -2325,7 +2302,6 @@ declare const SysWebhook: Omit<{
|
|
|
2325
2302
|
} | undefined;
|
|
2326
2303
|
readonly sortable?: boolean | undefined;
|
|
2327
2304
|
readonly inlineHelpText?: string | undefined;
|
|
2328
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2329
2305
|
readonly autonumberFormat?: string | undefined;
|
|
2330
2306
|
readonly index?: boolean | undefined;
|
|
2331
2307
|
readonly type: "textarea";
|
|
@@ -2407,7 +2383,6 @@ declare const SysWebhook: Omit<{
|
|
|
2407
2383
|
relationshipField?: string | undefined;
|
|
2408
2384
|
} | undefined;
|
|
2409
2385
|
readonly language?: string | undefined;
|
|
2410
|
-
readonly maxRating?: number | undefined;
|
|
2411
2386
|
readonly step?: number | undefined;
|
|
2412
2387
|
readonly currencyConfig?: {
|
|
2413
2388
|
precision: number;
|
|
@@ -2501,7 +2476,6 @@ declare const SysWebhook: Omit<{
|
|
|
2501
2476
|
} | undefined;
|
|
2502
2477
|
readonly sortable?: boolean | undefined;
|
|
2503
2478
|
readonly inlineHelpText?: string | undefined;
|
|
2504
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2505
2479
|
readonly autonumberFormat?: string | undefined;
|
|
2506
2480
|
readonly index?: boolean | undefined;
|
|
2507
2481
|
readonly type: "boolean";
|
|
@@ -2583,7 +2557,6 @@ declare const SysWebhook: Omit<{
|
|
|
2583
2557
|
relationshipField?: string | undefined;
|
|
2584
2558
|
} | undefined;
|
|
2585
2559
|
readonly language?: string | undefined;
|
|
2586
|
-
readonly maxRating?: number | undefined;
|
|
2587
2560
|
readonly step?: number | undefined;
|
|
2588
2561
|
readonly currencyConfig?: {
|
|
2589
2562
|
precision: number;
|
|
@@ -2677,7 +2650,6 @@ declare const SysWebhook: Omit<{
|
|
|
2677
2650
|
} | undefined;
|
|
2678
2651
|
readonly sortable?: boolean | undefined;
|
|
2679
2652
|
readonly inlineHelpText?: string | undefined;
|
|
2680
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2681
2653
|
readonly autonumberFormat?: string | undefined;
|
|
2682
2654
|
readonly index?: boolean | undefined;
|
|
2683
2655
|
readonly type: "textarea";
|
|
@@ -2759,7 +2731,6 @@ declare const SysWebhook: Omit<{
|
|
|
2759
2731
|
relationshipField?: string | undefined;
|
|
2760
2732
|
} | undefined;
|
|
2761
2733
|
readonly language?: string | undefined;
|
|
2762
|
-
readonly maxRating?: number | undefined;
|
|
2763
2734
|
readonly step?: number | undefined;
|
|
2764
2735
|
readonly currencyConfig?: {
|
|
2765
2736
|
precision: number;
|
|
@@ -2853,7 +2824,6 @@ declare const SysWebhook: Omit<{
|
|
|
2853
2824
|
} | undefined;
|
|
2854
2825
|
readonly sortable?: boolean | undefined;
|
|
2855
2826
|
readonly inlineHelpText?: string | undefined;
|
|
2856
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2857
2827
|
readonly autonumberFormat?: string | undefined;
|
|
2858
2828
|
readonly index?: boolean | undefined;
|
|
2859
2829
|
readonly type: "datetime";
|
|
@@ -2935,7 +2905,6 @@ declare const SysWebhook: Omit<{
|
|
|
2935
2905
|
relationshipField?: string | undefined;
|
|
2936
2906
|
} | undefined;
|
|
2937
2907
|
readonly language?: string | undefined;
|
|
2938
|
-
readonly maxRating?: number | undefined;
|
|
2939
2908
|
readonly step?: number | undefined;
|
|
2940
2909
|
readonly currencyConfig?: {
|
|
2941
2910
|
precision: number;
|
|
@@ -3029,7 +2998,6 @@ declare const SysWebhook: Omit<{
|
|
|
3029
2998
|
} | undefined;
|
|
3030
2999
|
readonly sortable?: boolean | undefined;
|
|
3031
3000
|
readonly inlineHelpText?: string | undefined;
|
|
3032
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3033
3001
|
readonly autonumberFormat?: string | undefined;
|
|
3034
3002
|
readonly index?: boolean | undefined;
|
|
3035
3003
|
readonly type: "datetime";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-webhooks",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.1.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.1.0",
|
|
23
|
+
"@objectstack/service-messaging": "11.1.0",
|
|
24
|
+
"@objectstack/spec": "11.1.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^26.0.0",
|