checkly 8.16.0 → 8.17.1-prerelease-14d5b2d

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.
Files changed (45) hide show
  1. package/dist/ai-context/context.js +4 -4
  2. package/dist/ai-context/skills-command/references/configure-ssl-monitors.md +4 -4
  3. package/dist/constructs/grpc-assertion-codegen.js +60 -4
  4. package/dist/constructs/grpc-assertion-codegen.js.map +1 -1
  5. package/dist/constructs/grpc-assertion-validation.js +16 -0
  6. package/dist/constructs/grpc-assertion-validation.js.map +1 -1
  7. package/dist/constructs/grpc-assertion.d.ts +37 -2
  8. package/dist/constructs/grpc-assertion.js +42 -3
  9. package/dist/constructs/grpc-assertion.js.map +1 -1
  10. package/dist/constructs/grpc-request-codegen.js +0 -3
  11. package/dist/constructs/grpc-request-codegen.js.map +1 -1
  12. package/dist/constructs/grpc-request.d.ts +0 -6
  13. package/dist/constructs/internal/assertion-codegen.d.ts +11 -2
  14. package/dist/constructs/internal/assertion-codegen.js +14 -17
  15. package/dist/constructs/internal/assertion-codegen.js.map +1 -1
  16. package/dist/constructs/internal/assertion-grammar.d.ts +35 -0
  17. package/dist/constructs/internal/assertion-grammar.js +75 -0
  18. package/dist/constructs/internal/assertion-grammar.js.map +1 -0
  19. package/dist/constructs/internal/assertion.js +2 -2
  20. package/dist/constructs/internal/assertion.js.map +1 -1
  21. package/dist/constructs/ssl-assertion-codegen.d.ts +2 -0
  22. package/dist/constructs/ssl-assertion-codegen.js +65 -27
  23. package/dist/constructs/ssl-assertion-codegen.js.map +1 -1
  24. package/dist/constructs/ssl-assertion-grammar.d.ts +123 -0
  25. package/dist/constructs/ssl-assertion-grammar.js +90 -0
  26. package/dist/constructs/ssl-assertion-grammar.js.map +1 -0
  27. package/dist/constructs/ssl-assertion-validation.d.ts +6 -6
  28. package/dist/constructs/ssl-assertion-validation.js +97 -28
  29. package/dist/constructs/ssl-assertion-validation.js.map +1 -1
  30. package/dist/constructs/ssl-assertion.d.ts +59 -114
  31. package/dist/constructs/ssl-assertion.js +59 -176
  32. package/dist/constructs/ssl-assertion.js.map +1 -1
  33. package/dist/constructs/traceroute-assertion-grammar.d.ts +33 -0
  34. package/dist/constructs/traceroute-assertion-grammar.js +33 -0
  35. package/dist/constructs/traceroute-assertion-grammar.js.map +1 -0
  36. package/dist/constructs/traceroute-assertion-validation.js +21 -27
  37. package/dist/constructs/traceroute-assertion-validation.js.map +1 -1
  38. package/dist/constructs/traceroute-assertion.d.ts +6 -25
  39. package/dist/constructs/traceroute-assertion.js +5 -51
  40. package/dist/constructs/traceroute-assertion.js.map +1 -1
  41. package/dist/reporters/abstract-list.d.ts +2 -0
  42. package/dist/reporters/abstract-list.js +29 -11
  43. package/dist/reporters/abstract-list.js.map +1 -1
  44. package/oclif.manifest.json +206 -206
  45. package/package.json +7 -7
@@ -1488,211 +1488,6 @@
1488
1488
  "logs.js"
1489
1489
  ]
1490
1490
  },
