@gct-paas/api 0.1.6-dev.12 → 0.1.6-dev.13
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/dist/index.esm.min.js +1 -1
- package/es/apaas/service/api-config.mjs +14 -175
- package/es/apaas/service/apis/api.service.d.ts +2 -1
- package/es/apaas/service/apis/app-global-settings.service.d.ts +4 -0
- package/es/apaas/service/apis/chat.service.d.ts +2 -1
- package/es/apaas/service/apis/edhr-instance.service.d.ts +8 -8
- package/es/apaas/service/apis/enum-model-field.service.d.ts +0 -8
- package/es/apaas/service/apis/excel-tmpl.service.d.ts +0 -8
- package/es/apaas/service/apis/excel.service.d.ts +4 -2
- package/es/apaas/service/apis/field-meta.service.d.ts +0 -13
- package/es/apaas/service/apis/model-meta.service.d.ts +0 -17
- package/es/apaas/service/apis/model-method.service.d.ts +1 -19
- package/es/apaas/service/apis/online-form-instance.service.d.ts +12 -12
- package/es/apaas/service/apis/print.service.d.ts +1 -1
- package/es/apaas/service/apis/trace-log-details.service.d.ts +0 -12
- package/es/apaas/service/entities.d.ts +14 -798
- package/es/apaas/service/index.d.ts +0 -4
- package/es/platform/service/api-config.mjs +6 -30
- package/es/platform/service/apis/api.service.d.ts +1 -38
- package/es/platform/service/apis/app.service.d.ts +0 -4
- package/es/platform/service/apis/dashboard.service.d.ts +4 -0
- package/es/platform/service/apis/license.service.d.ts +2 -1
- package/es/platform/service/apis/login-log.service.d.ts +0 -13
- package/es/platform/service/apis/plat.service.d.ts +0 -7
- package/es/platform/service/apis/plugin.service.d.ts +2 -1
- package/es/platform/service/entities.d.ts +22 -380
- package/package.json +1 -1
|
@@ -88,7 +88,7 @@ export interface AcLicenseResponse {
|
|
|
88
88
|
}
|
|
89
89
|
export interface AccountConfig {
|
|
90
90
|
/**
|
|
91
|
-
* 应用类型 枚举
|
|
91
|
+
* 应用类型 枚举(钉钉 DINGDING,企微 QIYEWEIXIN,飞书 FEISHU)
|
|
92
92
|
*
|
|
93
93
|
* @type string
|
|
94
94
|
*/
|
|
@@ -546,9 +546,6 @@ export interface AgentResponse {
|
|
|
546
546
|
*/
|
|
547
547
|
usage?: string;
|
|
548
548
|
}
|
|
549
|
-
export interface Annotation {
|
|
550
|
-
// 暂无属性
|
|
551
|
-
}
|
|
552
549
|
export interface ApiInfo {
|
|
553
550
|
/**
|
|
554
551
|
*
|
|
@@ -2469,74 +2466,6 @@ export interface AppSettingRequest {
|
|
|
2469
2466
|
*/
|
|
2470
2467
|
type?: string;
|
|
2471
2468
|
}
|
|
2472
|
-
export interface ApplicationContext {
|
|
2473
|
-
/**
|
|
2474
|
-
*
|
|
2475
|
-
*
|
|
2476
|
-
* @type string
|
|
2477
|
-
*/
|
|
2478
|
-
applicationName?: string;
|
|
2479
|
-
/**
|
|
2480
|
-
*
|
|
2481
|
-
*
|
|
2482
|
-
* @type AutowireCapableBeanFactory
|
|
2483
|
-
*/
|
|
2484
|
-
autowireCapableBeanFactory?: AutowireCapableBeanFactory;
|
|
2485
|
-
/**
|
|
2486
|
-
*
|
|
2487
|
-
*
|
|
2488
|
-
* @type number
|
|
2489
|
-
*/
|
|
2490
|
-
beanDefinitionCount?: number;
|
|
2491
|
-
/**
|
|
2492
|
-
*
|
|
2493
|
-
*
|
|
2494
|
-
* @type string[]
|
|
2495
|
-
*/
|
|
2496
|
-
beanDefinitionNames?: string[];
|
|
2497
|
-
/**
|
|
2498
|
-
*
|
|
2499
|
-
*
|
|
2500
|
-
* @type ClassLoader
|
|
2501
|
-
*/
|
|
2502
|
-
classLoader?: ClassLoader;
|
|
2503
|
-
/**
|
|
2504
|
-
*
|
|
2505
|
-
*
|
|
2506
|
-
* @type string
|
|
2507
|
-
*/
|
|
2508
|
-
displayName?: string;
|
|
2509
|
-
/**
|
|
2510
|
-
*
|
|
2511
|
-
*
|
|
2512
|
-
* @type Environment
|
|
2513
|
-
*/
|
|
2514
|
-
environment?: Environment;
|
|
2515
|
-
/**
|
|
2516
|
-
*
|
|
2517
|
-
*
|
|
2518
|
-
* @type string
|
|
2519
|
-
*/
|
|
2520
|
-
id?: string;
|
|
2521
|
-
/**
|
|
2522
|
-
*
|
|
2523
|
-
*
|
|
2524
|
-
* @type ApplicationContext
|
|
2525
|
-
*/
|
|
2526
|
-
parent?: ApplicationContext;
|
|
2527
|
-
/**
|
|
2528
|
-
*
|
|
2529
|
-
*
|
|
2530
|
-
* @type BeanFactory
|
|
2531
|
-
*/
|
|
2532
|
-
parentBeanFactory?: BeanFactory;
|
|
2533
|
-
/**
|
|
2534
|
-
*
|
|
2535
|
-
*
|
|
2536
|
-
* @type number
|
|
2537
|
-
*/
|
|
2538
|
-
startupDate?: number;
|
|
2539
|
-
}
|
|
2540
2469
|
export interface AssetsResponse {
|
|
2541
2470
|
/**
|
|
2542
2471
|
* 分类ID
|
|
@@ -2903,9 +2832,6 @@ export interface AuthConfig {
|
|
|
2903
2832
|
*/
|
|
2904
2833
|
title?: string;
|
|
2905
2834
|
}
|
|
2906
|
-
export interface AutowireCapableBeanFactory {
|
|
2907
|
-
// 暂无属性
|
|
2908
|
-
}
|
|
2909
2835
|
export interface BIChartConditionDTO {
|
|
2910
2836
|
/**
|
|
2911
2837
|
*
|
|
@@ -3178,9 +3104,6 @@ export interface Base64UploadPlatFormRequest {
|
|
|
3178
3104
|
*/
|
|
3179
3105
|
filename?: string;
|
|
3180
3106
|
}
|
|
3181
|
-
export interface BeanFactory {
|
|
3182
|
-
// 暂无属性
|
|
3183
|
-
}
|
|
3184
3107
|
export interface BiDataSetPreviewRequest {
|
|
3185
3108
|
/**
|
|
3186
3109
|
* 描述
|
|
@@ -3809,14 +3732,6 @@ export interface CSV数据源表实体类 {
|
|
|
3809
3732
|
*/
|
|
3810
3733
|
user_id?: string;
|
|
3811
3734
|
}
|
|
3812
|
-
export interface CardLoginConfig {
|
|
3813
|
-
/**
|
|
3814
|
-
* 是否启用
|
|
3815
|
-
*
|
|
3816
|
-
* @type number
|
|
3817
|
-
*/
|
|
3818
|
-
enabled?: number;
|
|
3819
|
-
}
|
|
3820
3735
|
export interface Category {
|
|
3821
3736
|
/**
|
|
3822
3737
|
*
|
|
@@ -4005,38 +3920,6 @@ export interface CategoryResponse {
|
|
|
4005
3920
|
*/
|
|
4006
3921
|
sysBuiltin?: number;
|
|
4007
3922
|
}
|
|
4008
|
-
export interface ClassLoader {
|
|
4009
|
-
/**
|
|
4010
|
-
*
|
|
4011
|
-
*
|
|
4012
|
-
* @type Package[]
|
|
4013
|
-
*/
|
|
4014
|
-
definedPackages?: Package[];
|
|
4015
|
-
/**
|
|
4016
|
-
*
|
|
4017
|
-
*
|
|
4018
|
-
* @type string
|
|
4019
|
-
*/
|
|
4020
|
-
name?: string;
|
|
4021
|
-
/**
|
|
4022
|
-
*
|
|
4023
|
-
*
|
|
4024
|
-
* @type ClassLoader
|
|
4025
|
-
*/
|
|
4026
|
-
parent?: ClassLoader;
|
|
4027
|
-
/**
|
|
4028
|
-
*
|
|
4029
|
-
*
|
|
4030
|
-
* @type boolean
|
|
4031
|
-
*/
|
|
4032
|
-
registeredAsParallelCapable?: boolean;
|
|
4033
|
-
/**
|
|
4034
|
-
*
|
|
4035
|
-
*
|
|
4036
|
-
* @type Module
|
|
4037
|
-
*/
|
|
4038
|
-
unnamedModule?: Module;
|
|
4039
|
-
}
|
|
4040
3923
|
export interface ClientsDto {
|
|
4041
3924
|
/**
|
|
4042
3925
|
*
|
|
@@ -6285,20 +6168,6 @@ export interface Echart图表主题查询参数 {
|
|
|
6285
6168
|
*/
|
|
6286
6169
|
user_id?: string;
|
|
6287
6170
|
}
|
|
6288
|
-
export interface Environment {
|
|
6289
|
-
/**
|
|
6290
|
-
*
|
|
6291
|
-
*
|
|
6292
|
-
* @type string[]
|
|
6293
|
-
*/
|
|
6294
|
-
activeProfiles?: string[];
|
|
6295
|
-
/**
|
|
6296
|
-
*
|
|
6297
|
-
*
|
|
6298
|
-
* @type string[]
|
|
6299
|
-
*/
|
|
6300
|
-
defaultProfiles?: string[];
|
|
6301
|
-
}
|
|
6302
6171
|
export interface ExcelOrgUserSearchReq {
|
|
6303
6172
|
/**
|
|
6304
6173
|
* 是否显示下级
|
|
@@ -7344,12 +7213,6 @@ export interface FileTaskResponse {
|
|
|
7344
7213
|
* @type string
|
|
7345
7214
|
*/
|
|
7346
7215
|
name?: string;
|
|
7347
|
-
/**
|
|
7348
|
-
*
|
|
7349
|
-
*
|
|
7350
|
-
* @type IObject
|
|
7351
|
-
*/
|
|
7352
|
-
params?: IObject;
|
|
7353
7216
|
/**
|
|
7354
7217
|
* 关联数据id(edhr实模板ID)
|
|
7355
7218
|
*
|
|
@@ -8641,7 +8504,7 @@ export interface LoginModeConfig {
|
|
|
8641
8504
|
*/
|
|
8642
8505
|
address?: string;
|
|
8643
8506
|
/**
|
|
8644
|
-
* 登录方式类型 枚举(ACCOUNT/ 账号登录,DOMAIN_ACCOUNT/域账号密码登录,MOBILE
|
|
8507
|
+
* 登录方式类型 枚举(ACCOUNT/ 账号登录,DOMAIN_ACCOUNT/域账号密码登录,MOBILE)
|
|
8645
8508
|
*
|
|
8646
8509
|
* @type string
|
|
8647
8510
|
*/
|
|
@@ -9813,73 +9676,6 @@ export interface ModelResponse {
|
|
|
9813
9676
|
*/
|
|
9814
9677
|
providerName?: string;
|
|
9815
9678
|
}
|
|
9816
|
-
export interface Module {
|
|
9817
|
-
/**
|
|
9818
|
-
*
|
|
9819
|
-
*
|
|
9820
|
-
* @type Annotation[]
|
|
9821
|
-
*/
|
|
9822
|
-
annotations?: Annotation[];
|
|
9823
|
-
/**
|
|
9824
|
-
*
|
|
9825
|
-
*
|
|
9826
|
-
* @type ClassLoader
|
|
9827
|
-
*/
|
|
9828
|
-
classLoader?: ClassLoader;
|
|
9829
|
-
/**
|
|
9830
|
-
*
|
|
9831
|
-
*
|
|
9832
|
-
* @type Annotation[]
|
|
9833
|
-
*/
|
|
9834
|
-
declaredAnnotations?: Annotation[];
|
|
9835
|
-
/**
|
|
9836
|
-
*
|
|
9837
|
-
*
|
|
9838
|
-
* @type ModuleDescriptor
|
|
9839
|
-
*/
|
|
9840
|
-
descriptor?: ModuleDescriptor;
|
|
9841
|
-
/**
|
|
9842
|
-
*
|
|
9843
|
-
*
|
|
9844
|
-
* @type ModuleLayer
|
|
9845
|
-
*/
|
|
9846
|
-
layer?: ModuleLayer;
|
|
9847
|
-
/**
|
|
9848
|
-
*
|
|
9849
|
-
*
|
|
9850
|
-
* @type string
|
|
9851
|
-
*/
|
|
9852
|
-
name?: string;
|
|
9853
|
-
/**
|
|
9854
|
-
*
|
|
9855
|
-
*
|
|
9856
|
-
* @type boolean
|
|
9857
|
-
*/
|
|
9858
|
-
named?: boolean;
|
|
9859
|
-
/**
|
|
9860
|
-
*
|
|
9861
|
-
*
|
|
9862
|
-
* @type string[]
|
|
9863
|
-
*/
|
|
9864
|
-
packages?: string[];
|
|
9865
|
-
}
|
|
9866
|
-
export interface ModuleDescriptor {
|
|
9867
|
-
/**
|
|
9868
|
-
*
|
|
9869
|
-
*
|
|
9870
|
-
* @type boolean
|
|
9871
|
-
*/
|
|
9872
|
-
automatic?: boolean;
|
|
9873
|
-
/**
|
|
9874
|
-
*
|
|
9875
|
-
*
|
|
9876
|
-
* @type boolean
|
|
9877
|
-
*/
|
|
9878
|
-
open?: boolean;
|
|
9879
|
-
}
|
|
9880
|
-
export interface ModuleLayer {
|
|
9881
|
-
// 暂无属性
|
|
9882
|
-
}
|
|
9883
9679
|
export interface MqttPropertiesDTO {
|
|
9884
9680
|
/**
|
|
9885
9681
|
* 密码
|
|
@@ -11021,12 +10817,6 @@ export interface OrgAddOrUpdateUserRequest {
|
|
|
11021
10817
|
username?: string;
|
|
11022
10818
|
}
|
|
11023
10819
|
export interface OrgBaseInfo {
|
|
11024
|
-
/**
|
|
11025
|
-
*
|
|
11026
|
-
*
|
|
11027
|
-
* @type string
|
|
11028
|
-
*/
|
|
11029
|
-
createTime?: string;
|
|
11030
10820
|
/**
|
|
11031
10821
|
*
|
|
11032
10822
|
*
|
|
@@ -11057,12 +10847,6 @@ export interface OrgBaseInfo {
|
|
|
11057
10847
|
* @type string
|
|
11058
10848
|
*/
|
|
11059
10849
|
parentId?: string;
|
|
11060
|
-
/**
|
|
11061
|
-
*
|
|
11062
|
-
*
|
|
11063
|
-
* @type string
|
|
11064
|
-
*/
|
|
11065
|
-
type?: string;
|
|
11066
10850
|
}
|
|
11067
10851
|
export interface OrgConfig {
|
|
11068
10852
|
/**
|
|
@@ -11872,68 +11656,6 @@ export interface OrgUserSearchRequest {
|
|
|
11872
11656
|
*/
|
|
11873
11657
|
username?: string;
|
|
11874
11658
|
}
|
|
11875
|
-
export interface Package {
|
|
11876
|
-
/**
|
|
11877
|
-
*
|
|
11878
|
-
*
|
|
11879
|
-
* @type Annotation[]
|
|
11880
|
-
*/
|
|
11881
|
-
annotations?: Annotation[];
|
|
11882
|
-
/**
|
|
11883
|
-
*
|
|
11884
|
-
*
|
|
11885
|
-
* @type Annotation[]
|
|
11886
|
-
*/
|
|
11887
|
-
declaredAnnotations?: Annotation[];
|
|
11888
|
-
/**
|
|
11889
|
-
*
|
|
11890
|
-
*
|
|
11891
|
-
* @type string
|
|
11892
|
-
*/
|
|
11893
|
-
implementationTitle?: string;
|
|
11894
|
-
/**
|
|
11895
|
-
*
|
|
11896
|
-
*
|
|
11897
|
-
* @type string
|
|
11898
|
-
*/
|
|
11899
|
-
implementationVendor?: string;
|
|
11900
|
-
/**
|
|
11901
|
-
*
|
|
11902
|
-
*
|
|
11903
|
-
* @type string
|
|
11904
|
-
*/
|
|
11905
|
-
implementationVersion?: string;
|
|
11906
|
-
/**
|
|
11907
|
-
*
|
|
11908
|
-
*
|
|
11909
|
-
* @type string
|
|
11910
|
-
*/
|
|
11911
|
-
name?: string;
|
|
11912
|
-
/**
|
|
11913
|
-
*
|
|
11914
|
-
*
|
|
11915
|
-
* @type boolean
|
|
11916
|
-
*/
|
|
11917
|
-
sealed?: boolean;
|
|
11918
|
-
/**
|
|
11919
|
-
*
|
|
11920
|
-
*
|
|
11921
|
-
* @type string
|
|
11922
|
-
*/
|
|
11923
|
-
specificationTitle?: string;
|
|
11924
|
-
/**
|
|
11925
|
-
*
|
|
11926
|
-
*
|
|
11927
|
-
* @type string
|
|
11928
|
-
*/
|
|
11929
|
-
specificationVendor?: string;
|
|
11930
|
-
/**
|
|
11931
|
-
*
|
|
11932
|
-
*
|
|
11933
|
-
* @type string
|
|
11934
|
-
*/
|
|
11935
|
-
specificationVersion?: string;
|
|
11936
|
-
}
|
|
11937
11659
|
export interface PackageJson {
|
|
11938
11660
|
/**
|
|
11939
11661
|
*
|
|
@@ -15179,6 +14901,12 @@ export interface PrintAdapterDTO {
|
|
|
15179
14901
|
* @type string
|
|
15180
14902
|
*/
|
|
15181
14903
|
env?: string;
|
|
14904
|
+
/**
|
|
14905
|
+
* 打印控制参数
|
|
14906
|
+
*
|
|
14907
|
+
* @type IObject
|
|
14908
|
+
*/
|
|
14909
|
+
param?: IObject;
|
|
15182
14910
|
/**
|
|
15183
14911
|
* 触发打印的应用id
|
|
15184
14912
|
*
|
|
@@ -15273,6 +15001,12 @@ export interface PrintLogDto {
|
|
|
15273
15001
|
* @type string
|
|
15274
15002
|
*/
|
|
15275
15003
|
macAddress?: string;
|
|
15004
|
+
/**
|
|
15005
|
+
*
|
|
15006
|
+
*
|
|
15007
|
+
* @type IObject
|
|
15008
|
+
*/
|
|
15009
|
+
param?: IObject;
|
|
15276
15010
|
/**
|
|
15277
15011
|
*
|
|
15278
15012
|
*
|
|
@@ -15499,6 +15233,12 @@ export interface PrintLogResponse {
|
|
|
15499
15233
|
* @type string
|
|
15500
15234
|
*/
|
|
15501
15235
|
modifyUserName?: string;
|
|
15236
|
+
/**
|
|
15237
|
+
* 打印控制参数
|
|
15238
|
+
*
|
|
15239
|
+
* @type IObject
|
|
15240
|
+
*/
|
|
15241
|
+
param?: IObject;
|
|
15502
15242
|
/**
|
|
15503
15243
|
* 触发打印的应用id
|
|
15504
15244
|
*
|
|
@@ -16312,74 +16052,6 @@ export interface QueryBean {
|
|
|
16312
16052
|
*/
|
|
16313
16053
|
sql?: string;
|
|
16314
16054
|
}
|
|
16315
|
-
export interface RedirectView {
|
|
16316
|
-
/**
|
|
16317
|
-
*
|
|
16318
|
-
*
|
|
16319
|
-
* @type ApplicationContext
|
|
16320
|
-
*/
|
|
16321
|
-
applicationContext?: ApplicationContext;
|
|
16322
|
-
/**
|
|
16323
|
-
*
|
|
16324
|
-
*
|
|
16325
|
-
* @type IObject
|
|
16326
|
-
*/
|
|
16327
|
-
attributesMap?: IObject;
|
|
16328
|
-
/**
|
|
16329
|
-
*
|
|
16330
|
-
*
|
|
16331
|
-
* @type string
|
|
16332
|
-
*/
|
|
16333
|
-
beanName?: string;
|
|
16334
|
-
/**
|
|
16335
|
-
*
|
|
16336
|
-
*
|
|
16337
|
-
* @type string
|
|
16338
|
-
*/
|
|
16339
|
-
contentType?: string;
|
|
16340
|
-
/**
|
|
16341
|
-
*
|
|
16342
|
-
*
|
|
16343
|
-
* @type boolean
|
|
16344
|
-
*/
|
|
16345
|
-
exposePathVariables?: boolean;
|
|
16346
|
-
/**
|
|
16347
|
-
*
|
|
16348
|
-
*
|
|
16349
|
-
* @type string[]
|
|
16350
|
-
*/
|
|
16351
|
-
hosts?: string[];
|
|
16352
|
-
/**
|
|
16353
|
-
*
|
|
16354
|
-
*
|
|
16355
|
-
* @type boolean
|
|
16356
|
-
*/
|
|
16357
|
-
propagateQueryProperties?: boolean;
|
|
16358
|
-
/**
|
|
16359
|
-
*
|
|
16360
|
-
*
|
|
16361
|
-
* @type boolean
|
|
16362
|
-
*/
|
|
16363
|
-
redirectView?: boolean;
|
|
16364
|
-
/**
|
|
16365
|
-
*
|
|
16366
|
-
*
|
|
16367
|
-
* @type string
|
|
16368
|
-
*/
|
|
16369
|
-
requestContextAttribute?: string;
|
|
16370
|
-
/**
|
|
16371
|
-
*
|
|
16372
|
-
*
|
|
16373
|
-
* @type IObject
|
|
16374
|
-
*/
|
|
16375
|
-
staticAttributes?: IObject;
|
|
16376
|
-
/**
|
|
16377
|
-
*
|
|
16378
|
-
*
|
|
16379
|
-
* @type string
|
|
16380
|
-
*/
|
|
16381
|
-
url?: string;
|
|
16382
|
-
}
|
|
16383
16055
|
export interface RegexpRequest {
|
|
16384
16056
|
/**
|
|
16385
16057
|
* 正则名称
|
|
@@ -19128,7 +18800,7 @@ export interface ThirdAppConfigReq {
|
|
|
19128
18800
|
*/
|
|
19129
18801
|
appId?: string;
|
|
19130
18802
|
/**
|
|
19131
|
-
* 登录方式类型 枚举
|
|
18803
|
+
* 登录方式类型 枚举(QIYEWEIXIN/ 企微登录,FEISHU/飞书登录,DINGDING/钉钉登录 )
|
|
19132
18804
|
*
|
|
19133
18805
|
* @type string
|
|
19134
18806
|
*/
|
|
@@ -19294,7 +18966,7 @@ export interface ThirdPartyLoginConfig {
|
|
|
19294
18966
|
*/
|
|
19295
18967
|
appId?: string;
|
|
19296
18968
|
/**
|
|
19297
|
-
* 登录方式类型 枚举
|
|
18969
|
+
* 登录方式类型 枚举(QIYEWEIXIN/ 企微登录,FEISHU/飞书登录,DINGDING/钉钉登录 )
|
|
19298
18970
|
*
|
|
19299
18971
|
* @type string
|
|
19300
18972
|
*/
|
|
@@ -19317,12 +18989,6 @@ export interface ThirdPartyLoginConfig {
|
|
|
19317
18989
|
* @type string
|
|
19318
18990
|
*/
|
|
19319
18991
|
redirectURL?: string;
|
|
19320
|
-
/**
|
|
19321
|
-
* 账号关联字段(username_/账号,emp_no_/工号,mobile_/手机号码)
|
|
19322
|
-
*
|
|
19323
|
-
* @type string
|
|
19324
|
-
*/
|
|
19325
|
-
relationField?: string;
|
|
19326
18992
|
/**
|
|
19327
18993
|
* 应用secret
|
|
19328
18994
|
*
|
|
@@ -19883,12 +19549,6 @@ export interface UserBaseInfo {
|
|
|
19883
19549
|
username?: string;
|
|
19884
19550
|
}
|
|
19885
19551
|
export interface UserBaseReq {
|
|
19886
|
-
/**
|
|
19887
|
-
*
|
|
19888
|
-
*
|
|
19889
|
-
* @type string
|
|
19890
|
-
*/
|
|
19891
|
-
authCode?: string;
|
|
19892
19552
|
/**
|
|
19893
19553
|
* 授权code
|
|
19894
19554
|
*
|
|
@@ -19907,18 +19567,6 @@ export interface UserBaseReq {
|
|
|
19907
19567
|
* @type string
|
|
19908
19568
|
*/
|
|
19909
19569
|
password?: string;
|
|
19910
|
-
/**
|
|
19911
|
-
*
|
|
19912
|
-
*
|
|
19913
|
-
* @type string
|
|
19914
|
-
*/
|
|
19915
|
-
referer?: string;
|
|
19916
|
-
/**
|
|
19917
|
-
*
|
|
19918
|
-
*
|
|
19919
|
-
* @type string
|
|
19920
|
-
*/
|
|
19921
|
-
source?: string;
|
|
19922
19570
|
/**
|
|
19923
19571
|
* 账号
|
|
19924
19572
|
*
|
|
@@ -21865,12 +21513,6 @@ export interface UserTenantDTO {
|
|
|
21865
21513
|
* @type string
|
|
21866
21514
|
*/
|
|
21867
21515
|
id?: string;
|
|
21868
|
-
/**
|
|
21869
|
-
* 是否最后登录租户,0:否 1:是
|
|
21870
|
-
*
|
|
21871
|
-
* @type number
|
|
21872
|
-
*/
|
|
21873
|
-
latestLogin?: number;
|
|
21874
21516
|
/**
|
|
21875
21517
|
* 直属上级id
|
|
21876
21518
|
*
|