@apiquest/types 1.0.3 → 1.0.4

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 (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,11 +27,13 @@ import type {
27
27
  ## Type Exports
28
28
 
29
29
  - **Collection Types:** Collection, Request, Folder, CollectionItem, CollectionInfo
30
- - **Auth Types:** Auth, BearerAuth, BasicAuth, ApiKeyAuth, OAuth2Auth
30
+ - **Auth Types:** Auth
31
31
  - **Environment:** Environment, Variable
32
- - **Runtime:** RunOptions, RunResult, RuntimeOptions
32
+ - **Runtime:** RunOptions, RunResult, RuntimeOptions, ExecutionOptions
33
33
  - **Plugins:** IProtocolPlugin, IAuthPlugin, IValueProviderPlugin
34
- - **Execution:** ExecutionContext, ProtocolResponse, ValidationResult
34
+ - **Execution:** ExecutionContext, ProtocolResponse, ExecutionRecord, TestResult
35
+ - **Logging:** ILogger, LogLevel
36
+ - **Cookies:** ICookieJar, Cookie, CookieSetOptions, CookieJarOptions
35
37
 
36
38
  ## Schema
37
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apiquest/types",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Shared TypeScript types for ApiQuest",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",