szpt-driver-api 1.0.38 → 1.0.40
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 +116 -11
- package/auth.js +1 -1
- package/auth.js.map +1 -1
- package/authBpmn.d.ts +63 -0
- package/authBpmn.js +1 -1
- package/authBpmn.js.map +1 -1
- package/authBpmnQuery.d.ts +4 -4
- package/authBpmnQuery.js +1 -1
- package/authBpmnQuery.js.map +1 -1
- package/authDuty.d.ts +12 -0
- package/authDuty.js.map +1 -1
- package/authV2.d.ts +4 -0
- package/authV2.js.map +1 -1
- package/common.d.ts +2 -2
- package/common.js +1 -1
- package/common.js.map +1 -1
- package/external.d.ts +12 -2
- package/external.js.map +1 -1
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/oss.d.ts +10 -3
- package/oss.js +1 -1
- package/oss.js.map +1 -1
- package/package.json +1 -1
- package/query.d.ts +109 -55
- package/query.js +1 -1
- package/query.js.map +1 -1
- package/queryPublic.d.ts +2 -2
- package/queryPublic.js.map +1 -1
- package/roadRescue.d.ts +540 -0
- package/roadRescue.js +2 -0
- package/roadRescue.js.map +1 -0
- package/szAccident.d.ts +141 -63
- package/szAccident.js +1 -1
- package/szAccident.js.map +1 -1
- package/szAccidentPublic.d.ts +15 -3
- package/szAccidentPublic.js.map +1 -1
- package/szTraffic.d.ts +554 -10
- package/szTraffic.js +1 -1
- package/szTraffic.js.map +1 -1
- package/videoService.d.ts +375 -0
- package/videoService.js +2 -0
- package/videoService.js.map +1 -0
- package/violation.d.ts +464 -6
- package/violation.js +1 -1
- package/violation.js.map +1 -1
package/auth.d.ts
CHANGED
|
@@ -131,7 +131,6 @@ export declare class DepartmentConfig {
|
|
|
131
131
|
inherit: boolean;
|
|
132
132
|
inheritFrom: string;
|
|
133
133
|
key: string;
|
|
134
|
-
null: boolean;
|
|
135
134
|
originValue: any;
|
|
136
135
|
value: any;
|
|
137
136
|
}
|
|
@@ -417,9 +416,11 @@ export declare class ExternalUserDTO {
|
|
|
417
416
|
createTime: number;
|
|
418
417
|
/** @format int64 */
|
|
419
418
|
id: number;
|
|
419
|
+
idCardNumber: string;
|
|
420
420
|
openId: string;
|
|
421
421
|
phone: string;
|
|
422
422
|
platform: "Mock" | "Phone" | "Wechat" | "WechatZLB" | "ZheLiBan";
|
|
423
|
+
realName: string;
|
|
423
424
|
unionId: string;
|
|
424
425
|
username: string;
|
|
425
426
|
}
|
|
@@ -493,6 +494,8 @@ export declare class Ledger {
|
|
|
493
494
|
category: "AUTO" | "CREATE" | "DELETE" | "EVENT" | "OTHER" | "READ" | "UPDATE";
|
|
494
495
|
/** 是否为核心业务 */
|
|
495
496
|
core: boolean;
|
|
497
|
+
/** 所属部门 */
|
|
498
|
+
department: string;
|
|
496
499
|
/** 说明 */
|
|
497
500
|
description: string;
|
|
498
501
|
digest: EntityDigest;
|
|
@@ -512,6 +515,11 @@ export declare class Ledger {
|
|
|
512
515
|
ip: string;
|
|
513
516
|
/** 是否为外部用户 */
|
|
514
517
|
isExternalUser: boolean;
|
|
518
|
+
/**
|
|
519
|
+
* 日志过期时间
|
|
520
|
+
* @format int64
|
|
521
|
+
*/
|
|
522
|
+
ledgerExpireAt: number;
|
|
515
523
|
/** 级别 */
|
|
516
524
|
level: "DANGER" | "ERROR" | "INFO" | "WARNING";
|
|
517
525
|
/** 消息 */
|
|
@@ -556,6 +564,8 @@ export declare class LedgerSimple {
|
|
|
556
564
|
action: string;
|
|
557
565
|
/** 应用 */
|
|
558
566
|
app: string;
|
|
567
|
+
/** 所属部门 */
|
|
568
|
+
department: string;
|
|
559
569
|
/** 说明 */
|
|
560
570
|
description: string;
|
|
561
571
|
digest: EntityDigest;
|
|
@@ -575,6 +585,11 @@ export declare class LedgerSimple {
|
|
|
575
585
|
ip: string;
|
|
576
586
|
/** 是否为外部用户 */
|
|
577
587
|
isExternalUser: boolean;
|
|
588
|
+
/**
|
|
589
|
+
* 日志过期时间
|
|
590
|
+
* @format int64
|
|
591
|
+
*/
|
|
592
|
+
ledgerExpireAt: number;
|
|
578
593
|
/** 级别 */
|
|
579
594
|
level: "DANGER" | "ERROR" | "INFO" | "WARNING";
|
|
580
595
|
/** 错误信息 */
|
|
@@ -1307,8 +1322,10 @@ export declare class ThirdPlatformEntity {
|
|
|
1307
1322
|
appKey: string;
|
|
1308
1323
|
appSecret: string;
|
|
1309
1324
|
description: string;
|
|
1325
|
+
generateUrlLinkUseAppId: string;
|
|
1310
1326
|
homePath: string;
|
|
1311
1327
|
id: string;
|
|
1328
|
+
merchantId: string;
|
|
1312
1329
|
permissions: string[];
|
|
1313
1330
|
platform: "Mock" | "Phone" | "Wechat" | "WechatZLB" | "ZheLiBan";
|
|
1314
1331
|
}
|
|
@@ -1710,6 +1727,8 @@ export declare class UserSimpleWithAuth {
|
|
|
1710
1727
|
* @format int64
|
|
1711
1728
|
*/
|
|
1712
1729
|
expire: number;
|
|
1730
|
+
/** 是否为外部用户 */
|
|
1731
|
+
external: boolean;
|
|
1713
1732
|
/** 性别 */
|
|
1714
1733
|
gender: "Female" | "Male" | "Other" | "Unknown";
|
|
1715
1734
|
/**
|
|
@@ -2217,6 +2236,15 @@ export declare class GetTraceByUsernameParams {
|
|
|
2217
2236
|
/** username */
|
|
2218
2237
|
username: string;
|
|
2219
2238
|
}
|
|
2239
|
+
export declare class LieyingFlushUserDailyPointsParams {
|
|
2240
|
+
/**
|
|
2241
|
+
* day
|
|
2242
|
+
* @format int64
|
|
2243
|
+
*/
|
|
2244
|
+
day: number;
|
|
2245
|
+
/** username */
|
|
2246
|
+
username: string;
|
|
2247
|
+
}
|
|
2220
2248
|
export declare class LieyingGetStayPointByUsernameParams {
|
|
2221
2249
|
/** day */
|
|
2222
2250
|
day: string;
|
|
@@ -2537,7 +2565,7 @@ export declare class GetRoleParams {
|
|
|
2537
2565
|
scope?: string;
|
|
2538
2566
|
type?: "Auditing" | "Common" | "Security" | "System" | "Work";
|
|
2539
2567
|
}
|
|
2540
|
-
export declare class
|
|
2568
|
+
export declare class ExistParams6 {
|
|
2541
2569
|
/** @format int64 */
|
|
2542
2570
|
createUser?: number;
|
|
2543
2571
|
descriptionLike?: string;
|
|
@@ -2687,7 +2715,7 @@ export declare class ToOssParams {
|
|
|
2687
2715
|
/** overwrite */
|
|
2688
2716
|
overwrite?: boolean;
|
|
2689
2717
|
}
|
|
2690
|
-
export declare class
|
|
2718
|
+
export declare class ByIdParams8 {
|
|
2691
2719
|
/** format */
|
|
2692
2720
|
format?: string;
|
|
2693
2721
|
/** id */
|
|
@@ -2712,6 +2740,13 @@ export declare class ThumbnailByIdParams {
|
|
|
2712
2740
|
/** id */
|
|
2713
2741
|
id: string;
|
|
2714
2742
|
}
|
|
2743
|
+
export declare type ProxyPushHandlerDepartmentPayload = Department[];
|
|
2744
|
+
export declare type ProxyPushHandlerDepartmentConfigPayload = DepartmentConfig[];
|
|
2745
|
+
export declare class ProxyPushHandlerDepartmentConfigParams {
|
|
2746
|
+
/** department */
|
|
2747
|
+
department: string;
|
|
2748
|
+
}
|
|
2749
|
+
export declare type ProxyPushHandlerDictionaryPayload = DictionaryWithItems[];
|
|
2715
2750
|
export declare class PushDepartmentByDepartmentParams {
|
|
2716
2751
|
/** includeChildren */
|
|
2717
2752
|
includeChildren: boolean;
|
|
@@ -2861,7 +2896,7 @@ export declare class GenerateUrlLinkParams {
|
|
|
2861
2896
|
/** query */
|
|
2862
2897
|
query?: string;
|
|
2863
2898
|
}
|
|
2864
|
-
export declare class
|
|
2899
|
+
export declare class ExistParams2 {
|
|
2865
2900
|
/** 根据可管理部门id查询。支持多选 */
|
|
2866
2901
|
adminDepartmentId?: number[];
|
|
2867
2902
|
/** 根据部门代码查询。支持多选 */
|
|
@@ -3706,6 +3741,20 @@ declare class Api {
|
|
|
3706
3741
|
* @response `404` `void` Not Found
|
|
3707
3742
|
*/
|
|
3708
3743
|
lieyingLegacyGetTraceByTimeRangeMultiUser: (request: LegacyMultiUserTrackTimeRangeQuery, axiosConfig?: AxiosRequestConfig) => Promise<UserLocationTrace[]>;
|
|
3744
|
+
/**
|
|
3745
|
+
* No description
|
|
3746
|
+
*
|
|
3747
|
+
* @tags location
|
|
3748
|
+
* @name LieyingFlushUserDailyPoints
|
|
3749
|
+
* @summary [猎鹰]上传用户坐标到猎鹰轨迹
|
|
3750
|
+
* @request POST:/auth/location/lieying/flush-user-daily-points
|
|
3751
|
+
* @response `200` `number` OK
|
|
3752
|
+
* @response `201` `void` Created
|
|
3753
|
+
* @response `401` `void` Unauthorized
|
|
3754
|
+
* @response `403` `void` Forbidden
|
|
3755
|
+
* @response `404` `void` Not Found
|
|
3756
|
+
*/
|
|
3757
|
+
lieyingFlushUserDailyPoints: (query: LieyingFlushUserDailyPointsParams, axiosConfig?: AxiosRequestConfig) => Promise<number>;
|
|
3709
3758
|
/**
|
|
3710
3759
|
* @description 所需权限:user:list、user:trajectory:list (AND)
|
|
3711
3760
|
*
|
|
@@ -4869,7 +4918,7 @@ declare class Api {
|
|
|
4869
4918
|
* @response `403` `void` Forbidden
|
|
4870
4919
|
* @response `404` `void` Not Found
|
|
4871
4920
|
*/
|
|
4872
|
-
exist: (query:
|
|
4921
|
+
exist: (query: ExistParams6, axiosConfig?: AxiosRequestConfig) => Promise<boolean>;
|
|
4873
4922
|
/**
|
|
4874
4923
|
* @description 所需权限:role:list
|
|
4875
4924
|
*
|
|
@@ -5315,7 +5364,7 @@ declare class Api {
|
|
|
5315
5364
|
* @response `403` `void` Forbidden
|
|
5316
5365
|
* @response `404` `void` Not Found
|
|
5317
5366
|
*/
|
|
5318
|
-
byId: ({ id, ...query }:
|
|
5367
|
+
byId: ({ id, ...query }: ByIdParams8, axiosConfig?: AxiosRequestConfig) => Promise<Resource>;
|
|
5319
5368
|
/**
|
|
5320
5369
|
* No description
|
|
5321
5370
|
*
|
|
@@ -5402,7 +5451,63 @@ declare class Api {
|
|
|
5402
5451
|
*/
|
|
5403
5452
|
proxyByIsp: (request: ProxyRequest, axiosConfig?: AxiosRequestConfig) => Promise<ProxyResponse>;
|
|
5404
5453
|
/**
|
|
5405
|
-
*
|
|
5454
|
+
* @description 所需权限:department:admin、supreme:all (OR)
|
|
5455
|
+
*
|
|
5456
|
+
* @tags sync
|
|
5457
|
+
* @name ProxyPushHandlerDepartment
|
|
5458
|
+
* @summary 受理远程推送部门信息
|
|
5459
|
+
* @request POST:/auth/sync/proxy-push-handler/department
|
|
5460
|
+
* @response `200` `void` OK
|
|
5461
|
+
* @response `201` `void` Created
|
|
5462
|
+
* @response `401` `void` Unauthorized
|
|
5463
|
+
* @response `403` `void` Forbidden
|
|
5464
|
+
* @response `404` `void` Not Found
|
|
5465
|
+
*/
|
|
5466
|
+
proxyPushHandlerDepartment: (data: ProxyPushHandlerDepartmentPayload, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
5467
|
+
/**
|
|
5468
|
+
* @description 所需权限:department:config:write、supreme:all (OR)
|
|
5469
|
+
*
|
|
5470
|
+
* @tags sync
|
|
5471
|
+
* @name ProxyPushHandlerDepartmentConfig
|
|
5472
|
+
* @summary 受理远程推送部门配置
|
|
5473
|
+
* @request POST:/auth/sync/proxy-push-handler/department-config
|
|
5474
|
+
* @response `200` `void` OK
|
|
5475
|
+
* @response `201` `void` Created
|
|
5476
|
+
* @response `401` `void` Unauthorized
|
|
5477
|
+
* @response `403` `void` Forbidden
|
|
5478
|
+
* @response `404` `void` Not Found
|
|
5479
|
+
*/
|
|
5480
|
+
proxyPushHandlerDepartmentConfig: (query: ProxyPushHandlerDepartmentConfigParams, data: ProxyPushHandlerDepartmentConfigPayload, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
5481
|
+
/**
|
|
5482
|
+
* @description 所需权限:dictionary:create、supreme:all (OR)
|
|
5483
|
+
*
|
|
5484
|
+
* @tags sync
|
|
5485
|
+
* @name ProxyPushHandlerDictionary
|
|
5486
|
+
* @summary 受理远程推送字典
|
|
5487
|
+
* @request POST:/auth/sync/proxy-push-handler/dictionary
|
|
5488
|
+
* @response `200` `void` OK
|
|
5489
|
+
* @response `201` `void` Created
|
|
5490
|
+
* @response `401` `void` Unauthorized
|
|
5491
|
+
* @response `403` `void` Forbidden
|
|
5492
|
+
* @response `404` `void` Not Found
|
|
5493
|
+
*/
|
|
5494
|
+
proxyPushHandlerDictionary: (dictionaries: ProxyPushHandlerDictionaryPayload, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
5495
|
+
/**
|
|
5496
|
+
* @description 所需权限:user:admin、police:admin、supreme:all (OR)
|
|
5497
|
+
*
|
|
5498
|
+
* @tags sync
|
|
5499
|
+
* @name ProxyPushHandlerUser
|
|
5500
|
+
* @summary 受理远程推送用户信息
|
|
5501
|
+
* @request POST:/auth/sync/proxy-push-handler/user
|
|
5502
|
+
* @response `200` `void` OK
|
|
5503
|
+
* @response `201` `void` Created
|
|
5504
|
+
* @response `401` `void` Unauthorized
|
|
5505
|
+
* @response `403` `void` Forbidden
|
|
5506
|
+
* @response `404` `void` Not Found
|
|
5507
|
+
*/
|
|
5508
|
+
proxyPushHandlerUser: (data: UserSimpleEx, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
5509
|
+
/**
|
|
5510
|
+
* @description 所需权限:department:config:write、supreme:all (OR)
|
|
5406
5511
|
*
|
|
5407
5512
|
* @tags sync
|
|
5408
5513
|
* @name PushDepartmentConfigByDepartment
|
|
@@ -5416,7 +5521,7 @@ declare class Api {
|
|
|
5416
5521
|
*/
|
|
5417
5522
|
pushDepartmentConfigByDepartment: (department: string, keys: string[], axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
5418
5523
|
/**
|
|
5419
|
-
*
|
|
5524
|
+
* @description 所需权限:department:admin、supreme:all (OR)
|
|
5420
5525
|
*
|
|
5421
5526
|
* @tags sync
|
|
5422
5527
|
* @name PushDepartmentByDepartment
|
|
@@ -5430,7 +5535,7 @@ declare class Api {
|
|
|
5430
5535
|
*/
|
|
5431
5536
|
pushDepartmentByDepartment: ({ department, ...query }: PushDepartmentByDepartmentParams, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
5432
5537
|
/**
|
|
5433
|
-
*
|
|
5538
|
+
* @description 所需权限:dictionary:create、supreme:all (OR)
|
|
5434
5539
|
*
|
|
5435
5540
|
* @tags sync
|
|
5436
5541
|
* @name PushDictionary
|
|
@@ -5458,7 +5563,7 @@ declare class Api {
|
|
|
5458
5563
|
*/
|
|
5459
5564
|
pushResourceByResourceId: ({ resourceId, ...query }: PushResourceByResourceIdParams, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
5460
5565
|
/**
|
|
5461
|
-
*
|
|
5566
|
+
* @description 所需权限:user:admin、police:admin、supreme:all (OR)
|
|
5462
5567
|
*
|
|
5463
5568
|
* @tags sync
|
|
5464
5569
|
* @name PushUserByUsername
|
|
@@ -5735,7 +5840,7 @@ declare class Api {
|
|
|
5735
5840
|
* @response `403` `void` Forbidden
|
|
5736
5841
|
* @response `404` `void` Not Found
|
|
5737
5842
|
*/
|
|
5738
|
-
exist: (query:
|
|
5843
|
+
exist: (query: ExistParams2, axiosConfig?: AxiosRequestConfig) => Promise<boolean>;
|
|
5739
5844
|
/**
|
|
5740
5845
|
* @description 所需权限:user:admin
|
|
5741
5846
|
*
|
package/auth.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(()=>{"use strict";var t={491:(t,e,s)=>{s.d(e,{M:()=>a});const a={request(t){throw new Error("please setup http client first")}}}},e={};function s(a){var r=e[a];if(void 0!==r)return r.exports;var i=e[a]={exports:{}};return t[a](i,i.exports,s),i.exports}s.d=(t,e)=>{for(var a in e)s.o(e,a)&&!s.o(t,a)&&Object.defineProperty(t,a,{enumerable:!0,get:e[a]})},s.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),s.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var a={};(()=>{s.r(a),s.d(a,{AccessToken:()=>i,AccessTokenByIdParams:()=>Fs,AddDictItem:()=>n,AddDictItemRequest:()=>h,Alarm:()=>o,AppRestResponse:()=>u,AskForExtendUserExpireDurationRequest:()=>l,BaseHint:()=>m,BindPhoneRequest:()=>c,ByIdParams:()=>Qe,ByIdParams6:()=>vs,ChangePasswordForm:()=>d,CheckParams:()=>Ie,CheckResponse:()=>p,ConfigCurrentUserDepartmentParams:()=>Ss,ConfigHistoryParams:()=>$s,ConfigReq:()=>g,ConfigRes:()=>O,ConfigWithTimestamp:()=>y,ContentType:()=>t,DeleteDepartmentByIdParams:()=>ns,DeleteItemsByIdParams:()=>we,Department:()=>b,DepartmentAllChildrenBmdmByBmdmParams:()=>ts,DepartmentArea:()=>P,DepartmentAreasByBmdmParams:()=>es,DepartmentChildrenByBmdmParams:()=>ss,DepartmentChildrenByIdParams:()=>hs,DepartmentConfig:()=>T,DepartmentCreateBean:()=>q,DepartmentExistParams:()=>rs,DepartmentQueryBean:()=>j,DepartmentSimple:()=>B,DepartmentTree:()=>E,DepartmentTreeByBmdmParams:()=>as,DepartmentTreeParams:()=>is,DepartmentUpdateBean:()=>f,DeptDictItem:()=>S,DeptDictionaryWithItems:()=>U,DesensitizePageResultPolice:()=>pe,DesensitizePageResultUser:()=>ye,DesensitizePageResultUserSimpleEx:()=>ge,DesensitizePageResultUserSimpleWithLocation:()=>Oe,DeviceInfo:()=>G,DeviceParams:()=>De,DictItem:()=>I,Dictionary:()=>D,DictionaryCreateBean:()=>$,DictionaryUpdateBean:()=>C,DictionaryWithItems:()=>R,DynamicCodeLoginForm:()=>L,EntityDigest:()=>v,ExistParams:()=>gs,ExistParams6:()=>Ns,ExistParams9:()=>Ps,ExtendExpireRequest:()=>x,ExternalUserDTO:()=>k,FileObjectMeta:()=>w,FindByNameParams:()=>Le,FindMergedParams:()=>Re,FindParams:()=>Ce,GenDeviceIdResult:()=>z,GenerateUrlLinkByIdParams:()=>Ws,GenerateUrlLinkParams:()=>_s,GetConfigCurrentUserParams:()=>Es,GetConfigDepartmentConfigParams:()=>Is,GetConfigDepartmentParams:()=>Us,GetConfigParams:()=>Bs,GetConfigUserParams:()=>Cs,GetDepartmentParams:()=>Ze,GetDictionaryParams:()=>$e,GetListParams:()=>Vs,GetMyTraceParams:()=>He,GetPermissionParams:()=>ps,GetPoliceParams:()=>os,GetRoleParams:()=>bs,GetStayPointByUsernameParams:()=>Je,GetThirdPlatformParams:()=>Ms,GetTraceByUsernameParams:()=>_e,GetUserParams:()=>Hs,HandlerStoreStats:()=>A,IPBlock:()=>M,IdCardLoginForm:()=>F,ImportResultPoliceImportResultDetail:()=>be,IpBlockParams:()=>ze,ItemsByDictionaryIdParams:()=>ke,ItemsParams:()=>ve,JwtLoginForm:()=>W,Latlng:()=>Q,Ledger:()=>H,LedgerSimple:()=>J,LedgerWriteRequest:()=>_,LegacyMultiUserTrackTimeRangeQuery:()=>N,LieyingGetStayPointByUsernameParams:()=>Ne,LieyingGetTraceByUsernameParams:()=>Ve,LieyingTraceOfMineParams:()=>Ke,ListCreateByMeParams:()=>qs,ListParams:()=>Ts,ListSimpleParams:()=>js,LocationAlarmObject:()=>Pe,LocationUploadRequest:()=>V,LoginLedgerParams:()=>Ae,LoginLedgerSelfParams:()=>Me,LoginRegisterRequest:()=>K,LoginResponse:()=>X,LogoutResult:()=>Y,MessageBody:()=>Z,MessageBodyWithReceiverObject:()=>Te,MessageSendRequest:()=>tt,MessageSessionOnlineUsersCountParams:()=>Xs,MessageSessionOnlineUsersParams:()=>Ks,MultiUserQuery:()=>et,MultiUserQueryForTimeRange:()=>st,MultiUserTrackQuery:()=>at,MultiUserTrackTimeRangeQuery:()=>rt,OnlineTimeRangeByUsernameParams:()=>Xe,OperateLedgerParams:()=>Fe,PageResultDictionary:()=>qe,PageResultExternalUserDTO:()=>je,PageResultIPBlock:()=>Be,PageResultLedgerSimple:()=>Ee,PageResultString:()=>Se,PageResultThirdPlatformEntity:()=>fe,PasswordForm:()=>it,Permission:()=>nt,PermissionOptions:()=>ht,Point:()=>ot,Police:()=>ut,PoliceCreateBean:()=>lt,PoliceExistParams:()=>us,PoliceFindByJybhParams:()=>ls,PoliceImportParams:()=>ms,PoliceImportResultDetail:()=>mt,PoliceQueryBean:()=>ct,PoliceUpdateBean:()=>dt,PoliceUserCreateBean:()=>pt,PoliceUserUpdateBean:()=>gt,PostConfigCurrentUserParams:()=>fs,PostConfigDepartmentConfigParams:()=>Ds,PostConfigDepartmentParams:()=>Gs,PostConfigUserParams:()=>Rs,ProxyRequest:()=>Ot,ProxyResponse:()=>yt,PushDepartmentByDepartmentParams:()=>ks,PushDictionaryParams:()=>ws,PushResourceByResourceIdParams:()=>zs,PutPoliceSyncBatchParams:()=>cs,PutPoliceSyncByIdParams:()=>ds,ReadUserConfigRequest:()=>bt,ReasonForm:()=>Pt,RedundantInfo:()=>Tt,RefreshParams:()=>Qs,RemoveDictItemRequest:()=>qt,RequestShortAuthenticationParams:()=>ys,Resource:()=>jt,Role:()=>Bt,RoleCreateBean:()=>Et,RoleParams:()=>As,RoleSimple:()=>ft,RoleUpdateBean:()=>St,SafetyLedgerParams:()=>We,SendMessageRequest:()=>Ut,SendResponse:()=>Gt,SmsVerifyCheckRequest:()=>It,SmsVerifyRequest:()=>Dt,StayAtDeptTooLongAlarm:()=>$t,StayPoint:()=>Ct,StopTooLongAlarm:()=>Rt,SyncDepartmentHint:()=>Lt,SyncUserHint:()=>vt,ThirdPlatformBinding:()=>xt,ThirdPlatformEntity:()=>kt,ThirdPlatformHomeByIdParams:()=>Os,ThirdPlatformLoginRequest:()=>wt,ThirdPlatformLoginResponse:()=>zt,ThirdPlatformNotificationParams:()=>Ue,ThumbnailByIdParams:()=>xs,TimeRange:()=>At,TimeRange0:()=>Mt,ToOssParams:()=>Ls,Token:()=>Ft,TraceOfMineParams:()=>Ye,User:()=>Wt,UserBatchUpdateBean:()=>Qt,UserConfigs:()=>Ht,UserCreateBean:()=>Jt,UserExternalParams:()=>Js,UserLocation:()=>_t,UserLocationParams:()=>Ge,UserLocationQueryBean:()=>Nt,UserLocationRequest:()=>Vt,UserLocationTrace:()=>Kt,UserOnlineTimeRanges:()=>Xt,UserOrganizationUpdateBean:()=>Yt,UserPhoneLoginForm:()=>Zt,UserProfile:()=>te,UserProfileUpdateBean:()=>ee,UserQueryBean:()=>se,UserRestriction:()=>ae,UserSimpleEx:()=>re,UserSimpleWithAuth:()=>ie,UserSimpleWithLocation:()=>ne,UserStatus:()=>he,UserStayPoints:()=>oe,UserTrackQuery:()=>ue,UserUpdateBean:()=>le,UsernamePasswordLoginForm:()=>me,VerifyCodeRequest:()=>ce,WebSocketBrokerStats:()=>de,WithItemsParams:()=>xe,authApi:()=>Ys});var t,e=s(491),r=function(t,e){var s={};for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&e.indexOf(a)<0&&(s[a]=t[a]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(a=Object.getOwnPropertySymbols(t);r<a.length;r++)e.indexOf(a[r])<0&&Object.prototype.propertyIsEnumerable.call(t,a[r])&&(s[a[r]]=t[a[r]])}return s};class i{}class n{}class h{}class o{}class u{}class l{}class m{}class c{}class d{}class p{}class g{}class O{}class y{}class b{}class P{}class T{}class q{}class j{}class B{}class E{}class f{}class S{}class U{}class G{}class I{}class D{}class ${}class C{}class R{}class L{}class v{}class x{}class k{}class w{}class z{}class A{}class M{}class F{}class W{}class Q{}class H{}class J{}class _{}class N{}class V{}class K{}class X{}class Y{}class Z{}class tt{}class et{}class st{}class at{}class rt{}class it{}class nt{}class ht{}class ot{}class ut{}class lt{}class mt{}class ct{}class dt{}class pt{}class gt{}class Ot{}class yt{}class bt{}class Pt{}class Tt{}class qt{}class jt{}class Bt{}class Et{}class ft{}class St{}class Ut{}class Gt{}class It{}class Dt{}class $t{}class Ct{}class Rt{}class Lt{}class vt{}class xt{}class kt{}class wt{}class zt{}class At{}class Mt{}class Ft{}class Wt{}class Qt{}class Ht{}class Jt{}class _t{}class Nt{}class Vt{}class Kt{}class Xt{}class Yt{}class Zt{}class te{}class ee{}class se{}class ae{}class re{}class ie{}class ne{}class he{}class oe{}class ue{}class le{}class me{}class ce{}class de{}class pe{}class ge{}class Oe{}class ye{}class be{}class Pe{}class Te{}class qe{}class je{}class Be{}class Ee{}class fe{}class Se{}class Ue{}class Ge{}class Ie{}class De{}class $e{}class Ce{}class Re{}class Le{}class ve{}class xe{}class ke{}class we{}class ze{}class Ae{}class Me{}class Fe{}class We{}class Qe{}class He{}class Je{}class _e{}class Ne{}class Ve{}class Ke{}class Xe{}class Ye{}class Ze{}class ts{}class es{}class ss{}class as{}class rs{}class is{}class ns{}class hs{}class os{}class us{}class ls{}class ms{}class cs{}class ds{}class ps{}class gs{}class Os{}class ys{}class bs{}class Ps{}class Ts{}class qs{}class js{}class Bs{}class Es{}class fs{}class Ss{}class Us{}class Gs{}class Is{}class Ds{}class $s{}class Cs{}class Rs{}class Ls{}class vs{}class xs{}class ks{}class ws{}class zs{}class As{}class Ms{}class Fs{}class Ws{}class Qs{}class Hs{}class Js{}class _s{}class Ns{}class Vs{}class Ks{}class Xs{}!function(t){t.Json="application/json",t.FormData="multipart/form-data",t.UrlEncoded="application/x-www-form-urlencoded"}(t||(t={}));const Ys=new class{constructor(t){this.alarm={emit:(t,e={})=>this.http.request(Object.assign({url:"/auth/alarm/emit",method:"POST",data:t},e))},this.authCodeCapability={thirdPlatformNotification:(t,e={})=>this.http.request(Object.assign({url:"/auth/auth-code-capability/third-platform-notification",method:"POST",params:t},e)),userLocation:(t,e={})=>this.http.request(Object.assign({url:"/auth/auth-code-capability/user-location",method:"GET",params:t},e))},this.captcha={captcha:(t={})=>this.http.request(Object.assign({url:"/auth/captcha",method:"GET"},t))},this.check={check:(t,e={})=>this.http.request(Object.assign({url:"/auth/check",method:"GET",params:t},e))},this.checkPassword={putCheckPassword:(t,e={})=>this.http.request(Object.assign({url:"/auth/check-password",method:"PUT",data:t},e))},this.countOnlineUser={countOnlineUser:(t={})=>this.http.request(Object.assign({url:"/auth/count-online-user",method:"GET"},t))},this.device={device:(t,e={})=>this.http.request(Object.assign({url:"/auth/device",method:"GET",params:t},e)),putCurrent:(t,e={})=>this.http.request(Object.assign({url:"/auth/device/current",method:"PUT",data:t},e))},this.dictionary={getDictionary:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary",method:"GET",params:t},e)),postDictionary:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary",method:"POST",data:t},e)),findByName:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary/find-by-name",method:"GET",params:t},e)),items:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary/items",method:"GET",params:t},e)),withItems:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary/with-items",method:"GET",params:t},e)),itemsByDictionaryId:(t,e)=>{var{dictionaryId:s}=t,a=r(t,["dictionaryId"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/dictionary/${s}/items`,method:"GET",params:a},e))},getById:(t,e={})=>this.http.request(Object.assign({url:`/auth/dictionary/${t}`,method:"GET"},e)),putById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/dictionary/${t}`,method:"PUT",data:e},s)),deleteById:(t,e={})=>this.http.request(Object.assign({url:`/auth/dictionary/${t}`,method:"DELETE"},e)),putItemsById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/dictionary/${t}/items`,method:"PUT",data:e},s)),deleteItemsById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/dictionary/${s}/items`,method:"DELETE",params:a},e))},deleteItemsByIdAndItemId:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/dictionary/${t}/items/${e}`,method:"DELETE"},s))},this.dictionaryForDept={addItems:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary-for-dept/add-items",method:"POST",data:t},e)),create:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary-for-dept/create",method:"POST",data:t},e)),find:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary-for-dept/find",method:"GET",params:t},e)),findMerged:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary-for-dept/find-merged",method:"GET",params:t},e)),removeItems:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary-for-dept/remove-items",method:"POST",data:t},e))},this.ipBlock={ipBlock:(t,e={})=>this.http.request(Object.assign({url:"/auth/ip-block",method:"GET",params:t},e)),deleteById:(t,e={})=>this.http.request(Object.assign({url:`/auth/ip-block/${t}`,method:"DELETE"},e)),putDisableById:(t,e={})=>this.http.request(Object.assign({url:`/auth/ip-block/${t}/disable`,method:"PUT"},e)),putEnableById:(t,e={})=>this.http.request(Object.assign({url:`/auth/ip-block/${t}/enable`,method:"PUT"},e)),getByIp:(t,e={})=>this.http.request(Object.assign({url:`/auth/ip-block/${t}`,method:"GET"},e)),putByIp:(t,e={})=>this.http.request(Object.assign({url:`/auth/ip-block/${t}`,method:"PUT"},e))},this.ledger={loginLedger:(t,e={})=>this.http.request(Object.assign({url:"/auth/ledger/login-ledger",method:"GET",params:t},e)),loginLedgerSelf:(t,e={})=>this.http.request(Object.assign({url:"/auth/ledger/login-ledger-self",method:"GET",params:t},e)),operateLedger:(t,e={})=>this.http.request(Object.assign({url:"/auth/ledger/operate-ledger",method:"GET",params:t},e)),safetyLedger:(t,e={})=>this.http.request(Object.assign({url:"/auth/ledger/safety-ledger",method:"GET",params:t},e)),write:(t,e={})=>this.http.request(Object.assign({url:"/auth/ledger/write",method:"POST",data:t},e)),byId:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/ledger/${s}`,method:"GET",params:a},e))}},this.location={alarmStayAtDeptTooLong:(t={})=>this.http.request(Object.assign({url:"/auth/location/alarm/stay-at-dept-too-long",method:"GET"},t)),alarmStayTooLong:(t={})=>this.http.request(Object.assign({url:"/auth/location/alarm/stay-too-long",method:"GET"},t)),getLocationByAuthCodeByAuthCode:(t,e={})=>this.http.request(Object.assign({url:`/auth/location/get-location-by-auth-code/${t}`,method:"GET"},e)),getLocationByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/location/get-location/${t}`,method:"GET"},e)),getMyLocation:(t={})=>this.http.request(Object.assign({url:"/auth/location/get-my-location",method:"GET"},t)),getMyTrace:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/get-my-trace",method:"GET",params:t},e)),getStayPointMultiUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/get-stay-point/multi-user",method:"POST",data:t},e)),getStayPointByUsername:(t,e)=>{var{username:s}=t,a=r(t,["username"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/location/get-stay-point/${s}`,method:"GET",params:a},e))},getTraceByUsername:(t,e)=>{var{username:s}=t,a=r(t,["username"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/location/get-trace/${s}`,method:"GET",params:a},e))},lieyingLegacyGetTraceByTimeRangeMultiUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/lieying-legacy/get-trace-by-time-range/multi-user",method:"POST",data:t},e)),lieyingGetStayPointMultiUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/lieying/get-stay-point/multi-user",method:"POST",data:t},e)),lieyingGetStayPointByUsername:(t,e)=>{var{username:s}=t,a=r(t,["username"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/location/lieying/get-stay-point/${s}`,method:"GET",params:a},e))},lieyingGetTraceByTimeRangeMultiUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/lieying/get-trace-by-time-range/multi-user",method:"POST",data:t},e)),lieyingGetTraceMultiUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/lieying/get-trace/multi-user",method:"POST",data:t},e)),lieyingGetTraceByUsername:(t,e)=>{var{username:s}=t,a=r(t,["username"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/location/lieying/get-trace/${s}`,method:"GET",params:a},e))},lieyingHandlerStoreStats:(t={})=>this.http.request(Object.assign({url:"/auth/location/lieying/handler-store-stats",method:"GET"},t)),lieyingTraceOfMine:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/lieying/trace-of-mine",method:"GET",params:t},e)),list:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/list",method:"POST",data:t},e)),listByUsername:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/list/by-username",method:"POST",data:t},e)),onlineTimeRangeMultiUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/online-time-range/multi-user",method:"POST",data:t},e)),onlineTimeRangeByUsername:(t,e)=>{var{username:s}=t,a=r(t,["username"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/location/online-time-range/${s}`,method:"GET",params:a},e))},point:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/point",method:"POST",data:t},e)),publicPoint:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/public/point",method:"POST",data:t},e)),traceOfMine:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/trace-of-mine",method:"GET",params:t},e)),userAlarmsByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/location/user-alarms/${t}`,method:"GET"},e))},this.login={login:(t,e={})=>this.http.request(Object.assign({url:"/auth/login",method:"POST",data:t},e))},this.loginByDynamicCode={loginByDynamicCode:(t,e={})=>this.http.request(Object.assign({url:"/auth/login-by-dynamic-code",method:"POST",data:t},e))},this.loginByIdCard={loginByIdCard:(t,e={})=>this.http.request(Object.assign({url:"/auth/login-by-id-card",method:"POST",data:t},e))},this.loginByJwt={loginByJwt:(t,e={})=>this.http.request(Object.assign({url:"/auth/login-by-jwt",method:"POST",data:t},e))},this.loginByPhone={loginByPhone:(t,e={})=>this.http.request(Object.assign({url:"/auth/login-by-phone",method:"POST",data:t},e))},this.loginByThirdPlatformCode={loginByThirdPlatformCode:(t,e={})=>this.http.request(Object.assign({url:"/auth/login-by-third-platform-code",method:"POST",data:t},e))},this.loginDanger={loginDanger:(t,e={})=>this.http.request(Object.assign({url:"/auth/login-danger",method:"POST",data:t},e)),byLoginName:(t,e={})=>this.http.request(Object.assign({url:`/auth/login-danger/${t}`,method:"POST"},e))},this.logout={logout:(t={})=>this.http.request(Object.assign({url:"/auth/logout",method:"POST"},t))},this.me={getMe:(t={})=>this.http.request(Object.assign({url:"/auth/me",method:"GET"},t)),putMe:(t,e={})=>this.http.request(Object.assign({url:"/auth/me",method:"PUT",data:t},e)),putChangePassword:(t,e={})=>this.http.request(Object.assign({url:"/auth/me/change-password",method:"PUT",data:t},e)),permissions:(t={})=>this.http.request(Object.assign({url:"/auth/me/permissions",method:"GET"},t))},this.organization={getDepartment:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/department",method:"GET",params:t},e)),postDepartment:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/department",method:"POST",data:t},e)),departmentByBmdm:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${t}`,method:"GET"},e)),departmentAllChildrenBmdmByBmdm:(t,e)=>{var{bmdm:s}=t,a=r(t,["bmdm"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${s}/all-children-bmdm`,method:"GET",params:a},e))},departmentAllParentByBmdm:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${t}/all-parent`,method:"GET"},e)),departmentAllParentBmdmByBmdm:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${t}/all-parent-bmdm`,method:"GET"},e)),departmentAreasByBmdm:(t,e)=>{var{bmdm:s}=t,a=r(t,["bmdm"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${s}/areas`,method:"GET",params:a},e))},departmentBrothersByBmdm:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${t}/brothers`,method:"GET"},e)),departmentChildrenByBmdm:(t,e)=>{var{bmdm:s}=t,a=r(t,["bmdm"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${s}/children`,method:"GET",params:a},e))},departmentLocationByBmdm:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${t}/location`,method:"GET"},e)),departmentParentByBmdm:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${t}/parent`,method:"GET"},e)),departmentTreeByBmdm:(t,e)=>{var{bmdm:s}=t,a=r(t,["bmdm"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${s}/tree`,method:"GET",params:a},e))},departmentExist:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/department/exist",method:"GET",params:t},e)),departmentImport:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/department/import",method:"POST",data:t},e)),departmentList:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/department/list",method:"POST",data:t},e)),departmentResetDigest:(t={})=>this.http.request(Object.assign({url:"/auth/organization/department/reset-digest",method:"GET"},t)),departmentTree:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/department/tree",method:"GET",params:t},e)),getDepartmentById:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/${t}`,method:"GET"},e)),putDepartmentById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/organization/department/${t}`,method:"PUT",data:e},s)),deleteDepartmentById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/organization/department/${s}`,method:"DELETE",params:a},e))},departmentAllParentById:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/${t}/all-parent`,method:"GET"},e)),departmentBrothersById:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/${t}/brothers`,method:"GET"},e)),departmentChildrenById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/organization/department/${s}/children`,method:"GET",params:a},e))},departmentParentById:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/${t}/parent`,method:"GET"},e)),getPolice:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/police",method:"GET",params:t},e)),postPolice:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/police",method:"POST",data:t},e)),policeExist:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/police/exist",method:"GET",params:t},e)),policeFindByJybh:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/police/find-by-jybh",method:"GET",params:t},e)),policeImport:(t,e,s={})=>this.http.request(Object.assign({url:"/auth/organization/police/import",method:"POST",params:t,data:e},s)),policeList:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/police/list",method:"POST",data:t},e)),putPoliceSyncBatch:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/police/sync-batch",method:"PUT",params:t},e)),putPoliceSyncCurrentUserPolice:(t={})=>this.http.request(Object.assign({url:"/auth/organization/police/sync-current-user-police",method:"PUT"},t)),getPoliceById:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/police/${t}`,method:"GET"},e)),putPoliceById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/organization/police/${t}`,method:"PUT",data:e},s)),deletePoliceById:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/police/${t}`,method:"DELETE"},e)),putPoliceSyncById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/organization/police/${s}/sync`,method:"PUT",params:a},e))}},this.permission={getPermission:(t,e={})=>this.http.request(Object.assign({url:"/auth/permission",method:"GET",params:t},e)),postPermission:(t,e={})=>this.http.request(Object.assign({url:"/auth/permission",method:"POST",data:t},e)),exist:(t,e={})=>this.http.request(Object.assign({url:"/auth/permission/exist",method:"GET",params:t},e)),getByCode:(t,e={})=>this.http.request(Object.assign({url:`/auth/permission/${t}`,method:"GET"},e)),putByCode:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/permission/${t}`,method:"PUT",data:e},s)),deleteByCode:(t,e={})=>this.http.request(Object.assign({url:`/auth/permission/${t}`,method:"DELETE"},e)),putOptionsByCode:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/permission/${t}/options`,method:"PUT",data:e},s))},this.policeLogin={policeLogin:(t,e={})=>this.http.request(Object.assign({url:"/auth/police-login",method:"POST",data:t},e))},this.policeUser={policeUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/police-user",method:"POST",data:t},e)),putById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/police-user/${t}`,method:"PUT",data:e},s)),putDeleteById:(t,e={})=>this.http.request(Object.assign({url:`/auth/police-user/${t}/delete`,method:"PUT"},e)),putRestoreById:(t,e={})=>this.http.request(Object.assign({url:`/auth/police-user/${t}/restore`,method:"PUT"},e))},this.public={commonGenDeviceId:(t={})=>this.http.request(Object.assign({url:"/auth/public/common/gen-device-id",method:"GET"},t)),processAskForExtendUserExpireDuration:(t,e={})=>this.http.request(Object.assign({url:"/auth/public/process/ask-for-extend-user-expire-duration",method:"POST",data:t},e)),thirdPlatformAccessTokenById:(t,e={})=>this.http.request(Object.assign({url:`/auth/public/third-platform/${t}/access-token`,method:"GET"},e)),thirdPlatformHomeById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/public/third-platform/${s}/home`,method:"GET",params:a},e))}},this.requestShortAuthentication={requestShortAuthentication:(t,e={})=>this.http.request(Object.assign({url:"/auth/request-short-authentication",method:"GET",params:t},e))},this.role={getRole:(t,e={})=>this.http.request(Object.assign({url:"/auth/role",method:"GET",params:t},e)),postRole:(t,e={})=>this.http.request(Object.assign({url:"/auth/role",method:"POST",data:t},e)),exist:(t,e={})=>this.http.request(Object.assign({url:"/auth/role/exist",method:"GET",params:t},e)),list:(t,e={})=>this.http.request(Object.assign({url:"/auth/role/list",method:"GET",params:t},e)),listCreateByMe:(t,e={})=>this.http.request(Object.assign({url:"/auth/role/list-create-by-me",method:"GET",params:t},e)),listSimple:(t,e={})=>this.http.request(Object.assign({url:"/auth/role/list-simple",method:"GET",params:t},e)),getById:(t,e={})=>this.http.request(Object.assign({url:`/auth/role/${t}`,method:"GET"},e)),putById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/role/${t}`,method:"PUT",data:e},s)),deleteById:(t,e={})=>this.http.request(Object.assign({url:`/auth/role/${t}`,method:"DELETE"},e))},this.settings={getConfig:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config",method:"GET",params:t},e)),postConfig:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config",method:"POST",data:t},e)),getConfigAuth:(t={})=>this.http.request(Object.assign({url:"/auth/settings/config/auth",method:"GET"},t)),postConfigAuth:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/auth",method:"POST",data:t},e)),getConfigCurrentUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/current-user",method:"GET",params:t},e)),postConfigCurrentUser:(t,e,s={})=>this.http.request(Object.assign({url:"/auth/settings/config/current-user",method:"POST",params:t,data:e},s)),configCurrentUserDepartment:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/current-user-department",method:"GET",params:t},e)),getConfigDepartment:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/department",method:"GET",params:t},e)),postConfigDepartment:(t,e,s={})=>this.http.request(Object.assign({url:"/auth/settings/config/department",method:"POST",params:t,data:e},s)),getConfigDepartmentConfig:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/department-config",method:"GET",params:t},e)),postConfigDepartmentConfig:(t,e,s={})=>this.http.request(Object.assign({url:"/auth/settings/config/department-config",method:"POST",params:t,data:e},s)),configDepartmentConfigByKeysByDepartment:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/settings/config/department/${t}/config-by-keys`,method:"POST",data:e},s)),configHistory:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/history",method:"GET",params:t},e)),configPublic:(t={})=>this.http.request(Object.assign({url:"/auth/settings/config/public",method:"GET"},t)),getConfigUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/user",method:"GET",params:t},e)),postConfigUser:(t,e,s={})=>this.http.request(Object.assign({url:"/auth/settings/config/user",method:"POST",params:t,data:e},s)),configUsers:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/users",method:"POST",data:t},e))},this.smsVerify={check:(t,e={})=>this.http.request(Object.assign({url:"/auth/sms-verify/check",method:"POST",data:t},e)),resetRateCheckByTarget:(t,e={})=>this.http.request(Object.assign({url:`/auth/sms-verify/reset-rate-check/${t}`,method:"POST"},e)),send:(t,e={})=>this.http.request(Object.assign({url:"/auth/sms-verify/send",method:"POST",data:t},e)),sendForLogin:(t,e={})=>this.http.request(Object.assign({url:"/auth/sms-verify/send-for-login",method:"POST",data:t},e))},this.sms={send:(t,e={})=>this.http.request(Object.assign({url:"/auth/sms/send",method:"POST",data:t},e))},this.staticResource={excelByFile:(t,e={})=>this.http.request(Object.assign({url:`/auth/static-resource/excel/${t}`,method:"GET"},e))},this.storageTransfer={toOss:(t,e={})=>this.http.request(Object.assign({url:"/auth/storage-transfer/to-oss",method:"POST",params:t},e))},this.storage={upload:(t,e={})=>this.http.request(Object.assign({url:"/auth/storage/upload",method:"POST",data:t},e)),byId:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/storage/${s}`,method:"GET",params:a},e))},metaById:(t,e={})=>this.http.request(Object.assign({url:`/auth/storage/${t}/meta`,method:"GET"},e)),thumbnailById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/storage/${s}/thumbnail`,method:"GET",params:a},e))}},this.sync={commonDepartmentConfigKeys:(t={})=>this.http.request(Object.assign({url:"/auth/sync/common-department-config-keys",method:"GET"},t)),departmentByBmdm:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/sync/department/${t}`,method:"POST",data:e},s)),proxy:(t,e={})=>this.http.request(Object.assign({url:"/auth/sync/proxy",method:"POST",data:t},e)),proxyByIsp:(t,e={})=>this.http.request(Object.assign({url:"/auth/sync/proxy-by-isp",method:"POST",data:t},e)),pushDepartmentConfigByDepartment:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/sync/push/department-config/${t}`,method:"POST",data:e},s)),pushDepartmentByDepartment:(t,e)=>{var{department:s}=t,a=r(t,["department"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/sync/push/department/${s}`,method:"POST",params:a},e))},pushDictionary:(t,e,s={})=>this.http.request(Object.assign({url:"/auth/sync/push/dictionary",method:"POST",params:t,data:e},s)),pushResourceByResourceId:(t,e)=>{var{resourceId:s}=t,a=r(t,["resourceId"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/sync/push/resource/${s}`,method:"POST",params:a},e))},pushUserByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/sync/push/user/${t}`,method:"POST"},e)),resourceByResourceId:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/sync/resource/${t}`,method:"POST",data:e},s)),role:(t,e,s={})=>this.http.request(Object.assign({url:"/auth/sync/role",method:"POST",params:t,data:e},s)),userByUsername:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/sync/user/${t}`,method:"POST",data:e},s)),userSignatureByUsername:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/sync/user/${t}/signature`,method:"POST",data:e},s))},this.thirdPlatform={getThirdPlatform:(t,e={})=>this.http.request(Object.assign({url:"/auth/third-platform",method:"GET",params:t},e)),postThirdPlatform:(t,e={})=>this.http.request(Object.assign({url:"/auth/third-platform",method:"POST",data:t},e)),getById:(t,e={})=>this.http.request(Object.assign({url:`/auth/third-platform/${t}`,method:"GET"},e)),deleteById:(t,e={})=>this.http.request(Object.assign({url:`/auth/third-platform/${t}`,method:"DELETE"},e)),accessTokenById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/third-platform/${s}/access-token`,method:"GET",params:a},e))},generateUrlLinkById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/third-platform/${s}/generate-url-link`,method:"GET",params:a},e))},sendMessageById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/third-platform/${t}/send-message`,method:"POST",data:e},s))},this.thirdPlatformBinding={userBindingByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/third-platform-binding/user-binding/${t}`,method:"GET"},e)),userBindingUnbindByUsernameAndAppId:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/third-platform-binding/user-binding/${e}/unbind/${t}`,method:"POST"},s))},this.time={time:(t={})=>this.http.request(Object.assign({url:"/auth/time",method:"GET"},t))},this.token={refresh:(t,e={})=>this.http.request(Object.assign({url:"/auth/token/refresh",method:"GET",params:t},e))},this.user={getUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/user",method:"GET",params:t},e)),postUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/user",method:"POST",data:t},e)),clearCacheByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/clear-cache/${t}`,method:"GET"},e)),exist:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/exist",method:"GET",params:t},e)),extendUserExpire:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/extend-user-expire",method:"POST",data:t},e)),extendUserPasswordExpire:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/extend-user-password-expire",method:"POST",data:t},e)),findByUsernameByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/find-by-username/${t}`,method:"GET"},e)),findByUsernameSimpleByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/find-by-username/${t}/simple`,method:"GET"},e)),getList:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list",method:"GET",params:t},e)),postList:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list",method:"POST",data:t},e)),listSimpleInfo:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list-simple-info",method:"POST",data:t},e)),listSimple:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list/simple",method:"POST",data:t},e)),listSimpleByRealname:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list/simple-by-realname",method:"POST",data:t},e)),listSimpleByUsername:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list/simple-by-username",method:"POST",data:t},e)),listSimpleWithLocation:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list/simple-with-location",method:"POST",data:t},e)),listSimpleWithLocationByUsername:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list/simple-with-location-by-username",method:"POST",data:t},e)),listUsername:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list/username",method:"POST",data:t},e)),putUpdateInBatch:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/update-in-batch",method:"PUT",data:t},e)),getById:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/${t}`,method:"GET"},e)),putById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/user/${t}`,method:"PUT",data:e},s)),deleteById:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/${t}`,method:"DELETE"},e)),getAdminDepartmentById:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/${t}/admin-department`,method:"GET"},e)),putAdminDepartmentById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/user/${t}/admin-department`,method:"PUT",data:e},s)),putChangePasswordById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/user/${t}/change-password`,method:"PUT",data:e},s)),putDeleteById:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/${t}/delete`,method:"PUT"},e)),putLockById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/user/${t}/lock`,method:"PUT",data:e},s)),putOrganizationById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/user/${t}/organization`,method:"PUT",data:e},s)),putPermissionsById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/user/${t}/permissions`,method:"PUT",data:e},s)),putResetPasswordById:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/${t}/reset-password`,method:"PUT"},e)),putRestoreById:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/${t}/restore`,method:"PUT"},e)),putRestrictionById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/user/${t}/restriction`,method:"PUT",data:e},s)),putUnlockById:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/${t}/unlock`,method:"PUT"},e))},this.userExternal={userExternal:(t,e={})=>this.http.request(Object.assign({url:"/auth/user-external",method:"GET",params:t},e)),bindPhone:(t,e={})=>this.http.request(Object.assign({url:"/auth/user-external/bind-phone",method:"POST",data:t},e)),bindPhoneByVerifyCode:(t,e={})=>this.http.request(Object.assign({url:"/auth/user-external/bind-phone-by-verify-code",method:"POST",data:t},e)),deleteDeleteByUsernameByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/user-external/delete-by-username/${t}`,method:"DELETE"},e)),generateUrlLink:(t,e={})=>this.http.request(Object.assign({url:"/auth/user-external/generate-url-link",method:"POST",params:t},e))},this.ws={messageSessionOnlineUsers:(t,e={})=>this.http.request(Object.assign({url:"/auth/ws/message-session/online-users",method:"GET",params:t},e)),messageSessionOnlineUsersCount:(t,e={})=>this.http.request(Object.assign({url:"/auth/ws/message-session/online-users/count",method:"GET",params:t},e)),messageSessionTopicByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/ws/message-session/${t}/topic`,method:"GET"},e)),messageBroadcastByTopic:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/ws/message/broadcast/${t}`,method:"POST",data:e},s)),messageSendBatchByTopic:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/ws/message/send-batch/${t}`,method:"POST",data:e},s)),messageSendByUsernameAndTopic:(t,e,s,a={})=>this.http.request(Object.assign({url:`/auth/ws/message/send/${e}/${t}`,method:"POST",data:s},a)),messageSendCountByUsernameAndTopic:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/ws/message/send/${e}/${t}/count`,method:"GET"},s)),messageSendCountAndClearByUsernameAndTopic:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/ws/message/send/${e}/${t}/count-and-clear`,method:"GET"},s)),stats:(t={})=>this.http.request(Object.assign({url:"/auth/ws/stats",method:"GET"},t))},this.http=t}}(e.M)})();var r=exports;for(var i in a)r[i]=a[i];a.__esModule&&Object.defineProperty(r,"__esModule",{value:!0})})();
|
|
1
|
+
(()=>{"use strict";var t={491:(t,e,s)=>{s.d(e,{M:()=>a});const a={request(t){throw new Error("please setup http client first")}}}},e={};function s(a){var r=e[a];if(void 0!==r)return r.exports;var i=e[a]={exports:{}};return t[a](i,i.exports,s),i.exports}s.d=(t,e)=>{for(var a in e)s.o(e,a)&&!s.o(t,a)&&Object.defineProperty(t,a,{enumerable:!0,get:e[a]})},s.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),s.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var a={};(()=>{s.r(a),s.d(a,{AccessToken:()=>i,AccessTokenByIdParams:()=>Ws,AddDictItem:()=>n,AddDictItemRequest:()=>h,Alarm:()=>o,AppRestResponse:()=>u,AskForExtendUserExpireDurationRequest:()=>l,BaseHint:()=>m,BindPhoneRequest:()=>c,ByIdParams:()=>We,ByIdParams8:()=>xs,ChangePasswordForm:()=>d,CheckParams:()=>De,CheckResponse:()=>p,ConfigCurrentUserDepartmentParams:()=>Us,ConfigHistoryParams:()=>Cs,ConfigReq:()=>g,ConfigRes:()=>y,ConfigWithTimestamp:()=>O,ContentType:()=>t,DeleteDepartmentByIdParams:()=>hs,DeleteItemsByIdParams:()=>we,Department:()=>b,DepartmentAllChildrenBmdmByBmdmParams:()=>es,DepartmentArea:()=>P,DepartmentAreasByBmdmParams:()=>ss,DepartmentChildrenByBmdmParams:()=>as,DepartmentChildrenByIdParams:()=>os,DepartmentConfig:()=>T,DepartmentCreateBean:()=>q,DepartmentExistParams:()=>is,DepartmentQueryBean:()=>j,DepartmentSimple:()=>B,DepartmentTree:()=>f,DepartmentTreeByBmdmParams:()=>rs,DepartmentTreeParams:()=>ns,DepartmentUpdateBean:()=>E,DeptDictItem:()=>S,DeptDictionaryWithItems:()=>U,DesensitizePageResultPolice:()=>pe,DesensitizePageResultUser:()=>Oe,DesensitizePageResultUserSimpleEx:()=>ge,DesensitizePageResultUserSimpleWithLocation:()=>ye,DeviceInfo:()=>G,DeviceParams:()=>Ie,DictItem:()=>D,Dictionary:()=>I,DictionaryCreateBean:()=>$,DictionaryUpdateBean:()=>C,DictionaryWithItems:()=>R,DynamicCodeLoginForm:()=>L,EntityDigest:()=>v,ExistParams:()=>ys,ExistParams2:()=>Ks,ExistParams6:()=>Ts,ExtendExpireRequest:()=>x,ExternalUserDTO:()=>k,FileObjectMeta:()=>w,FindByNameParams:()=>Le,FindMergedParams:()=>Re,FindParams:()=>Ce,GenDeviceIdResult:()=>z,GenerateUrlLinkByIdParams:()=>Qs,GenerateUrlLinkParams:()=>Vs,GetConfigCurrentUserParams:()=>Es,GetConfigDepartmentConfigParams:()=>Is,GetConfigDepartmentParams:()=>Gs,GetConfigParams:()=>fs,GetConfigUserParams:()=>Rs,GetDepartmentParams:()=>ts,GetDictionaryParams:()=>$e,GetListParams:()=>Xs,GetMyTraceParams:()=>Qe,GetPermissionParams:()=>gs,GetPoliceParams:()=>us,GetRoleParams:()=>Ps,GetStayPointByUsernameParams:()=>Je,GetThirdPlatformParams:()=>Hs,GetTraceByUsernameParams:()=>_e,GetUserParams:()=>_s,HandlerStoreStats:()=>A,IPBlock:()=>M,IdCardLoginForm:()=>F,ImportResultPoliceImportResultDetail:()=>be,IpBlockParams:()=>ze,ItemsByDictionaryIdParams:()=>ke,ItemsParams:()=>ve,JwtLoginForm:()=>H,Latlng:()=>W,Ledger:()=>Q,LedgerSimple:()=>J,LedgerWriteRequest:()=>_,LegacyMultiUserTrackTimeRangeQuery:()=>N,LieyingFlushUserDailyPointsParams:()=>Ne,LieyingGetStayPointByUsernameParams:()=>Ve,LieyingGetTraceByUsernameParams:()=>Ke,LieyingTraceOfMineParams:()=>Xe,ListCreateByMeParams:()=>js,ListParams:()=>qs,ListSimpleParams:()=>Bs,LocationAlarmObject:()=>Pe,LocationUploadRequest:()=>V,LoginLedgerParams:()=>Ae,LoginLedgerSelfParams:()=>Me,LoginRegisterRequest:()=>K,LoginResponse:()=>X,LogoutResult:()=>Y,MessageBody:()=>Z,MessageBodyWithReceiverObject:()=>Te,MessageSendRequest:()=>tt,MessageSessionOnlineUsersCountParams:()=>Zs,MessageSessionOnlineUsersParams:()=>Ys,MultiUserQuery:()=>et,MultiUserQueryForTimeRange:()=>st,MultiUserTrackQuery:()=>at,MultiUserTrackTimeRangeQuery:()=>rt,OnlineTimeRangeByUsernameParams:()=>Ye,OperateLedgerParams:()=>Fe,PageResultDictionary:()=>qe,PageResultExternalUserDTO:()=>je,PageResultIPBlock:()=>Be,PageResultLedgerSimple:()=>fe,PageResultString:()=>Se,PageResultThirdPlatformEntity:()=>Ee,PasswordForm:()=>it,Permission:()=>nt,PermissionOptions:()=>ht,Point:()=>ot,Police:()=>ut,PoliceCreateBean:()=>lt,PoliceExistParams:()=>ls,PoliceFindByJybhParams:()=>ms,PoliceImportParams:()=>cs,PoliceImportResultDetail:()=>mt,PoliceQueryBean:()=>ct,PoliceUpdateBean:()=>dt,PoliceUserCreateBean:()=>pt,PoliceUserUpdateBean:()=>gt,PostConfigCurrentUserParams:()=>Ss,PostConfigDepartmentConfigParams:()=>$s,PostConfigDepartmentParams:()=>Ds,PostConfigUserParams:()=>Ls,ProxyPushHandlerDepartmentConfigParams:()=>ws,ProxyRequest:()=>yt,ProxyResponse:()=>Ot,PushDepartmentByDepartmentParams:()=>zs,PushDictionaryParams:()=>As,PushResourceByResourceIdParams:()=>Ms,PutPoliceSyncBatchParams:()=>ds,PutPoliceSyncByIdParams:()=>ps,ReadUserConfigRequest:()=>bt,ReasonForm:()=>Pt,RedundantInfo:()=>Tt,RefreshParams:()=>Js,RemoveDictItemRequest:()=>qt,RequestShortAuthenticationParams:()=>bs,Resource:()=>jt,Role:()=>Bt,RoleCreateBean:()=>ft,RoleParams:()=>Fs,RoleSimple:()=>Et,RoleUpdateBean:()=>St,SafetyLedgerParams:()=>He,SendMessageRequest:()=>Ut,SendResponse:()=>Gt,SmsVerifyCheckRequest:()=>Dt,SmsVerifyRequest:()=>It,StayAtDeptTooLongAlarm:()=>$t,StayPoint:()=>Ct,StopTooLongAlarm:()=>Rt,SyncDepartmentHint:()=>Lt,SyncUserHint:()=>vt,ThirdPlatformBinding:()=>xt,ThirdPlatformEntity:()=>kt,ThirdPlatformHomeByIdParams:()=>Os,ThirdPlatformLoginRequest:()=>wt,ThirdPlatformLoginResponse:()=>zt,ThirdPlatformNotificationParams:()=>Ue,ThumbnailByIdParams:()=>ks,TimeRange:()=>At,TimeRange0:()=>Mt,ToOssParams:()=>vs,Token:()=>Ft,TraceOfMineParams:()=>Ze,User:()=>Ht,UserBatchUpdateBean:()=>Wt,UserConfigs:()=>Qt,UserCreateBean:()=>Jt,UserExternalParams:()=>Ns,UserLocation:()=>_t,UserLocationParams:()=>Ge,UserLocationQueryBean:()=>Nt,UserLocationRequest:()=>Vt,UserLocationTrace:()=>Kt,UserOnlineTimeRanges:()=>Xt,UserOrganizationUpdateBean:()=>Yt,UserPhoneLoginForm:()=>Zt,UserProfile:()=>te,UserProfileUpdateBean:()=>ee,UserQueryBean:()=>se,UserRestriction:()=>ae,UserSimpleEx:()=>re,UserSimpleWithAuth:()=>ie,UserSimpleWithLocation:()=>ne,UserStatus:()=>he,UserStayPoints:()=>oe,UserTrackQuery:()=>ue,UserUpdateBean:()=>le,UsernamePasswordLoginForm:()=>me,VerifyCodeRequest:()=>ce,WebSocketBrokerStats:()=>de,WithItemsParams:()=>xe,authApi:()=>ta});var t,e=s(491),r=function(t,e){var s={};for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&e.indexOf(a)<0&&(s[a]=t[a]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(a=Object.getOwnPropertySymbols(t);r<a.length;r++)e.indexOf(a[r])<0&&Object.prototype.propertyIsEnumerable.call(t,a[r])&&(s[a[r]]=t[a[r]])}return s};class i{}class n{}class h{}class o{}class u{}class l{}class m{}class c{}class d{}class p{}class g{}class y{}class O{}class b{}class P{}class T{}class q{}class j{}class B{}class f{}class E{}class S{}class U{}class G{}class D{}class I{}class ${}class C{}class R{}class L{}class v{}class x{}class k{}class w{}class z{}class A{}class M{}class F{}class H{}class W{}class Q{}class J{}class _{}class N{}class V{}class K{}class X{}class Y{}class Z{}class tt{}class et{}class st{}class at{}class rt{}class it{}class nt{}class ht{}class ot{}class ut{}class lt{}class mt{}class ct{}class dt{}class pt{}class gt{}class yt{}class Ot{}class bt{}class Pt{}class Tt{}class qt{}class jt{}class Bt{}class ft{}class Et{}class St{}class Ut{}class Gt{}class Dt{}class It{}class $t{}class Ct{}class Rt{}class Lt{}class vt{}class xt{}class kt{}class wt{}class zt{}class At{}class Mt{}class Ft{}class Ht{}class Wt{}class Qt{}class Jt{}class _t{}class Nt{}class Vt{}class Kt{}class Xt{}class Yt{}class Zt{}class te{}class ee{}class se{}class ae{}class re{}class ie{}class ne{}class he{}class oe{}class ue{}class le{}class me{}class ce{}class de{}class pe{}class ge{}class ye{}class Oe{}class be{}class Pe{}class Te{}class qe{}class je{}class Be{}class fe{}class Ee{}class Se{}class Ue{}class Ge{}class De{}class Ie{}class $e{}class Ce{}class Re{}class Le{}class ve{}class xe{}class ke{}class we{}class ze{}class Ae{}class Me{}class Fe{}class He{}class We{}class Qe{}class Je{}class _e{}class Ne{}class Ve{}class Ke{}class Xe{}class Ye{}class Ze{}class ts{}class es{}class ss{}class as{}class rs{}class is{}class ns{}class hs{}class os{}class us{}class ls{}class ms{}class cs{}class ds{}class ps{}class gs{}class ys{}class Os{}class bs{}class Ps{}class Ts{}class qs{}class js{}class Bs{}class fs{}class Es{}class Ss{}class Us{}class Gs{}class Ds{}class Is{}class $s{}class Cs{}class Rs{}class Ls{}class vs{}class xs{}class ks{}class ws{}class zs{}class As{}class Ms{}class Fs{}class Hs{}class Ws{}class Qs{}class Js{}class _s{}class Ns{}class Vs{}class Ks{}class Xs{}class Ys{}class Zs{}!function(t){t.Json="application/json",t.FormData="multipart/form-data",t.UrlEncoded="application/x-www-form-urlencoded"}(t||(t={}));const ta=new class{constructor(t){this.alarm={emit:(t,e={})=>this.http.request(Object.assign({url:"/auth/alarm/emit",method:"POST",data:t},e))},this.authCodeCapability={thirdPlatformNotification:(t,e={})=>this.http.request(Object.assign({url:"/auth/auth-code-capability/third-platform-notification",method:"POST",params:t},e)),userLocation:(t,e={})=>this.http.request(Object.assign({url:"/auth/auth-code-capability/user-location",method:"GET",params:t},e))},this.captcha={captcha:(t={})=>this.http.request(Object.assign({url:"/auth/captcha",method:"GET"},t))},this.check={check:(t,e={})=>this.http.request(Object.assign({url:"/auth/check",method:"GET",params:t},e))},this.checkPassword={putCheckPassword:(t,e={})=>this.http.request(Object.assign({url:"/auth/check-password",method:"PUT",data:t},e))},this.countOnlineUser={countOnlineUser:(t={})=>this.http.request(Object.assign({url:"/auth/count-online-user",method:"GET"},t))},this.device={device:(t,e={})=>this.http.request(Object.assign({url:"/auth/device",method:"GET",params:t},e)),putCurrent:(t,e={})=>this.http.request(Object.assign({url:"/auth/device/current",method:"PUT",data:t},e))},this.dictionary={getDictionary:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary",method:"GET",params:t},e)),postDictionary:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary",method:"POST",data:t},e)),findByName:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary/find-by-name",method:"GET",params:t},e)),items:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary/items",method:"GET",params:t},e)),withItems:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary/with-items",method:"GET",params:t},e)),itemsByDictionaryId:(t,e)=>{var{dictionaryId:s}=t,a=r(t,["dictionaryId"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/dictionary/${s}/items`,method:"GET",params:a},e))},getById:(t,e={})=>this.http.request(Object.assign({url:`/auth/dictionary/${t}`,method:"GET"},e)),putById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/dictionary/${t}`,method:"PUT",data:e},s)),deleteById:(t,e={})=>this.http.request(Object.assign({url:`/auth/dictionary/${t}`,method:"DELETE"},e)),putItemsById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/dictionary/${t}/items`,method:"PUT",data:e},s)),deleteItemsById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/dictionary/${s}/items`,method:"DELETE",params:a},e))},deleteItemsByIdAndItemId:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/dictionary/${t}/items/${e}`,method:"DELETE"},s))},this.dictionaryForDept={addItems:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary-for-dept/add-items",method:"POST",data:t},e)),create:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary-for-dept/create",method:"POST",data:t},e)),find:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary-for-dept/find",method:"GET",params:t},e)),findMerged:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary-for-dept/find-merged",method:"GET",params:t},e)),removeItems:(t,e={})=>this.http.request(Object.assign({url:"/auth/dictionary-for-dept/remove-items",method:"POST",data:t},e))},this.ipBlock={ipBlock:(t,e={})=>this.http.request(Object.assign({url:"/auth/ip-block",method:"GET",params:t},e)),deleteById:(t,e={})=>this.http.request(Object.assign({url:`/auth/ip-block/${t}`,method:"DELETE"},e)),putDisableById:(t,e={})=>this.http.request(Object.assign({url:`/auth/ip-block/${t}/disable`,method:"PUT"},e)),putEnableById:(t,e={})=>this.http.request(Object.assign({url:`/auth/ip-block/${t}/enable`,method:"PUT"},e)),getByIp:(t,e={})=>this.http.request(Object.assign({url:`/auth/ip-block/${t}`,method:"GET"},e)),putByIp:(t,e={})=>this.http.request(Object.assign({url:`/auth/ip-block/${t}`,method:"PUT"},e))},this.ledger={loginLedger:(t,e={})=>this.http.request(Object.assign({url:"/auth/ledger/login-ledger",method:"GET",params:t},e)),loginLedgerSelf:(t,e={})=>this.http.request(Object.assign({url:"/auth/ledger/login-ledger-self",method:"GET",params:t},e)),operateLedger:(t,e={})=>this.http.request(Object.assign({url:"/auth/ledger/operate-ledger",method:"GET",params:t},e)),safetyLedger:(t,e={})=>this.http.request(Object.assign({url:"/auth/ledger/safety-ledger",method:"GET",params:t},e)),write:(t,e={})=>this.http.request(Object.assign({url:"/auth/ledger/write",method:"POST",data:t},e)),byId:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/ledger/${s}`,method:"GET",params:a},e))}},this.location={alarmStayAtDeptTooLong:(t={})=>this.http.request(Object.assign({url:"/auth/location/alarm/stay-at-dept-too-long",method:"GET"},t)),alarmStayTooLong:(t={})=>this.http.request(Object.assign({url:"/auth/location/alarm/stay-too-long",method:"GET"},t)),getLocationByAuthCodeByAuthCode:(t,e={})=>this.http.request(Object.assign({url:`/auth/location/get-location-by-auth-code/${t}`,method:"GET"},e)),getLocationByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/location/get-location/${t}`,method:"GET"},e)),getMyLocation:(t={})=>this.http.request(Object.assign({url:"/auth/location/get-my-location",method:"GET"},t)),getMyTrace:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/get-my-trace",method:"GET",params:t},e)),getStayPointMultiUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/get-stay-point/multi-user",method:"POST",data:t},e)),getStayPointByUsername:(t,e)=>{var{username:s}=t,a=r(t,["username"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/location/get-stay-point/${s}`,method:"GET",params:a},e))},getTraceByUsername:(t,e)=>{var{username:s}=t,a=r(t,["username"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/location/get-trace/${s}`,method:"GET",params:a},e))},lieyingLegacyGetTraceByTimeRangeMultiUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/lieying-legacy/get-trace-by-time-range/multi-user",method:"POST",data:t},e)),lieyingFlushUserDailyPoints:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/lieying/flush-user-daily-points",method:"POST",params:t},e)),lieyingGetStayPointMultiUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/lieying/get-stay-point/multi-user",method:"POST",data:t},e)),lieyingGetStayPointByUsername:(t,e)=>{var{username:s}=t,a=r(t,["username"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/location/lieying/get-stay-point/${s}`,method:"GET",params:a},e))},lieyingGetTraceByTimeRangeMultiUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/lieying/get-trace-by-time-range/multi-user",method:"POST",data:t},e)),lieyingGetTraceMultiUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/lieying/get-trace/multi-user",method:"POST",data:t},e)),lieyingGetTraceByUsername:(t,e)=>{var{username:s}=t,a=r(t,["username"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/location/lieying/get-trace/${s}`,method:"GET",params:a},e))},lieyingHandlerStoreStats:(t={})=>this.http.request(Object.assign({url:"/auth/location/lieying/handler-store-stats",method:"GET"},t)),lieyingTraceOfMine:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/lieying/trace-of-mine",method:"GET",params:t},e)),list:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/list",method:"POST",data:t},e)),listByUsername:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/list/by-username",method:"POST",data:t},e)),onlineTimeRangeMultiUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/online-time-range/multi-user",method:"POST",data:t},e)),onlineTimeRangeByUsername:(t,e)=>{var{username:s}=t,a=r(t,["username"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/location/online-time-range/${s}`,method:"GET",params:a},e))},point:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/point",method:"POST",data:t},e)),publicPoint:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/public/point",method:"POST",data:t},e)),traceOfMine:(t,e={})=>this.http.request(Object.assign({url:"/auth/location/trace-of-mine",method:"GET",params:t},e)),userAlarmsByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/location/user-alarms/${t}`,method:"GET"},e))},this.login={login:(t,e={})=>this.http.request(Object.assign({url:"/auth/login",method:"POST",data:t},e))},this.loginByDynamicCode={loginByDynamicCode:(t,e={})=>this.http.request(Object.assign({url:"/auth/login-by-dynamic-code",method:"POST",data:t},e))},this.loginByIdCard={loginByIdCard:(t,e={})=>this.http.request(Object.assign({url:"/auth/login-by-id-card",method:"POST",data:t},e))},this.loginByJwt={loginByJwt:(t,e={})=>this.http.request(Object.assign({url:"/auth/login-by-jwt",method:"POST",data:t},e))},this.loginByPhone={loginByPhone:(t,e={})=>this.http.request(Object.assign({url:"/auth/login-by-phone",method:"POST",data:t},e))},this.loginByThirdPlatformCode={loginByThirdPlatformCode:(t,e={})=>this.http.request(Object.assign({url:"/auth/login-by-third-platform-code",method:"POST",data:t},e))},this.loginDanger={loginDanger:(t,e={})=>this.http.request(Object.assign({url:"/auth/login-danger",method:"POST",data:t},e)),byLoginName:(t,e={})=>this.http.request(Object.assign({url:`/auth/login-danger/${t}`,method:"POST"},e))},this.logout={logout:(t={})=>this.http.request(Object.assign({url:"/auth/logout",method:"POST"},t))},this.me={getMe:(t={})=>this.http.request(Object.assign({url:"/auth/me",method:"GET"},t)),putMe:(t,e={})=>this.http.request(Object.assign({url:"/auth/me",method:"PUT",data:t},e)),putChangePassword:(t,e={})=>this.http.request(Object.assign({url:"/auth/me/change-password",method:"PUT",data:t},e)),permissions:(t={})=>this.http.request(Object.assign({url:"/auth/me/permissions",method:"GET"},t))},this.organization={getDepartment:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/department",method:"GET",params:t},e)),postDepartment:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/department",method:"POST",data:t},e)),departmentByBmdm:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${t}`,method:"GET"},e)),departmentAllChildrenBmdmByBmdm:(t,e)=>{var{bmdm:s}=t,a=r(t,["bmdm"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${s}/all-children-bmdm`,method:"GET",params:a},e))},departmentAllParentByBmdm:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${t}/all-parent`,method:"GET"},e)),departmentAllParentBmdmByBmdm:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${t}/all-parent-bmdm`,method:"GET"},e)),departmentAreasByBmdm:(t,e)=>{var{bmdm:s}=t,a=r(t,["bmdm"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${s}/areas`,method:"GET",params:a},e))},departmentBrothersByBmdm:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${t}/brothers`,method:"GET"},e)),departmentChildrenByBmdm:(t,e)=>{var{bmdm:s}=t,a=r(t,["bmdm"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${s}/children`,method:"GET",params:a},e))},departmentLocationByBmdm:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${t}/location`,method:"GET"},e)),departmentParentByBmdm:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${t}/parent`,method:"GET"},e)),departmentTreeByBmdm:(t,e)=>{var{bmdm:s}=t,a=r(t,["bmdm"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/organization/department/by-bmdm/${s}/tree`,method:"GET",params:a},e))},departmentExist:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/department/exist",method:"GET",params:t},e)),departmentImport:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/department/import",method:"POST",data:t},e)),departmentList:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/department/list",method:"POST",data:t},e)),departmentResetDigest:(t={})=>this.http.request(Object.assign({url:"/auth/organization/department/reset-digest",method:"GET"},t)),departmentTree:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/department/tree",method:"GET",params:t},e)),getDepartmentById:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/${t}`,method:"GET"},e)),putDepartmentById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/organization/department/${t}`,method:"PUT",data:e},s)),deleteDepartmentById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/organization/department/${s}`,method:"DELETE",params:a},e))},departmentAllParentById:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/${t}/all-parent`,method:"GET"},e)),departmentBrothersById:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/${t}/brothers`,method:"GET"},e)),departmentChildrenById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/organization/department/${s}/children`,method:"GET",params:a},e))},departmentParentById:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/department/${t}/parent`,method:"GET"},e)),getPolice:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/police",method:"GET",params:t},e)),postPolice:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/police",method:"POST",data:t},e)),policeExist:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/police/exist",method:"GET",params:t},e)),policeFindByJybh:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/police/find-by-jybh",method:"GET",params:t},e)),policeImport:(t,e,s={})=>this.http.request(Object.assign({url:"/auth/organization/police/import",method:"POST",params:t,data:e},s)),policeList:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/police/list",method:"POST",data:t},e)),putPoliceSyncBatch:(t,e={})=>this.http.request(Object.assign({url:"/auth/organization/police/sync-batch",method:"PUT",params:t},e)),putPoliceSyncCurrentUserPolice:(t={})=>this.http.request(Object.assign({url:"/auth/organization/police/sync-current-user-police",method:"PUT"},t)),getPoliceById:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/police/${t}`,method:"GET"},e)),putPoliceById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/organization/police/${t}`,method:"PUT",data:e},s)),deletePoliceById:(t,e={})=>this.http.request(Object.assign({url:`/auth/organization/police/${t}`,method:"DELETE"},e)),putPoliceSyncById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/organization/police/${s}/sync`,method:"PUT",params:a},e))}},this.permission={getPermission:(t,e={})=>this.http.request(Object.assign({url:"/auth/permission",method:"GET",params:t},e)),postPermission:(t,e={})=>this.http.request(Object.assign({url:"/auth/permission",method:"POST",data:t},e)),exist:(t,e={})=>this.http.request(Object.assign({url:"/auth/permission/exist",method:"GET",params:t},e)),getByCode:(t,e={})=>this.http.request(Object.assign({url:`/auth/permission/${t}`,method:"GET"},e)),putByCode:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/permission/${t}`,method:"PUT",data:e},s)),deleteByCode:(t,e={})=>this.http.request(Object.assign({url:`/auth/permission/${t}`,method:"DELETE"},e)),putOptionsByCode:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/permission/${t}/options`,method:"PUT",data:e},s))},this.policeLogin={policeLogin:(t,e={})=>this.http.request(Object.assign({url:"/auth/police-login",method:"POST",data:t},e))},this.policeUser={policeUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/police-user",method:"POST",data:t},e)),putById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/police-user/${t}`,method:"PUT",data:e},s)),putDeleteById:(t,e={})=>this.http.request(Object.assign({url:`/auth/police-user/${t}/delete`,method:"PUT"},e)),putRestoreById:(t,e={})=>this.http.request(Object.assign({url:`/auth/police-user/${t}/restore`,method:"PUT"},e))},this.public={commonGenDeviceId:(t={})=>this.http.request(Object.assign({url:"/auth/public/common/gen-device-id",method:"GET"},t)),processAskForExtendUserExpireDuration:(t,e={})=>this.http.request(Object.assign({url:"/auth/public/process/ask-for-extend-user-expire-duration",method:"POST",data:t},e)),thirdPlatformAccessTokenById:(t,e={})=>this.http.request(Object.assign({url:`/auth/public/third-platform/${t}/access-token`,method:"GET"},e)),thirdPlatformHomeById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/public/third-platform/${s}/home`,method:"GET",params:a},e))}},this.requestShortAuthentication={requestShortAuthentication:(t,e={})=>this.http.request(Object.assign({url:"/auth/request-short-authentication",method:"GET",params:t},e))},this.role={getRole:(t,e={})=>this.http.request(Object.assign({url:"/auth/role",method:"GET",params:t},e)),postRole:(t,e={})=>this.http.request(Object.assign({url:"/auth/role",method:"POST",data:t},e)),exist:(t,e={})=>this.http.request(Object.assign({url:"/auth/role/exist",method:"GET",params:t},e)),list:(t,e={})=>this.http.request(Object.assign({url:"/auth/role/list",method:"GET",params:t},e)),listCreateByMe:(t,e={})=>this.http.request(Object.assign({url:"/auth/role/list-create-by-me",method:"GET",params:t},e)),listSimple:(t,e={})=>this.http.request(Object.assign({url:"/auth/role/list-simple",method:"GET",params:t},e)),getById:(t,e={})=>this.http.request(Object.assign({url:`/auth/role/${t}`,method:"GET"},e)),putById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/role/${t}`,method:"PUT",data:e},s)),deleteById:(t,e={})=>this.http.request(Object.assign({url:`/auth/role/${t}`,method:"DELETE"},e))},this.settings={getConfig:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config",method:"GET",params:t},e)),postConfig:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config",method:"POST",data:t},e)),getConfigAuth:(t={})=>this.http.request(Object.assign({url:"/auth/settings/config/auth",method:"GET"},t)),postConfigAuth:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/auth",method:"POST",data:t},e)),getConfigCurrentUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/current-user",method:"GET",params:t},e)),postConfigCurrentUser:(t,e,s={})=>this.http.request(Object.assign({url:"/auth/settings/config/current-user",method:"POST",params:t,data:e},s)),configCurrentUserDepartment:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/current-user-department",method:"GET",params:t},e)),getConfigDepartment:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/department",method:"GET",params:t},e)),postConfigDepartment:(t,e,s={})=>this.http.request(Object.assign({url:"/auth/settings/config/department",method:"POST",params:t,data:e},s)),getConfigDepartmentConfig:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/department-config",method:"GET",params:t},e)),postConfigDepartmentConfig:(t,e,s={})=>this.http.request(Object.assign({url:"/auth/settings/config/department-config",method:"POST",params:t,data:e},s)),configDepartmentConfigByKeysByDepartment:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/settings/config/department/${t}/config-by-keys`,method:"POST",data:e},s)),configHistory:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/history",method:"GET",params:t},e)),configPublic:(t={})=>this.http.request(Object.assign({url:"/auth/settings/config/public",method:"GET"},t)),getConfigUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/user",method:"GET",params:t},e)),postConfigUser:(t,e,s={})=>this.http.request(Object.assign({url:"/auth/settings/config/user",method:"POST",params:t,data:e},s)),configUsers:(t,e={})=>this.http.request(Object.assign({url:"/auth/settings/config/users",method:"POST",data:t},e))},this.smsVerify={check:(t,e={})=>this.http.request(Object.assign({url:"/auth/sms-verify/check",method:"POST",data:t},e)),resetRateCheckByTarget:(t,e={})=>this.http.request(Object.assign({url:`/auth/sms-verify/reset-rate-check/${t}`,method:"POST"},e)),send:(t,e={})=>this.http.request(Object.assign({url:"/auth/sms-verify/send",method:"POST",data:t},e)),sendForLogin:(t,e={})=>this.http.request(Object.assign({url:"/auth/sms-verify/send-for-login",method:"POST",data:t},e))},this.sms={send:(t,e={})=>this.http.request(Object.assign({url:"/auth/sms/send",method:"POST",data:t},e))},this.staticResource={excelByFile:(t,e={})=>this.http.request(Object.assign({url:`/auth/static-resource/excel/${t}`,method:"GET"},e))},this.storageTransfer={toOss:(t,e={})=>this.http.request(Object.assign({url:"/auth/storage-transfer/to-oss",method:"POST",params:t},e))},this.storage={upload:(t,e={})=>this.http.request(Object.assign({url:"/auth/storage/upload",method:"POST",data:t},e)),byId:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/storage/${s}`,method:"GET",params:a},e))},metaById:(t,e={})=>this.http.request(Object.assign({url:`/auth/storage/${t}/meta`,method:"GET"},e)),thumbnailById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/storage/${s}/thumbnail`,method:"GET",params:a},e))}},this.sync={commonDepartmentConfigKeys:(t={})=>this.http.request(Object.assign({url:"/auth/sync/common-department-config-keys",method:"GET"},t)),departmentByBmdm:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/sync/department/${t}`,method:"POST",data:e},s)),proxy:(t,e={})=>this.http.request(Object.assign({url:"/auth/sync/proxy",method:"POST",data:t},e)),proxyByIsp:(t,e={})=>this.http.request(Object.assign({url:"/auth/sync/proxy-by-isp",method:"POST",data:t},e)),proxyPushHandlerDepartment:(t,e={})=>this.http.request(Object.assign({url:"/auth/sync/proxy-push-handler/department",method:"POST",data:t},e)),proxyPushHandlerDepartmentConfig:(t,e,s={})=>this.http.request(Object.assign({url:"/auth/sync/proxy-push-handler/department-config",method:"POST",params:t,data:e},s)),proxyPushHandlerDictionary:(t,e={})=>this.http.request(Object.assign({url:"/auth/sync/proxy-push-handler/dictionary",method:"POST",data:t},e)),proxyPushHandlerUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/sync/proxy-push-handler/user",method:"POST",data:t},e)),pushDepartmentConfigByDepartment:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/sync/push/department-config/${t}`,method:"POST",data:e},s)),pushDepartmentByDepartment:(t,e)=>{var{department:s}=t,a=r(t,["department"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/sync/push/department/${s}`,method:"POST",params:a},e))},pushDictionary:(t,e,s={})=>this.http.request(Object.assign({url:"/auth/sync/push/dictionary",method:"POST",params:t,data:e},s)),pushResourceByResourceId:(t,e)=>{var{resourceId:s}=t,a=r(t,["resourceId"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/sync/push/resource/${s}`,method:"POST",params:a},e))},pushUserByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/sync/push/user/${t}`,method:"POST"},e)),resourceByResourceId:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/sync/resource/${t}`,method:"POST",data:e},s)),role:(t,e,s={})=>this.http.request(Object.assign({url:"/auth/sync/role",method:"POST",params:t,data:e},s)),userByUsername:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/sync/user/${t}`,method:"POST",data:e},s)),userSignatureByUsername:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/sync/user/${t}/signature`,method:"POST",data:e},s))},this.thirdPlatform={getThirdPlatform:(t,e={})=>this.http.request(Object.assign({url:"/auth/third-platform",method:"GET",params:t},e)),postThirdPlatform:(t,e={})=>this.http.request(Object.assign({url:"/auth/third-platform",method:"POST",data:t},e)),getById:(t,e={})=>this.http.request(Object.assign({url:`/auth/third-platform/${t}`,method:"GET"},e)),deleteById:(t,e={})=>this.http.request(Object.assign({url:`/auth/third-platform/${t}`,method:"DELETE"},e)),accessTokenById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/third-platform/${s}/access-token`,method:"GET",params:a},e))},generateUrlLinkById:(t,e)=>{var{id:s}=t,a=r(t,["id"]);return void 0===e&&(e={}),this.http.request(Object.assign({url:`/auth/third-platform/${s}/generate-url-link`,method:"GET",params:a},e))},sendMessageById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/third-platform/${t}/send-message`,method:"POST",data:e},s))},this.thirdPlatformBinding={userBindingByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/third-platform-binding/user-binding/${t}`,method:"GET"},e)),userBindingUnbindByUsernameAndAppId:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/third-platform-binding/user-binding/${e}/unbind/${t}`,method:"POST"},s))},this.time={time:(t={})=>this.http.request(Object.assign({url:"/auth/time",method:"GET"},t))},this.token={refresh:(t,e={})=>this.http.request(Object.assign({url:"/auth/token/refresh",method:"GET",params:t},e))},this.user={getUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/user",method:"GET",params:t},e)),postUser:(t,e={})=>this.http.request(Object.assign({url:"/auth/user",method:"POST",data:t},e)),clearCacheByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/clear-cache/${t}`,method:"GET"},e)),exist:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/exist",method:"GET",params:t},e)),extendUserExpire:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/extend-user-expire",method:"POST",data:t},e)),extendUserPasswordExpire:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/extend-user-password-expire",method:"POST",data:t},e)),findByUsernameByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/find-by-username/${t}`,method:"GET"},e)),findByUsernameSimpleByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/find-by-username/${t}/simple`,method:"GET"},e)),getList:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list",method:"GET",params:t},e)),postList:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list",method:"POST",data:t},e)),listSimpleInfo:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list-simple-info",method:"POST",data:t},e)),listSimple:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list/simple",method:"POST",data:t},e)),listSimpleByRealname:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list/simple-by-realname",method:"POST",data:t},e)),listSimpleByUsername:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list/simple-by-username",method:"POST",data:t},e)),listSimpleWithLocation:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list/simple-with-location",method:"POST",data:t},e)),listSimpleWithLocationByUsername:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list/simple-with-location-by-username",method:"POST",data:t},e)),listUsername:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/list/username",method:"POST",data:t},e)),putUpdateInBatch:(t,e={})=>this.http.request(Object.assign({url:"/auth/user/update-in-batch",method:"PUT",data:t},e)),getById:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/${t}`,method:"GET"},e)),putById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/user/${t}`,method:"PUT",data:e},s)),deleteById:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/${t}`,method:"DELETE"},e)),getAdminDepartmentById:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/${t}/admin-department`,method:"GET"},e)),putAdminDepartmentById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/user/${t}/admin-department`,method:"PUT",data:e},s)),putChangePasswordById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/user/${t}/change-password`,method:"PUT",data:e},s)),putDeleteById:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/${t}/delete`,method:"PUT"},e)),putLockById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/user/${t}/lock`,method:"PUT",data:e},s)),putOrganizationById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/user/${t}/organization`,method:"PUT",data:e},s)),putPermissionsById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/user/${t}/permissions`,method:"PUT",data:e},s)),putResetPasswordById:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/${t}/reset-password`,method:"PUT"},e)),putRestoreById:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/${t}/restore`,method:"PUT"},e)),putRestrictionById:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/user/${t}/restriction`,method:"PUT",data:e},s)),putUnlockById:(t,e={})=>this.http.request(Object.assign({url:`/auth/user/${t}/unlock`,method:"PUT"},e))},this.userExternal={userExternal:(t,e={})=>this.http.request(Object.assign({url:"/auth/user-external",method:"GET",params:t},e)),bindPhone:(t,e={})=>this.http.request(Object.assign({url:"/auth/user-external/bind-phone",method:"POST",data:t},e)),bindPhoneByVerifyCode:(t,e={})=>this.http.request(Object.assign({url:"/auth/user-external/bind-phone-by-verify-code",method:"POST",data:t},e)),deleteDeleteByUsernameByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/user-external/delete-by-username/${t}`,method:"DELETE"},e)),generateUrlLink:(t,e={})=>this.http.request(Object.assign({url:"/auth/user-external/generate-url-link",method:"POST",params:t},e))},this.ws={messageSessionOnlineUsers:(t,e={})=>this.http.request(Object.assign({url:"/auth/ws/message-session/online-users",method:"GET",params:t},e)),messageSessionOnlineUsersCount:(t,e={})=>this.http.request(Object.assign({url:"/auth/ws/message-session/online-users/count",method:"GET",params:t},e)),messageSessionTopicByUsername:(t,e={})=>this.http.request(Object.assign({url:`/auth/ws/message-session/${t}/topic`,method:"GET"},e)),messageBroadcastByTopic:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/ws/message/broadcast/${t}`,method:"POST",data:e},s)),messageSendBatchByTopic:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/ws/message/send-batch/${t}`,method:"POST",data:e},s)),messageSendByUsernameAndTopic:(t,e,s,a={})=>this.http.request(Object.assign({url:`/auth/ws/message/send/${e}/${t}`,method:"POST",data:s},a)),messageSendCountByUsernameAndTopic:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/ws/message/send/${e}/${t}/count`,method:"GET"},s)),messageSendCountAndClearByUsernameAndTopic:(t,e,s={})=>this.http.request(Object.assign({url:`/auth/ws/message/send/${e}/${t}/count-and-clear`,method:"GET"},s)),stats:(t={})=>this.http.request(Object.assign({url:"/auth/ws/stats",method:"GET"},t))},this.http=t}}(e.M)})();var r=exports;for(var i in a)r[i]=a[i];a.__esModule&&Object.defineProperty(r,"__esModule",{value:!0})})();
|
|
2
2
|
//# sourceMappingURL=auth.js.map
|