spartaxx.businessmodels 1.0.350 → 1.0.351

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,8 @@
1
+ export interface ManageESignLink {
2
+ Id?: number;
3
+ Guid?: string;
4
+ ExpiryDate?: string;
5
+ IsCompleted?: number;
6
+ ClientData?: string;
7
+ Stage?: string;
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.350",
3
+ "version": "1.0.351",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {