@rex0220/kintone-sql-tools 3.76.0 → 3.77.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.
@@ -1492,7 +1492,7 @@
1492
1492
  "format": "esm"
1493
1493
  },
1494
1494
  "src/execute.ts": {
1495
- "bytes": 635459,
1495
+ "bytes": 636914,
1496
1496
  "imports": [
1497
1497
  {
1498
1498
  "path": "src/lexer/lexer.ts",
@@ -1971,13 +1971,145 @@
1971
1971
  ],
1972
1972
  "format": "esm"
1973
1973
  },
1974
+ "src/flow-library/exportSinkContext.ts": {
1975
+ "bytes": 4430,
1976
+ "imports": [
1977
+ {
1978
+ "path": "src/core/batch.ts",
1979
+ "kind": "import-statement",
1980
+ "original": "../core/batch"
1981
+ },
1982
+ {
1983
+ "path": "src/flow-library/errors.ts",
1984
+ "kind": "import-statement",
1985
+ "original": "./errors"
1986
+ }
1987
+ ],
1988
+ "format": "esm"
1989
+ },
1974
1990
  "src/flow-library/publicTypes.ts": {
1975
- "bytes": 12210,
1991
+ "bytes": 13197,
1976
1992
  "imports": [],
1977
1993
  "format": "esm"
1978
1994
  },
1995
+ "src/export/types.ts": {
1996
+ "bytes": 2862,
1997
+ "imports": [],
1998
+ "format": "esm"
1999
+ },
2000
+ "src/export/decimalText.ts": {
2001
+ "bytes": 1592,
2002
+ "imports": [
2003
+ {
2004
+ "path": "src/export/types.ts",
2005
+ "kind": "import-statement",
2006
+ "original": "./types"
2007
+ }
2008
+ ],
2009
+ "format": "esm"
2010
+ },
2011
+ "src/export/dateTimeText.ts": {
2012
+ "bytes": 3819,
2013
+ "imports": [
2014
+ {
2015
+ "path": "src/export/types.ts",
2016
+ "kind": "import-statement",
2017
+ "original": "./types"
2018
+ }
2019
+ ],
2020
+ "format": "esm"
2021
+ },
2022
+ "src/export/cellSerializer.ts": {
2023
+ "bytes": 3750,
2024
+ "imports": [
2025
+ {
2026
+ "path": "src/export/decimalText.ts",
2027
+ "kind": "import-statement",
2028
+ "original": "./decimalText"
2029
+ },
2030
+ {
2031
+ "path": "src/export/dateTimeText.ts",
2032
+ "kind": "import-statement",
2033
+ "original": "./dateTimeText"
2034
+ },
2035
+ {
2036
+ "path": "src/export/types.ts",
2037
+ "kind": "import-statement",
2038
+ "original": "./types"
2039
+ }
2040
+ ],
2041
+ "format": "esm"
2042
+ },
2043
+ "src/export/encoding.ts": {
2044
+ "bytes": 1593,
2045
+ "imports": [
2046
+ {
2047
+ "path": "src/export/types.ts",
2048
+ "kind": "import-statement",
2049
+ "original": "./types"
2050
+ }
2051
+ ],
2052
+ "format": "esm"
2053
+ },
2054
+ "src/export/csvSerializer.ts": {
2055
+ "bytes": 1908,
2056
+ "imports": [
2057
+ {
2058
+ "path": "src/export/cellSerializer.ts",
2059
+ "kind": "import-statement",
2060
+ "original": "./cellSerializer"
2061
+ },
2062
+ {
2063
+ "path": "src/export/dateTimeText.ts",
2064
+ "kind": "import-statement",
2065
+ "original": "./dateTimeText"
2066
+ },
2067
+ {
2068
+ "path": "src/export/encoding.ts",
2069
+ "kind": "import-statement",
2070
+ "original": "./encoding"
2071
+ },
2072
+ {
2073
+ "path": "src/export/types.ts",
2074
+ "kind": "import-statement",
2075
+ "original": "./types"
2076
+ },
2077
+ {
2078
+ "path": "src/export/types.ts",
2079
+ "kind": "import-statement",
2080
+ "original": "./types"
2081
+ }
2082
+ ],
2083
+ "format": "esm"
2084
+ },
2085
+ "src/flow-library/exportSinks.ts": {
2086
+ "bytes": 4042,
2087
+ "imports": [
2088
+ {
2089
+ "path": "src/execute.ts",
2090
+ "kind": "import-statement",
2091
+ "original": "../execute"
2092
+ },
2093
+ {
2094
+ "path": "src/export/csvSerializer.ts",
2095
+ "kind": "import-statement",
2096
+ "original": "../export/csvSerializer"
2097
+ },
2098
+ {
2099
+ "path": "src/flow-library/errors.ts",
2100
+ "kind": "import-statement",
2101
+ "original": "./errors"
2102
+ },
2103
+ {
2104
+ "path": "src/flow-library/exportSinkContext.ts",
2105
+ "kind": "import-statement",
2106
+ "original": "./exportSinkContext"
2107
+ }
2108
+ ],
2109
+ "format": "esm"
2110
+ },
1979
2111
  "src/flow-library/index.ts": {
1980
- "bytes": 14921,
2112
+ "bytes": 15628,
1981
2113
  "imports": [
1982
2114
  {
1983
2115
  "path": "src/core/diagnostics.ts",
@@ -2019,10 +2151,20 @@
2019
2151
  "kind": "import-statement",
2020
2152
  "original": "./importSources"
2021
2153
  },
2154
+ {
2155
+ "path": "src/flow-library/exportSinkContext.ts",
2156
+ "kind": "import-statement",
2157
+ "original": "./exportSinkContext"
2158
+ },
2022
2159
  {
2023
2160
  "path": "src/flow-library/publicTypes.ts",
2024
2161
  "kind": "import-statement",
2025
2162
  "original": "./publicTypes"
2163
+ },
2164
+ {
2165
+ "path": "src/flow-library/exportSinks.ts",
2166
+ "kind": "import-statement",
2167
+ "original": "./exportSinks"
2026
2168
  }
2027
2169
  ],
2028
2170
  "format": "esm"
@@ -2035,7 +2177,7 @@
2035
2177
  "entryPoint": "src/flow-library/index.ts",
2036
2178
  "inputs": {
2037
2179
  "src/flow-library/index.ts": {
2038
- "bytesInOutput": 6373
2180
+ "bytesInOutput": 6524
2039
2181
  },
2040
2182
  "src/core/diagnostics.ts": {
2041
2183
  "bytesInOutput": 755
@@ -2329,7 +2471,7 @@
2329
2471
  "bytesInOutput": 412
2330
2472
  },
2331
2473
  "src/execute.ts": {
2332
- "bytesInOutput": 252515
2474
+ "bytesInOutput": 252592
2333
2475
  },
2334
2476
  "src/api/cursorLeaseManager.ts": {
2335
2477
  "bytesInOutput": 1777
@@ -2355,11 +2497,35 @@
2355
2497
  "src/flow-library/importSources.ts": {
2356
2498
  "bytesInOutput": 516
2357
2499
  },
2500
+ "src/flow-library/exportSinkContext.ts": {
2501
+ "bytesInOutput": 1678
2502
+ },
2358
2503
  "src/flow-library/publicTypes.ts": {
2359
2504
  "bytesInOutput": 442
2505
+ },
2506
+ "src/export/types.ts": {
2507
+ "bytesInOutput": 750
2508
+ },
2509
+ "src/export/decimalText.ts": {
2510
+ "bytesInOutput": 623
2511
+ },
2512
+ "src/export/dateTimeText.ts": {
2513
+ "bytesInOutput": 1823
2514
+ },
2515
+ "src/export/cellSerializer.ts": {
2516
+ "bytesInOutput": 1548
2517
+ },
2518
+ "src/export/encoding.ts": {
2519
+ "bytesInOutput": 686
2520
+ },
2521
+ "src/export/csvSerializer.ts": {
2522
+ "bytesInOutput": 614
2523
+ },
2524
+ "src/flow-library/exportSinks.ts": {
2525
+ "bytesInOutput": 1593
2360
2526
  }
2361
2527
  },
2362
- "bytes": 695582
2528
+ "bytes": 705208
2363
2529
  }
2364
2530
  }
2365
2531
  }
@@ -1492,7 +1492,7 @@
1492
1492
  "format": "esm"
1493
1493
  },
1494
1494
  "src/execute.ts": {
1495
- "bytes": 635459,
1495
+ "bytes": 636914,
1496
1496
  "imports": [
1497
1497
  {
1498
1498
  "path": "src/lexer/lexer.ts",
@@ -1971,13 +1971,145 @@
1971
1971
  ],
1972
1972
  "format": "esm"
1973
1973
  },
1974
+ "src/flow-library/exportSinkContext.ts": {
1975
+ "bytes": 4430,
1976
+ "imports": [
1977
+ {
1978
+ "path": "src/core/batch.ts",
1979
+ "kind": "import-statement",
1980
+ "original": "../core/batch"
1981
+ },
1982
+ {
1983
+ "path": "src/flow-library/errors.ts",
1984
+ "kind": "import-statement",
1985
+ "original": "./errors"
1986
+ }
1987
+ ],
1988
+ "format": "esm"
1989
+ },
1974
1990
  "src/flow-library/publicTypes.ts": {
1975
- "bytes": 12210,
1991
+ "bytes": 13197,
1976
1992
  "imports": [],
1977
1993
  "format": "esm"
1978
1994
  },
1995
+ "src/export/types.ts": {
1996
+ "bytes": 2862,
1997
+ "imports": [],
1998
+ "format": "esm"
1999
+ },
2000
+ "src/export/decimalText.ts": {
2001
+ "bytes": 1592,
2002
+ "imports": [
2003
+ {
2004
+ "path": "src/export/types.ts",
2005
+ "kind": "import-statement",
2006
+ "original": "./types"
2007
+ }
2008
+ ],
2009
+ "format": "esm"
2010
+ },
2011
+ "src/export/dateTimeText.ts": {
2012
+ "bytes": 3819,
2013
+ "imports": [
2014
+ {
2015
+ "path": "src/export/types.ts",
2016
+ "kind": "import-statement",
2017
+ "original": "./types"
2018
+ }
2019
+ ],
2020
+ "format": "esm"
2021
+ },
2022
+ "src/export/cellSerializer.ts": {
2023
+ "bytes": 3750,
2024
+ "imports": [
2025
+ {
2026
+ "path": "src/export/decimalText.ts",
2027
+ "kind": "import-statement",
2028
+ "original": "./decimalText"
2029
+ },
2030
+ {
2031
+ "path": "src/export/dateTimeText.ts",
2032
+ "kind": "import-statement",
2033
+ "original": "./dateTimeText"
2034
+ },
2035
+ {
2036
+ "path": "src/export/types.ts",
2037
+ "kind": "import-statement",
2038
+ "original": "./types"
2039
+ }
2040
+ ],
2041
+ "format": "esm"
2042
+ },
2043
+ "src/export/encoding.ts": {
2044
+ "bytes": 1593,
2045
+ "imports": [
2046
+ {
2047
+ "path": "src/export/types.ts",
2048
+ "kind": "import-statement",
2049
+ "original": "./types"
2050
+ }
2051
+ ],
2052
+ "format": "esm"
2053
+ },
2054
+ "src/export/csvSerializer.ts": {
2055
+ "bytes": 1908,
2056
+ "imports": [
2057
+ {
2058
+ "path": "src/export/cellSerializer.ts",
2059
+ "kind": "import-statement",
2060
+ "original": "./cellSerializer"
2061
+ },
2062
+ {
2063
+ "path": "src/export/dateTimeText.ts",
2064
+ "kind": "import-statement",
2065
+ "original": "./dateTimeText"
2066
+ },
2067
+ {
2068
+ "path": "src/export/encoding.ts",
2069
+ "kind": "import-statement",
2070
+ "original": "./encoding"
2071
+ },
2072
+ {
2073
+ "path": "src/export/types.ts",
2074
+ "kind": "import-statement",
2075
+ "original": "./types"
2076
+ },
2077
+ {
2078
+ "path": "src/export/types.ts",
2079
+ "kind": "import-statement",
2080
+ "original": "./types"
2081
+ }
2082
+ ],
2083
+ "format": "esm"
2084
+ },
2085
+ "src/flow-library/exportSinks.ts": {
2086
+ "bytes": 4042,
2087
+ "imports": [
2088
+ {
2089
+ "path": "src/execute.ts",
2090
+ "kind": "import-statement",
2091
+ "original": "../execute"
2092
+ },
2093
+ {
2094
+ "path": "src/export/csvSerializer.ts",
2095
+ "kind": "import-statement",
2096
+ "original": "../export/csvSerializer"
2097
+ },
2098
+ {
2099
+ "path": "src/flow-library/errors.ts",
2100
+ "kind": "import-statement",
2101
+ "original": "./errors"
2102
+ },
2103
+ {
2104
+ "path": "src/flow-library/exportSinkContext.ts",
2105
+ "kind": "import-statement",
2106
+ "original": "./exportSinkContext"
2107
+ }
2108
+ ],
2109
+ "format": "esm"
2110
+ },
1979
2111
  "src/flow-library/index.ts": {
1980
- "bytes": 14921,
2112
+ "bytes": 15628,
1981
2113
  "imports": [
1982
2114
  {
1983
2115
  "path": "src/core/diagnostics.ts",
@@ -2019,10 +2151,20 @@
2019
2151
  "kind": "import-statement",
2020
2152
  "original": "./importSources"
2021
2153
  },
2154
+ {
2155
+ "path": "src/flow-library/exportSinkContext.ts",
2156
+ "kind": "import-statement",
2157
+ "original": "./exportSinkContext"
2158
+ },
2022
2159
  {
2023
2160
  "path": "src/flow-library/publicTypes.ts",
2024
2161
  "kind": "import-statement",
2025
2162
  "original": "./publicTypes"
2163
+ },
2164
+ {
2165
+ "path": "src/flow-library/exportSinks.ts",
2166
+ "kind": "import-statement",
2167
+ "original": "./exportSinks"
2026
2168
  }
2027
2169
  ],
2028
2170
  "format": "esm"
@@ -2040,9 +2182,13 @@
2040
2182
  "disposeExecutionContext",
2041
2183
  "executeStatement",
2042
2184
  "explainScript",
2185
+ "exportSinkStatus",
2043
2186
  "isDmlResult",
2044
2187
  "parseScript",
2045
2188
  "previewStatement",
2189
+ "serializeCsvExport",
2190
+ "serializeExportSink",
2191
+ "serializeSelectResultAsCsv",
2046
2192
  "validateScript",
2047
2193
  "version"
2048
2194
  ],
@@ -2340,7 +2486,7 @@
2340
2486
  "bytesInOutput": 412
2341
2487
  },
