@almadar/core 10.86.0 → 10.87.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/dist/builders.d.ts +5 -4
- package/dist/builders.js +68 -29
- package/dist/builders.js.map +1 -1
- package/dist/{effect-BgDiw_bG.d.ts → effect-DMA97JxX.d.ts} +22 -6
- package/dist/{entityAccess-DK5S_2cT.d.ts → entityAccess-DNDEF75i.d.ts} +2 -2
- package/dist/{expression-Fk8bQWef.d.ts → expression-WfTp2arD.d.ts} +2 -65
- package/dist/factory/index.d.ts +6 -5
- package/dist/factory/index.js +1194 -401
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +35 -5
- package/dist/factory-runtime/index.js +127 -52
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/i18n/index.d.ts +111 -1
- package/dist/i18n/index.js +500 -19
- package/dist/i18n/index.js.map +1 -1
- package/dist/{index-ChYsqVJj.d.ts → index-xZP_Ajx3.d.ts} +18 -5
- package/dist/index.d.ts +82 -14
- package/dist/index.js +1876 -333
- package/dist/index.js.map +1 -1
- package/dist/json-D8gmyK3l.d.ts +65 -0
- package/dist/mock/index.d.ts +129 -12
- package/dist/mock/index.js +192 -61
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +2525 -609
- package/dist/patterns/index.js +1238 -384
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +107 -23
- package/dist/patterns/patterns-registry.json +1170 -400
- package/dist/patterns/registry.json +1170 -400
- package/dist/patterns/services-registry.json +170 -35
- package/dist/{schema-BhfQb1oe.d.ts → schema-_SPrm5Ic.d.ts} +46381 -21335
- package/dist/state-machine/index.d.ts +2 -1
- package/dist/trait-9tfq2tQb.d.ts +10554 -0
- package/dist/types/index.d.ts +7 -6
- package/dist/types/index.js +132 -43
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CCAmdxcH.d.ts → types-CjRjhiaO.d.ts} +19 -3
- package/package.json +2 -2
- package/dist/trait-pavNlGqm.d.ts +0 -5385
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-09-
|
|
3
|
+
"exportedAt": "2026-09-07T01:58:57.916Z",
|
|
4
4
|
"integrators": {
|
|
5
5
|
"github": {
|
|
6
6
|
"name": "github",
|
|
@@ -402,7 +402,10 @@
|
|
|
402
402
|
"name": "metadata",
|
|
403
403
|
"type": "object",
|
|
404
404
|
"required": false,
|
|
405
|
-
"description": "Arbitrary key-value tags attached to the PaymentIntent (string values only)."
|
|
405
|
+
"description": "Arbitrary key-value tags attached to the PaymentIntent (string values only).",
|
|
406
|
+
"mapValue": {
|
|
407
|
+
"type": "string"
|
|
408
|
+
}
|
|
406
409
|
}
|
|
407
410
|
],
|
|
408
411
|
"responseShape": {
|
|
@@ -870,7 +873,10 @@
|
|
|
870
873
|
"name": "payload",
|
|
871
874
|
"type": "object",
|
|
872
875
|
"required": false,
|
|
873
|
-
"description": "Event payload; defaults to an empty object."
|
|
876
|
+
"description": "Event payload; defaults to an empty object.",
|
|
877
|
+
"mapValue": {
|
|
878
|
+
"type": "string"
|
|
879
|
+
}
|
|
874
880
|
},
|
|
875
881
|
{
|
|
876
882
|
"name": "secret",
|
|
@@ -1862,7 +1868,10 @@
|
|
|
1862
1868
|
"name": "buildArgs",
|
|
1863
1869
|
"type": "object",
|
|
1864
1870
|
"required": false,
|
|
1865
|
-
"description": "Build-time --build-arg values."
|
|
1871
|
+
"description": "Build-time --build-arg values.",
|
|
1872
|
+
"mapValue": {
|
|
1873
|
+
"type": "string"
|
|
1874
|
+
}
|
|
1866
1875
|
}
|
|
1867
1876
|
],
|
|
1868
1877
|
"responseShape": {
|
|
@@ -1915,7 +1924,10 @@
|
|
|
1915
1924
|
"name": "env",
|
|
1916
1925
|
"type": "object",
|
|
1917
1926
|
"required": false,
|
|
1918
|
-
"description": "Environment variables set inside the container."
|
|
1927
|
+
"description": "Environment variables set inside the container.",
|
|
1928
|
+
"mapValue": {
|
|
1929
|
+
"type": "string"
|
|
1930
|
+
}
|
|
1919
1931
|
},
|
|
1920
1932
|
{
|
|
1921
1933
|
"name": "volumes",
|
|
@@ -2221,9 +2233,12 @@
|
|
|
2221
2233
|
},
|
|
2222
2234
|
{
|
|
2223
2235
|
"name": "metadata",
|
|
2224
|
-
"type": "
|
|
2236
|
+
"type": "object",
|
|
2225
2237
|
"required": false,
|
|
2226
|
-
"description": "
|
|
2238
|
+
"description": "Object metadata stored alongside the content (S3-compatible object stores carry metadata as string headers — never structured values).",
|
|
2239
|
+
"mapValue": {
|
|
2240
|
+
"type": "string"
|
|
2241
|
+
}
|
|
2227
2242
|
}
|
|
2228
2243
|
],
|
|
2229
2244
|
"responseShape": {
|
|
@@ -2343,7 +2358,12 @@
|
|
|
2343
2358
|
"content": "string",
|
|
2344
2359
|
"contentType": "string",
|
|
2345
2360
|
"size": "number",
|
|
2346
|
-
"metadata":
|
|
2361
|
+
"metadata": {
|
|
2362
|
+
"type": "object",
|
|
2363
|
+
"mapValue": {
|
|
2364
|
+
"type": "string"
|
|
2365
|
+
}
|
|
2366
|
+
}
|
|
2347
2367
|
}
|
|
2348
2368
|
},
|
|
2349
2369
|
{
|
|
@@ -2476,7 +2496,8 @@
|
|
|
2476
2496
|
"name": "payload",
|
|
2477
2497
|
"type": "ServiceParams",
|
|
2478
2498
|
"required": true,
|
|
2479
|
-
"description": "
|
|
2499
|
+
"description": "Job payload — the caller declares its own shape.",
|
|
2500
|
+
"shapedBy": "payload"
|
|
2480
2501
|
},
|
|
2481
2502
|
{
|
|
2482
2503
|
"name": "delay",
|
|
@@ -2508,7 +2529,29 @@
|
|
|
2508
2529
|
}
|
|
2509
2530
|
],
|
|
2510
2531
|
"responseShape": {
|
|
2511
|
-
"job":
|
|
2532
|
+
"job": {
|
|
2533
|
+
"type": "QueueJob | null",
|
|
2534
|
+
"properties": {
|
|
2535
|
+
"id": {
|
|
2536
|
+
"type": "string",
|
|
2537
|
+
"required": true
|
|
2538
|
+
},
|
|
2539
|
+
"payload": {
|
|
2540
|
+
"type": "ServiceParams",
|
|
2541
|
+
"required": true,
|
|
2542
|
+
"description": "Whatever `enqueue` was given — the caller declares its own shape.",
|
|
2543
|
+
"shapedBy": "payload"
|
|
2544
|
+
},
|
|
2545
|
+
"enqueuedAt": {
|
|
2546
|
+
"type": "number",
|
|
2547
|
+
"required": true
|
|
2548
|
+
},
|
|
2549
|
+
"priority": {
|
|
2550
|
+
"type": "number",
|
|
2551
|
+
"required": true
|
|
2552
|
+
}
|
|
2553
|
+
}
|
|
2554
|
+
}
|
|
2512
2555
|
}
|
|
2513
2556
|
},
|
|
2514
2557
|
{
|
|
@@ -2524,7 +2567,29 @@
|
|
|
2524
2567
|
],
|
|
2525
2568
|
"responseShape": {
|
|
2526
2569
|
"status": "'pending' | 'processing' | 'completed' | 'failed'",
|
|
2527
|
-
"job":
|
|
2570
|
+
"job": {
|
|
2571
|
+
"type": "QueueJob | null",
|
|
2572
|
+
"properties": {
|
|
2573
|
+
"id": {
|
|
2574
|
+
"type": "string",
|
|
2575
|
+
"required": true
|
|
2576
|
+
},
|
|
2577
|
+
"payload": {
|
|
2578
|
+
"type": "ServiceParams",
|
|
2579
|
+
"required": true,
|
|
2580
|
+
"description": "Whatever `enqueue` was given — the caller declares its own shape.",
|
|
2581
|
+
"shapedBy": "payload"
|
|
2582
|
+
},
|
|
2583
|
+
"enqueuedAt": {
|
|
2584
|
+
"type": "number",
|
|
2585
|
+
"required": true
|
|
2586
|
+
},
|
|
2587
|
+
"priority": {
|
|
2588
|
+
"type": "number",
|
|
2589
|
+
"required": true
|
|
2590
|
+
}
|
|
2591
|
+
}
|
|
2592
|
+
}
|
|
2528
2593
|
}
|
|
2529
2594
|
},
|
|
2530
2595
|
{
|
|
@@ -2541,7 +2606,8 @@
|
|
|
2541
2606
|
"name": "result",
|
|
2542
2607
|
"type": "ServiceParams",
|
|
2543
2608
|
"required": false,
|
|
2544
|
-
"description": "Result payload to attach to the job."
|
|
2609
|
+
"description": "Result payload to attach to the job — the caller declares its own shape (not necessarily the same shape as the job's `payload`).",
|
|
2610
|
+
"shapedBy": "result"
|
|
2545
2611
|
}
|
|
2546
2612
|
],
|
|
2547
2613
|
"responseShape": {
|
|
@@ -2620,7 +2686,10 @@
|
|
|
2620
2686
|
}
|
|
2621
2687
|
],
|
|
2622
2688
|
"responseShape": {
|
|
2623
|
-
"value":
|
|
2689
|
+
"value": {
|
|
2690
|
+
"type": "ServiceParams",
|
|
2691
|
+
"shapedBy": "value"
|
|
2692
|
+
}
|
|
2624
2693
|
}
|
|
2625
2694
|
},
|
|
2626
2695
|
{
|
|
@@ -2637,7 +2706,8 @@
|
|
|
2637
2706
|
"name": "value",
|
|
2638
2707
|
"type": "ServiceParams",
|
|
2639
2708
|
"required": true,
|
|
2640
|
-
"description": "Value to store."
|
|
2709
|
+
"description": "Value to store — the caller declares its own shape.",
|
|
2710
|
+
"shapedBy": "value"
|
|
2641
2711
|
},
|
|
2642
2712
|
{
|
|
2643
2713
|
"name": "ttl",
|
|
@@ -2764,7 +2834,8 @@
|
|
|
2764
2834
|
"name": "message",
|
|
2765
2835
|
"type": "ServiceParams",
|
|
2766
2836
|
"required": true,
|
|
2767
|
-
"description": "Message payload."
|
|
2837
|
+
"description": "Message payload — the caller declares its own shape.",
|
|
2838
|
+
"shapedBy": "message"
|
|
2768
2839
|
}
|
|
2769
2840
|
],
|
|
2770
2841
|
"responseShape": {
|
|
@@ -3052,9 +3123,12 @@
|
|
|
3052
3123
|
},
|
|
3053
3124
|
{
|
|
3054
3125
|
"name": "attributes",
|
|
3055
|
-
"type": "
|
|
3126
|
+
"type": "object",
|
|
3056
3127
|
"required": false,
|
|
3057
|
-
"description": "Key-value attributes attached to the span."
|
|
3128
|
+
"description": "Key-value attributes attached to the span (OTel attribute values are scalar).",
|
|
3129
|
+
"mapValue": {
|
|
3130
|
+
"type": "string | number | boolean"
|
|
3131
|
+
}
|
|
3058
3132
|
},
|
|
3059
3133
|
{
|
|
3060
3134
|
"name": "traceId",
|
|
@@ -3107,9 +3181,12 @@
|
|
|
3107
3181
|
},
|
|
3108
3182
|
{
|
|
3109
3183
|
"name": "attributes",
|
|
3110
|
-
"type": "
|
|
3184
|
+
"type": "object",
|
|
3111
3185
|
"required": false,
|
|
3112
|
-
"description": "Key-value attributes attached to the event."
|
|
3186
|
+
"description": "Key-value attributes attached to the event (OTel attribute values are scalar).",
|
|
3187
|
+
"mapValue": {
|
|
3188
|
+
"type": "string | number | boolean"
|
|
3189
|
+
}
|
|
3113
3190
|
}
|
|
3114
3191
|
],
|
|
3115
3192
|
"responseShape": {
|
|
@@ -3140,9 +3217,12 @@
|
|
|
3140
3217
|
},
|
|
3141
3218
|
{
|
|
3142
3219
|
"name": "labels",
|
|
3143
|
-
"type": "
|
|
3220
|
+
"type": "object",
|
|
3144
3221
|
"required": false,
|
|
3145
|
-
"description": "Key-value labels attached to the metric (replaces prior labels on the same name)."
|
|
3222
|
+
"description": "Key-value labels attached to the metric (replaces prior labels on the same name; OTel label values are scalar).",
|
|
3223
|
+
"mapValue": {
|
|
3224
|
+
"type": "string | number | boolean"
|
|
3225
|
+
}
|
|
3146
3226
|
}
|
|
3147
3227
|
],
|
|
3148
3228
|
"responseShape": {
|
|
@@ -3226,7 +3306,8 @@
|
|
|
3226
3306
|
"name": "context",
|
|
3227
3307
|
"type": "IntegrationParams",
|
|
3228
3308
|
"required": false,
|
|
3229
|
-
"description": "Extra context passed through to the agent."
|
|
3309
|
+
"description": "Extra context passed through to the agent — the caller declares its own shape.",
|
|
3310
|
+
"shapedBy": "context"
|
|
3230
3311
|
}
|
|
3231
3312
|
],
|
|
3232
3313
|
"responseShape": {
|
|
@@ -3352,7 +3433,10 @@
|
|
|
3352
3433
|
}
|
|
3353
3434
|
],
|
|
3354
3435
|
"responseShape": {
|
|
3355
|
-
"rows":
|
|
3436
|
+
"rows": {
|
|
3437
|
+
"type": "DatabaseRow[]",
|
|
3438
|
+
"shapedBy": "rows"
|
|
3439
|
+
},
|
|
3356
3440
|
"rowCount": "number"
|
|
3357
3441
|
}
|
|
3358
3442
|
}
|