@rex0220/kintone-sql-tools 3.35.0 → 3.37.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-cli/ksql.js +296 -266
- package/dist-engine/index.cjs +10 -9
- package/dist-engine/index.mjs +10 -9
- package/dist-engine/ksql-engine.umd.js +10 -9
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +48 -10
- package/dist-engine/meta/esm.json +48 -10
- package/dist-engine/meta/umd.json +48 -10
- package/dist-engine/publicTypes.d.ts +2 -0
- package/dist-mcp/ksql-mcp.js +307 -270
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-
|
|
2
|
+
"generatedAt": "2026-08-01T00:28:50.000Z",
|
|
3
3
|
"baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
|
|
4
4
|
"bundles": {
|
|
5
5
|
"index.cjs": {
|
|
6
|
-
"inputCount":
|
|
7
|
-
"minifiedBytes":
|
|
8
|
-
"gzipBytes":
|
|
6
|
+
"inputCount": 101,
|
|
7
|
+
"minifiedBytes": 549183,
|
|
8
|
+
"gzipBytes": 150248,
|
|
9
9
|
"forbidden": {
|
|
10
10
|
"mcp-instructions": [],
|
|
11
11
|
"src-mcp": [],
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"index.mjs": {
|
|
26
|
-
"inputCount":
|
|
27
|
-
"minifiedBytes":
|
|
28
|
-
"gzipBytes":
|
|
26
|
+
"inputCount": 101,
|
|
27
|
+
"minifiedBytes": 548638,
|
|
28
|
+
"gzipBytes": 149961,
|
|
29
29
|
"forbidden": {
|
|
30
30
|
"mcp-instructions": [],
|
|
31
31
|
"src-mcp": [],
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"ksql-engine.umd.js": {
|
|
46
|
-
"inputCount":
|
|
47
|
-
"minifiedBytes":
|
|
48
|
-
"gzipBytes":
|
|
46
|
+
"inputCount": 103,
|
|
47
|
+
"minifiedBytes": 549662,
|
|
48
|
+
"gzipBytes": 150293,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
"format": "esm"
|
|
1198
1198
|
},
|
|
1199
1199
|
"src/execute.ts": {
|
|
1200
|
-
"bytes":
|
|
1200
|
+
"bytes": 473696,
|
|
1201
1201
|
"imports": [
|
|
1202
1202
|
{
|
|
1203
1203
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1673,11 +1673,33 @@
|
|
|
1673
1673
|
],
|
|
1674
1674
|
"format": "esm"
|
|
1675
1675
|
},
|
|
1676
|
-
"src/
|
|
1677
|
-
"bytes":
|
|
1676
|
+
"src/core/logicalApps.ts": {
|
|
1677
|
+
"bytes": 10417,
|
|
1678
1678
|
"imports": [],
|
|
1679
1679
|
"format": "esm"
|
|
1680
1680
|
},
|
|
1681
|
+
"src/engine-library/options.ts": {
|
|
1682
|
+
"bytes": 6374,
|
|
1683
|
+
"imports": [
|
|
1684
|
+
{
|
|
1685
|
+
"path": "src/core/logicalApps.ts",
|
|
1686
|
+
"kind": "import-statement",
|
|
1687
|
+
"original": "../core/logicalApps"
|
|
1688
|
+
}
|
|
1689
|
+
],
|
|
1690
|
+
"format": "esm"
|
|
1691
|
+
},
|
|
1692
|
+
"src/engine-library/logicalApps.ts": {
|
|
1693
|
+
"bytes": 2772,
|
|
1694
|
+
"imports": [
|
|
1695
|
+
{
|
|
1696
|
+
"path": "src/core/logicalApps.ts",
|
|
1697
|
+
"kind": "import-statement",
|
|
1698
|
+
"original": "../core/logicalApps"
|
|
1699
|
+
}
|
|
1700
|
+
],
|
|
1701
|
+
"format": "esm"
|
|
1702
|
+
},
|
|
1681
1703
|
"src/engine-library/resultMapping.ts": {
|
|
1682
1704
|
"bytes": 2033,
|
|
1683
1705
|
"imports": [
|
|
@@ -1747,7 +1769,7 @@
|
|
|
1747
1769
|
"format": "esm"
|
|
1748
1770
|
},
|
|
1749
1771
|
"src/engine-library/batch.ts": {
|
|
1750
|
-
"bytes":
|
|
1772
|
+
"bytes": 4148,
|
|
1751
1773
|
"imports": [
|
|
1752
1774
|
{
|
|
1753
1775
|
"path": "src/execute.ts",
|
|
@@ -1774,6 +1796,11 @@
|
|
|
1774
1796
|
"kind": "import-statement",
|
|
1775
1797
|
"original": "./readonlyClient"
|
|
1776
1798
|
},
|
|
1799
|
+
{
|
|
1800
|
+
"path": "src/engine-library/logicalApps.ts",
|
|
1801
|
+
"kind": "import-statement",
|
|
1802
|
+
"original": "./logicalApps"
|
|
1803
|
+
},
|
|
1777
1804
|
{
|
|
1778
1805
|
"path": "src/engine-library/resultMapping.ts",
|
|
1779
1806
|
"kind": "import-statement",
|
|
@@ -1788,7 +1815,7 @@
|
|
|
1788
1815
|
"format": "esm"
|
|
1789
1816
|
},
|
|
1790
1817
|
"src/engine-library/query.ts": {
|
|
1791
|
-
"bytes":
|
|
1818
|
+
"bytes": 4167,
|
|
1792
1819
|
"imports": [
|
|
1793
1820
|
{
|
|
1794
1821
|
"path": "src/execute.ts",
|
|
@@ -1815,6 +1842,11 @@
|
|
|
1815
1842
|
"kind": "import-statement",
|
|
1816
1843
|
"original": "./readonlyClient"
|
|
1817
1844
|
},
|
|
1845
|
+
{
|
|
1846
|
+
"path": "src/engine-library/logicalApps.ts",
|
|
1847
|
+
"kind": "import-statement",
|
|
1848
|
+
"original": "./logicalApps"
|
|
1849
|
+
},
|
|
1818
1850
|
{
|
|
1819
1851
|
"path": "src/engine-library/resultMapping.ts",
|
|
1820
1852
|
"kind": "import-statement",
|
|
@@ -2108,7 +2140,7 @@
|
|
|
2108
2140
|
"bytesInOutput": 412
|
|
2109
2141
|
},
|
|
2110
2142
|
"src/execute.ts": {
|
|
2111
|
-
"bytesInOutput":
|
|
2143
|
+
"bytesInOutput": 186158
|
|
2112
2144
|
},
|
|
2113
2145
|
"src/engine-library/errors.ts": {
|
|
2114
2146
|
"bytesInOutput": 1440
|
|
@@ -2137,8 +2169,14 @@
|
|
|
2137
2169
|
"src/engine-library/cursorScope.ts": {
|
|
2138
2170
|
"bytesInOutput": 766
|
|
2139
2171
|
},
|
|
2172
|
+
"src/core/logicalApps.ts": {
|
|
2173
|
+
"bytesInOutput": 3977
|
|
2174
|
+
},
|
|
2140
2175
|
"src/engine-library/options.ts": {
|
|
2141
|
-
"bytesInOutput":
|
|
2176
|
+
"bytesInOutput": 2775
|
|
2177
|
+
},
|
|
2178
|
+
"src/engine-library/logicalApps.ts": {
|
|
2179
|
+
"bytesInOutput": 1093
|
|
2142
2180
|
},
|
|
2143
2181
|
"src/engine-library/resultMapping.ts": {
|
|
2144
2182
|
"bytesInOutput": 873
|
|
@@ -2153,13 +2191,13 @@
|
|
|
2153
2191
|
"bytesInOutput": 1779
|
|
2154
2192
|
},
|
|
2155
2193
|
"src/engine-library/batch.ts": {
|
|
2156
|
-
"bytesInOutput":
|
|
2194
|
+
"bytesInOutput": 979
|
|
2157
2195
|
},
|
|
2158
2196
|
"src/engine-library/query.ts": {
|
|
2159
|
-
"bytesInOutput":
|
|
2197
|
+
"bytesInOutput": 1102
|
|
2160
2198
|
}
|
|
2161
2199
|
},
|
|
2162
|
-
"bytes":
|
|
2200
|
+
"bytes": 549183
|
|
2163
2201
|
}
|
|
2164
2202
|
}
|
|
2165
2203
|
}
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
"format": "esm"
|
|
1198
1198
|
},
|
|
1199
1199
|
"src/execute.ts": {
|
|
1200
|
-
"bytes":
|
|
1200
|
+
"bytes": 473696,
|
|
1201
1201
|
"imports": [
|
|
1202
1202
|
{
|
|
1203
1203
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1673,11 +1673,33 @@
|
|
|
1673
1673
|
],
|
|
1674
1674
|
"format": "esm"
|
|
1675
1675
|
},
|
|
1676
|
-
"src/
|
|
1677
|
-
"bytes":
|
|
1676
|
+
"src/core/logicalApps.ts": {
|
|
1677
|
+
"bytes": 10417,
|
|
1678
1678
|
"imports": [],
|
|
1679
1679
|
"format": "esm"
|
|
1680
1680
|
},
|
|
1681
|
+
"src/engine-library/options.ts": {
|
|
1682
|
+
"bytes": 6374,
|
|
1683
|
+
"imports": [
|
|
1684
|
+
{
|
|
1685
|
+
"path": "src/core/logicalApps.ts",
|
|
1686
|
+
"kind": "import-statement",
|
|
1687
|
+
"original": "../core/logicalApps"
|
|
1688
|
+
}
|
|
1689
|
+
],
|
|
1690
|
+
"format": "esm"
|
|
1691
|
+
},
|
|
1692
|
+
"src/engine-library/logicalApps.ts": {
|
|
1693
|
+
"bytes": 2772,
|
|
1694
|
+
"imports": [
|
|
1695
|
+
{
|
|
1696
|
+
"path": "src/core/logicalApps.ts",
|
|
1697
|
+
"kind": "import-statement",
|
|
1698
|
+
"original": "../core/logicalApps"
|
|
1699
|
+
}
|
|
1700
|
+
],
|
|
1701
|
+
"format": "esm"
|
|
1702
|
+
},
|
|
1681
1703
|
"src/engine-library/resultMapping.ts": {
|
|
1682
1704
|
"bytes": 2033,
|
|
1683
1705
|
"imports": [
|
|
@@ -1747,7 +1769,7 @@
|
|
|
1747
1769
|
"format": "esm"
|
|
1748
1770
|
},
|
|
1749
1771
|
"src/engine-library/batch.ts": {
|
|
1750
|
-
"bytes":
|
|
1772
|
+
"bytes": 4148,
|
|
1751
1773
|
"imports": [
|
|
1752
1774
|
{
|
|
1753
1775
|
"path": "src/execute.ts",
|
|
@@ -1774,6 +1796,11 @@
|
|
|
1774
1796
|
"kind": "import-statement",
|
|
1775
1797
|
"original": "./readonlyClient"
|
|
1776
1798
|
},
|
|
1799
|
+
{
|
|
1800
|
+
"path": "src/engine-library/logicalApps.ts",
|
|
1801
|
+
"kind": "import-statement",
|
|
1802
|
+
"original": "./logicalApps"
|
|
1803
|
+
},
|
|
1777
1804
|
{
|
|
1778
1805
|
"path": "src/engine-library/resultMapping.ts",
|
|
1779
1806
|
"kind": "import-statement",
|
|
@@ -1788,7 +1815,7 @@
|
|
|
1788
1815
|
"format": "esm"
|
|
1789
1816
|
},
|
|
1790
1817
|
"src/engine-library/query.ts": {
|
|
1791
|
-
"bytes":
|
|
1818
|
+
"bytes": 4167,
|
|
1792
1819
|
"imports": [
|
|
1793
1820
|
{
|
|
1794
1821
|
"path": "src/execute.ts",
|
|
@@ -1815,6 +1842,11 @@
|
|
|
1815
1842
|
"kind": "import-statement",
|
|
1816
1843
|
"original": "./readonlyClient"
|
|
1817
1844
|
},
|
|
1845
|
+
{
|
|
1846
|
+
"path": "src/engine-library/logicalApps.ts",
|
|
1847
|
+
"kind": "import-statement",
|
|
1848
|
+
"original": "./logicalApps"
|
|
1849
|
+
},
|
|
1818
1850
|
{
|
|
1819
1851
|
"path": "src/engine-library/resultMapping.ts",
|
|
1820
1852
|
"kind": "import-statement",
|
|
@@ -2112,7 +2144,7 @@
|
|
|
2112
2144
|
"bytesInOutput": 412
|
|
2113
2145
|
},
|
|
2114
2146
|
"src/execute.ts": {
|
|
2115
|
-
"bytesInOutput":
|
|
2147
|
+
"bytesInOutput": 186158
|
|
2116
2148
|
},
|
|
2117
2149
|
"src/engine-library/errors.ts": {
|
|
2118
2150
|
"bytesInOutput": 1440
|
|
@@ -2141,8 +2173,14 @@
|
|
|
2141
2173
|
"src/engine-library/cursorScope.ts": {
|
|
2142
2174
|
"bytesInOutput": 766
|
|
2143
2175
|
},
|
|
2176
|
+
"src/core/logicalApps.ts": {
|
|
2177
|
+
"bytesInOutput": 3977
|
|
2178
|
+
},
|
|
2144
2179
|
"src/engine-library/options.ts": {
|
|
2145
|
-
"bytesInOutput":
|
|
2180
|
+
"bytesInOutput": 2775
|
|
2181
|
+
},
|
|
2182
|
+
"src/engine-library/logicalApps.ts": {
|
|
2183
|
+
"bytesInOutput": 1093
|
|
2146
2184
|
},
|
|
2147
2185
|
"src/engine-library/resultMapping.ts": {
|
|
2148
2186
|
"bytesInOutput": 873
|
|
@@ -2157,16 +2195,16 @@
|
|
|
2157
2195
|
"bytesInOutput": 1779
|
|
2158
2196
|
},
|
|
2159
2197
|
"src/engine-library/batch.ts": {
|
|
2160
|
-
"bytesInOutput":
|
|
2198
|
+
"bytesInOutput": 979
|
|
2161
2199
|
},
|
|
2162
2200
|
"src/engine-library/query.ts": {
|
|
2163
|
-
"bytesInOutput":
|
|
2201
|
+
"bytesInOutput": 1102
|
|
2164
2202
|
},
|
|
2165
2203
|
"src/engine-library/index.ts": {
|
|
2166
2204
|
"bytesInOutput": 16
|
|
2167
2205
|
}
|
|
2168
2206
|
},
|
|
2169
|
-
"bytes":
|
|
2207
|
+
"bytes": 548638
|
|
2170
2208
|
}
|
|
2171
2209
|
}
|
|
2172
2210
|
}
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
"format": "esm"
|
|
1198
1198
|
},
|
|
1199
1199
|
"src/execute.ts": {
|
|
1200
|
-
"bytes":
|
|
1200
|
+
"bytes": 473696,
|
|
1201
1201
|
"imports": [
|
|
1202
1202
|
{
|
|
1203
1203
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1673,11 +1673,33 @@
|
|
|
1673
1673
|
],
|
|
1674
1674
|
"format": "esm"
|
|
1675
1675
|
},
|
|
1676
|
-
"src/
|
|
1677
|
-
"bytes":
|
|
1676
|
+
"src/core/logicalApps.ts": {
|
|
1677
|
+
"bytes": 10417,
|
|
1678
1678
|
"imports": [],
|
|
1679
1679
|
"format": "esm"
|
|
1680
1680
|
},
|
|
1681
|
+
"src/engine-library/options.ts": {
|
|
1682
|
+
"bytes": 6374,
|
|
1683
|
+
"imports": [
|
|
1684
|
+
{
|
|
1685
|
+
"path": "src/core/logicalApps.ts",
|
|
1686
|
+
"kind": "import-statement",
|
|
1687
|
+
"original": "../core/logicalApps"
|
|
1688
|
+
}
|
|
1689
|
+
],
|
|
1690
|
+
"format": "esm"
|
|
1691
|
+
},
|
|
1692
|
+
"src/engine-library/logicalApps.ts": {
|
|
1693
|
+
"bytes": 2772,
|
|
1694
|
+
"imports": [
|
|
1695
|
+
{
|
|
1696
|
+
"path": "src/core/logicalApps.ts",
|
|
1697
|
+
"kind": "import-statement",
|
|
1698
|
+
"original": "../core/logicalApps"
|
|
1699
|
+
}
|
|
1700
|
+
],
|
|
1701
|
+
"format": "esm"
|
|
1702
|
+
},
|
|
1681
1703
|
"src/engine-library/resultMapping.ts": {
|
|
1682
1704
|
"bytes": 2033,
|
|
1683
1705
|
"imports": [
|
|
@@ -1747,7 +1769,7 @@
|
|
|
1747
1769
|
"format": "esm"
|
|
1748
1770
|
},
|
|
1749
1771
|
"src/engine-library/batch.ts": {
|
|
1750
|
-
"bytes":
|
|
1772
|
+
"bytes": 4148,
|
|
1751
1773
|
"imports": [
|
|
1752
1774
|
{
|
|
1753
1775
|
"path": "src/execute.ts",
|
|
@@ -1774,6 +1796,11 @@
|
|
|
1774
1796
|
"kind": "import-statement",
|
|
1775
1797
|
"original": "./readonlyClient"
|
|
1776
1798
|
},
|
|
1799
|
+
{
|
|
1800
|
+
"path": "src/engine-library/logicalApps.ts",
|
|
1801
|
+
"kind": "import-statement",
|
|
1802
|
+
"original": "./logicalApps"
|
|
1803
|
+
},
|
|
1777
1804
|
{
|
|
1778
1805
|
"path": "src/engine-library/resultMapping.ts",
|
|
1779
1806
|
"kind": "import-statement",
|
|
@@ -1788,7 +1815,7 @@
|
|
|
1788
1815
|
"format": "esm"
|
|
1789
1816
|
},
|
|
1790
1817
|
"src/engine-library/query.ts": {
|
|
1791
|
-
"bytes":
|
|
1818
|
+
"bytes": 4167,
|
|
1792
1819
|
"imports": [
|
|
1793
1820
|
{
|
|
1794
1821
|
"path": "src/execute.ts",
|
|
@@ -1815,6 +1842,11 @@
|
|
|
1815
1842
|
"kind": "import-statement",
|
|
1816
1843
|
"original": "./readonlyClient"
|
|
1817
1844
|
},
|
|
1845
|
+
{
|
|
1846
|
+
"path": "src/engine-library/logicalApps.ts",
|
|
1847
|
+
"kind": "import-statement",
|
|
1848
|
+
"original": "./logicalApps"
|
|
1849
|
+
},
|
|
1818
1850
|
{
|
|
1819
1851
|
"path": "src/engine-library/resultMapping.ts",
|
|
1820
1852
|
"kind": "import-statement",
|
|
@@ -2126,7 +2158,7 @@
|
|
|
2126
2158
|
"bytesInOutput": 412
|
|
2127
2159
|
},
|
|
2128
2160
|
"src/execute.ts": {
|
|
2129
|
-
"bytesInOutput":
|
|
2161
|
+
"bytesInOutput": 186158
|
|
2130
2162
|
},
|
|
2131
2163
|
"src/engine-library/errors.ts": {
|
|
2132
2164
|
"bytesInOutput": 1440
|
|
@@ -2155,8 +2187,14 @@
|
|
|
2155
2187
|
"src/engine-library/cursorScope.ts": {
|
|
2156
2188
|
"bytesInOutput": 766
|
|
2157
2189
|
},
|
|
2190
|
+
"src/core/logicalApps.ts": {
|
|
2191
|
+
"bytesInOutput": 3977
|
|
2192
|
+
},
|
|
2158
2193
|
"src/engine-library/options.ts": {
|
|
2159
|
-
"bytesInOutput":
|
|
2194
|
+
"bytesInOutput": 2775
|
|
2195
|
+
},
|
|
2196
|
+
"src/engine-library/logicalApps.ts": {
|
|
2197
|
+
"bytesInOutput": 1093
|
|
2160
2198
|
},
|
|
2161
2199
|
"src/engine-library/resultMapping.ts": {
|
|
2162
2200
|
"bytesInOutput": 873
|
|
@@ -2171,10 +2209,10 @@
|
|
|
2171
2209
|
"bytesInOutput": 1779
|
|
2172
2210
|
},
|
|
2173
2211
|
"src/engine-library/batch.ts": {
|
|
2174
|
-
"bytesInOutput":
|
|
2212
|
+
"bytesInOutput": 979
|
|
2175
2213
|
},
|
|
2176
2214
|
"src/engine-library/query.ts": {
|
|
2177
|
-
"bytesInOutput":
|
|
2215
|
+
"bytesInOutput": 1102
|
|
2178
2216
|
},
|
|
2179
2217
|
"src/engine-library/index.ts": {
|
|
2180
2218
|
"bytesInOutput": 16
|
|
@@ -2186,7 +2224,7 @@
|
|
|
2186
2224
|
"bytesInOutput": 127
|
|
2187
2225
|
}
|
|
2188
2226
|
},
|
|
2189
|
-
"bytes":
|
|
2227
|
+
"bytes": 549662
|
|
2190
2228
|
}
|
|
2191
2229
|
}
|
|
2192
2230
|
}
|
|
@@ -83,6 +83,7 @@ export interface ReadonlyKintoneClient {
|
|
|
83
83
|
}
|
|
84
84
|
export interface RunQueryOptions {
|
|
85
85
|
client: ReadonlyKintoneClient;
|
|
86
|
+
logicalApps?: Readonly<Record<string, number>>;
|
|
86
87
|
maxRecords?: number;
|
|
87
88
|
onLimitReached?: "error" | "truncate";
|
|
88
89
|
fetchParallel?: number;
|
|
@@ -97,6 +98,7 @@ export interface RunQueryOptions {
|
|
|
97
98
|
*/
|
|
98
99
|
export interface RunBatchOptions {
|
|
99
100
|
client: ReadonlyKintoneClient;
|
|
101
|
+
logicalApps?: Readonly<Record<string, number>>;
|
|
100
102
|
maxRecords?: number;
|
|
101
103
|
onLimitReached?: "error" | "truncate";
|
|
102
104
|
fetchParallel?: number;
|