Skip to content

Commit

Permalink
fix(update): export update function to be public available
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittwer committed Oct 9, 2017
1 parent 6f2f338 commit b63cd39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dynamo/expression/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ export * from './logical-operator/and.function'
export * from './logical-operator/or.function'
export * from './logical-operator/not.function'
export * from './logical-operator/attribute.function'
export * from './logical-operator/update.function'
export * from './type/condition-operator.type'
1 change: 1 addition & 0 deletions src/dynamo/request/update/update.request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { BaseRequest } from '../base.request'

export type Bla = { [key in UpdateActionKeyword]: Expression[] }

// TODO add if no operations are defined, don't execute
export class UpdateRequest<T> extends BaseRequest<T, any> {
constructor(
dynamoRx: DynamoRx,
Expand Down

0 comments on commit b63cd39

Please sign in to comment.