spartaxx.businessmodels 1.0.157 → 1.0.158

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,4 +4,7 @@ export interface GenarateClientPackageParam {
4
4
  AccountId?: number;
5
5
  PackageId?: number;
6
6
  BeforeClient?: boolean;
7
+ FileGenTempPath?: string[];
8
+ FileGenOutputPath?: string;
9
+ OutputBase64Format?: string;
7
10
  }
@@ -13,4 +13,5 @@ export interface ManageScheduler{
13
13
  OnTheWeekday?: string;
14
14
  CronSyntax?: string;
15
15
  UserId?: number;
16
+ ActionTypeId?: number;
16
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.157",
3
+ "version": "1.0.158",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {