@forge/api 2.22.0-next.1 → 2.22.0-next.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @forge/api
2
2
 
3
+ ## 2.22.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 01eec989: Fix error where mutation was used instead of query
8
+
3
9
  ## 2.22.0-next.1
4
10
 
5
11
  ### Minor Changes
package/out/webTrigger.js CHANGED
@@ -79,7 +79,7 @@ const proxyGetWebTriggerUrlIds = (0, runtime_1.wrapInMetrics)('api.getWebTrigger
79
79
  headers: { 'Content-Type': 'application/json' },
80
80
  body: JSON.stringify({
81
81
  query: `
82
- mutation forge_app_webTriggerUrlsByAppContext($appId: ID!, $envId: ID!, $contextId: ID!) {
82
+ query forge_app_webTriggerUrlsByAppContext($appId: ID!, $envId: ID!, $contextId: ID!) {
83
83
  webTriggerUrlsByAppContext(appId: $appId, envId: $envId, contextId: $contextId) {
84
84
  id
85
85
  url
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/api",
3
- "version": "2.22.0-next.1",
3
+ "version": "2.22.0-next.2",
4
4
  "description": "Forge API methods",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",