RubyGems
npm
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.157 → 1.0.158
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.
Files changed (3)
hide
show
package/CCC/GenarateClientPackageParam.ts
+3
-0
package/Scheduler/ManageScheduler.ts
+1
-0
package/package.json
+1
-1
package/CCC/GenarateClientPackageParam.ts
CHANGED
Viewed
@@ -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
}
package/Scheduler/ManageScheduler.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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": {