@tachybase/plugin-auth-dingtalk 1.3.22 → 1.3.24
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/externalVersion.js +3 -3
- package/dist/node_modules/@alicloud/dingtalk/dist/attendance_1_0/client.d.ts +1 -0
- package/dist/node_modules/@alicloud/dingtalk/dist/attendance_1_0/client.js +2 -0
- package/dist/node_modules/@alicloud/dingtalk/dist/datacenter_1_0/client.d.ts +86 -0
- package/dist/node_modules/@alicloud/dingtalk/dist/datacenter_1_0/client.js +149 -8
- package/dist/node_modules/@alicloud/dingtalk/dist/im_1_0/client.d.ts +631 -0
- package/dist/node_modules/@alicloud/dingtalk/dist/im_1_0/client.js +644 -8
- package/dist/node_modules/@alicloud/dingtalk/dist/index.js +2 -2
- package/dist/node_modules/@alicloud/dingtalk/dist/minutes_1_0/client.d.ts +207 -0
- package/dist/node_modules/@alicloud/dingtalk/dist/minutes_1_0/client.js +324 -2
- package/dist/node_modules/@alicloud/dingtalk/dist/project_1_0/client.d.ts +41 -13
- package/dist/node_modules/@alicloud/dingtalk/dist/project_1_0/client.js +41 -0
- package/dist/node_modules/@alicloud/dingtalk/dist/robot_1_0/client.d.ts +112 -0
- package/dist/node_modules/@alicloud/dingtalk/dist/robot_1_0/client.js +161 -1
- package/dist/node_modules/@alicloud/dingtalk/package.json +1 -1
- package/dist/node_modules/@alicloud/dingtalk/src/attendance_1_0/client.ts +3 -0
- package/dist/node_modules/@alicloud/dingtalk/src/datacenter_1_0/client.ts +167 -0
- package/dist/node_modules/@alicloud/dingtalk/src/im_1_0/client.ts +1083 -65
- package/dist/node_modules/@alicloud/dingtalk/src/minutes_1_0/client.ts +412 -1
- package/dist/node_modules/@alicloud/dingtalk/src/project_1_0/client.ts +89 -13
- package/dist/node_modules/@alicloud/dingtalk/src/robot_1_0/client.ts +204 -0
- package/dist/node_modules/@alicloud/openapi-client/package.json +1 -1
- package/dist/node_modules/@alicloud/tea-util/package.json +1 -1
- package/package.json +7 -7
package/dist/externalVersion.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.3.
|
|
3
|
+
"@tachybase/client": "1.3.24",
|
|
4
4
|
"@ant-design/icons": "5.6.1",
|
|
5
5
|
"antd": "5.22.5",
|
|
6
6
|
"react-router-dom": "6.28.1",
|
|
7
|
-
"@tachybase/module-auth": "1.3.
|
|
8
|
-
"@tego/server": "1.3.
|
|
7
|
+
"@tachybase/module-auth": "1.3.24",
|
|
8
|
+
"@tego/server": "1.3.49"
|
|
9
9
|
};
|
|
@@ -4436,6 +4436,7 @@ export declare class GetCheckinRecordByUserResponseBodyResultPageListCustomDataL
|
|
|
4436
4436
|
}
|
|
4437
4437
|
export declare class GetCheckinRecordByUserResponseBodyResultPageList extends $tea.Model {
|
|
4438
4438
|
checkinTime?: number;
|
|
4439
|
+
checkinType?: string;
|
|
4439
4440
|
customDataList?: GetCheckinRecordByUserResponseBodyResultPageListCustomDataList[];
|
|
4440
4441
|
detailPlace?: string;
|
|
4441
4442
|
imageList?: string[];
|
|
@@ -4122,6 +4122,7 @@ class GetCheckinRecordByUserResponseBodyResultPageList extends $tea.Model {
|
|
|
4122
4122
|
static names() {
|
|
4123
4123
|
return {
|
|
4124
4124
|
checkinTime: 'checkinTime',
|
|
4125
|
+
checkinType: 'checkinType',
|
|
4125
4126
|
customDataList: 'customDataList',
|
|
4126
4127
|
detailPlace: 'detailPlace',
|
|
4127
4128
|
imageList: 'imageList',
|
|
@@ -4136,6 +4137,7 @@ class GetCheckinRecordByUserResponseBodyResultPageList extends $tea.Model {
|
|
|
4136
4137
|
static types() {
|
|
4137
4138
|
return {
|
|
4138
4139
|
checkinTime: 'number',
|
|
4140
|
+
checkinType: 'string',
|
|
4139
4141
|
customDataList: { 'type': 'array', 'itemType': GetCheckinRecordByUserResponseBodyResultPageListCustomDataList },
|
|
4140
4142
|
detailPlace: 'string',
|
|
4141
4143
|
imageList: { 'type': 'array', 'itemType': 'string' },
|
|
@@ -3283,6 +3283,61 @@ export declare class QueryDriveStatisticalDataResponse extends $tea.Model {
|
|
|
3283
3283
|
[key: string]: any;
|
|
3284
3284
|
});
|
|
3285
3285
|
}
|
|
3286
|
+
export declare class QueryEduUnionAuthServiceHeaders extends $tea.Model {
|
|
3287
|
+
commonHeaders?: {
|
|
3288
|
+
[key: string]: string;
|
|
3289
|
+
};
|
|
3290
|
+
xAcsDingtalkAccessToken?: string;
|
|
3291
|
+
static names(): {
|
|
3292
|
+
[key: string]: string;
|
|
3293
|
+
};
|
|
3294
|
+
static types(): {
|
|
3295
|
+
[key: string]: any;
|
|
3296
|
+
};
|
|
3297
|
+
constructor(map?: {
|
|
3298
|
+
[key: string]: any;
|
|
3299
|
+
});
|
|
3300
|
+
}
|
|
3301
|
+
export declare class QueryEduUnionAuthServiceRequest extends $tea.Model {
|
|
3302
|
+
ds?: string;
|
|
3303
|
+
static names(): {
|
|
3304
|
+
[key: string]: string;
|
|
3305
|
+
};
|
|
3306
|
+
static types(): {
|
|
3307
|
+
[key: string]: any;
|
|
3308
|
+
};
|
|
3309
|
+
constructor(map?: {
|
|
3310
|
+
[key: string]: any;
|
|
3311
|
+
});
|
|
3312
|
+
}
|
|
3313
|
+
export declare class QueryEduUnionAuthServiceResponseBody extends $tea.Model {
|
|
3314
|
+
authInfoModels?: QueryEduUnionAuthServiceResponseBodyAuthInfoModels[];
|
|
3315
|
+
static names(): {
|
|
3316
|
+
[key: string]: string;
|
|
3317
|
+
};
|
|
3318
|
+
static types(): {
|
|
3319
|
+
[key: string]: any;
|
|
3320
|
+
};
|
|
3321
|
+
constructor(map?: {
|
|
3322
|
+
[key: string]: any;
|
|
3323
|
+
});
|
|
3324
|
+
}
|
|
3325
|
+
export declare class QueryEduUnionAuthServiceResponse extends $tea.Model {
|
|
3326
|
+
headers?: {
|
|
3327
|
+
[key: string]: string;
|
|
3328
|
+
};
|
|
3329
|
+
statusCode?: number;
|
|
3330
|
+
body?: QueryEduUnionAuthServiceResponseBody;
|
|
3331
|
+
static names(): {
|
|
3332
|
+
[key: string]: string;
|
|
3333
|
+
};
|
|
3334
|
+
static types(): {
|
|
3335
|
+
[key: string]: any;
|
|
3336
|
+
};
|
|
3337
|
+
constructor(map?: {
|
|
3338
|
+
[key: string]: any;
|
|
3339
|
+
});
|
|
3340
|
+
}
|
|
3286
3341
|
export declare class QueryEmployeeTypeStatisticalDataHeaders extends $tea.Model {
|
|
3287
3342
|
commonHeaders?: {
|
|
3288
3343
|
[key: string]: string;
|
|
@@ -7770,6 +7825,21 @@ export declare class QueryDriveStatisticalDataResponseBodyMetaList extends $tea.
|
|
|
7770
7825
|
[key: string]: any;
|
|
7771
7826
|
});
|
|
7772
7827
|
}
|
|
7828
|
+
export declare class QueryEduUnionAuthServiceResponseBodyAuthInfoModels extends $tea.Model {
|
|
7829
|
+
authCorpId?: string;
|
|
7830
|
+
authCorpName?: string;
|
|
7831
|
+
authTime?: string;
|
|
7832
|
+
resourceNames?: string[];
|
|
7833
|
+
static names(): {
|
|
7834
|
+
[key: string]: string;
|
|
7835
|
+
};
|
|
7836
|
+
static types(): {
|
|
7837
|
+
[key: string]: any;
|
|
7838
|
+
};
|
|
7839
|
+
constructor(map?: {
|
|
7840
|
+
[key: string]: any;
|
|
7841
|
+
});
|
|
7842
|
+
}
|
|
7773
7843
|
export declare class QueryEmployeeTypeStatisticalDataResponseBodyMetaList extends $tea.Model {
|
|
7774
7844
|
/**
|
|
7775
7845
|
* @remarks
|
|
@@ -10532,6 +10602,22 @@ export default class Client extends OpenApi {
|
|
|
10532
10602
|
* @returns QueryDriveStatisticalDataResponse
|
|
10533
10603
|
*/
|
|
10534
10604
|
queryDriveStatisticalData(request: QueryDriveStatisticalDataRequest): Promise<QueryDriveStatisticalDataResponse>;
|
|
10605
|
+
/**
|
|
10606
|
+
* 教育组织上下游授权信息查询服务
|
|
10607
|
+
*
|
|
10608
|
+
* @param request - QueryEduUnionAuthServiceRequest
|
|
10609
|
+
* @param headers - QueryEduUnionAuthServiceHeaders
|
|
10610
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
10611
|
+
* @returns QueryEduUnionAuthServiceResponse
|
|
10612
|
+
*/
|
|
10613
|
+
queryEduUnionAuthServiceWithOptions(request: QueryEduUnionAuthServiceRequest, headers: QueryEduUnionAuthServiceHeaders, runtime: $Util.RuntimeOptions): Promise<QueryEduUnionAuthServiceResponse>;
|
|
10614
|
+
/**
|
|
10615
|
+
* 教育组织上下游授权信息查询服务
|
|
10616
|
+
*
|
|
10617
|
+
* @param request - QueryEduUnionAuthServiceRequest
|
|
10618
|
+
* @returns QueryEduUnionAuthServiceResponse
|
|
10619
|
+
*/
|
|
10620
|
+
queryEduUnionAuthService(request: QueryEduUnionAuthServiceRequest): Promise<QueryEduUnionAuthServiceResponse>;
|
|
10535
10621
|
/**
|
|
10536
10622
|
* 获取企业员工类型统计数据
|
|
10537
10623
|
*
|
|
@@ -39,14 +39,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39
39
|
exports.GetDataDeliverRequest = exports.GetDataDeliverHeaders = exports.GetChangeRecordResponse = exports.GetChangeRecordResponseBody = exports.GetChangeRecordRequest = exports.GetChangeRecordHeaders = exports.GetBranchInfoResponse = exports.GetBranchInfoResponseBody = exports.GetBranchInfoRequest = exports.GetBranchInfoHeaders = exports.GetBiddingInfoResponse = exports.GetBiddingInfoResponseBody = exports.GetBiddingInfoRequest = exports.GetBiddingInfoHeaders = exports.GetBasicInfoResponse = exports.GetBasicInfoResponseBody = exports.GetBasicInfoRequest = exports.GetBasicInfoHeaders = exports.GetAdministrativePenaltiesResponse = exports.GetAdministrativePenaltiesResponseBody = exports.GetAdministrativePenaltiesRequest = exports.GetAdministrativePenaltiesHeaders = exports.GetAdministrativeLicensingResponse = exports.GetAdministrativeLicensingResponseBody = exports.GetAdministrativeLicensingRequest = exports.GetAdministrativeLicensingHeaders = exports.GetAbnormalOperationResponse = exports.GetAbnormalOperationResponseBody = exports.GetAbnormalOperationRequest = exports.GetAbnormalOperationHeaders = exports.DataMarketServiceResponse = exports.DataMarketServiceResponseBody = exports.DataMarketServiceRequest = exports.DataMarketServiceHeaders = exports.DataMarketIsvServiceResponse = exports.DataMarketIsvServiceResponseBody = exports.DataMarketIsvServiceRequest = exports.DataMarketIsvServiceHeaders = exports.CreateScreenResponse = exports.CreateScreenResponseBody = exports.CreateScreenRequest = exports.CreateScreenHeaders = exports.CreateDataDeliverResponse = exports.CreateDataDeliverResponseBody = exports.CreateDataDeliverRequest = exports.CreateDataDeliverHeaders = exports.CloseDataDeliverResponse = exports.CloseDataDeliverResponseBody = exports.CloseDataDeliverRequest = exports.CloseDataDeliverHeaders = void 0;
|
|
40
40
|
exports.GetQualificationCertResponse = exports.GetQualificationCertResponseBody = exports.GetQualificationCertRequest = exports.GetQualificationCertHeaders = exports.GetQeneralTaxpayerInfoResponse = exports.GetQeneralTaxpayerInfoResponseBody = exports.GetQeneralTaxpayerInfoRequest = exports.GetQeneralTaxpayerInfoHeaders = exports.GetPrincipalEmployeeResponse = exports.GetPrincipalEmployeeResponseBody = exports.GetPrincipalEmployeeRequest = exports.GetPrincipalEmployeeHeaders = exports.GetPatentInfoResponse = exports.GetPatentInfoResponseBody = exports.GetPatentInfoRequest = exports.GetPatentInfoHeaders = exports.GetJobInfoResponse = exports.GetJobInfoResponseBody = exports.GetJobInfoRequest = exports.GetJobInfoHeaders = exports.GetInvestmentAbroadResponse = exports.GetInvestmentAbroadResponseBody = exports.GetInvestmentAbroadRequest = exports.GetInvestmentAbroadHeaders = exports.GetIntellectualPropertyResponse = exports.GetIntellectualPropertyResponseBody = exports.GetIntellectualPropertyRequest = exports.GetIntellectualPropertyHeaders = exports.GetHolderInfoResponse = exports.GetHolderInfoResponseBody = exports.GetHolderInfoRequest = exports.GetHolderInfoHeaders = exports.GetEventDataResponse = exports.GetEventDataResponseBody = exports.GetEventDataRequest = exports.GetEventDataHeaders = exports.GetEnvironmentalPenaltiesResponse = exports.GetEnvironmentalPenaltiesResponseBody = exports.GetEnvironmentalPenaltiesRequest = exports.GetEnvironmentalPenaltiesHeaders = exports.GetDoubleRandomResponse = exports.GetDoubleRandomResponseBody = exports.GetDoubleRandomRequest = exports.GetDoubleRandomHeaders = exports.GetDomainInfoResponse = exports.GetDomainInfoResponseBody = exports.GetDomainInfoRequest = exports.GetDomainInfoHeaders = exports.GetDataDeliverResponse = exports.GetDataDeliverResponseBody = void 0;
|
|
41
41
|
exports.QueryCalendarStatisticalDataResponseBody = exports.QueryCalendarStatisticalDataRequest = exports.QueryCalendarStatisticalDataHeaders = exports.QueryBlackboardStatisticalDataResponse = exports.QueryBlackboardStatisticalDataResponseBody = exports.QueryBlackboardStatisticalDataRequest = exports.QueryBlackboardStatisticalDataHeaders = exports.QueryAttendanceStatisticalDataResponse = exports.QueryAttendanceStatisticalDataResponseBody = exports.QueryAttendanceStatisticalDataRequest = exports.QueryAttendanceStatisticalDataHeaders = exports.QueryApprovalStatisticalDataResponse = exports.QueryApprovalStatisticalDataResponseBody = exports.QueryApprovalStatisticalDataRequest = exports.QueryApprovalStatisticalDataHeaders = exports.QueryAnhmdStatisticalDataResponse = exports.QueryAnhmdStatisticalDataResponseBody = exports.QueryAnhmdStatisticalDataRequest = exports.QueryAnhmdStatisticalDataHeaders = exports.QueryActiveUserStatisticalDataResponse = exports.QueryActiveUserStatisticalDataResponseBody = exports.QueryActiveUserStatisticalDataRequest = exports.QueryActiveUserStatisticalDataHeaders = exports.PostCorpAuthInfoResponse = exports.PostCorpAuthInfoResponseBody = exports.PostCorpAuthInfoHeaders = exports.OperateChartConfigResponse = exports.OperateChartConfigResponseBody = exports.OperateChartConfigRequest = exports.OperateChartConfigHeaders = exports.ListDataDeliversResponse = exports.ListDataDeliversResponseBody = exports.ListDataDeliversRequest = exports.ListDataDeliversHeaders = exports.GetWorkCopyrightResponse = exports.GetWorkCopyrightResponseBody = exports.GetWorkCopyrightRequest = exports.GetWorkCopyrightHeaders = exports.GetTrademarkInfoResponse = exports.GetTrademarkInfoResponseBody = exports.GetTrademarkInfoRequest = exports.GetTrademarkInfoHeaders = exports.GetSoftwareCopyrightResponse = exports.GetSoftwareCopyrightResponseBody = exports.GetSoftwareCopyrightRequest = exports.GetSoftwareCopyrightHeaders = exports.GetSeriousViolationResponse = exports.GetSeriousViolationResponseBody = exports.GetSeriousViolationRequest = exports.GetSeriousViolationHeaders = void 0;
|
|
42
|
-
exports.
|
|
43
|
-
exports.
|
|
44
|
-
exports.
|
|
45
|
-
exports.
|
|
46
|
-
exports.
|
|
47
|
-
exports.
|
|
48
|
-
exports.
|
|
49
|
-
exports.QueryYydTotalWeekStatisticalDataResponseBodyMetaList = exports.QueryYydTotalStdStatisticalDataResponseBodyMetaList = exports.QueryYydTotalMonthStatisticalDataResponseBodyMetaList = exports.QueryYydTotalDayStatisticalDataResponseBodyMetaList = exports.QueryYydTodoWeekStatisticalDataResponseBodyMetaList = exports.QueryYydTodoMonthStatisticalDataResponseBodyMetaList = exports.QueryYydTodoDayStatisticalDataResponseBodyMetaList = exports.QueryYydToatlMsgWeekStatisticalDataResponseBodyMetaList = exports.QueryYydToatlMsgMonthStatisticalDataResponseBodyMetaList = exports.QueryYydToatlMsgDayStatisticalDataResponseBodyMetaList = exports.QueryYydSingleMsgWeekStatisticalDataResponseBodyMetaList = exports.QueryYydSingleMsgMonthStatisticalDataResponseBodyMetaList = exports.QueryYydSingleMsgDayStatisticalDataResponseBodyMetaList = exports.QueryYydNoticeWeekStatisticalDataResponseBodyMetaList = exports.QueryYydNoticeMonthStatisticalDataResponseBodyMetaList = exports.QueryYydNoticeDayStatisticalDataResponseBodyMetaList = exports.QueryYydMeetingWeekStatisticalDataResponseBodyMetaList = exports.QueryYydMeetingMonthStatisticalDataResponseBodyMetaList = void 0;
|
|
42
|
+
exports.QueryGeneralDataServiceRequest = exports.QueryGeneralDataServiceHeaders = exports.QueryEmployeeTypeStatisticalDataResponse = exports.QueryEmployeeTypeStatisticalDataResponseBody = exports.QueryEmployeeTypeStatisticalDataRequest = exports.QueryEmployeeTypeStatisticalDataHeaders = exports.QueryEduUnionAuthServiceResponse = exports.QueryEduUnionAuthServiceResponseBody = exports.QueryEduUnionAuthServiceRequest = exports.QueryEduUnionAuthServiceHeaders = exports.QueryDriveStatisticalDataResponse = exports.QueryDriveStatisticalDataResponseBody = exports.QueryDriveStatisticalDataRequest = exports.QueryDriveStatisticalDataHeaders = exports.QueryDpaasDataPackageResponse = exports.QueryDpaasDataPackageResponseBody = exports.QueryDpaasDataPackageHeaders = exports.QueryDocumentStatisticalDataResponse = exports.QueryDocumentStatisticalDataResponseBody = exports.QueryDocumentStatisticalDataRequest = exports.QueryDocumentStatisticalDataHeaders = exports.QueryDingSendStatisticalDataResponse = exports.QueryDingSendStatisticalDataResponseBody = exports.QueryDingSendStatisticalDataRequest = exports.QueryDingSendStatisticalDataHeaders = exports.QueryDingReciveStatisticalDataResponse = exports.QueryDingReciveStatisticalDataResponseBody = exports.QueryDingReciveStatisticalDataRequest = exports.QueryDingReciveStatisticalDataHeaders = exports.QueryDigitalDistrictOrgInfoResponse = exports.QueryDigitalDistrictOrgInfoResponseBody = exports.QueryDigitalDistrictOrgInfoRequest = exports.QueryDigitalDistrictOrgInfoHeaders = exports.QueryCompanyBasicInfoResponse = exports.QueryCompanyBasicInfoResponseBody = exports.QueryCompanyBasicInfoRequest = exports.QueryCompanyBasicInfoHeaders = exports.QueryCircleStatisticalDataResponse = exports.QueryCircleStatisticalDataResponseBody = exports.QueryCircleStatisticalDataRequest = exports.QueryCircleStatisticalDataHeaders = exports.QueryCheckinStatisticalDataResponse = exports.QueryCheckinStatisticalDataResponseBody = exports.QueryCheckinStatisticalDataRequest = exports.QueryCheckinStatisticalDataHeaders = exports.QueryChartDataResponse = exports.QueryChartDataResponseBody = exports.QueryChartDataRequest = exports.QueryChartDataHeaders = exports.QueryCalendarStatisticalDataResponse = void 0;
|
|
43
|
+
exports.QueryOnlineUserStatisticalDataResponse = exports.QueryOnlineUserStatisticalDataResponseBody = exports.QueryOnlineUserStatisticalDataRequest = exports.QueryOnlineUserStatisticalDataHeaders = exports.QueryOfficialFormDataDirectHoloResponse = exports.QueryOfficialFormDataDirectHoloResponseBody = exports.QueryOfficialFormDataDirectHoloRequest = exports.QueryOfficialFormDataDirectHoloHeaders = exports.QueryOfficialFormDataResponse = exports.QueryOfficialFormDataResponseBody = exports.QueryOfficialFormDataRequest = exports.QueryOfficialFormDataHeaders = exports.QueryOfficialDatasetListResponse = exports.QueryOfficialDatasetListResponseBody = exports.QueryOfficialDatasetListRequest = exports.QueryOfficialDatasetListHeaders = exports.QueryOfficialDatasetFieldsResponse = exports.QueryOfficialDatasetFieldsResponseBody = exports.QueryOfficialDatasetFieldsRequest = exports.QueryOfficialDatasetFieldsHeaders = exports.QueryOfficialDataResponse = exports.QueryOfficialDataResponseBody = exports.QueryOfficialDataRequest = exports.QueryOfficialDataHeaders = exports.QueryMailStatisticalDataResponse = exports.QueryMailStatisticalDataResponseBody = exports.QueryMailStatisticalDataRequest = exports.QueryMailStatisticalDataHeaders = exports.QueryHealthStatisticalDataResponse = exports.QueryHealthStatisticalDataResponseBody = exports.QueryHealthStatisticalDataRequest = exports.QueryHealthStatisticalDataHeaders = exports.QueryGroupMessageStatisticalDataResponse = exports.QueryGroupMessageStatisticalDataResponseBody = exports.QueryGroupMessageStatisticalDataRequest = exports.QueryGroupMessageStatisticalDataHeaders = exports.QueryGroupLiveStatisticalDataResponse = exports.QueryGroupLiveStatisticalDataResponseBody = exports.QueryGroupLiveStatisticalDataRequest = exports.QueryGroupLiveStatisticalDataHeaders = exports.QueryGeneralDataUpdateDateResponse = exports.QueryGeneralDataUpdateDateResponseBody = exports.QueryGeneralDataUpdateDateRequest = exports.QueryGeneralDataUpdateDateHeaders = exports.QueryGeneralDataServiceBatchResponse = exports.QueryGeneralDataServiceBatchResponseBody = exports.QueryGeneralDataServiceBatchRequest = exports.QueryGeneralDataServiceBatchHeaders = exports.QueryGeneralDataServiceResponse = exports.QueryGeneralDataServiceResponseBody = void 0;
|
|
44
|
+
exports.QueryYydActiveWeekStatisticalDataRequest = exports.QueryYydActiveWeekStatisticalDataHeaders = exports.QueryYydActiveMonthStatisticalDataResponse = exports.QueryYydActiveMonthStatisticalDataResponseBody = exports.QueryYydActiveMonthStatisticalDataRequest = exports.QueryYydActiveMonthStatisticalDataHeaders = exports.QueryYydActiveDayStatisticalDataResponse = exports.QueryYydActiveDayStatisticalDataResponseBody = exports.QueryYydActiveDayStatisticalDataRequest = exports.QueryYydActiveDayStatisticalDataHeaders = exports.QueryVedioMeetingStatisticalDataResponse = exports.QueryVedioMeetingStatisticalDataResponseBody = exports.QueryVedioMeetingStatisticalDataRequest = exports.QueryVedioMeetingStatisticalDataHeaders = exports.QueryTotalDataCountServiceResponse = exports.QueryTotalDataCountServiceResponseBody = exports.QueryTotalDataCountServiceRequest = exports.QueryTotalDataCountServiceHeaders = exports.QueryTodoStatisticalDataResponse = exports.QueryTodoStatisticalDataResponseBody = exports.QueryTodoStatisticalDataRequest = exports.QueryTodoStatisticalDataHeaders = exports.QueryTelMeetingStatisticalDataResponse = exports.QueryTelMeetingStatisticalDataResponseBody = exports.QueryTelMeetingStatisticalDataRequest = exports.QueryTelMeetingStatisticalDataHeaders = exports.QuerySingleMessageStatisticalDataResponse = exports.QuerySingleMessageStatisticalDataResponseBody = exports.QuerySingleMessageStatisticalDataRequest = exports.QuerySingleMessageStatisticalDataHeaders = exports.QueryScreenTemplateResponse = exports.QueryScreenTemplateResponseBody = exports.QueryScreenTemplateRequest = exports.QueryScreenTemplateHeaders = exports.QueryScreenResponse = exports.QueryScreenResponseBody = exports.QueryScreenRequest = exports.QueryScreenHeaders = exports.QueryReportStatisticalDataResponse = exports.QueryReportStatisticalDataResponseBody = exports.QueryReportStatisticalDataRequest = exports.QueryReportStatisticalDataHeaders = exports.QueryRedEnvelopeSendStatisticalDataResponse = exports.QueryRedEnvelopeSendStatisticalDataResponseBody = exports.QueryRedEnvelopeSendStatisticalDataRequest = exports.QueryRedEnvelopeSendStatisticalDataHeaders = exports.QueryRedEnvelopeReciveStatisticalDataResponse = exports.QueryRedEnvelopeReciveStatisticalDataResponseBody = exports.QueryRedEnvelopeReciveStatisticalDataRequest = exports.QueryRedEnvelopeReciveStatisticalDataHeaders = void 0;
|
|
45
|
+
exports.QueryYydGroupMsgMonthStatisticalDataResponse = exports.QueryYydGroupMsgMonthStatisticalDataResponseBody = exports.QueryYydGroupMsgMonthStatisticalDataRequest = exports.QueryYydGroupMsgMonthStatisticalDataHeaders = exports.QueryYydGroupMsgDayStatisticalDataResponse = exports.QueryYydGroupMsgDayStatisticalDataResponseBody = exports.QueryYydGroupMsgDayStatisticalDataRequest = exports.QueryYydGroupMsgDayStatisticalDataHeaders = exports.QueryYydDingMsgWeekStatisticalDataResponse = exports.QueryYydDingMsgWeekStatisticalDataResponseBody = exports.QueryYydDingMsgWeekStatisticalDataRequest = exports.QueryYydDingMsgWeekStatisticalDataHeaders = exports.QueryYydDingMsgMonthStatisticalDataResponse = exports.QueryYydDingMsgMonthStatisticalDataResponseBody = exports.QueryYydDingMsgMonthStatisticalDataRequest = exports.QueryYydDingMsgMonthStatisticalDataHeaders = exports.QueryYydDingMsgDayStatisticalDataResponse = exports.QueryYydDingMsgDayStatisticalDataResponseBody = exports.QueryYydDingMsgDayStatisticalDataRequest = exports.QueryYydDingMsgDayStatisticalDataHeaders = exports.QueryYydCalendarWeekStatisticalDataResponse = exports.QueryYydCalendarWeekStatisticalDataResponseBody = exports.QueryYydCalendarWeekStatisticalDataRequest = exports.QueryYydCalendarWeekStatisticalDataHeaders = exports.QueryYydCalendarMonthStatisticalDataResponse = exports.QueryYydCalendarMonthStatisticalDataResponseBody = exports.QueryYydCalendarMonthStatisticalDataRequest = exports.QueryYydCalendarMonthStatisticalDataHeaders = exports.QueryYydCalendarDayStatisticalDataResponse = exports.QueryYydCalendarDayStatisticalDataResponseBody = exports.QueryYydCalendarDayStatisticalDataRequest = exports.QueryYydCalendarDayStatisticalDataHeaders = exports.QueryYydAppWeekStatisticalDataResponse = exports.QueryYydAppWeekStatisticalDataResponseBody = exports.QueryYydAppWeekStatisticalDataRequest = exports.QueryYydAppWeekStatisticalDataHeaders = exports.QueryYydAppStdStatisticalDataResponse = exports.QueryYydAppStdStatisticalDataResponseBody = exports.QueryYydAppStdStatisticalDataRequest = exports.QueryYydAppStdStatisticalDataHeaders = exports.QueryYydAppMonthStatisticalDataResponse = exports.QueryYydAppMonthStatisticalDataResponseBody = exports.QueryYydAppMonthStatisticalDataRequest = exports.QueryYydAppMonthStatisticalDataHeaders = exports.QueryYydAppDayStatisticalDataResponse = exports.QueryYydAppDayStatisticalDataResponseBody = exports.QueryYydAppDayStatisticalDataRequest = exports.QueryYydAppDayStatisticalDataHeaders = exports.QueryYydActiveWeekStatisticalDataResponse = exports.QueryYydActiveWeekStatisticalDataResponseBody = void 0;
|
|
46
|
+
exports.QueryYydSingleMsgWeekStatisticalDataRequest = exports.QueryYydSingleMsgWeekStatisticalDataHeaders = exports.QueryYydSingleMsgMonthStatisticalDataResponse = exports.QueryYydSingleMsgMonthStatisticalDataResponseBody = exports.QueryYydSingleMsgMonthStatisticalDataRequest = exports.QueryYydSingleMsgMonthStatisticalDataHeaders = exports.QueryYydSingleMsgDayStatisticalDataResponse = exports.QueryYydSingleMsgDayStatisticalDataResponseBody = exports.QueryYydSingleMsgDayStatisticalDataRequest = exports.QueryYydSingleMsgDayStatisticalDataHeaders = exports.QueryYydNoticeWeekStatisticalDataResponse = exports.QueryYydNoticeWeekStatisticalDataResponseBody = exports.QueryYydNoticeWeekStatisticalDataRequest = exports.QueryYydNoticeWeekStatisticalDataHeaders = exports.QueryYydNoticeMonthStatisticalDataResponse = exports.QueryYydNoticeMonthStatisticalDataResponseBody = exports.QueryYydNoticeMonthStatisticalDataRequest = exports.QueryYydNoticeMonthStatisticalDataHeaders = exports.QueryYydNoticeDayStatisticalDataResponse = exports.QueryYydNoticeDayStatisticalDataResponseBody = exports.QueryYydNoticeDayStatisticalDataRequest = exports.QueryYydNoticeDayStatisticalDataHeaders = exports.QueryYydMeetingWeekStatisticalDataResponse = exports.QueryYydMeetingWeekStatisticalDataResponseBody = exports.QueryYydMeetingWeekStatisticalDataRequest = exports.QueryYydMeetingWeekStatisticalDataHeaders = exports.QueryYydMeetingMonthStatisticalDataResponse = exports.QueryYydMeetingMonthStatisticalDataResponseBody = exports.QueryYydMeetingMonthStatisticalDataRequest = exports.QueryYydMeetingMonthStatisticalDataHeaders = exports.QueryYydMeetingDayStatisticalDataResponse = exports.QueryYydMeetingDayStatisticalDataResponseBody = exports.QueryYydMeetingDayStatisticalDataRequest = exports.QueryYydMeetingDayStatisticalDataHeaders = exports.QueryYydLogWeekStatisticalDataResponse = exports.QueryYydLogWeekStatisticalDataResponseBody = exports.QueryYydLogWeekStatisticalDataRequest = exports.QueryYydLogWeekStatisticalDataHeaders = exports.QueryYydLogMonthStatisticalDataResponse = exports.QueryYydLogMonthStatisticalDataResponseBody = exports.QueryYydLogMonthStatisticalDataRequest = exports.QueryYydLogMonthStatisticalDataHeaders = exports.QueryYydLogDayStatisticalDataResponse = exports.QueryYydLogDayStatisticalDataResponseBody = exports.QueryYydLogDayStatisticalDataRequest = exports.QueryYydLogDayStatisticalDataHeaders = exports.QueryYydGroupMsgWeekStatisticalDataResponse = exports.QueryYydGroupMsgWeekStatisticalDataResponseBody = exports.QueryYydGroupMsgWeekStatisticalDataRequest = exports.QueryYydGroupMsgWeekStatisticalDataHeaders = void 0;
|
|
47
|
+
exports.SyncDataScreenResponse = exports.SyncDataScreenResponseBody = exports.SyncDataScreenRequest = exports.SyncDataScreenHeaders = exports.SearchCompanyResponse = exports.SearchCompanyResponseBody = exports.SearchCompanyRequest = exports.SearchCompanyHeaders = exports.QueryYydTotalWeekStatisticalDataResponse = exports.QueryYydTotalWeekStatisticalDataResponseBody = exports.QueryYydTotalWeekStatisticalDataRequest = exports.QueryYydTotalWeekStatisticalDataHeaders = exports.QueryYydTotalStdStatisticalDataResponse = exports.QueryYydTotalStdStatisticalDataResponseBody = exports.QueryYydTotalStdStatisticalDataRequest = exports.QueryYydTotalStdStatisticalDataHeaders = exports.QueryYydTotalMonthStatisticalDataResponse = exports.QueryYydTotalMonthStatisticalDataResponseBody = exports.QueryYydTotalMonthStatisticalDataRequest = exports.QueryYydTotalMonthStatisticalDataHeaders = exports.QueryYydTotalDayStatisticalDataResponse = exports.QueryYydTotalDayStatisticalDataResponseBody = exports.QueryYydTotalDayStatisticalDataRequest = exports.QueryYydTotalDayStatisticalDataHeaders = exports.QueryYydTodoWeekStatisticalDataResponse = exports.QueryYydTodoWeekStatisticalDataResponseBody = exports.QueryYydTodoWeekStatisticalDataRequest = exports.QueryYydTodoWeekStatisticalDataHeaders = exports.QueryYydTodoMonthStatisticalDataResponse = exports.QueryYydTodoMonthStatisticalDataResponseBody = exports.QueryYydTodoMonthStatisticalDataRequest = exports.QueryYydTodoMonthStatisticalDataHeaders = exports.QueryYydTodoDayStatisticalDataResponse = exports.QueryYydTodoDayStatisticalDataResponseBody = exports.QueryYydTodoDayStatisticalDataRequest = exports.QueryYydTodoDayStatisticalDataHeaders = exports.QueryYydToatlMsgWeekStatisticalDataResponse = exports.QueryYydToatlMsgWeekStatisticalDataResponseBody = exports.QueryYydToatlMsgWeekStatisticalDataRequest = exports.QueryYydToatlMsgWeekStatisticalDataHeaders = exports.QueryYydToatlMsgMonthStatisticalDataResponse = exports.QueryYydToatlMsgMonthStatisticalDataResponseBody = exports.QueryYydToatlMsgMonthStatisticalDataRequest = exports.QueryYydToatlMsgMonthStatisticalDataHeaders = exports.QueryYydToatlMsgDayStatisticalDataResponse = exports.QueryYydToatlMsgDayStatisticalDataResponseBody = exports.QueryYydToatlMsgDayStatisticalDataRequest = exports.QueryYydToatlMsgDayStatisticalDataHeaders = exports.QueryYydSingleMsgWeekStatisticalDataResponse = exports.QueryYydSingleMsgWeekStatisticalDataResponseBody = void 0;
|
|
48
|
+
exports.QueryYydGroupMsgMonthStatisticalDataResponseBodyMetaList = exports.QueryYydGroupMsgDayStatisticalDataResponseBodyMetaList = exports.QueryYydDingMsgWeekStatisticalDataResponseBodyMetaList = exports.QueryYydDingMsgMonthStatisticalDataResponseBodyMetaList = exports.QueryYydDingMsgDayStatisticalDataResponseBodyMetaList = exports.QueryYydCalendarWeekStatisticalDataResponseBodyMetaList = exports.QueryYydCalendarMonthStatisticalDataResponseBodyMetaList = exports.QueryYydCalendarDayStatisticalDataResponseBodyMetaList = exports.QueryYydAppWeekStatisticalDataResponseBodyMetaList = exports.QueryYydAppStdStatisticalDataResponseBodyMetaList = exports.QueryYydAppMonthStatisticalDataResponseBodyMetaList = exports.QueryYydAppDayStatisticalDataResponseBodyMetaList = exports.QueryYydActiveWeekStatisticalDataResponseBodyMetaList = exports.QueryYydActiveMonthStatisticalDataResponseBodyMetaList = exports.QueryYydActiveDayStatisticalDataResponseBodyMetaList = exports.QueryVedioMeetingStatisticalDataResponseBodyMetaList = exports.QueryTodoStatisticalDataResponseBodyMetaList = exports.QueryTelMeetingStatisticalDataResponseBodyMetaList = exports.QuerySingleMessageStatisticalDataResponseBodyMetaList = exports.QueryScreenTemplateResponseBodyResult = exports.QueryScreenResponseBodyResult = exports.QueryReportStatisticalDataResponseBodyMetaList = exports.QueryRedEnvelopeSendStatisticalDataResponseBodyMetaList = exports.QueryRedEnvelopeReciveStatisticalDataResponseBodyMetaList = exports.QueryOnlineUserStatisticalDataResponseBodyMetaList = exports.QueryOfficialDatasetListResponseBodyResult = exports.QueryOfficialDatasetListResponseBodyResultRows = exports.QueryOfficialDatasetFieldsResponseBodyResult = exports.QueryOfficialDatasetFieldsResponseBodyResultFields = exports.QueryMailStatisticalDataResponseBodyMetaList = exports.QueryHealthStatisticalDataResponseBodyMetaList = exports.QueryGroupMessageStatisticalDataResponseBodyMetaList = exports.QueryGroupLiveStatisticalDataResponseBodyMetaList = exports.QueryGeneralDataServiceBatchResponseBodyMetaList = exports.QueryGeneralDataServiceBatchRequestFilters = exports.QueryGeneralDataServiceResponseBodyMetaList = exports.QueryEmployeeTypeStatisticalDataResponseBodyMetaList = exports.QueryEduUnionAuthServiceResponseBodyAuthInfoModels = exports.QueryDriveStatisticalDataResponseBodyMetaList = exports.QueryDocumentStatisticalDataResponseBodyMetaList = exports.QueryDingSendStatisticalDataResponseBodyMetaList = exports.QueryDingReciveStatisticalDataResponseBodyMetaList = exports.QueryCircleStatisticalDataResponseBodyMetaList = exports.QueryCheckinStatisticalDataResponseBodyMetaList = exports.QueryCalendarStatisticalDataResponseBodyMetaList = exports.QueryBlackboardStatisticalDataResponseBodyMetaList = exports.QueryAttendanceStatisticalDataResponseBodyMetaList = exports.QueryApprovalStatisticalDataResponseBodyMetaList = exports.QueryAnhmdStatisticalDataResponseBodyMetaList = exports.QueryActiveUserStatisticalDataResponseBodyMetaList = void 0;
|
|
49
|
+
exports.QueryYydTotalWeekStatisticalDataResponseBodyMetaList = exports.QueryYydTotalStdStatisticalDataResponseBodyMetaList = exports.QueryYydTotalMonthStatisticalDataResponseBodyMetaList = exports.QueryYydTotalDayStatisticalDataResponseBodyMetaList = exports.QueryYydTodoWeekStatisticalDataResponseBodyMetaList = exports.QueryYydTodoMonthStatisticalDataResponseBodyMetaList = exports.QueryYydTodoDayStatisticalDataResponseBodyMetaList = exports.QueryYydToatlMsgWeekStatisticalDataResponseBodyMetaList = exports.QueryYydToatlMsgMonthStatisticalDataResponseBodyMetaList = exports.QueryYydToatlMsgDayStatisticalDataResponseBodyMetaList = exports.QueryYydSingleMsgWeekStatisticalDataResponseBodyMetaList = exports.QueryYydSingleMsgMonthStatisticalDataResponseBodyMetaList = exports.QueryYydSingleMsgDayStatisticalDataResponseBodyMetaList = exports.QueryYydNoticeWeekStatisticalDataResponseBodyMetaList = exports.QueryYydNoticeMonthStatisticalDataResponseBodyMetaList = exports.QueryYydNoticeDayStatisticalDataResponseBodyMetaList = exports.QueryYydMeetingWeekStatisticalDataResponseBodyMetaList = exports.QueryYydMeetingMonthStatisticalDataResponseBodyMetaList = exports.QueryYydMeetingDayStatisticalDataResponseBodyMetaList = exports.QueryYydLogWeekStatisticalDataResponseBodyMetaList = exports.QueryYydLogMonthStatisticalDataResponseBodyMetaList = exports.QueryYydLogDayStatisticalDataResponseBodyMetaList = exports.QueryYydGroupMsgWeekStatisticalDataResponseBodyMetaList = void 0;
|
|
50
50
|
// This file is auto-generated, don't edit it
|
|
51
51
|
/**
|
|
52
52
|
*/
|
|
@@ -3637,6 +3637,76 @@ class QueryDriveStatisticalDataResponse extends $tea.Model {
|
|
|
3637
3637
|
}
|
|
3638
3638
|
}
|
|
3639
3639
|
exports.QueryDriveStatisticalDataResponse = QueryDriveStatisticalDataResponse;
|
|
3640
|
+
class QueryEduUnionAuthServiceHeaders extends $tea.Model {
|
|
3641
|
+
static names() {
|
|
3642
|
+
return {
|
|
3643
|
+
commonHeaders: 'commonHeaders',
|
|
3644
|
+
xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
|
|
3645
|
+
};
|
|
3646
|
+
}
|
|
3647
|
+
static types() {
|
|
3648
|
+
return {
|
|
3649
|
+
commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3650
|
+
xAcsDingtalkAccessToken: 'string',
|
|
3651
|
+
};
|
|
3652
|
+
}
|
|
3653
|
+
constructor(map) {
|
|
3654
|
+
super(map);
|
|
3655
|
+
}
|
|
3656
|
+
}
|
|
3657
|
+
exports.QueryEduUnionAuthServiceHeaders = QueryEduUnionAuthServiceHeaders;
|
|
3658
|
+
class QueryEduUnionAuthServiceRequest extends $tea.Model {
|
|
3659
|
+
static names() {
|
|
3660
|
+
return {
|
|
3661
|
+
ds: 'ds',
|
|
3662
|
+
};
|
|
3663
|
+
}
|
|
3664
|
+
static types() {
|
|
3665
|
+
return {
|
|
3666
|
+
ds: 'string',
|
|
3667
|
+
};
|
|
3668
|
+
}
|
|
3669
|
+
constructor(map) {
|
|
3670
|
+
super(map);
|
|
3671
|
+
}
|
|
3672
|
+
}
|
|
3673
|
+
exports.QueryEduUnionAuthServiceRequest = QueryEduUnionAuthServiceRequest;
|
|
3674
|
+
class QueryEduUnionAuthServiceResponseBody extends $tea.Model {
|
|
3675
|
+
static names() {
|
|
3676
|
+
return {
|
|
3677
|
+
authInfoModels: 'authInfoModels',
|
|
3678
|
+
};
|
|
3679
|
+
}
|
|
3680
|
+
static types() {
|
|
3681
|
+
return {
|
|
3682
|
+
authInfoModels: { 'type': 'array', 'itemType': QueryEduUnionAuthServiceResponseBodyAuthInfoModels },
|
|
3683
|
+
};
|
|
3684
|
+
}
|
|
3685
|
+
constructor(map) {
|
|
3686
|
+
super(map);
|
|
3687
|
+
}
|
|
3688
|
+
}
|
|
3689
|
+
exports.QueryEduUnionAuthServiceResponseBody = QueryEduUnionAuthServiceResponseBody;
|
|
3690
|
+
class QueryEduUnionAuthServiceResponse extends $tea.Model {
|
|
3691
|
+
static names() {
|
|
3692
|
+
return {
|
|
3693
|
+
headers: 'headers',
|
|
3694
|
+
statusCode: 'statusCode',
|
|
3695
|
+
body: 'body',
|
|
3696
|
+
};
|
|
3697
|
+
}
|
|
3698
|
+
static types() {
|
|
3699
|
+
return {
|
|
3700
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3701
|
+
statusCode: 'number',
|
|
3702
|
+
body: QueryEduUnionAuthServiceResponseBody,
|
|
3703
|
+
};
|
|
3704
|
+
}
|
|
3705
|
+
constructor(map) {
|
|
3706
|
+
super(map);
|
|
3707
|
+
}
|
|
3708
|
+
}
|
|
3709
|
+
exports.QueryEduUnionAuthServiceResponse = QueryEduUnionAuthServiceResponse;
|
|
3640
3710
|
class QueryEmployeeTypeStatisticalDataHeaders extends $tea.Model {
|
|
3641
3711
|
static names() {
|
|
3642
3712
|
return {
|
|
@@ -8603,6 +8673,28 @@ class QueryDriveStatisticalDataResponseBodyMetaList extends $tea.Model {
|
|
|
8603
8673
|
}
|
|
8604
8674
|
}
|
|
8605
8675
|
exports.QueryDriveStatisticalDataResponseBodyMetaList = QueryDriveStatisticalDataResponseBodyMetaList;
|
|
8676
|
+
class QueryEduUnionAuthServiceResponseBodyAuthInfoModels extends $tea.Model {
|
|
8677
|
+
static names() {
|
|
8678
|
+
return {
|
|
8679
|
+
authCorpId: 'authCorpId',
|
|
8680
|
+
authCorpName: 'authCorpName',
|
|
8681
|
+
authTime: 'authTime',
|
|
8682
|
+
resourceNames: 'resourceNames',
|
|
8683
|
+
};
|
|
8684
|
+
}
|
|
8685
|
+
static types() {
|
|
8686
|
+
return {
|
|
8687
|
+
authCorpId: 'string',
|
|
8688
|
+
authCorpName: 'string',
|
|
8689
|
+
authTime: 'string',
|
|
8690
|
+
resourceNames: { 'type': 'array', 'itemType': 'string' },
|
|
8691
|
+
};
|
|
8692
|
+
}
|
|
8693
|
+
constructor(map) {
|
|
8694
|
+
super(map);
|
|
8695
|
+
}
|
|
8696
|
+
}
|
|
8697
|
+
exports.QueryEduUnionAuthServiceResponseBodyAuthInfoModels = QueryEduUnionAuthServiceResponseBodyAuthInfoModels;
|
|
8606
8698
|
class QueryEmployeeTypeStatisticalDataResponseBodyMetaList extends $tea.Model {
|
|
8607
8699
|
static names() {
|
|
8608
8700
|
return {
|
|
@@ -12565,6 +12657,55 @@ class Client extends openapi_client_1.default {
|
|
|
12565
12657
|
let headers = new QueryDriveStatisticalDataHeaders({});
|
|
12566
12658
|
return await this.queryDriveStatisticalDataWithOptions(request, headers, runtime);
|
|
12567
12659
|
}
|
|
12660
|
+
/**
|
|
12661
|
+
* 教育组织上下游授权信息查询服务
|
|
12662
|
+
*
|
|
12663
|
+
* @param request - QueryEduUnionAuthServiceRequest
|
|
12664
|
+
* @param headers - QueryEduUnionAuthServiceHeaders
|
|
12665
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
12666
|
+
* @returns QueryEduUnionAuthServiceResponse
|
|
12667
|
+
*/
|
|
12668
|
+
async queryEduUnionAuthServiceWithOptions(request, headers, runtime) {
|
|
12669
|
+
tea_util_1.default.validateModel(request);
|
|
12670
|
+
let query = {};
|
|
12671
|
+
if (!tea_util_1.default.isUnset(request.ds)) {
|
|
12672
|
+
query["ds"] = request.ds;
|
|
12673
|
+
}
|
|
12674
|
+
let realHeaders = {};
|
|
12675
|
+
if (!tea_util_1.default.isUnset(headers.commonHeaders)) {
|
|
12676
|
+
realHeaders = headers.commonHeaders;
|
|
12677
|
+
}
|
|
12678
|
+
if (!tea_util_1.default.isUnset(headers.xAcsDingtalkAccessToken)) {
|
|
12679
|
+
realHeaders["x-acs-dingtalk-access-token"] = tea_util_1.default.toJSONString(headers.xAcsDingtalkAccessToken);
|
|
12680
|
+
}
|
|
12681
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
12682
|
+
headers: realHeaders,
|
|
12683
|
+
query: openapi_util_1.default.query(query),
|
|
12684
|
+
});
|
|
12685
|
+
let params = new $OpenApi.Params({
|
|
12686
|
+
action: "QueryEduUnionAuthService",
|
|
12687
|
+
version: "datacenter_1.0",
|
|
12688
|
+
protocol: "HTTP",
|
|
12689
|
+
pathname: `/v1.0/datacenter/eduUnionAuthService`,
|
|
12690
|
+
method: "GET",
|
|
12691
|
+
authType: "AK",
|
|
12692
|
+
style: "ROA",
|
|
12693
|
+
reqBodyType: "none",
|
|
12694
|
+
bodyType: "json",
|
|
12695
|
+
});
|
|
12696
|
+
return $tea.cast(await this.execute(params, req, runtime), new QueryEduUnionAuthServiceResponse({}));
|
|
12697
|
+
}
|
|
12698
|
+
/**
|
|
12699
|
+
* 教育组织上下游授权信息查询服务
|
|
12700
|
+
*
|
|
12701
|
+
* @param request - QueryEduUnionAuthServiceRequest
|
|
12702
|
+
* @returns QueryEduUnionAuthServiceResponse
|
|
12703
|
+
*/
|
|
12704
|
+
async queryEduUnionAuthService(request) {
|
|
12705
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
12706
|
+
let headers = new QueryEduUnionAuthServiceHeaders({});
|
|
12707
|
+
return await this.queryEduUnionAuthServiceWithOptions(request, headers, runtime);
|
|
12708
|
+
}
|
|
12568
12709
|
/**
|
|
12569
12710
|
* 获取企业员工类型统计数据
|
|
12570
12711
|
*
|