2342
2488
  "src/execute.ts": {
2343
- "bytesInOutput": 252515
2489
+ "bytesInOutput": 252592
2344
2490
  },
2345
2491
  "src/api/cursorLeaseManager.ts": {
2346
2492
  "bytesInOutput": 1777
@@ -2366,14 +2512,38 @@
2366
2512
  "src/flow-library/importSources.ts": {
2367
2513
  "bytesInOutput": 516
2368
2514
  },
2515
+ "src/flow-library/exportSinkContext.ts": {
2516
+ "bytesInOutput": 1678
2517
+ },
2369
2518
  "src/flow-library/publicTypes.ts": {
2370
2519
  "bytesInOutput": 442
2371
2520
  },
2372
2521
  "src/flow-library/index.ts": {
2373
- "bytesInOutput": 6014
2522
+ "bytesInOutput": 6054
2523
+ },
2524
+ "src/export/types.ts": {
2525
+ "bytesInOutput": 750
2526
+ },
2527
+ "src/export/decimalText.ts": {
2528
+ "bytesInOutput": 623
2529
+ },
2530
+ "src/export/dateTimeText.ts": {
2531
+ "bytesInOutput": 1823
2532
+ },
2533
+ "src/export/cellSerializer.ts": {
2534
+ "bytesInOutput": 1548
2535
+ },
2536
+ "src/export/encoding.ts": {
2537
+ "bytesInOutput": 686
2538
+ },
2539
+ "src/export/csvSerializer.ts": {
2540
+ "bytesInOutput": 614
2541
+ },
2542
+ "src/flow-library/exportSinks.ts": {
2543
+ "bytesInOutput": 1593
2374
2544
  }
2375
2545
  },
2376
- "bytes": 694883
2546
+ "bytes": 704422
2377
2547
  }
2378
2548
  }
2379
2549
  }