szpt-driver-api 1.0.109 → 1.0.110

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/auth.d.ts CHANGED
@@ -2946,8 +2946,11 @@ export declare class UserProfileAdditional {
2946
2946
  remark: string;
2947
2947
  /** 退休返聘 */
2948
2948
  retireRepeal: string;
2949
- /** 法定退休日期 */
2950
- retirementDate: string;
2949
+ /**
2950
+ * 法定退休日期
2951
+ * @format int64
2952
+ */
2953
+ retirementFullDate: number;
2951
2954
  /**
2952
2955
  * 签合同次数
2953
2956
  * @format int32
@@ -3099,6 +3102,8 @@ export declare class UserProfileQueryBean {
3099
3102
  * @format int64
3100
3103
  */
3101
3104
  certificationExpirationTime?: number;
3105
+ /** 证书是否已真正过期(true=已过期,false=提前预警,null=全部) */
3106
+ certificationExpired?: boolean;
3102
3107
  /** 根据证书是否开启预警查询 */
3103
3108
  certificationIfNotify?: boolean;
3104
3109
  /**
@@ -3106,6 +3111,8 @@ export declare class UserProfileQueryBean {
3106
3111
  * @format int64
3107
3112
  */
3108
3113
  contractsExpirationTime?: number;
3114
+ /** 合同是否已真正过期(true=已过期,false=提前预警,null=全部) */
3115
+ contractsExpired?: boolean;
3109
3116
  /** 根据合同是否开启预警查询 */
3110
3117
  contractsIfNotify?: boolean;
3111
3118
  /** 根据部门代码查询。支持多选 */
@@ -3131,6 +3138,8 @@ export declare class UserProfileQueryBean {
3131
3138
  * @format int64
3132
3139
  */
3133
3140
  overAgeEarlyWarningMale?: number;
3141
+ /** 人员是否已真正超龄(true=已超龄,false=提前预警,null=全部) */
3142
+ overAgeExpired?: boolean;
3134
3143
  /** @format int32 */
3135
3144
  pageIndex?: number;
3136
3145
  /** @format int32 */
@@ -3139,6 +3148,8 @@ export declare class UserProfileQueryBean {
3139
3148
  personnelStatusIn?: string[];
3140
3149
  /** 根据姓名查询 */
3141
3150
  realNameList?: string[];
3151
+ /** 根据用户名批量查询 */
3152
+ usernameList?: string[];
3142
3153
  /**
3143
3154
  * 根据指定时间低龄预警
3144
3155
  * @format int64
@@ -4788,28 +4799,149 @@ export declare class GetRoleParams {
4788
4799
  scope?: string;
4789
4800
  type?: "Auditing" | "Common" | "Security" | "System" | "Work";
4790
4801
  }
4791
- export declare class ExistParams6 {
4792
- /** @format int64 */
4793
- createUser?: number;
4794
- department?: string;
4795
- descriptionLike?: string;
4796
- idIn?: number[];
4797
- includeParentDepartment?: boolean;
4802
+ export declare class ExistParams4 {
4803
+ /** 根据可管理部门id查询。支持多选 */
4804
+ adminDepartmentId?: number[];
4805
+ /**
4806
+ * 根据年龄段查询
4807
+ * @format int32
4808
+ */
4809
+ ageBegin?: number;
4810
+ /**
4811
+ * 根据年龄段查询
4812
+ * @format int32
4813
+ */
4814
+ ageEnd?: number;
4815
+ /** 允许登录IP */
4816
+ allowLoginIp?: string;
4817
+ /** 是否允许多设备登陆 */
4818
+ allowMultiLogin?: boolean;
4819
+ /**
4820
+ * 查询指定月份生日人员
4821
+ * @format int32
4822
+ */
4823
+ birthdayInCurrentMonth?: number;
4824
+ /** 基于业务部门业务标识匹配 */
4825
+ business?: string[];
4826
+ /** 基于业务部门代码匹配 */
4827
+ businessDepartment?: string[];
4828
+ /** 根据专业职能证书批量查询 */
4829
+ certificates?: string[];
4830
+ /** 根据部门代码查询。支持多选 */
4831
+ department?: string[];
4832
+ /** 根据部门id查询。支持多选 */
4833
+ departmentId?: number[];
4834
+ /** 根据学历批量查询 */
4835
+ educationalBackgrounds?: string[];
4836
+ /** 根据Email查询 */
4837
+ email?: string;
4838
+ emailLike?: string;
4839
+ /** 是否根据当前用户的管理部门进行过滤 */
4840
+ filterByAdminDepartment?: boolean;
4841
+ /** 根据性别批量查询 */
4842
+ genders?: "Female" | "Male" | "Other" | "Unknown";
4843
+ /** 根据id查询。支持多选 */
4844
+ id?: number[];
4845
+ /** 身份证号查询。支持多选 */
4846
+ idCardNumber?: string[];
4847
+ idCardNumberLike?: string;
4848
+ /** 是否关联查询管理部门 */
4849
+ includeAdminDepartment?: boolean;
4850
+ /** 是否关联查询业务部门 */
4851
+ includeBusinessDepartment?: boolean;
4852
+ /** 是否关联查询权限 */
4853
+ includePermissionDetail?: boolean;
4854
+ /** 是否包含子部门(根据department参数,自动补充子部门) */
4798
4855
  includeSubDepartment?: boolean;
4799
- name?: string;
4800
- nameLike?: string;
4856
+ /** 是否为已删除用户 */
4857
+ isDeleted?: boolean;
4858
+ /**
4859
+ * 查询指定天数内入职人员
4860
+ * @format int32
4861
+ */
4862
+ isEntryJob?: number;
4863
+ /**
4864
+ * 查询指定天数内离职人员
4865
+ * @format int32
4866
+ */
4867
+ isLeaveJob?: number;
4868
+ /** 是否被锁定 */
4869
+ isLocked?: boolean;
4870
+ /** 是否查询所有在职人员 */
4871
+ isOnJob?: boolean;
4872
+ /** 是否是军人 */
4873
+ isSoldier?: boolean;
4874
+ /** 根据职务批量查询 */
4875
+ jobTitleIn?: string[];
4876
+ /** 最近登录IP */
4877
+ lastLoginIp?: string;
4878
+ /**
4879
+ * 最近登录时间大于
4880
+ * @format int64
4881
+ */
4882
+ lastLoginTimeGte?: number;
4883
+ /**
4884
+ * 最近登录时间小于
4885
+ * @format int64
4886
+ */
4887
+ lastLoginTimeLt?: number;
4888
+ /** 是否限制登陆绑定设备数量 */
4889
+ loginDeviceCountLimit?: boolean;
4890
+ loginName?: string;
4801
4891
  orderBy?: string[];
4802
4892
  /** @format int32 */
4803
4893
  pageIndex?: number;
4804
4894
  /** @format int32 */
4805
4895
  pageSize?: number;
4806
- /** @format int64 */
4807
- parentId?: number;
4808
- parentIdIn?: number[];
4809
- /** @format int64 */
4896
+ /** 根据权限code查询 */
4897
+ permissionCode?: string;
4898
+ /**
4899
+ * 根据权限id查询
4900
+ * @format int64
4901
+ */
4810
4902
  permissionId?: number;
4811
- scope?: string;
4812
- type?: "Auditing" | "Common" | "Security" | "System" | "Work";
4903
+ /** 根据人员状态批量查询 */
4904
+ personnelStatusIn?: string[];
4905
+ /** 根据手机号查询 */
4906
+ phone?: string;
4907
+ phoneLike?: string;
4908
+ /** 根据警号批量查询 */
4909
+ policeCodeIn?: string[];
4910
+ /** 根据警号模糊查询 */
4911
+ policeCodeLike?: string;
4912
+ /**
4913
+ * 根据警员id查询
4914
+ * @format int64
4915
+ */
4916
+ policeId?: number;
4917
+ /** 根据警员类型查询 */
4918
+ policeType?: string;
4919
+ /** 根据警员类型查询(批量) */
4920
+ policeTypeIn?: string[];
4921
+ /** 根据姓名查询 */
4922
+ realName?: string;
4923
+ /** 根据姓名批量查询 */
4924
+ realNameIn?: string[];
4925
+ realNameLike?: string;
4926
+ /**
4927
+ * 根据角色id查询
4928
+ * @format int64
4929
+ */
4930
+ roleId?: number;
4931
+ /** 根据角色id查询 */
4932
+ roleIdIn?: number[];
4933
+ /** 根据角色名称查询 */
4934
+ roleName?: string;
4935
+ /** 根据角色名称批量查询 */
4936
+ roleNameIn?: string[];
4937
+ /** 根据用户名查询。支持多选 */
4938
+ username?: string[];
4939
+ /** 用户名模糊查询 */
4940
+ usernameLike?: string;
4941
+ /** 排除用户名。支持多选 */
4942
+ usernameNotIn?: string[];
4943
+ /** 根据用户所属类型查询 */
4944
+ userType?: string;
4813
4945
  }
4814
4946
  export declare class ListParams {
4815
4947
  /** @format int64 */
@@ -5386,150 +5518,6 @@ export declare class CacheClearParams {
5386
5518
  /** username */
5387
5519
  username: string;
5388
5520
  }
5389
- export declare class ExistParams5 {
5390
- /** 根据可管理部门id查询。支持多选 */
5391
- adminDepartmentId?: number[];
5392
- /**
5393
- * 根据年龄段查询
5394
- * @format int32
5395
- */
5396
- ageBegin?: number;
5397
- /**
5398
- * 根据年龄段查询
5399
- * @format int32
5400
- */
5401
- ageEnd?: number;
5402
- /** 允许登录IP */
5403
- allowLoginIp?: string;
5404
- /** 是否允许多设备登陆 */
5405
- allowMultiLogin?: boolean;
5406
- /**
5407
- * 查询指定月份生日人员
5408
- * @format int32
5409
- */
5410
- birthdayInCurrentMonth?: number;
5411
- /** 基于业务部门业务标识匹配 */
5412
- business?: string[];
5413
- /** 基于业务部门代码匹配 */
5414
- businessDepartment?: string[];
5415
- /** 根据专业职能证书批量查询 */
5416
- certificates?: string[];
5417
- /** 根据部门代码查询。支持多选 */
5418
- department?: string[];
5419
- /** 根据部门id查询。支持多选 */
5420
- departmentId?: number[];
5421
- /** 根据学历批量查询 */
5422
- educationalBackgrounds?: string[];
5423
- /** 根据Email查询 */
5424
- email?: string;
5425
- emailLike?: string;
5426
- /** 是否根据当前用户的管理部门进行过滤 */
5427
- filterByAdminDepartment?: boolean;
5428
- /** 根据性别批量查询 */
5429
- genders?: "Female" | "Male" | "Other" | "Unknown";
5430
- /** 根据id查询。支持多选 */
5431
- id?: number[];
5432
- /** 身份证号查询。支持多选 */
5433
- idCardNumber?: string[];
5434
- idCardNumberLike?: string;
5435
- /** 是否关联查询管理部门 */
5436
- includeAdminDepartment?: boolean;
5437
- /** 是否关联查询业务部门 */
5438
- includeBusinessDepartment?: boolean;
5439
- /** 是否关联查询权限 */
5440
- includePermissionDetail?: boolean;
5441
- /** 是否包含子部门(根据department参数,自动补充子部门) */
5442
- includeSubDepartment?: boolean;
5443
- /** 是否为已删除用户 */
5444
- isDeleted?: boolean;
5445
- /**
5446
- * 查询指定天数内入职人员
5447
- * @format int32
5448
- */
5449
- isEntryJob?: number;
5450
- /**
5451
- * 查询指定天数内离职人员
5452
- * @format int32
5453
- */
5454
- isLeaveJob?: number;
5455
- /** 是否被锁定 */
5456
- isLocked?: boolean;
5457
- /** 是否查询所有在职人员 */
5458
- isOnJob?: boolean;
5459
- /** 是否是军人 */
5460
- isSoldier?: boolean;
5461
- /** 根据职务批量查询 */
5462
- jobTitleIn?: string[];
5463
- /** 最近登录IP */
5464
- lastLoginIp?: string;
5465
- /**
5466
- * 最近登录时间大于
5467
- * @format int64
5468
- */
5469
- lastLoginTimeGte?: number;
5470
- /**
5471
- * 最近登录时间小于
5472
- * @format int64
5473
- */
5474
- lastLoginTimeLt?: number;
5475
- /** 是否限制登陆绑定设备数量 */
5476
- loginDeviceCountLimit?: boolean;
5477
- loginName?: string;
5478
- orderBy?: string[];
5479
- /** @format int32 */
5480
- pageIndex?: number;
5481
- /** @format int32 */
5482
- pageSize?: number;
5483
- /** 根据权限code查询 */
5484
- permissionCode?: string;
5485
- /**
5486
- * 根据权限id查询
5487
- * @format int64
5488
- */
5489
- permissionId?: number;
5490
- /** 根据人员状态批量查询 */
5491
- personnelStatusIn?: string[];
5492
- /** 根据手机号查询 */
5493
- phone?: string;
5494
- phoneLike?: string;
5495
- /** 根据警号批量查询 */
5496
- policeCodeIn?: string[];
5497
- /** 根据警号模糊查询 */
5498
- policeCodeLike?: string;
5499
- /**
5500
- * 根据警员id查询
5501
- * @format int64
5502
- */
5503
- policeId?: number;
5504
- /** 根据警员类型查询 */
5505
- policeType?: string;
5506
- /** 根据警员类型查询(批量) */
5507
- policeTypeIn?: string[];
5508
- /** 根据姓名查询 */
5509
- realName?: string;
5510
- /** 根据姓名批量查询 */
5511
- realNameIn?: string[];
5512
- realNameLike?: string;
5513
- /**
5514
- * 根据角色id查询
5515
- * @format int64
5516
- */
5517
- roleId?: number;
5518
- /** 根据角色id查询 */
5519
- roleIdIn?: number[];
5520
- /** 根据角色名称查询 */
5521
- roleName?: string;
5522
- /** 根据角色名称批量查询 */
5523
- roleNameIn?: string[];
5524
- /** 根据用户名查询。支持多选 */
5525
- username?: string[];
5526
- /** 用户名模糊查询 */
5527
- usernameLike?: string;
5528
- /** 排除用户名。支持多选 */
5529
- usernameNotIn?: string[];
5530
- /** 根据用户所属类型查询 */
5531
- userType?: string;
5532
- }
5533
5521
  export declare class FindByUsernameByUsernameParams {
5534
5522
  /** noCache */
5535
5523
  noCache?: boolean;
@@ -8780,7 +8768,7 @@ declare class Api {
8780
8768
  * @response `403` `void` Forbidden
8781
8769
  * @response `404` `void` Not Found
8782
8770
  */
8783
- exist: (query: ExistParams6, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<boolean>;
8771
+ exist: (query: ExistParams4, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<boolean>;
8784
8772
  /**
8785
8773
  * @description 所需权限:role:list
8786
8774
  *
@@ -10264,7 +10252,7 @@ declare class Api {
10264
10252
  * @response `403` `void` Forbidden
10265
10253
  * @response `404` `void` Not Found
10266
10254
  */
10267
- exist: (query: ExistParams5, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<boolean>;
10255
+ exist: (query: ExistParams4, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<boolean>;
10268
10256
  /**
10269
10257
  * @description 所需权限:user:admin
10270
10258
  *