RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.349 → 1.0.351
spartaxx.businessmodels 1.0.349 → 1.0.351
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/CCC/ManageESignLink.TS
+8
-0
package/package.json
+1
-1
package/CCC/ManageESignLink.TS
ADDED
Viewed
@@ -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
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "spartaxx.businessmodels",
3
-
"version": "1.0.
349
",
3
+
"version": "1.0.
351
",
4
4
"main": "protest.js",
5
5
"type": "commonjs",
6
6
"scripts": {