1491
- "assets:download": {
1492
- "aliases": [],
1493
- "args": {},
1494
- "description": "Download result assets.",
1495
- "flags": {
1496
- "check-id": {
1497
- "description": "Check ID for a scheduled check result.",
1498
- "name": "check-id",
1499
- "hasDynamicHelp": false,
1500
- "multiple": false,
1501
- "type": "option"
1502
- },
1503
- "test-session-id": {
1504
- "description": "Test session ID for a test-session result.",
1505
- "name": "test-session-id",
1506
- "hasDynamicHelp": false,
1507
- "multiple": false,
1508
- "type": "option"
1509
- },
1510
- "result-id": {
1511
- "description": "Check result ID or test-session result ID.",
1512
- "name": "result-id",
1513
- "required": true,
1514
- "hasDynamicHelp": false,
1515
- "multiple": false,
1516
- "type": "option"
1517
- },
1518
- "type": {
1519
- "description": "Select assets by type.",
1520
- "name": "type",
1521
- "hasDynamicHelp": false,
1522
- "multiple": false,
1523
- "options": [
1524
- "log",
1525
- "trace",
1526
- "video",
1527
- "screenshot",
1528
- "pcap",
1529
- "report",
1530
- "file",
1531
- "all"
1532
- ],
1533
- "type": "option"
1534
- },
1535
- "asset": {
1536
- "description": "Select an asset by exact Asset/Name value or glob.",
1537
- "name": "asset",
1538
- "hasDynamicHelp": false,
1539
- "multiple": false,
1540
- "type": "option"
1541
- },
1542
- "dir": {
1543
- "description": "Directory to write assets into.",
1544
- "name": "dir",
1545
- "hasDynamicHelp": false,
1546
- "multiple": false,
1547
- "type": "option"
1548
- },
1549
- "force": {
1550
- "description": "Overwrite existing files.",
1551
- "name": "force",
1552
- "allowNo": false,
1553
- "type": "boolean"
1554
- },
1555
- "skip-existing": {
1556
- "description": "Skip files that already exist.",
1557
- "name": "skip-existing",
1558
- "allowNo": false,
1559
- "type": "boolean"
1560
- },
1561
- "output": {
1562
- "char": "o",
1563
- "description": "Output format.",
1564
- "name": "output",
1565
- "default": "table",
1566
- "hasDynamicHelp": false,
1567
- "multiple": false,
1568
- "options": [
1569
- "table",
1570
- "json"
1571
- ],
1572
- "type": "option"
1573
- }
1574
- },
1575
- "hasDynamicHelp": false,
1576
- "hidden": false,
1577
- "hiddenAliases": [],
1578
- "id": "assets:download",
1579
- "pluginAlias": "checkly",
1580
- "pluginName": "checkly",
1581
- "pluginType": "core",
1582
- "strict": true,
1583
- "enableJsonFlag": false,
1584
- "coreCommand": false,
1585
- "readOnly": true,
1586
- "destructive": false,
1587
- "idempotent": true,
1588
- "isESM": true,
1589
- "relativePath": [
1590
- "dist",
1591
- "commands",
1592
- "assets",
1593
- "download.js"
1594
- ]
1595
- },
1596
- "assets:list": {
1597
- "aliases": [],
1598
- "args": {},
1599
- "description": "List result assets.",
1600
- "flags": {
1601
- "check-id": {
1602
- "description": "Check ID for a scheduled check result.",
1603
- "name": "check-id",
1604
- "hasDynamicHelp": false,
1605
- "multiple": false,
1606
- "type": "option"
1607
- },
1608
- "test-session-id": {
1609
- "description": "Test session ID for a test-session result.",
1610
- "name": "test-session-id",
1611
- "hasDynamicHelp": false,
1612
- "multiple": false,
1613
- "type": "option"
1614
- },
1615
- "result-id": {
1616
- "description": "Check result ID or test-session result ID.",
1617
- "name": "result-id",
1618
- "required": true,
1619
- "hasDynamicHelp": false,
1620
- "multiple": false,
1621
- "type": "option"
1622
- },
1623
- "type": {
1624
- "description": "Filter assets by type.",
1625
- "name": "type",
1626
- "default": "all",
1627
- "hasDynamicHelp": false,
1628
- "multiple": false,
1629
- "options": [
1630
- "log",
1631
- "trace",
1632
- "video",
1633
- "screenshot",
1634
- "pcap",
1635
- "report",
1636
- "file",
1637
- "all"
1638
- ],
1639
- "type": "option"
1640
- },
1641
- "asset": {
1642
- "description": "Filter assets by exact Asset/Name value or glob.",
1643
- "name": "asset",
1644
- "hasDynamicHelp": false,
1645
- "multiple": false,
1646
- "type": "option"
1647
- },
1648
- "view": {
1649
- "description": "Human output view. Ignored with --output json.",
1650
- "name": "view",
1651
- "default": "table",
1652
- "hasDynamicHelp": false,
1653
- "multiple": false,
1654
- "options": [
1655
- "table",
1656
- "tree"
1657
- ],
1658
- "type": "option"
1659
- },
1660
- "output": {
1661
- "char": "o",
1662
- "description": "Output format.",
1663
- "name": "output",
1664
- "default": "table",
1665
- "hasDynamicHelp": false,
1666
- "multiple": false,
1667
- "options": [
1668
- "table",
1669
- "json",
1670
- "md"
1671
- ],
1672
- "type": "option"
1673
- }
1674
- },
1675
- "hasDynamicHelp": false,
1676
- "hidden": false,
1677
- "hiddenAliases": [],
1678
- "id": "assets:list",
1679
- "pluginAlias": "checkly",
1680
- "pluginName": "checkly",
1681
- "pluginType": "core",
1682
- "strict": true,
1683
- "enableJsonFlag": false,
1684
- "coreCommand": false,
1685
- "readOnly": true,
1686
- "destructive": false,
1687
- "idempotent": true,
1688
- "isESM": true,
1689
- "relativePath": [
1690
- "dist",
1691
- "commands",
1692
- "assets",
1693
- "list.js"
1694
- ]
1695
- },
1696
1491
  "checks:delete": {
1697
1492
  "aliases": [],
1698
1493
  "args": {
@@ -2271,6 +2066,211 @@
2271
2066
  "parse-project.js"
2272
2067
  ]
2273
2068
  },
