@almadar/core 10.86.0 → 10.88.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 +70 -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-B5_Y9zF5.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 +129 -52
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/i18n/index.d.ts +124 -2
- package/dist/i18n/index.js +680 -382
- package/dist/i18n/index.js.map +1 -1
- package/dist/{index-ChYsqVJj.d.ts → index-CYE40P_7.d.ts} +18 -5
- package/dist/index.d.ts +82 -14
- package/dist/index.js +2058 -696
- 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-ex9koAoK.d.ts} +46845 -21335
- package/dist/state-machine/index.d.ts +2 -1
- package/dist/trait-BJAX5TJK.d.ts +10683 -0
- package/dist/types/index.d.ts +7 -6
- package/dist/types/index.js +134 -43
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CCAmdxcH.d.ts → types-kHQhEEXQ.d.ts} +19 -3
- package/package.json +4 -3
- 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
|
"services": {
|
|
5
5
|
"llm": {
|
|
6
6
|
"name": "llm",
|
|
@@ -115,8 +115,14 @@
|
|
|
115
115
|
"required": false
|
|
116
116
|
},
|
|
117
117
|
"properties": {
|
|
118
|
-
"type": "
|
|
119
|
-
"required": false
|
|
118
|
+
"type": "object",
|
|
119
|
+
"required": false,
|
|
120
|
+
"description": "Keyed by field name — each named field carries its OWN nested schema\n(real JSON-Schema semantics; a single un-keyed nested schema here would\nsay every field of an object shares one shape).",
|
|
121
|
+
"mapValue": {
|
|
122
|
+
"type": "JsonSchemaDefinition",
|
|
123
|
+
"cyclic": true,
|
|
124
|
+
"cyclicTypeName": "JsonSchemaDefinition"
|
|
125
|
+
}
|
|
120
126
|
},
|
|
121
127
|
"required": {
|
|
122
128
|
"type": "string[]",
|
|
@@ -124,11 +130,15 @@
|
|
|
124
130
|
},
|
|
125
131
|
"items": {
|
|
126
132
|
"type": "JsonSchemaDefinition",
|
|
127
|
-
"required": false
|
|
133
|
+
"required": false,
|
|
134
|
+
"cyclic": true,
|
|
135
|
+
"cyclicTypeName": "JsonSchemaDefinition"
|
|
128
136
|
},
|
|
129
137
|
"additionalProperties": {
|
|
130
138
|
"type": "JsonSchemaDefinition",
|
|
131
|
-
"required": false
|
|
139
|
+
"required": false,
|
|
140
|
+
"cyclic": true,
|
|
141
|
+
"cyclicTypeName": "JsonSchemaDefinition"
|
|
132
142
|
},
|
|
133
143
|
"description": {
|
|
134
144
|
"type": "string",
|
|
@@ -149,7 +159,10 @@
|
|
|
149
159
|
}
|
|
150
160
|
],
|
|
151
161
|
"responseShape": {
|
|
152
|
-
"data":
|
|
162
|
+
"data": {
|
|
163
|
+
"type": "ExtractedData",
|
|
164
|
+
"shapedBy": "schema"
|
|
165
|
+
},
|
|
153
166
|
"confidence": "number"
|
|
154
167
|
},
|
|
155
168
|
"synonyms": "parse, structure"
|
|
@@ -418,7 +431,12 @@
|
|
|
418
431
|
"description": "",
|
|
419
432
|
"params": [],
|
|
420
433
|
"responseShape": {
|
|
421
|
-
"counts":
|
|
434
|
+
"counts": {
|
|
435
|
+
"type": "object",
|
|
436
|
+
"mapValue": {
|
|
437
|
+
"type": "number"
|
|
438
|
+
}
|
|
439
|
+
}
|
|
422
440
|
}
|
|
423
441
|
}
|
|
424
442
|
],
|
|
@@ -572,7 +590,10 @@
|
|
|
572
590
|
"name": "source",
|
|
573
591
|
"type": "object",
|
|
574
592
|
"required": true,
|
|
575
|
-
"description": "ImportSource descriptor (kind + source-specific config)"
|
|
593
|
+
"description": "ImportSource descriptor (kind + source-specific config)",
|
|
594
|
+
"mapValue": {
|
|
595
|
+
"type": "string"
|
|
596
|
+
}
|
|
576
597
|
},
|
|
577
598
|
{
|
|
578
599
|
"name": "connectionRef",
|
|
@@ -588,7 +609,15 @@
|
|
|
588
609
|
}
|
|
589
610
|
],
|
|
590
611
|
"responseShape": {
|
|
591
|
-
"documents":
|
|
612
|
+
"documents": {
|
|
613
|
+
"type": "array",
|
|
614
|
+
"items": {
|
|
615
|
+
"type": "object",
|
|
616
|
+
"mapValue": {
|
|
617
|
+
"type": "string"
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
}
|
|
592
621
|
}
|
|
593
622
|
},
|
|
594
623
|
{
|
|
@@ -599,7 +628,10 @@
|
|
|
599
628
|
"name": "source",
|
|
600
629
|
"type": "object",
|
|
601
630
|
"required": true,
|
|
602
|
-
"description": "ImportSource descriptor (kind + source-specific config)"
|
|
631
|
+
"description": "ImportSource descriptor (kind + source-specific config)",
|
|
632
|
+
"mapValue": {
|
|
633
|
+
"type": "string"
|
|
634
|
+
}
|
|
603
635
|
},
|
|
604
636
|
{
|
|
605
637
|
"name": "documentId",
|
|
@@ -615,7 +647,12 @@
|
|
|
615
647
|
}
|
|
616
648
|
],
|
|
617
649
|
"responseShape": {
|
|
618
|
-
"document":
|
|
650
|
+
"document": {
|
|
651
|
+
"type": "object",
|
|
652
|
+
"mapValue": {
|
|
653
|
+
"type": "string"
|
|
654
|
+
}
|
|
655
|
+
}
|
|
619
656
|
}
|
|
620
657
|
},
|
|
621
658
|
{
|
|
@@ -632,7 +669,13 @@
|
|
|
632
669
|
"name": "units",
|
|
633
670
|
"type": "array",
|
|
634
671
|
"required": true,
|
|
635
|
-
"description": "ImportUnit[] staged for commit"
|
|
672
|
+
"description": "ImportUnit[] staged for commit",
|
|
673
|
+
"items": {
|
|
674
|
+
"type": "object",
|
|
675
|
+
"mapValue": {
|
|
676
|
+
"type": "string"
|
|
677
|
+
}
|
|
678
|
+
}
|
|
636
679
|
},
|
|
637
680
|
{
|
|
638
681
|
"name": "connectionRef",
|
|
@@ -643,7 +686,15 @@
|
|
|
643
686
|
],
|
|
644
687
|
"responseShape": {
|
|
645
688
|
"committed": "number",
|
|
646
|
-
"failed":
|
|
689
|
+
"failed": {
|
|
690
|
+
"type": "array",
|
|
691
|
+
"items": {
|
|
692
|
+
"type": "object",
|
|
693
|
+
"mapValue": {
|
|
694
|
+
"type": "string"
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
}
|
|
647
698
|
}
|
|
648
699
|
}
|
|
649
700
|
],
|
|
@@ -1199,7 +1250,10 @@
|
|
|
1199
1250
|
"name": "metadata",
|
|
1200
1251
|
"type": "object",
|
|
1201
1252
|
"required": false,
|
|
1202
|
-
"description": "Arbitrary key-value tags attached to the PaymentIntent (string values only)."
|
|
1253
|
+
"description": "Arbitrary key-value tags attached to the PaymentIntent (string values only).",
|
|
1254
|
+
"mapValue": {
|
|
1255
|
+
"type": "string"
|
|
1256
|
+
}
|
|
1203
1257
|
}
|
|
1204
1258
|
],
|
|
1205
1259
|
"responseShape": {
|
|
@@ -1717,7 +1771,10 @@
|
|
|
1717
1771
|
"name": "payload",
|
|
1718
1772
|
"type": "object",
|
|
1719
1773
|
"required": false,
|
|
1720
|
-
"description": "Event payload; defaults to an empty object."
|
|
1774
|
+
"description": "Event payload; defaults to an empty object.",
|
|
1775
|
+
"mapValue": {
|
|
1776
|
+
"type": "string"
|
|
1777
|
+
}
|
|
1721
1778
|
},
|
|
1722
1779
|
{
|
|
1723
1780
|
"name": "secret",
|
|
@@ -2850,7 +2907,10 @@
|
|
|
2850
2907
|
"name": "buildArgs",
|
|
2851
2908
|
"type": "object",
|
|
2852
2909
|
"required": false,
|
|
2853
|
-
"description": "Build-time --build-arg values."
|
|
2910
|
+
"description": "Build-time --build-arg values.",
|
|
2911
|
+
"mapValue": {
|
|
2912
|
+
"type": "string"
|
|
2913
|
+
}
|
|
2854
2914
|
}
|
|
2855
2915
|
],
|
|
2856
2916
|
"responseShape": {
|
|
@@ -2903,7 +2963,10 @@
|
|
|
2903
2963
|
"name": "env",
|
|
2904
2964
|
"type": "object",
|
|
2905
2965
|
"required": false,
|
|
2906
|
-
"description": "Environment variables set inside the container."
|
|
2966
|
+
"description": "Environment variables set inside the container.",
|
|
2967
|
+
"mapValue": {
|
|
2968
|
+
"type": "string"
|
|
2969
|
+
}
|
|
2907
2970
|
},
|
|
2908
2971
|
{
|
|
2909
2972
|
"name": "volumes",
|
|
@@ -3177,7 +3240,10 @@
|
|
|
3177
3240
|
}
|
|
3178
3241
|
],
|
|
3179
3242
|
"responseShape": {
|
|
3180
|
-
"rows":
|
|
3243
|
+
"rows": {
|
|
3244
|
+
"type": "DatabaseRow[]",
|
|
3245
|
+
"shapedBy": "rows"
|
|
3246
|
+
},
|
|
3181
3247
|
"rowCount": "number"
|
|
3182
3248
|
}
|
|
3183
3249
|
}
|
|
@@ -3258,9 +3324,12 @@
|
|
|
3258
3324
|
},
|
|
3259
3325
|
{
|
|
3260
3326
|
"name": "metadata",
|
|
3261
|
-
"type": "
|
|
3327
|
+
"type": "object",
|
|
3262
3328
|
"required": false,
|
|
3263
|
-
"description": "
|
|
3329
|
+
"description": "Object metadata stored alongside the content (S3-compatible object stores carry metadata as string headers — never structured values).",
|
|
3330
|
+
"mapValue": {
|
|
3331
|
+
"type": "string"
|
|
3332
|
+
}
|
|
3264
3333
|
}
|
|
3265
3334
|
],
|
|
3266
3335
|
"responseShape": {
|
|
@@ -3380,7 +3449,12 @@
|
|
|
3380
3449
|
"content": "string",
|
|
3381
3450
|
"contentType": "string",
|
|
3382
3451
|
"size": "number",
|
|
3383
|
-
"metadata":
|
|
3452
|
+
"metadata": {
|
|
3453
|
+
"type": "object",
|
|
3454
|
+
"mapValue": {
|
|
3455
|
+
"type": "string"
|
|
3456
|
+
}
|
|
3457
|
+
}
|
|
3384
3458
|
}
|
|
3385
3459
|
},
|
|
3386
3460
|
{
|
|
@@ -3548,7 +3622,8 @@
|
|
|
3548
3622
|
"name": "payload",
|
|
3549
3623
|
"type": "ServiceParams",
|
|
3550
3624
|
"required": true,
|
|
3551
|
-
"description": "
|
|
3625
|
+
"description": "Job payload — the caller declares its own shape.",
|
|
3626
|
+
"shapedBy": "payload"
|
|
3552
3627
|
},
|
|
3553
3628
|
{
|
|
3554
3629
|
"name": "delay",
|
|
@@ -3580,7 +3655,29 @@
|
|
|
3580
3655
|
}
|
|
3581
3656
|
],
|
|
3582
3657
|
"responseShape": {
|
|
3583
|
-
"job":
|
|
3658
|
+
"job": {
|
|
3659
|
+
"type": "QueueJob | null",
|
|
3660
|
+
"properties": {
|
|
3661
|
+
"id": {
|
|
3662
|
+
"type": "string",
|
|
3663
|
+
"required": true
|
|
3664
|
+
},
|
|
3665
|
+
"payload": {
|
|
3666
|
+
"type": "ServiceParams",
|
|
3667
|
+
"required": true,
|
|
3668
|
+
"description": "Whatever `enqueue` was given — the caller declares its own shape.",
|
|
3669
|
+
"shapedBy": "payload"
|
|
3670
|
+
},
|
|
3671
|
+
"enqueuedAt": {
|
|
3672
|
+
"type": "number",
|
|
3673
|
+
"required": true
|
|
3674
|
+
},
|
|
3675
|
+
"priority": {
|
|
3676
|
+
"type": "number",
|
|
3677
|
+
"required": true
|
|
3678
|
+
}
|
|
3679
|
+
}
|
|
3680
|
+
}
|
|
3584
3681
|
}
|
|
3585
3682
|
},
|
|
3586
3683
|
{
|
|
@@ -3596,7 +3693,29 @@
|
|
|
3596
3693
|
],
|
|
3597
3694
|
"responseShape": {
|
|
3598
3695
|
"status": "'pending' | 'processing' | 'completed' | 'failed'",
|
|
3599
|
-
"job":
|
|
3696
|
+
"job": {
|
|
3697
|
+
"type": "QueueJob | null",
|
|
3698
|
+
"properties": {
|
|
3699
|
+
"id": {
|
|
3700
|
+
"type": "string",
|
|
3701
|
+
"required": true
|
|
3702
|
+
},
|
|
3703
|
+
"payload": {
|
|
3704
|
+
"type": "ServiceParams",
|
|
3705
|
+
"required": true,
|
|
3706
|
+
"description": "Whatever `enqueue` was given — the caller declares its own shape.",
|
|
3707
|
+
"shapedBy": "payload"
|
|
3708
|
+
},
|
|
3709
|
+
"enqueuedAt": {
|
|
3710
|
+
"type": "number",
|
|
3711
|
+
"required": true
|
|
3712
|
+
},
|
|
3713
|
+
"priority": {
|
|
3714
|
+
"type": "number",
|
|
3715
|
+
"required": true
|
|
3716
|
+
}
|
|
3717
|
+
}
|
|
3718
|
+
}
|
|
3600
3719
|
}
|
|
3601
3720
|
},
|
|
3602
3721
|
{
|
|
@@ -3613,7 +3732,8 @@
|
|
|
3613
3732
|
"name": "result",
|
|
3614
3733
|
"type": "ServiceParams",
|
|
3615
3734
|
"required": false,
|
|
3616
|
-
"description": "Result payload to attach to the job."
|
|
3735
|
+
"description": "Result payload to attach to the job — the caller declares its own shape (not necessarily the same shape as the job's `payload`).",
|
|
3736
|
+
"shapedBy": "result"
|
|
3617
3737
|
}
|
|
3618
3738
|
],
|
|
3619
3739
|
"responseShape": {
|
|
@@ -3702,7 +3822,10 @@
|
|
|
3702
3822
|
}
|
|
3703
3823
|
],
|
|
3704
3824
|
"responseShape": {
|
|
3705
|
-
"value":
|
|
3825
|
+
"value": {
|
|
3826
|
+
"type": "ServiceParams",
|
|
3827
|
+
"shapedBy": "value"
|
|
3828
|
+
}
|
|
3706
3829
|
}
|
|
3707
3830
|
},
|
|
3708
3831
|
{
|
|
@@ -3719,7 +3842,8 @@
|
|
|
3719
3842
|
"name": "value",
|
|
3720
3843
|
"type": "ServiceParams",
|
|
3721
3844
|
"required": true,
|
|
3722
|
-
"description": "Value to store."
|
|
3845
|
+
"description": "Value to store — the caller declares its own shape.",
|
|
3846
|
+
"shapedBy": "value"
|
|
3723
3847
|
},
|
|
3724
3848
|
{
|
|
3725
3849
|
"name": "ttl",
|
|
@@ -3846,7 +3970,8 @@
|
|
|
3846
3970
|
"name": "message",
|
|
3847
3971
|
"type": "ServiceParams",
|
|
3848
3972
|
"required": true,
|
|
3849
|
-
"description": "Message payload."
|
|
3973
|
+
"description": "Message payload — the caller declares its own shape.",
|
|
3974
|
+
"shapedBy": "message"
|
|
3850
3975
|
}
|
|
3851
3976
|
],
|
|
3852
3977
|
"responseShape": {
|
|
@@ -4184,9 +4309,12 @@
|
|
|
4184
4309
|
},
|
|
4185
4310
|
{
|
|
4186
4311
|
"name": "attributes",
|
|
4187
|
-
"type": "
|
|
4312
|
+
"type": "object",
|
|
4188
4313
|
"required": false,
|
|
4189
|
-
"description": "Key-value attributes attached to the span."
|
|
4314
|
+
"description": "Key-value attributes attached to the span (OTel attribute values are scalar).",
|
|
4315
|
+
"mapValue": {
|
|
4316
|
+
"type": "string | number | boolean"
|
|
4317
|
+
}
|
|
4190
4318
|
},
|
|
4191
4319
|
{
|
|
4192
4320
|
"name": "traceId",
|
|
@@ -4239,9 +4367,12 @@
|
|
|
4239
4367
|
},
|
|
4240
4368
|
{
|
|
4241
4369
|
"name": "attributes",
|
|
4242
|
-
"type": "
|
|
4370
|
+
"type": "object",
|
|
4243
4371
|
"required": false,
|
|
4244
|
-
"description": "Key-value attributes attached to the event."
|
|
4372
|
+
"description": "Key-value attributes attached to the event (OTel attribute values are scalar).",
|
|
4373
|
+
"mapValue": {
|
|
4374
|
+
"type": "string | number | boolean"
|
|
4375
|
+
}
|
|
4245
4376
|
}
|
|
4246
4377
|
],
|
|
4247
4378
|
"responseShape": {
|
|
@@ -4272,9 +4403,12 @@
|
|
|
4272
4403
|
},
|
|
4273
4404
|
{
|
|
4274
4405
|
"name": "labels",
|
|
4275
|
-
"type": "
|
|
4406
|
+
"type": "object",
|
|
4276
4407
|
"required": false,
|
|
4277
|
-
"description": "Key-value labels attached to the metric (replaces prior labels on the same name)."
|
|
4408
|
+
"description": "Key-value labels attached to the metric (replaces prior labels on the same name; OTel label values are scalar).",
|
|
4409
|
+
"mapValue": {
|
|
4410
|
+
"type": "string | number | boolean"
|
|
4411
|
+
}
|
|
4278
4412
|
}
|
|
4279
4413
|
],
|
|
4280
4414
|
"responseShape": {
|
|
@@ -4377,7 +4511,8 @@
|
|
|
4377
4511
|
"name": "context",
|
|
4378
4512
|
"type": "IntegrationParams",
|
|
4379
4513
|
"required": false,
|
|
4380
|
-
"description": "Extra context passed through to the agent."
|
|
4514
|
+
"description": "Extra context passed through to the agent — the caller declares its own shape.",
|
|
4515
|
+
"shapedBy": "context"
|
|
4381
4516
|
}
|
|
4382
4517
|
],
|
|
4383
4518
|
"responseShape": {
|