@captureid/datatypes 1.0.41 → 1.0.42

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.
package/lib/enums.d.ts CHANGED
@@ -321,6 +321,8 @@ export declare enum Status {
321
321
  LOCKED = 4,
322
322
  UNLOCKED = 5,
323
323
  PENDING = 6,
324
+ ABORTED = 7,
325
+ TIMEOUT = 8,
324
326
  UNKNOWN = 99
325
327
  }
326
328
  export declare namespace Status {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@captureid/datatypes",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0"