@ekyc_qoobiss/qbs-ect-cmp 2.0.11 → 2.0.12

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.
@@ -98,6 +98,7 @@ export declare class ApiUrls {
98
98
  readonly SendLink: string;
99
99
  readonly GetStatus: string;
100
100
  readonly AddLog: string;
101
+ readonly AddStep: string;
101
102
  readonly AbortRequest: string;
102
103
  constructor();
103
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ekyc_qoobiss/qbs-ect-cmp",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "Person Identification Component",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.js",