@contember/client
Advanced tools
Comparing version 0.8.0-alpha.7 to 0.8.0-alpha.8
@@ -56,26 +56,2 @@ declare type CreateMutationArguments = 'data'; | ||
export declare const diffQuery = "query($stage: String!, $filter: [TreeFilter!]!) {\n\tdiff(stage: $stage, filter: $filter) {\n\t\tok\n\t\terrors\n\t\tresult {\n\t\t\tbase {\n\t\t\t\tid\n\t\t\t\tname\n\t\t\t\tslug\n\t\t\t}\n\t\t\thead {\n\t\t\t\tid\n\t\t\t\tname\n\t\t\t\tslug\n\t\t\t}\n\t\t\tevents {\n\t\t\t\tid\n\t\t\t\ttype\n\t\t\t\ttransactionId\n\t\t\t\tdependencies\n\t\t\t\tdescription\n\t\t\t\tcreatedAt\n\t\t\t\tidentityDescription\n\t\t\t}\n\t\t}\n\t}\n}"; | ||
export declare interface DiffQueryResponse { | ||
data: { | ||
diff: { | ||
ok: boolean; | ||
errors: Array<'STAGE_NOT_FOUND' | 'MISSING_BASE' | 'NOT_REBASED'>; | ||
result: null | { | ||
head: { | ||
id: string; | ||
name: string; | ||
slug: string; | ||
}; | ||
base: { | ||
id: string; | ||
name: string; | ||
slug: string; | ||
}; | ||
events: SystemEvent[]; | ||
}; | ||
}; | ||
}; | ||
} | ||
export declare interface FileUploader<Result = any, Error extends FileUploadError = FileUploadError> { | ||
@@ -476,13 +452,2 @@ upload: (files: Map<File, UploadedFileMetadata>, options: FileUploaderInitializeOptions<Result, Error>) => Promise<void>; | ||
export declare const releaseTreeMutation = "mutation ($stage: String!, $filter: [TreeFilter!]!) {\n\treleaseTree(stage: $stage, tree: $filter) {\n\t\tok\n\t\terrors\n\t}\n}"; | ||
export declare interface ReleaseTreeMutationResponse { | ||
data: { | ||
releaseTree: { | ||
ok: boolean; | ||
errors: Array<'STAGE_NOT_FOUND' | 'MISSING_BASE' | 'FORBIDDEN' | 'NOT_REBASED'>; | ||
}; | ||
}; | ||
} | ||
export declare namespace Result { | ||
@@ -489,0 +454,0 @@ export type MutationFieldResult = CreateResult | UpdateResult | DeleteResult; |
@@ -12,5 +12,3 @@ import * as index$1 from './crudQueryBuilder/index.js'; | ||
export { GraphQlClient } from './graphQlClient/GraphQlClient.js'; | ||
export { diffQuery } from './system/diffQuery.js'; | ||
export { formatSystemApiRelativeUrl } from './system/formatSystemApiRelativeUrl.js'; | ||
export { releaseTreeMutation } from './system/releaseTreeMutation.js'; | ||
export { loginMutation } from './tenant/loginMutation.js'; | ||
@@ -17,0 +15,0 @@ export { tenantApiRelativeUrl } from './tenant/tenantApiRelativeUrl.js'; |
@@ -12,5 +12,3 @@ import * as index$1 from "./crudQueryBuilder/index.js"; | ||
export { GraphQlClient } from "./graphQlClient/GraphQlClient.js"; | ||
export { diffQuery } from "./system/diffQuery.js"; | ||
export { formatSystemApiRelativeUrl } from "./system/formatSystemApiRelativeUrl.js"; | ||
export { releaseTreeMutation } from "./system/releaseTreeMutation.js"; | ||
export { loginMutation } from "./tenant/loginMutation.js"; | ||
@@ -17,0 +15,0 @@ export { tenantApiRelativeUrl } from "./tenant/tenantApiRelativeUrl.js"; |
{ | ||
"name": "@contember/client", | ||
"license": "Apache-2.0", | ||
"version": "0.8.0-alpha.7", | ||
"version": "0.8.0-alpha.8", | ||
"main": "./dist/production/index.js", | ||
@@ -6,0 +6,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
256517
127
2566