@ningboyz/apis 1.3.169 → 1.3.171
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/packages/core/types.ts +2 -0
- package/packages/wtui/types.ts +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.171",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "宁波甬政请求库",
|
|
6
6
|
"author": "nbyt-syq",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"registry": "https://registry.npmjs.org/"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@ningboyz/types": "1.3.
|
|
20
|
+
"@ningboyz/types": "1.3.171",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/core/types.ts
CHANGED
|
@@ -744,8 +744,10 @@ export class TCoreMasttInsertdbCamelcaseQuerys implements ICoreMasttInsertdbCame
|
|
|
744
744
|
|
|
745
745
|
export interface ICoreSkdwUploadddQuerys{
|
|
746
746
|
unitfrom: number;
|
|
747
|
+
datatype: number;
|
|
747
748
|
}
|
|
748
749
|
|
|
749
750
|
export class TCoreSkdwUploadddQuerys implements ICoreSkdwUploadddQuerys{
|
|
750
751
|
unitfrom: number = -1;
|
|
752
|
+
datatype: number = -1;
|
|
751
753
|
}
|
package/packages/wtui/types.ts
CHANGED
|
@@ -385,19 +385,19 @@ export class TWtuiZoneDetaildbQuerys implements IWtuiZoneDetaildbQuerys {
|
|
|
385
385
|
|
|
386
386
|
|
|
387
387
|
export interface IWtuiNodeTokenusrUploaddbQuerys{
|
|
388
|
-
|
|
388
|
+
unitmain: number;
|
|
389
389
|
}
|
|
390
390
|
|
|
391
391
|
export class TWtuiNodeTokenusrUploaddbQuerys implements IWtuiNodeTokenusrUploaddbQuerys{
|
|
392
|
-
|
|
392
|
+
unitmain: number = -1;
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
export interface IWtuiNodeTokenusrSelectdbQuerys{
|
|
396
|
-
|
|
396
|
+
unitmain: number;
|
|
397
397
|
}
|
|
398
398
|
|
|
399
399
|
export class TWtuiNodeTokenusrSelectdbQuerys implements IWtuiNodeTokenusrSelectdbQuerys{
|
|
400
|
-
|
|
400
|
+
unitmain: number = -1;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
export interface IWtuiNodeTokenusrQueuesbyQuerys{
|