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.
@@ -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
 
@@ -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
@@ -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": {