@rex0220/kintone-sql-tools 3.36.0 → 3.37.1
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 +290 -260
- 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 +58 -7
- package/dist-engine/meta/esm.json +58 -7
- package/dist-engine/meta/umd.json +58 -7
- package/dist-engine/publicTypes.d.ts +2 -0
- package/dist-mcp/ksql-mcp.js +303 -263
- 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-01T04:31:27.172Z",
|
|
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": 102,
|
|
7
|
+
"minifiedBytes": 550228,
|
|
8
|
+
"gzipBytes": 150530,
|
|
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": 102,
|
|
27
|
+
"minifiedBytes": 549683,
|
|
28
|
+
"gzipBytes": 150257,
|
|
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": 104,
|
|
47
|
+
"minifiedBytes": 550707,
|
|
48
|
+
"gzipBytes": 150570,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -1673,11 +1673,43 @@
|
|
|
1673
1673
|
],
|
|
1674
1674
|
"format": "esm"
|
|
1675
1675
|
},
|
|
1676
|
+
"src/core/logicalApps.ts": {
|
|
1677
|
+
"bytes": 10417,
|
|
1678
|
+
"imports": [],
|
|
1679
|
+
"format": "esm"
|
|
1680
|
+
},
|
|
1676
1681
|
"src/engine-library/options.ts": {
|
|
1677
|
-
"bytes":
|
|
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/core/sqlDiagnostics.ts": {
|
|
1693
|
+
"bytes": 2568,
|
|
1678
1694
|
"imports": [],
|
|
1679
1695
|
"format": "esm"
|
|
1680
1696
|
},
|
|
1697
|
+
"src/engine-library/logicalApps.ts": {
|
|
1698
|
+
"bytes": 3215,
|
|
1699
|
+
"imports": [
|
|
1700
|
+
{
|
|
1701
|
+
"path": "src/core/logicalApps.ts",
|
|
1702
|
+
"kind": "import-statement",
|
|
1703
|
+
"original": "../core/logicalApps"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"path": "src/core/sqlDiagnostics.ts",
|
|
1707
|
+
"kind": "import-statement",
|
|
1708
|
+
"original": "../core/sqlDiagnostics"
|
|
1709
|
+
}
|
|
1710
|
+
],
|
|
1711
|
+
"format": "esm"
|
|
1712
|
+
},
|
|
1681
1713
|
"src/engine-library/resultMapping.ts": {
|
|
1682
1714
|
"bytes": 2033,
|
|
1683
1715
|
"imports": [
|
|
@@ -1747,7 +1779,7 @@
|
|
|
1747
1779
|
"format": "esm"
|
|
1748
1780
|
},
|
|
1749
1781
|
"src/engine-library/batch.ts": {
|
|
1750
|
-
"bytes":
|
|
1782
|
+
"bytes": 4351,
|
|
1751
1783
|
"imports": [
|
|
1752
1784
|
{
|
|
1753
1785
|
"path": "src/execute.ts",
|
|
@@ -1774,6 +1806,11 @@
|
|
|
1774
1806
|
"kind": "import-statement",
|
|
1775
1807
|
"original": "./readonlyClient"
|
|
1776
1808
|
},
|
|
1809
|
+
{
|
|
1810
|
+
"path": "src/engine-library/logicalApps.ts",
|
|
1811
|
+
"kind": "import-statement",
|
|
1812
|
+
"original": "./logicalApps"
|
|
1813
|
+
},
|
|
1777
1814
|
{
|
|
1778
1815
|
"path": "src/engine-library/resultMapping.ts",
|
|
1779
1816
|
"kind": "import-statement",
|
|
@@ -1788,7 +1825,7 @@
|
|
|
1788
1825
|
"format": "esm"
|
|
1789
1826
|
},
|
|
1790
1827
|
"src/engine-library/query.ts": {
|
|
1791
|
-
"bytes":
|
|
1828
|
+
"bytes": 4329,
|
|
1792
1829
|
"imports": [
|
|
1793
1830
|
{
|
|
1794
1831
|
"path": "src/execute.ts",
|
|
@@ -1815,6 +1852,11 @@
|
|
|
1815
1852
|
"kind": "import-statement",
|
|
1816
1853
|
"original": "./readonlyClient"
|
|
1817
1854
|
},
|
|
1855
|
+
{
|
|
1856
|
+
"path": "src/engine-library/logicalApps.ts",
|
|
1857
|
+
"kind": "import-statement",
|
|
1858
|
+
"original": "./logicalApps"
|
|
1859
|
+
},
|
|
1818
1860
|
{
|
|
1819
1861
|
"path": "src/engine-library/resultMapping.ts",
|
|
1820
1862
|
"kind": "import-statement",
|
|
@@ -2137,8 +2179,17 @@
|
|
|
2137
2179
|
"src/engine-library/cursorScope.ts": {
|
|
2138
2180
|
"bytesInOutput": 766
|
|
2139
2181
|
},
|
|
2182
|
+
"src/core/logicalApps.ts": {
|
|
2183
|
+
"bytesInOutput": 3977
|
|
2184
|
+
},
|
|
2140
2185
|
"src/engine-library/options.ts": {
|
|
2141
|
-
"bytesInOutput":
|
|
2186
|
+
"bytesInOutput": 2775
|
|
2187
|
+
},
|
|
2188
|
+
"src/core/sqlDiagnostics.ts": {
|
|
2189
|
+
"bytesInOutput": 856
|
|
2190
|
+
},
|
|
2191
|
+
"src/engine-library/logicalApps.ts": {
|
|
2192
|
+
"bytesInOutput": 1224
|
|
2142
2193
|
},
|
|
2143
2194
|
"src/engine-library/resultMapping.ts": {
|
|
2144
2195
|
"bytesInOutput": 873
|
|
@@ -2153,13 +2204,13 @@
|
|
|
2153
2204
|
"bytesInOutput": 1779
|
|
2154
2205
|
},
|
|
2155
2206
|
"src/engine-library/batch.ts": {
|
|
2156
|
-
"bytesInOutput":
|
|
2207
|
+
"bytesInOutput": 1025
|
|
2157
2208
|
},
|
|
2158
2209
|
"src/engine-library/query.ts": {
|
|
2159
|
-
"bytesInOutput":
|
|
2210
|
+
"bytesInOutput": 1114
|
|
2160
2211
|
}
|
|
2161
2212
|
},
|
|
2162
|
-
"bytes":
|
|
2213
|
+
"bytes": 550228
|
|
2163
2214
|
}
|
|
2164
2215
|
}
|
|
2165
2216
|
}
|
|
@@ -1673,11 +1673,43 @@
|
|
|
1673
1673
|
],
|
|
1674
1674
|
"format": "esm"
|
|
1675
1675
|
},
|
|
1676
|
+
"src/core/logicalApps.ts": {
|
|
1677
|
+
"bytes": 10417,
|
|
1678
|
+
"imports": [],
|
|
1679
|
+
"format": "esm"
|
|
1680
|
+
},
|
|
1676
1681
|
"src/engine-library/options.ts": {
|
|
1677
|
-
"bytes":
|
|
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/core/sqlDiagnostics.ts": {
|
|
1693
|
+
"bytes": 2568,
|
|
1678
1694
|
"imports": [],
|
|
1679
1695
|
"format": "esm"
|
|
1680
1696
|
},
|
|
1697
|
+
"src/engine-library/logicalApps.ts": {
|
|
1698
|
+
"bytes": 3215,
|
|
1699
|
+
"imports": [
|
|
1700
|
+
{
|
|
1701
|
+
"path": "src/core/logicalApps.ts",
|
|
1702
|
+
"kind": "import-statement",
|
|
1703
|
+
"original": "../core/logicalApps"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"path": "src/core/sqlDiagnostics.ts",
|
|
1707
|
+
"kind": "import-statement",
|
|
1708
|
+
"original": "../core/sqlDiagnostics"
|
|
1709
|
+
}
|
|
1710
|
+
],
|
|
1711
|
+
"format": "esm"
|
|
1712
|
+
},
|
|
1681
1713
|
"src/engine-library/resultMapping.ts": {
|
|
1682
1714
|
"bytes": 2033,
|
|
1683
1715
|
"imports": [
|
|
@@ -1747,7 +1779,7 @@
|
|
|
1747
1779
|
"format": "esm"
|
|
1748
1780
|
},
|
|
1749
1781
|
"src/engine-library/batch.ts": {
|
|
1750
|
-
"bytes":
|
|
1782
|
+
"bytes": 4351,
|
|
1751
1783
|
"imports": [
|
|
1752
1784
|
{
|
|
1753
1785
|
"path": "src/execute.ts",
|
|
@@ -1774,6 +1806,11 @@
|
|
|
1774
1806
|
"kind": "import-statement",
|
|
1775
1807
|
"original": "./readonlyClient"
|
|
1776
1808
|
},
|
|
1809
|
+
{
|
|
1810
|
+
"path": "src/engine-library/logicalApps.ts",
|
|
1811
|
+
"kind": "import-statement",
|
|
1812
|
+
"original": "./logicalApps"
|
|
1813
|
+
},
|
|
1777
1814
|
{
|
|
1778
1815
|
"path": "src/engine-library/resultMapping.ts",
|
|
1779
1816
|
"kind": "import-statement",
|
|
@@ -1788,7 +1825,7 @@
|
|
|
1788
1825
|
"format": "esm"
|
|
1789
1826
|
},
|
|
1790
1827
|
"src/engine-library/query.ts": {
|
|
1791
|
-
"bytes":
|
|
1828
|
+
"bytes": 4329,
|
|
1792
1829
|
"imports": [
|
|
1793
1830
|
{
|
|
1794
1831
|
"path": "src/execute.ts",
|
|
@@ -1815,6 +1852,11 @@
|
|
|
1815
1852
|
"kind": "import-statement",
|
|
1816
1853
|
"original": "./readonlyClient"
|
|
1817
1854
|
},
|
|
1855
|
+
{
|
|
1856
|
+
"path": "src/engine-library/logicalApps.ts",
|
|
1857
|
+
"kind": "import-statement",
|
|
1858
|
+
"original": "./logicalApps"
|
|
1859
|
+
},
|
|
1818
1860
|
{
|
|
1819
1861
|
"path": "src/engine-library/resultMapping.ts",
|
|
1820
1862
|
"kind": "import-statement",
|
|
@@ -2141,8 +2183,17 @@
|
|
|
2141
2183
|
"src/engine-library/cursorScope.ts": {
|
|
2142
2184
|
"bytesInOutput": 766
|
|
2143
2185
|
},
|
|
2186
|
+
"src/core/logicalApps.ts": {
|
|
2187
|
+
"bytesInOutput": 3977
|
|
2188
|
+
},
|
|
2144
2189
|
"src/engine-library/options.ts": {
|
|
2145
|
-
"bytesInOutput":
|
|
2190
|
+
"bytesInOutput": 2775
|
|
2191
|
+
},
|
|
2192
|
+
"src/core/sqlDiagnostics.ts": {
|
|
2193
|
+
"bytesInOutput": 856
|
|
2194
|
+
},
|
|
2195
|
+
"src/engine-library/logicalApps.ts": {
|
|
2196
|
+
"bytesInOutput": 1224
|
|
2146
2197
|
},
|
|
2147
2198
|
"src/engine-library/resultMapping.ts": {
|
|
2148
2199
|
"bytesInOutput": 873
|
|
@@ -2157,16 +2208,16 @@
|
|
|
2157
2208
|
"bytesInOutput": 1779
|
|
2158
2209
|
},
|
|
2159
2210
|
"src/engine-library/batch.ts": {
|
|
2160
|
-
"bytesInOutput":
|
|
2211
|
+
"bytesInOutput": 1025
|
|
2161
2212
|
},
|
|
2162
2213
|
"src/engine-library/query.ts": {
|
|
2163
|
-
"bytesInOutput":
|
|
2214
|
+
"bytesInOutput": 1114
|
|
2164
2215
|
},
|
|
2165
2216
|
"src/engine-library/index.ts": {
|
|
2166
2217
|
"bytesInOutput": 16
|
|
2167
2218
|
}
|
|
2168
2219
|
},
|
|
2169
|
-
"bytes":
|
|
2220
|
+
"bytes": 549683
|
|
2170
2221
|
}
|
|
2171
2222
|
}
|
|
2172
2223
|
}
|
|
@@ -1673,11 +1673,43 @@
|
|
|
1673
1673
|
],
|
|
1674
1674
|
"format": "esm"
|
|
1675
1675
|
},
|
|
1676
|
+
"src/core/logicalApps.ts": {
|
|
1677
|
+
"bytes": 10417,
|
|
1678
|
+
"imports": [],
|
|
1679
|
+
"format": "esm"
|
|
1680
|
+
},
|
|
1676
1681
|
"src/engine-library/options.ts": {
|
|
1677
|
-
"bytes":
|
|
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/core/sqlDiagnostics.ts": {
|
|
1693
|
+
"bytes": 2568,
|
|
1678
1694
|
"imports": [],
|
|
1679
1695
|
"format": "esm"
|
|
1680
1696
|
},
|
|
1697
|
+
"src/engine-library/logicalApps.ts": {
|
|
1698
|
+
"bytes": 3215,
|
|
1699
|
+
"imports": [
|
|
1700
|
+
{
|
|
1701
|
+
"path": "src/core/logicalApps.ts",
|
|
1702
|
+
"kind": "import-statement",
|
|
1703
|
+
"original": "../core/logicalApps"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"path": "src/core/sqlDiagnostics.ts",
|
|
1707
|
+
"kind": "import-statement",
|
|
1708
|
+
"original": "../core/sqlDiagnostics"
|
|
1709
|
+
}
|
|
1710
|
+
],
|
|
1711
|
+
"format": "esm"
|
|
1712
|
+
},
|
|
1681
1713
|
"src/engine-library/resultMapping.ts": {
|
|
1682
1714
|
"bytes": 2033,
|
|
1683
1715
|
"imports": [
|
|
@@ -1747,7 +1779,7 @@
|
|
|
1747
1779
|
"format": "esm"
|
|
1748
1780
|
},
|
|
1749
1781
|
"src/engine-library/batch.ts": {
|
|
1750
|
-
"bytes":
|
|
1782
|
+
"bytes": 4351,
|
|
1751
1783
|
"imports": [
|
|
1752
1784
|
{
|
|
1753
1785
|
"path": "src/execute.ts",
|
|
@@ -1774,6 +1806,11 @@
|
|
|
1774
1806
|
"kind": "import-statement",
|
|
1775
1807
|
"original": "./readonlyClient"
|
|
1776
1808
|
},
|
|
1809
|
+
{
|
|
1810
|
+
"path": "src/engine-library/logicalApps.ts",
|
|
1811
|
+
"kind": "import-statement",
|
|
1812
|
+
"original": "./logicalApps"
|
|
1813
|
+
},
|
|
1777
1814
|
{
|
|
1778
1815
|
"path": "src/engine-library/resultMapping.ts",
|
|
1779
1816
|
"kind": "import-statement",
|
|
@@ -1788,7 +1825,7 @@
|
|
|
1788
1825
|
"format": "esm"
|
|
1789
1826
|
},
|
|
1790
1827
|
"src/engine-library/query.ts": {
|
|
1791
|
-
"bytes":
|
|
1828
|
+
"bytes": 4329,
|
|
1792
1829
|
"imports": [
|
|
1793
1830
|
{
|
|
1794
1831
|
"path": "src/execute.ts",
|
|
@@ -1815,6 +1852,11 @@
|
|
|
1815
1852
|
"kind": "import-statement",
|
|
1816
1853
|
"original": "./readonlyClient"
|
|
1817
1854
|
},
|
|
1855
|
+
{
|
|
1856
|
+
"path": "src/engine-library/logicalApps.ts",
|
|
1857
|
+
"kind": "import-statement",
|
|
1858
|
+
"original": "./logicalApps"
|
|
1859
|
+
},
|
|
1818
1860
|
{
|
|
1819
1861
|
"path": "src/engine-library/resultMapping.ts",
|
|
1820
1862
|
"kind": "import-statement",
|
|
@@ -2155,8 +2197,17 @@
|
|
|
2155
2197
|
"src/engine-library/cursorScope.ts": {
|
|
2156
2198
|
"bytesInOutput": 766
|
|
2157
2199
|
},
|
|
2200
|
+
"src/core/logicalApps.ts": {
|
|
2201
|
+
"bytesInOutput": 3977
|
|
2202
|
+
},
|
|
2158
2203
|
"src/engine-library/options.ts": {
|
|
2159
|
-
"bytesInOutput":
|
|
2204
|
+
"bytesInOutput": 2775
|
|
2205
|
+
},
|
|
2206
|
+
"src/core/sqlDiagnostics.ts": {
|
|
2207
|
+
"bytesInOutput": 856
|
|
2208
|
+
},
|
|
2209
|
+
"src/engine-library/logicalApps.ts": {
|
|
2210
|
+
"bytesInOutput": 1224
|
|
2160
2211
|
},
|
|
2161
2212
|
"src/engine-library/resultMapping.ts": {
|
|
2162
2213
|
"bytesInOutput": 873
|
|
@@ -2171,10 +2222,10 @@
|
|
|
2171
2222
|
"bytesInOutput": 1779
|
|
2172
2223
|
},
|
|
2173
2224
|
"src/engine-library/batch.ts": {
|
|
2174
|
-
"bytesInOutput":
|
|
2225
|
+
"bytesInOutput": 1025
|
|
2175
2226
|
},
|
|
2176
2227
|
"src/engine-library/query.ts": {
|
|
2177
|
-
"bytesInOutput":
|
|
2228
|
+
"bytesInOutput": 1114
|
|
2178
2229
|
},
|
|
2179
2230
|
"src/engine-library/index.ts": {
|
|
2180
2231
|
"bytesInOutput": 16
|
|
@@ -2186,7 +2237,7 @@
|
|
|
2186
2237
|
"bytesInOutput": 127
|
|
2187
2238
|
}
|
|
2188
2239
|
},
|
|
2189
|
-
"bytes":
|
|
2240
|
+
"bytes": 550707
|
|
2190
2241
|
}
|
|
2191
2242
|
}
|
|
2192
2243
|
}
|
|
@@ -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;
|