@forge/storage
Advanced tools
Comparing version 1.0.4 to 1.0.5-next.0
# @forge/storage | ||
## 1.0.5-next.0 | ||
### Patch Changes | ||
- 0700578: Fix GraphQL query naming convention | ||
## 1.0.4 | ||
@@ -4,0 +10,0 @@ |
@@ -6,3 +6,3 @@ "use strict"; | ||
query: ` | ||
query Get($contextAri: ID!, $key: ID!) { | ||
query forge_app_getApplicationStorageEntity($contextAri: ID!, $key: ID!) { | ||
appStoredEntity(contextAri: $contextAri, key: $key) { | ||
@@ -23,3 +23,3 @@ key | ||
query: ` | ||
query List($contextAri: ID!, $where: [AppStoredEntityFilter!], $cursor: String, $limit: Int) { | ||
query forge_app_getApplicationStorageEntities($contextAri: ID!, $where: [AppStoredEntityFilter!], $cursor: String, $limit: Int) { | ||
appStoredEntities(contextAri: $contextAri, where: $where, after: $cursor, first: $limit) { | ||
@@ -49,3 +49,3 @@ edges { | ||
query: ` | ||
query List($contextAri: ID!, $where: [AppStoredEntityFilter!], $cursor: String, $limit: Int) { | ||
query forge_app_getApplicationStorageEntitiesForCleanup($contextAri: ID!, $where: [AppStoredEntityFilter!], $cursor: String, $limit: Int) { | ||
appStoredEntitiesForCleanup(contextAri: $contextAri, where: $where, after: $cursor, first: $limit) { | ||
@@ -73,3 +73,3 @@ edges { | ||
query: ` | ||
mutation Set($input: SetAppStoredEntityMutationInput!) { | ||
mutation forge_app_setApplicationStorageEntity($input: SetAppStoredEntityMutationInput!) { | ||
appStorage{ | ||
@@ -99,3 +99,3 @@ setAppStoredEntity(input: $input) { | ||
query: ` | ||
mutation Delete($input: DeleteAppStoredEntityMutationInput!) { | ||
mutation forge_app_deleteApplicationStorageEntity($input: DeleteAppStoredEntityMutationInput!) { | ||
appStorage { | ||
@@ -102,0 +102,0 @@ deleteAppStoredEntity(input: $input) { |
{ | ||
"name": "@forge/storage", | ||
"version": "1.0.4", | ||
"version": "1.0.5-next.0", | ||
"description": "Forge Storage methods", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44031
2