2069
+ "assets:download": {
2070
+ "aliases": [],
2071
+ "args": {},
2072
+ "description": "Download result assets.",
2073
+ "flags": {
2074
+ "check-id": {
2075
+ "description": "Check ID for a scheduled check result.",
2076
+ "name": "check-id",
2077
+ "hasDynamicHelp": false,
2078
+ "multiple": false,
2079
+ "type": "option"
2080
+ },
2081
+ "test-session-id": {
2082
+ "description": "Test session ID for a test-session result.",
2083
+ "name": "test-session-id",
2084
+ "hasDynamicHelp": false,
2085
+ "multiple": false,
2086
+ "type": "option"
2087
+ },
2088
+ "result-id": {
2089
+ "description": "Check result ID or test-session result ID.",
2090
+ "name": "result-id",
2091
+ "required": true,
2092
+ "hasDynamicHelp": false,
2093
+ "multiple": false,
2094
+ "type": "option"
2095
+ },
2096
+ "type": {
2097
+ "description": "Select assets by type.",
2098
+ "name": "type",
2099
+ "hasDynamicHelp": false,
2100
+ "multiple": false,
2101
+ "options": [
2102
+ "log",
2103
+ "trace",
2104
+ "video",
2105
+ "screenshot",
2106
+ "pcap",
2107
+ "report",
2108
+ "file",
2109
+ "all"
2110
+ ],
2111
+ "type": "option"
2112
+ },
2113
+ "asset": {
2114
+ "description": "Select an asset by exact Asset/Name value or glob.",
2115
+ "name": "asset",
2116
+ "hasDynamicHelp": false,
2117
+ "multiple": false,
2118
+ "type": "option"
2119
+ },
2120
+ "dir": {
2121
+ "description": "Directory to write assets into.",
2122
+ "name": "dir",
2123
+ "hasDynamicHelp": false,
2124
+ "multiple": false,
2125
+ "type": "option"
2126
+ },
2127
+ "force": {
2128
+ "description": "Overwrite existing files.",
2129
+ "name": "force",
2130
+ "allowNo": false,
2131
+ "type": "boolean"
2132
+ },
2133
+ "skip-existing": {
2134
+ "description": "Skip files that already exist.",
2135
+ "name": "skip-existing",
2136
+ "allowNo": false,
2137
+ "type": "boolean"
2138
+ },
2139
+ "output": {
2140
+ "char": "o",
2141
+ "description": "Output format.",
2142
+ "name": "output",
2143
+ "default": "table",
2144
+ "hasDynamicHelp": false,
2145
+ "multiple": false,
2146
+ "options": [
2147
+ "table",
2148
+ "json"
2149
+ ],
2150
+ "type": "option"
2151
+ }
2152
+ },
2153
+ "hasDynamicHelp": false,
2154
+ "hidden": false,
2155
+ "hiddenAliases": [],
2156
+ "id": "assets:download",
2157
+ "pluginAlias": "checkly",
2158
+ "pluginName": "checkly",
2159
+ "pluginType": "core",
2160
+ "strict": true,
2161
+ "enableJsonFlag": false,
2162
+ "coreCommand": false,
2163
+ "readOnly": true,
2164
+ "destructive": false,
2165
+ "idempotent": true,
2166
+ "isESM": true,
2167
+ "relativePath": [
2168
+ "dist",
2169
+ "commands",
2170
+ "assets",
2171
+ "download.js"
2172
+ ]
2173
+ },
2174
+ "assets:list": {
2175
+ "aliases": [],
2176
+ "args": {},
2177
+ "description": "List result assets.",
2178
+ "flags": {
2179
+ "check-id": {
2180
+ "description": "Check ID for a scheduled check result.",
2181
+ "name": "check-id",
2182
+ "hasDynamicHelp": false,
2183
+ "multiple": false,
2184
+ "type": "option"
2185
+ },
2186
+ "test-session-id": {
2187
+ "description": "Test session ID for a test-session result.",
2188
+ "name": "test-session-id",
2189
+ "hasDynamicHelp": false,
2190
+ "multiple": false,
2191
+ "type": "option"
2192
+ },
2193
+ "result-id": {
2194
+ "description": "Check result ID or test-session result ID.",
2195
+ "name": "result-id",
2196
+ "required": true,
2197
+ "hasDynamicHelp": false,
2198
+ "multiple": false,
2199
+ "type": "option"
2200
+ },
2201
+ "type": {
2202
+ "description": "Filter assets by type.",
2203
+ "name": "type",
2204
+ "default": "all",
2205
+ "hasDynamicHelp": false,
2206
+ "multiple": false,
2207
+ "options": [
2208
+ "log",
2209
+ "trace",
2210
+ "video",
2211
+ "screenshot",
2212
+ "pcap",
2213
+ "report",
2214
+ "file",
2215
+ "all"
2216
+ ],
2217
+ "type": "option"
2218
+ },
2219
+ "asset": {
2220
+ "description": "Filter assets by exact Asset/Name value or glob.",
2221
+ "name": "asset",
2222
+ "hasDynamicHelp": false,
2223
+ "multiple": false,
2224
+ "type": "option"
2225
+ },
2226
+ "view": {
2227
+ "description": "Human output view. Ignored with --output json.",
2228
+ "name": "view",
2229
+ "default": "table",
2230
+ "hasDynamicHelp": false,
2231
+ "multiple": false,
2232
+ "options": [
2233
+ "table",
2234
+ "tree"
2235
+ ],
2236
+ "type": "option"
2237
+ },
2238
+ "output": {
2239
+ "char": "o",
2240
+ "description": "Output format.",
2241
+ "name": "output",
2242
+ "default": "table",
2243
+ "hasDynamicHelp": false,
2244
+ "multiple": false,
2245
+ "options": [
2246
+ "table",
2247
+ "json",
2248
+ "md"
2249
+ ],
2250
+ "type": "option"
2251
+ }
2252
+ },
2253
+ "hasDynamicHelp": false,
2254
+ "hidden": false,
2255
+ "hiddenAliases": [],
2256
+ "id": "assets:list",
2257
+ "pluginAlias": "checkly",
2258
+ "pluginName": "checkly",
2259
+ "pluginType": "core",
2260
+ "strict": true,
2261
+ "enableJsonFlag": false,
2262
+ "coreCommand": false,
2263
+ "readOnly": true,
2264
+ "destructive": false,
2265
+ "idempotent": true,
2266
+ "isESM": true,
2267
+ "relativePath": [
2268
+ "dist",
2269
+ "commands",
2270
+ "assets",
2271
+ "list.js"
2272
+ ]
2273
+ },
2274
2274
  "env:add": {
2275
2275
  "aliases": [],
2276
2276
  "args": {
@@ -3782,5 +3782,5 @@
3782
3782
  ]
3783
3783
  }
