@forge/storage
Advanced tools
Comparing version 0.0.0-experimental-bacec77 to 0.0.0-experimental-cf837b5
@@ -678,3 +678,3 @@ "use strict"; | ||
customSchema: { | ||
createCustomSchema: { | ||
createCustomSchemas: { | ||
success: true | ||
@@ -697,3 +697,3 @@ } | ||
customSchema: { | ||
createCustomSchema: { | ||
createCustomSchemas: { | ||
success: false, | ||
@@ -721,3 +721,3 @@ errors: [INVALID_CURSOR_ERROR] | ||
customSchema: { | ||
createCustomSchema: { | ||
createCustomSchemas: { | ||
success: false | ||
@@ -724,0 +724,0 @@ } |
@@ -97,3 +97,3 @@ "use strict"; | ||
const requestBody = gql_queries_1.CustomEntityQueries.createSchema(schemas); | ||
await this.mutation(requestBody, 'customSchema', 'createCustomSchema'); | ||
await this.mutation(requestBody, 'customSchema', 'createCustomSchemas'); | ||
} | ||
@@ -100,0 +100,0 @@ async getInternal(key, encrypted) { |
@@ -227,3 +227,3 @@ "use strict"; | ||
customSchema { | ||
createCustomSchema(input: $input) { | ||
createCustomSchemas(input: $input) { | ||
success | ||
@@ -230,0 +230,0 @@ errors { |
@@ -116,3 +116,3 @@ export declare type Value = string; | ||
name: string; | ||
partition: string[]; | ||
partition?: string[]; | ||
range: string[]; | ||
@@ -119,0 +119,0 @@ }[]; |
@@ -37,3 +37,3 @@ import { EntityStorageBuilderType } from './entity-storage'; | ||
index(indexName: string): CustomEntityQueryBuilder; | ||
partition(parition: CustomEntityPartitionValue[]): CustomEntityQueryBuilder; | ||
partition(partition: CustomEntityPartitionValue[]): CustomEntityQueryBuilder; | ||
where(condition: WherePredicate): CustomEntityQueryBuilder; | ||
@@ -40,0 +40,0 @@ sortOrder(sort: SortOrder): CustomEntityQueryBuilder; |
{ | ||
"name": "@forge/storage", | ||
"version": "0.0.0-experimental-bacec77", | ||
"version": "0.0.0-experimental-cf837b5", | ||
"description": "Forge Storage methods", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
126384
0