@insignia-education/api-sdk-js 0.16.25 → 0.16.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insignia-education/api-sdk-js",
3
- "version": "0.16.25",
3
+ "version": "0.16.26",
4
4
  "description": "JavaScript SDK for the Insignia Education API",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -156,7 +156,8 @@ export default class Admin {
156
156
  }
157
157
 
158
158
  /**
159
- * Recent GitHub Actions workflow runs for every repo GithubActionsService covers
159
+ * Recent GitHub Actions workflow runs plus each repo's currently open pull requests
160
+ * (`pull_requests`, newest-updated first) — for every repo GithubActionsService covers
160
161
  * ('api', 'front', 'api-sdk-js'), newest first, `{ limit }` each (default 20, max 50).
161
162
  * Resolves `{ available: false }` (not an error) if the server has no GitHub token
162
163
  * configured, per repo — check `repos.<name>.available` separately rather than