3784
3784
  },
3785
- "version": "8.16.0"
3785
+ "version": "8.17.1-prerelease-14d5b2d"
3786
3786
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checkly",
3
- "version": "8.16.0",
3
+ "version": "8.17.1-prerelease-14d5b2d",
4
4
  "type": "module",
5
5
  "description": "Checkly CLI",
6
6
  "main": "dist/index.js",
@@ -99,7 +99,7 @@
99
99
  "@oclif/core": "^4.11.14",
100
100
  "@oclif/plugin-help": "^6.2.53",
101
101
  "@oclif/plugin-warn-if-update-available": "^3.1.68",
102
- "@typescript-eslint/typescript-estree": "^8.62.1",
102
+ "@typescript-eslint/typescript-estree": "^8.64.0",
103
103
  "acorn": "^8.17.0",
104
104
  "acorn-walk": "^8.3.5",
105
105
  "archiver": "^8.0.0",
@@ -123,7 +123,7 @@
123
123
  "log-symbols": "^7.0.1",
124
124
  "luxon": "^3.7.2",
125
125
  "minimatch": "^10.2.5",
126
- "mqtt": "^5.15.1",
126
+ "mqtt": "^5.15.2",
127
127
  "open": "^11.0.0",
128
128
  "p-queue": "^9.3.1",
129
129
  "prompts": "^2.4.2",
@@ -131,7 +131,7 @@
131
131
  "recast": "^0.23.12",
132
132
  "semver": "^7.8.5",
133
133
  "socks-proxy-agent": "^10.1.0",
134
- "string-width": "^8.2.1",
134
+ "string-width": "^8.2.2",
135
135
  "uuid": "^14.0.1",
136
136
  "yaml": "^2.9.0"
137
137
  },
@@ -147,11 +147,11 @@
147
147
  "config": "^4.4.2",
148
148
  "cross-env": "^10.1.0",
149
149
  "nanoid": "^5.1.16",
150
- "oclif": "^4.23.24",
150
+ "oclif": "^4.23.27",
151
151
  "rimraf": "^6.1.3",
152
- "tar": "^7.5.19",
152
+ "tar": "^7.5.20",
153
153
  "typescript": "^6.0.3",
154
- "vitest": "^3.2.6"
154
+ "vitest": "^3.2.7"
155
155
  },
156
156
  "scripts": {
157
157
  "clean:dist": "rimraf ./dist ./tsconfig.tsbuildinfo",