@ningboyz/apis 1.4.64 → 1.4.65
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 +15 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.65",
|
|
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.4.
|
|
20
|
+
"@ningboyz/types": "1.4.65",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/core/types.ts
CHANGED
|
@@ -424,11 +424,22 @@ export class TCoreUnitGet4UnitQuerys implements ICoreUnitGet4UnitQuerys {}
|
|
|
424
424
|
export interface ICoreUnitUploadQuerys {}
|
|
425
425
|
export class TCoreUnitUploadQuerys implements ICoreUnitUploadQuerys {}
|
|
426
426
|
|
|
427
|
-
export interface ICoreUnitUploadPathQuerys {
|
|
428
|
-
|
|
427
|
+
export interface ICoreUnitUploadPathQuerys {
|
|
428
|
+
/**10011018 常量 const CONST_CORE_USER_CNFG_TO_单位公章上传 = 10011018 */
|
|
429
|
+
cnfgmain: number;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
export class TCoreUnitUploadPathQuerys implements ICoreUnitUploadPathQuerys {
|
|
433
|
+
cnfgmain: number = -1;
|
|
434
|
+
}
|
|
429
435
|
|
|
430
|
-
export interface ICoreUnitDeletePathQuerys {
|
|
431
|
-
|
|
436
|
+
export interface ICoreUnitDeletePathQuerys {
|
|
437
|
+
/**10011018 常量 const CONST_CORE_USER_CNFG_TO_单位公章上传 = 10011018 */
|
|
438
|
+
cnfgmain: number;
|
|
439
|
+
}
|
|
440
|
+
export class TCoreUnitDeletePathQuerys implements ICoreUnitDeletePathQuerys {
|
|
441
|
+
cnfgmain: number = -1;
|
|
442
|
+
}
|
|
432
443
|
|
|
433
444
|
export interface ICoreUnitDetaildbQuerys {
|
|
434
445
|
unitmain: number;
|