@almadar/core 10.66.0 → 10.67.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 +3 -3
- package/dist/builders.js.map +1 -1
- package/dist/{effect-BTXY2wl8.d.ts → effect-1QxaoQFj.d.ts} +4 -1
- package/dist/{entityAccess-B5nbSI6L.d.ts → entityAccess-BeN_FNtm.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/{index-BNEx05jQ.d.ts → index-Czuk06Hr.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +79 -6
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +135 -7
- package/dist/patterns/index.js +66 -5
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +43 -2
- package/dist/patterns/patterns-registry.json +21 -1
- package/dist/patterns/registry.json +21 -1
- package/dist/patterns/services-registry.json +164 -50
- package/dist/{schema-DwFRl8ZS.d.ts → schema-BRAEV9eY.d.ts} +2 -2
- package/dist/{trait-CzOtZitc.d.ts → trait-BkpkZfRN.d.ts} +17 -10
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +13 -1
- package/dist/types/index.js.map +1 -1
- package/dist/{types-C0NIDJ5X.d.ts → types-DO_gWzsC.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-08-
|
|
3
|
+
"exportedAt": "2026-08-23T09:11:28.111Z",
|
|
4
4
|
"integrators": {
|
|
5
5
|
"github": {
|
|
6
6
|
"name": "github",
|
|
@@ -666,6 +666,12 @@
|
|
|
666
666
|
"type": "string",
|
|
667
667
|
"required": true,
|
|
668
668
|
"description": ""
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"name": "from",
|
|
672
|
+
"type": "string",
|
|
673
|
+
"required": false,
|
|
674
|
+
"description": ""
|
|
669
675
|
}
|
|
670
676
|
],
|
|
671
677
|
"responseShape": {
|
|
@@ -729,6 +735,24 @@
|
|
|
729
735
|
"type": "string",
|
|
730
736
|
"required": false,
|
|
731
737
|
"description": ""
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"name": "htmlBody",
|
|
741
|
+
"type": "string",
|
|
742
|
+
"required": false,
|
|
743
|
+
"description": "HTML content; when present `body` becomes the plain-text alternative."
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"name": "replyTo",
|
|
747
|
+
"type": "string",
|
|
748
|
+
"required": false,
|
|
749
|
+
"description": ""
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "templateId",
|
|
753
|
+
"type": "string",
|
|
754
|
+
"required": false,
|
|
755
|
+
"description": "Provider template reference (SendGrid dynamic templates; Resend rejects it loudly)."
|
|
732
756
|
}
|
|
733
757
|
],
|
|
734
758
|
"responseShape": {
|
|
@@ -1811,11 +1835,18 @@
|
|
|
1811
1835
|
"type": "number",
|
|
1812
1836
|
"required": false,
|
|
1813
1837
|
"description": ""
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"name": "continuationToken",
|
|
1841
|
+
"type": "string",
|
|
1842
|
+
"required": false,
|
|
1843
|
+
"description": ""
|
|
1814
1844
|
}
|
|
1815
1845
|
],
|
|
1816
1846
|
"responseShape": {
|
|
1817
1847
|
"keys": "array",
|
|
1818
|
-
"truncated": "boolean"
|
|
1848
|
+
"truncated": "boolean",
|
|
1849
|
+
"nextToken": "string"
|
|
1819
1850
|
}
|
|
1820
1851
|
},
|
|
1821
1852
|
{
|
|
@@ -2405,6 +2436,16 @@
|
|
|
2405
2436
|
"ok": "boolean",
|
|
2406
2437
|
"message": "string"
|
|
2407
2438
|
}
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"name": "rotate",
|
|
2442
|
+
"description": "",
|
|
2443
|
+
"params": [],
|
|
2444
|
+
"responseShape": {
|
|
2445
|
+
"rotated": "number",
|
|
2446
|
+
"alreadyCurrent": "number",
|
|
2447
|
+
"unreadable": "number"
|
|
2448
|
+
}
|
|
2408
2449
|
}
|
|
2409
2450
|
]
|
|
2410
2451
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-08-
|
|
3
|
+
"exportedAt": "2026-08-23T03:36:02.671Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -39452,6 +39452,26 @@
|
|
|
39452
39452
|
"description": "gridStep prop",
|
|
39453
39453
|
"default": 1
|
|
39454
39454
|
},
|
|
39455
|
+
"backgroundColor": {
|
|
39456
|
+
"types": [
|
|
39457
|
+
"string"
|
|
39458
|
+
],
|
|
39459
|
+
"description": "Canvas fill color; `var(--token, fallback)` strings resolve against the active theme. Default transparent."
|
|
39460
|
+
},
|
|
39461
|
+
"gridColor": {
|
|
39462
|
+
"types": [
|
|
39463
|
+
"string"
|
|
39464
|
+
],
|
|
39465
|
+
"description": "Grid line color; resolves theme tokens (default `var(--color-border, #9ca3af)`).",
|
|
39466
|
+
"default": "var(--color-border, #9ca3af)"
|
|
39467
|
+
},
|
|
39468
|
+
"axisColor": {
|
|
39469
|
+
"types": [
|
|
39470
|
+
"string"
|
|
39471
|
+
],
|
|
39472
|
+
"description": "Axis line color; resolves theme tokens (default `var(--color-muted-foreground, #374151)`).",
|
|
39473
|
+
"default": "var(--color-muted-foreground, #374151)"
|
|
39474
|
+
},
|
|
39455
39475
|
"showTickLabels": {
|
|
39456
39476
|
"types": [
|
|
39457
39477
|
"boolean"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-08-
|
|
3
|
+
"exportedAt": "2026-08-23T03:36:02.671Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -39452,6 +39452,26 @@
|
|
|
39452
39452
|
"description": "gridStep prop",
|
|
39453
39453
|
"default": 1
|
|
39454
39454
|
},
|
|
39455
|
+
"backgroundColor": {
|
|
39456
|
+
"types": [
|
|
39457
|
+
"string"
|
|
39458
|
+
],
|
|
39459
|
+
"description": "Canvas fill color; `var(--token, fallback)` strings resolve against the active theme. Default transparent."
|
|
39460
|
+
},
|
|
39461
|
+
"gridColor": {
|
|
39462
|
+
"types": [
|
|
39463
|
+
"string"
|
|
39464
|
+
],
|
|
39465
|
+
"description": "Grid line color; resolves theme tokens (default `var(--color-border, #9ca3af)`).",
|
|
39466
|
+
"default": "var(--color-border, #9ca3af)"
|
|
39467
|
+
},
|
|
39468
|
+
"axisColor": {
|
|
39469
|
+
"types": [
|
|
39470
|
+
"string"
|
|
39471
|
+
],
|
|
39472
|
+
"description": "Axis line color; resolves theme tokens (default `var(--color-muted-foreground, #374151)`).",
|
|
39473
|
+
"default": "var(--color-muted-foreground, #374151)"
|
|
39474
|
+
},
|
|
39455
39475
|
"showTickLabels": {
|
|
39456
39476
|
"types": [
|
|
39457
39477
|
"boolean"
|