@rbaileysr/zephyr-managed-api 1.2.9 → 1.3.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/README.md +5 -1
- package/dist/README.md +5 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -131,7 +131,7 @@ const apiEU = createZephyrApi(
|
|
|
131
131
|
> Use these methods at your own risk. They may break with future Zephyr updates.
|
|
132
132
|
|
|
133
133
|
- Authentication
|
|
134
|
-
- **getContextJwt
|
|
134
|
+
- **getContextJwt** - Get Jira Context JWT token (required for all private API calls)
|
|
135
135
|
- Comments
|
|
136
136
|
- **getTestCaseComments** - Get all comments for a test case
|
|
137
137
|
- **getTestCycleComments** - Get all comments for a test cycle
|
|
@@ -251,6 +251,10 @@ Feel free to drop ideas, suggestions or improvements into our [Community hub](ht
|
|
|
251
251
|
|
|
252
252
|
## Changelog
|
|
253
253
|
|
|
254
|
+
### 1.3.0
|
|
255
|
+
|
|
256
|
+
- **Tested**: All API functions from the Private API have been tested and verified - 16/12/2025
|
|
257
|
+
|
|
254
258
|
### 1.2.9
|
|
255
259
|
|
|
256
260
|
- **Changed**: Test step and test execution step attachment methods now use `stepIndex` (zero-based array index) instead of `stepId`/`testScriptResultId` for better usability
|
package/dist/README.md
CHANGED
|
@@ -131,7 +131,7 @@ const apiEU = createZephyrApi(
|
|
|
131
131
|
> Use these methods at your own risk. They may break with future Zephyr updates.
|
|
132
132
|
|
|
133
133
|
- Authentication
|
|
134
|
-
- **getContextJwt
|
|
134
|
+
- **getContextJwt** - Get Jira Context JWT token (required for all private API calls)
|
|
135
135
|
- Comments
|
|
136
136
|
- **getTestCaseComments** - Get all comments for a test case
|
|
137
137
|
- **getTestCycleComments** - Get all comments for a test cycle
|
|
@@ -251,6 +251,10 @@ Feel free to drop ideas, suggestions or improvements into our [Community hub](ht
|
|
|
251
251
|
|
|
252
252
|
## Changelog
|
|
253
253
|
|
|
254
|
+
### 1.3.0
|
|
255
|
+
|
|
256
|
+
- **Tested**: All API functions from the Private API have been tested and verified - 16/12/2025
|
|
257
|
+
|
|
254
258
|
### 1.2.9
|
|
255
259
|
|
|
256
260
|
- **Changed**: Test step and test execution step attachment methods now use `stepIndex` (zero-based array index) instead of `stepId`/`testScriptResultId` for better usability
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rbaileysr/zephyr-managed-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Managed API wrapper for Zephyr Cloud REST API v2 - Comprehensive type-safe access to all Zephyr API endpoints for ScriptRunner Connect",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rbaileysr/zephyr-managed-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Managed API wrapper for Zephyr Cloud REST API v2 - Comprehensive type-safe access to all Zephyr API endpoints for ScriptRunner Connect",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|