Skip to content

Commit

Permalink
chore: upgrade caluma to 8.0.0-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Yelinz authored and anehx committed Aug 26, 2022
1 parent 517d639 commit 77739ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- dbdata:/var/lib/postgresql/data

caluma:
image: ghcr.io/projectcaluma/caluma:8.0.0-beta.12
image: ghcr.io/projectcaluma/caluma:8.0.0-beta.15
ports:
- "8000:8000"
depends_on:
Expand Down
22 changes: 2 additions & 20 deletions packages/testing/addon/mirage-graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1950,8 +1950,6 @@ type Mutation {
saveCompleteTaskFormTask(
input: SaveCompleteTaskFormTaskInput!
): SaveCompleteTaskFormTaskPayload
startCase(input: StartCaseInput!): StartCasePayload
@deprecated(reason: "Use SaveCase mutation instead")
saveCase(input: SaveCaseInput!): SaveCasePayload
cancelCase(input: CancelCaseInput!): CancelCasePayload
suspendCase(input: SuspendCaseInput!): SuspendCasePayload
Expand Down Expand Up @@ -3492,24 +3490,7 @@ enum SortableWorkItemAttributes {
DEADLINE
STATUS
SLUG
}

input StartCaseInput {
workflow: ID!
meta: JSONString
parentWorkItem: ID
form: ID

"""
Provide extra context for dynamic jexl transforms and events
"""
context: JSONString
clientMutationId: String
}

type StartCasePayload {
case: Case
clientMutationId: String
CASE__DOCUMENT__FORM__NAME
}

"""
Expand Down Expand Up @@ -4113,6 +4094,7 @@ input WorkItemFilterSetType {
caseDocumentHasAnswer: [HasAnswerFilterType]
caseMetaValue: [JSONValueFilterType]
rootCaseMetaValue: [JSONValueFilterType]
caseSearchAnswers: [SearchAnswersFilterType]
invert: Boolean
}

Expand Down

0 comments on commit 77739ae

Please sign in to comment.