@edraj/tsdmart 5.0.3 → 5.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dmart.model.ts +1 -1
  2. package/package.json +1 -1
package/dmart.model.ts CHANGED
@@ -190,7 +190,7 @@ export type QueryRequest = {
190
190
  export enum RequestType {
191
191
  create = "create",
192
192
  update = "update",
193
- replace = "replace",
193
+ progress_ticket = "progress_ticket",
194
194
  delete = "delete",
195
195
  move = "move",
196
196
  updateACL = "update_acl",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edraj/tsdmart",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "description": "A TypeScript implementation of the Dmart that depends on axios.",
5
5
  "author": "Kefah T. Issa",
6
6
  "email": "kefah.issa@gmail.com",