RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.334 → 1.0.336
spartaxx.businessmodels 1.0.334 → 1.0.336
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/CCC/ClientInputForm.ts
+1
-0
package/Common/PwProcessDocumentDetails.ts
+1
-0
package/package.json
+1
-1
package/CCC/ClientInputForm.ts
CHANGED
Viewed
@@ -57,6 +57,7 @@ export interface ClientInputForm {
57
57
58
58
//#region GA AND IL AUTHORIZATION FROM
59
59
GAILAuthorizationSigneeName?: string;
60
+
GAILAuthorizationOwnerName?: string;
60
61
//#endregion
61
62
}
62
63
package/Common/PwProcessDocumentDetails.ts
CHANGED
Viewed
@@ -17,4 +17,5 @@ export interface PwProcessDocumentDetails {
17
17
DocumentPath: string;
18
18
CreatedApp: string;
19
19
UserId: number;
20
+
PW_ProcessDocumentId: number;
20
21
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "spartaxx.businessmodels",
3
-
"version": "1.0.
334
",
3
+
"version": "1.0.
336
",
4
4
"main": "protest.js",
5
5
"type": "commonjs",
6
6
"scripts": {