@alicloud/aliding20230426 2.22.1 → 2.23.1
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/client.d.ts +665 -0
- package/dist/client.js +698 -30
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1422 -318
package/dist/client.d.ts
CHANGED
|
@@ -5342,6 +5342,7 @@ export declare class CreateScheduleConferenceRequest extends $tea.Model {
|
|
|
5342
5342
|
* 1687928400000L
|
|
5343
5343
|
*/
|
|
5344
5344
|
endTime?: number;
|
|
5345
|
+
scheduleConfSettingModel?: CreateScheduleConferenceRequestScheduleConfSettingModel;
|
|
5345
5346
|
/**
|
|
5346
5347
|
* @remarks
|
|
5347
5348
|
* This parameter is required.
|
|
@@ -5378,6 +5379,7 @@ export declare class CreateScheduleConferenceShrinkRequest extends $tea.Model {
|
|
|
5378
5379
|
* 1687928400000L
|
|
5379
5380
|
*/
|
|
5380
5381
|
endTime?: number;
|
|
5382
|
+
scheduleConfSettingModelShrink?: string;
|
|
5381
5383
|
/**
|
|
5382
5384
|
* @remarks
|
|
5383
5385
|
* This parameter is required.
|
|
@@ -14238,6 +14240,145 @@ export declare class GetOrgLiveListResponse extends $tea.Model {
|
|
|
14238
14240
|
[key: string]: any;
|
|
14239
14241
|
});
|
|
14240
14242
|
}
|
|
14243
|
+
export declare class GetOrgOrWebOpenDocContentTaskIdHeaders extends $tea.Model {
|
|
14244
|
+
commonHeaders?: {
|
|
14245
|
+
[key: string]: string;
|
|
14246
|
+
};
|
|
14247
|
+
accountContext?: GetOrgOrWebOpenDocContentTaskIdHeadersAccountContext;
|
|
14248
|
+
static names(): {
|
|
14249
|
+
[key: string]: string;
|
|
14250
|
+
};
|
|
14251
|
+
static types(): {
|
|
14252
|
+
[key: string]: any;
|
|
14253
|
+
};
|
|
14254
|
+
constructor(map?: {
|
|
14255
|
+
[key: string]: any;
|
|
14256
|
+
});
|
|
14257
|
+
}
|
|
14258
|
+
export declare class GetOrgOrWebOpenDocContentTaskIdShrinkHeaders extends $tea.Model {
|
|
14259
|
+
commonHeaders?: {
|
|
14260
|
+
[key: string]: string;
|
|
14261
|
+
};
|
|
14262
|
+
accountContextShrink?: string;
|
|
14263
|
+
static names(): {
|
|
14264
|
+
[key: string]: string;
|
|
14265
|
+
};
|
|
14266
|
+
static types(): {
|
|
14267
|
+
[key: string]: any;
|
|
14268
|
+
};
|
|
14269
|
+
constructor(map?: {
|
|
14270
|
+
[key: string]: any;
|
|
14271
|
+
});
|
|
14272
|
+
}
|
|
14273
|
+
export declare class GetOrgOrWebOpenDocContentTaskIdRequest extends $tea.Model {
|
|
14274
|
+
/**
|
|
14275
|
+
* @remarks
|
|
14276
|
+
* This parameter is required.
|
|
14277
|
+
*
|
|
14278
|
+
* @example
|
|
14279
|
+
* 20eMKjyp810mMdK4Hz4B5BA6JxAZB1Gv
|
|
14280
|
+
*/
|
|
14281
|
+
dentryUuid?: string;
|
|
14282
|
+
generateCp?: boolean;
|
|
14283
|
+
/**
|
|
14284
|
+
* @example
|
|
14285
|
+
* 0
|
|
14286
|
+
*/
|
|
14287
|
+
scopeType?: number;
|
|
14288
|
+
/**
|
|
14289
|
+
* @example
|
|
14290
|
+
* markdown
|
|
14291
|
+
*/
|
|
14292
|
+
targetFormat?: string;
|
|
14293
|
+
tenantContext?: GetOrgOrWebOpenDocContentTaskIdRequestTenantContext;
|
|
14294
|
+
static names(): {
|
|
14295
|
+
[key: string]: string;
|
|
14296
|
+
};
|
|
14297
|
+
static types(): {
|
|
14298
|
+
[key: string]: any;
|
|
14299
|
+
};
|
|
14300
|
+
constructor(map?: {
|
|
14301
|
+
[key: string]: any;
|
|
14302
|
+
});
|
|
14303
|
+
}
|
|
14304
|
+
export declare class GetOrgOrWebOpenDocContentTaskIdShrinkRequest extends $tea.Model {
|
|
14305
|
+
/**
|
|
14306
|
+
* @remarks
|
|
14307
|
+
* This parameter is required.
|
|
14308
|
+
*
|
|
14309
|
+
* @example
|
|
14310
|
+
* 20eMKjyp810mMdK4Hz4B5BA6JxAZB1Gv
|
|
14311
|
+
*/
|
|
14312
|
+
dentryUuid?: string;
|
|
14313
|
+
generateCp?: boolean;
|
|
14314
|
+
/**
|
|
14315
|
+
* @example
|
|
14316
|
+
* 0
|
|
14317
|
+
*/
|
|
14318
|
+
scopeType?: number;
|
|
14319
|
+
/**
|
|
14320
|
+
* @example
|
|
14321
|
+
* markdown
|
|
14322
|
+
*/
|
|
14323
|
+
targetFormat?: string;
|
|
14324
|
+
tenantContextShrink?: string;
|
|
14325
|
+
static names(): {
|
|
14326
|
+
[key: string]: string;
|
|
14327
|
+
};
|
|
14328
|
+
static types(): {
|
|
14329
|
+
[key: string]: any;
|
|
14330
|
+
};
|
|
14331
|
+
constructor(map?: {
|
|
14332
|
+
[key: string]: any;
|
|
14333
|
+
});
|
|
14334
|
+
}
|
|
14335
|
+
export declare class GetOrgOrWebOpenDocContentTaskIdResponseBody extends $tea.Model {
|
|
14336
|
+
/**
|
|
14337
|
+
* @example
|
|
14338
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
14339
|
+
*/
|
|
14340
|
+
requestId?: string;
|
|
14341
|
+
/**
|
|
14342
|
+
* @example
|
|
14343
|
+
* 158740210521
|
|
14344
|
+
*/
|
|
14345
|
+
taskId?: number;
|
|
14346
|
+
/**
|
|
14347
|
+
* @example
|
|
14348
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
14349
|
+
*/
|
|
14350
|
+
vendorRequestId?: string;
|
|
14351
|
+
/**
|
|
14352
|
+
* @example
|
|
14353
|
+
* dingtalk
|
|
14354
|
+
*/
|
|
14355
|
+
vendorType?: string;
|
|
14356
|
+
static names(): {
|
|
14357
|
+
[key: string]: string;
|
|
14358
|
+
};
|
|
14359
|
+
static types(): {
|
|
14360
|
+
[key: string]: any;
|
|
14361
|
+
};
|
|
14362
|
+
constructor(map?: {
|
|
14363
|
+
[key: string]: any;
|
|
14364
|
+
});
|
|
14365
|
+
}
|
|
14366
|
+
export declare class GetOrgOrWebOpenDocContentTaskIdResponse extends $tea.Model {
|
|
14367
|
+
headers?: {
|
|
14368
|
+
[key: string]: string;
|
|
14369
|
+
};
|
|
14370
|
+
statusCode?: number;
|
|
14371
|
+
body?: GetOrgOrWebOpenDocContentTaskIdResponseBody;
|
|
14372
|
+
static names(): {
|
|
14373
|
+
[key: string]: string;
|
|
14374
|
+
};
|
|
14375
|
+
static types(): {
|
|
14376
|
+
[key: string]: any;
|
|
14377
|
+
};
|
|
14378
|
+
constructor(map?: {
|
|
14379
|
+
[key: string]: any;
|
|
14380
|
+
});
|
|
14381
|
+
}
|
|
14241
14382
|
export declare class GetProcessDefinitionHeaders extends $tea.Model {
|
|
14242
14383
|
commonHeaders?: {
|
|
14243
14384
|
[key: string]: string;
|
|
@@ -20932,6 +21073,169 @@ export declare class QueryConferenceInfoResponse extends $tea.Model {
|
|
|
20932
21073
|
[key: string]: any;
|
|
20933
21074
|
});
|
|
20934
21075
|
}
|
|
21076
|
+
export declare class QueryConferenceInfoByRoomCodeHeaders extends $tea.Model {
|
|
21077
|
+
commonHeaders?: {
|
|
21078
|
+
[key: string]: string;
|
|
21079
|
+
};
|
|
21080
|
+
accountContext?: QueryConferenceInfoByRoomCodeHeadersAccountContext;
|
|
21081
|
+
static names(): {
|
|
21082
|
+
[key: string]: string;
|
|
21083
|
+
};
|
|
21084
|
+
static types(): {
|
|
21085
|
+
[key: string]: any;
|
|
21086
|
+
};
|
|
21087
|
+
constructor(map?: {
|
|
21088
|
+
[key: string]: any;
|
|
21089
|
+
});
|
|
21090
|
+
}
|
|
21091
|
+
export declare class QueryConferenceInfoByRoomCodeShrinkHeaders extends $tea.Model {
|
|
21092
|
+
commonHeaders?: {
|
|
21093
|
+
[key: string]: string;
|
|
21094
|
+
};
|
|
21095
|
+
accountContextShrink?: string;
|
|
21096
|
+
static names(): {
|
|
21097
|
+
[key: string]: string;
|
|
21098
|
+
};
|
|
21099
|
+
static types(): {
|
|
21100
|
+
[key: string]: any;
|
|
21101
|
+
};
|
|
21102
|
+
constructor(map?: {
|
|
21103
|
+
[key: string]: any;
|
|
21104
|
+
});
|
|
21105
|
+
}
|
|
21106
|
+
export declare class QueryConferenceInfoByRoomCodeRequest extends $tea.Model {
|
|
21107
|
+
tenantContext?: QueryConferenceInfoByRoomCodeRequestTenantContext;
|
|
21108
|
+
/**
|
|
21109
|
+
* @example
|
|
21110
|
+
* 20
|
|
21111
|
+
*/
|
|
21112
|
+
maxResults?: number;
|
|
21113
|
+
/**
|
|
21114
|
+
* @remarks
|
|
21115
|
+
* This parameter is required.
|
|
21116
|
+
*
|
|
21117
|
+
* @example
|
|
21118
|
+
* 0
|
|
21119
|
+
*/
|
|
21120
|
+
nextToken?: string;
|
|
21121
|
+
/**
|
|
21122
|
+
* @remarks
|
|
21123
|
+
* This parameter is required.
|
|
21124
|
+
*
|
|
21125
|
+
* @example
|
|
21126
|
+
* 583 480 813
|
|
21127
|
+
*/
|
|
21128
|
+
roomCode?: string;
|
|
21129
|
+
static names(): {
|
|
21130
|
+
[key: string]: string;
|
|
21131
|
+
};
|
|
21132
|
+
static types(): {
|
|
21133
|
+
[key: string]: any;
|
|
21134
|
+
};
|
|
21135
|
+
constructor(map?: {
|
|
21136
|
+
[key: string]: any;
|
|
21137
|
+
});
|
|
21138
|
+
}
|
|
21139
|
+
export declare class QueryConferenceInfoByRoomCodeShrinkRequest extends $tea.Model {
|
|
21140
|
+
tenantContextShrink?: string;
|
|
21141
|
+
/**
|
|
21142
|
+
* @example
|
|
21143
|
+
* 20
|
|
21144
|
+
*/
|
|
21145
|
+
maxResults?: number;
|
|
21146
|
+
/**
|
|
21147
|
+
* @remarks
|
|
21148
|
+
* This parameter is required.
|
|
21149
|
+
*
|
|
21150
|
+
* @example
|
|
21151
|
+
* 0
|
|
21152
|
+
*/
|
|
21153
|
+
nextToken?: string;
|
|
21154
|
+
/**
|
|
21155
|
+
* @remarks
|
|
21156
|
+
* This parameter is required.
|
|
21157
|
+
*
|
|
21158
|
+
* @example
|
|
21159
|
+
* 583 480 813
|
|
21160
|
+
*/
|
|
21161
|
+
roomCode?: string;
|
|
21162
|
+
static names(): {
|
|
21163
|
+
[key: string]: string;
|
|
21164
|
+
};
|
|
21165
|
+
static types(): {
|
|
21166
|
+
[key: string]: any;
|
|
21167
|
+
};
|
|
21168
|
+
constructor(map?: {
|
|
21169
|
+
[key: string]: any;
|
|
21170
|
+
});
|
|
21171
|
+
}
|
|
21172
|
+
export declare class QueryConferenceInfoByRoomCodeResponseBody extends $tea.Model {
|
|
21173
|
+
/**
|
|
21174
|
+
* @example
|
|
21175
|
+
* []
|
|
21176
|
+
*/
|
|
21177
|
+
conferenceList?: QueryConferenceInfoByRoomCodeResponseBodyConferenceList[];
|
|
21178
|
+
/**
|
|
21179
|
+
* @example
|
|
21180
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
21181
|
+
*/
|
|
21182
|
+
dingtalkRequestId?: string;
|
|
21183
|
+
/**
|
|
21184
|
+
* @example
|
|
21185
|
+
* true
|
|
21186
|
+
*/
|
|
21187
|
+
hasMore?: boolean;
|
|
21188
|
+
/**
|
|
21189
|
+
* @example
|
|
21190
|
+
* 1296
|
|
21191
|
+
*/
|
|
21192
|
+
nextToken?: string;
|
|
21193
|
+
/**
|
|
21194
|
+
* @example
|
|
21195
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
21196
|
+
*/
|
|
21197
|
+
requestId?: string;
|
|
21198
|
+
/**
|
|
21199
|
+
* @example
|
|
21200
|
+
* 20
|
|
21201
|
+
*/
|
|
21202
|
+
totalCount?: number;
|
|
21203
|
+
/**
|
|
21204
|
+
* @example
|
|
21205
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
21206
|
+
*/
|
|
21207
|
+
vendorRequestId?: string;
|
|
21208
|
+
/**
|
|
21209
|
+
* @example
|
|
21210
|
+
* dingtalk
|
|
21211
|
+
*/
|
|
21212
|
+
vendorType?: string;
|
|
21213
|
+
static names(): {
|
|
21214
|
+
[key: string]: string;
|
|
21215
|
+
};
|
|
21216
|
+
static types(): {
|
|
21217
|
+
[key: string]: any;
|
|
21218
|
+
};
|
|
21219
|
+
constructor(map?: {
|
|
21220
|
+
[key: string]: any;
|
|
21221
|
+
});
|
|
21222
|
+
}
|
|
21223
|
+
export declare class QueryConferenceInfoByRoomCodeResponse extends $tea.Model {
|
|
21224
|
+
headers?: {
|
|
21225
|
+
[key: string]: string;
|
|
21226
|
+
};
|
|
21227
|
+
statusCode?: number;
|
|
21228
|
+
body?: QueryConferenceInfoByRoomCodeResponseBody;
|
|
21229
|
+
static names(): {
|
|
21230
|
+
[key: string]: string;
|
|
21231
|
+
};
|
|
21232
|
+
static types(): {
|
|
21233
|
+
[key: string]: any;
|
|
21234
|
+
};
|
|
21235
|
+
constructor(map?: {
|
|
21236
|
+
[key: string]: any;
|
|
21237
|
+
});
|
|
21238
|
+
}
|
|
20935
21239
|
export declare class QueryConferenceMembersHeaders extends $tea.Model {
|
|
20936
21240
|
commonHeaders?: {
|
|
20937
21241
|
[key: string]: string;
|
|
@@ -33630,6 +33934,145 @@ export declare class CreateScheduleConferenceHeadersAccountContext extends $tea.
|
|
|
33630
33934
|
[key: string]: any;
|
|
33631
33935
|
});
|
|
33632
33936
|
}
|
|
33937
|
+
export declare class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting extends $tea.Model {
|
|
33938
|
+
isFollowHost?: boolean;
|
|
33939
|
+
/**
|
|
33940
|
+
* @example
|
|
33941
|
+
* grid
|
|
33942
|
+
*/
|
|
33943
|
+
mode?: string;
|
|
33944
|
+
/**
|
|
33945
|
+
* @example
|
|
33946
|
+
* 0
|
|
33947
|
+
*/
|
|
33948
|
+
recordAutoStart?: number;
|
|
33949
|
+
/**
|
|
33950
|
+
* @example
|
|
33951
|
+
* 0
|
|
33952
|
+
*/
|
|
33953
|
+
recordAutoStartType?: number;
|
|
33954
|
+
static names(): {
|
|
33955
|
+
[key: string]: string;
|
|
33956
|
+
};
|
|
33957
|
+
static types(): {
|
|
33958
|
+
[key: string]: any;
|
|
33959
|
+
};
|
|
33960
|
+
constructor(map?: {
|
|
33961
|
+
[key: string]: any;
|
|
33962
|
+
});
|
|
33963
|
+
}
|
|
33964
|
+
export declare class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings extends $tea.Model {
|
|
33965
|
+
/**
|
|
33966
|
+
* @example
|
|
33967
|
+
* 0
|
|
33968
|
+
*/
|
|
33969
|
+
autoOpenMode?: number;
|
|
33970
|
+
/**
|
|
33971
|
+
* @example
|
|
33972
|
+
* xxx
|
|
33973
|
+
*/
|
|
33974
|
+
coolAppCode?: string;
|
|
33975
|
+
/**
|
|
33976
|
+
* @example
|
|
33977
|
+
* xxx
|
|
33978
|
+
*/
|
|
33979
|
+
extensionAppBizData?: string;
|
|
33980
|
+
static names(): {
|
|
33981
|
+
[key: string]: string;
|
|
33982
|
+
};
|
|
33983
|
+
static types(): {
|
|
33984
|
+
[key: string]: any;
|
|
33985
|
+
};
|
|
33986
|
+
constructor(map?: {
|
|
33987
|
+
[key: string]: any;
|
|
33988
|
+
});
|
|
33989
|
+
}
|
|
33990
|
+
export declare class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting extends $tea.Model {
|
|
33991
|
+
/**
|
|
33992
|
+
* @example
|
|
33993
|
+
* 2iPOLbpUNMLzB5LuwggiiqiPwiEiE
|
|
33994
|
+
*/
|
|
33995
|
+
cloudRecordOwnerUserId?: string;
|
|
33996
|
+
/**
|
|
33997
|
+
* @example
|
|
33998
|
+
* 0
|
|
33999
|
+
*/
|
|
34000
|
+
enableChat?: number;
|
|
34001
|
+
enableWebAnonymousJoin?: boolean;
|
|
34002
|
+
/**
|
|
34003
|
+
* @example
|
|
34004
|
+
* 0
|
|
34005
|
+
*/
|
|
34006
|
+
joinBeforeHost?: number;
|
|
34007
|
+
/**
|
|
34008
|
+
* @example
|
|
34009
|
+
* 0
|
|
34010
|
+
*/
|
|
34011
|
+
lockMediaStatusMicMute?: number;
|
|
34012
|
+
/**
|
|
34013
|
+
* @example
|
|
34014
|
+
* 0
|
|
34015
|
+
*/
|
|
34016
|
+
lockNick?: number;
|
|
34017
|
+
minutesOwnerUserId?: string;
|
|
34018
|
+
moziConfExtensionAppSettings?: CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings[];
|
|
34019
|
+
pushAllMeetingRecords?: boolean;
|
|
34020
|
+
pushCloudRecordCard?: boolean;
|
|
34021
|
+
pushMinutesCard?: boolean;
|
|
34022
|
+
/**
|
|
34023
|
+
* @example
|
|
34024
|
+
* 1
|
|
34025
|
+
*/
|
|
34026
|
+
waitingRoom?: number;
|
|
34027
|
+
static names(): {
|
|
34028
|
+
[key: string]: string;
|
|
34029
|
+
};
|
|
34030
|
+
static types(): {
|
|
34031
|
+
[key: string]: any;
|
|
34032
|
+
};
|
|
34033
|
+
constructor(map?: {
|
|
34034
|
+
[key: string]: any;
|
|
34035
|
+
});
|
|
34036
|
+
}
|
|
34037
|
+
export declare class CreateScheduleConferenceRequestScheduleConfSettingModel extends $tea.Model {
|
|
34038
|
+
cohostUserIds?: string[];
|
|
34039
|
+
/**
|
|
34040
|
+
* @example
|
|
34041
|
+
* dingc02f685fa06381c44ac5d6980864d335
|
|
34042
|
+
*/
|
|
34043
|
+
confAllowedCorpId?: string;
|
|
34044
|
+
/**
|
|
34045
|
+
* @example
|
|
34046
|
+
* 2iPOLbpUNMLzB5LuwggiiqiPwiEiE
|
|
34047
|
+
*/
|
|
34048
|
+
hostUserId?: string;
|
|
34049
|
+
/**
|
|
34050
|
+
* @example
|
|
34051
|
+
* 0
|
|
34052
|
+
*/
|
|
34053
|
+
lockRoom?: number;
|
|
34054
|
+
moziConfOpenRecordSetting?: CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting;
|
|
34055
|
+
moziConfVirtualExtraSetting?: CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting;
|
|
34056
|
+
/**
|
|
34057
|
+
* @example
|
|
34058
|
+
* 1
|
|
34059
|
+
*/
|
|
34060
|
+
muteOnJoin?: number;
|
|
34061
|
+
/**
|
|
34062
|
+
* @example
|
|
34063
|
+
* 0
|
|
34064
|
+
*/
|
|
34065
|
+
screenShareForbidden?: number;
|
|
34066
|
+
static names(): {
|
|
34067
|
+
[key: string]: string;
|
|
34068
|
+
};
|
|
34069
|
+
static types(): {
|
|
34070
|
+
[key: string]: any;
|
|
34071
|
+
};
|
|
34072
|
+
constructor(map?: {
|
|
34073
|
+
[key: string]: any;
|
|
34074
|
+
});
|
|
34075
|
+
}
|
|
33633
34076
|
export declare class CreateScheduleConferenceRequestTenantContext extends $tea.Model {
|
|
33634
34077
|
/**
|
|
33635
34078
|
* @example
|
|
@@ -38414,6 +38857,7 @@ export declare class GetOrgLiveListResponseBodyResultNewLiveLiveList extends $te
|
|
|
38414
38857
|
* nickName
|
|
38415
38858
|
*/
|
|
38416
38859
|
anchorNickname?: string;
|
|
38860
|
+
anchorUnionId?: string;
|
|
38417
38861
|
/**
|
|
38418
38862
|
* @example
|
|
38419
38863
|
* ersqqdddf
|
|
@@ -38496,6 +38940,7 @@ export declare class GetOrgLiveListResponseBodyResultUpdateLiveLiveList extends
|
|
|
38496
38940
|
* nickName
|
|
38497
38941
|
*/
|
|
38498
38942
|
anchorNickname?: string;
|
|
38943
|
+
anchorUnionId?: string;
|
|
38499
38944
|
/**
|
|
38500
38945
|
* @example
|
|
38501
38946
|
* 012345
|
|
@@ -38588,6 +39033,41 @@ export declare class GetOrgLiveListResponseBodyResult extends $tea.Model {
|
|
|
38588
39033
|
[key: string]: any;
|
|
38589
39034
|
});
|
|
38590
39035
|
}
|
|
39036
|
+
export declare class GetOrgOrWebOpenDocContentTaskIdHeadersAccountContext extends $tea.Model {
|
|
39037
|
+
/**
|
|
39038
|
+
* @remarks
|
|
39039
|
+
* This parameter is required.
|
|
39040
|
+
*
|
|
39041
|
+
* @example
|
|
39042
|
+
* 012345
|
|
39043
|
+
*/
|
|
39044
|
+
accountId?: string;
|
|
39045
|
+
static names(): {
|
|
39046
|
+
[key: string]: string;
|
|
39047
|
+
};
|
|
39048
|
+
static types(): {
|
|
39049
|
+
[key: string]: any;
|
|
39050
|
+
};
|
|
39051
|
+
constructor(map?: {
|
|
39052
|
+
[key: string]: any;
|
|
39053
|
+
});
|
|
39054
|
+
}
|
|
39055
|
+
export declare class GetOrgOrWebOpenDocContentTaskIdRequestTenantContext extends $tea.Model {
|
|
39056
|
+
/**
|
|
39057
|
+
* @example
|
|
39058
|
+
* xxxxxx
|
|
39059
|
+
*/
|
|
39060
|
+
tenantId?: string;
|
|
39061
|
+
static names(): {
|
|
39062
|
+
[key: string]: string;
|
|
39063
|
+
};
|
|
39064
|
+
static types(): {
|
|
39065
|
+
[key: string]: any;
|
|
39066
|
+
};
|
|
39067
|
+
constructor(map?: {
|
|
39068
|
+
[key: string]: any;
|
|
39069
|
+
});
|
|
39070
|
+
}
|
|
38591
39071
|
export declare class GetProcessDefinitionHeadersAccountContext extends $tea.Model {
|
|
38592
39072
|
/**
|
|
38593
39073
|
* @remarks
|
|
@@ -44155,6 +44635,104 @@ export declare class QueryConferenceInfoResponseBodyConfInfo extends $tea.Model
|
|
|
44155
44635
|
[key: string]: any;
|
|
44156
44636
|
});
|
|
44157
44637
|
}
|
|
44638
|
+
export declare class QueryConferenceInfoByRoomCodeHeadersAccountContext extends $tea.Model {
|
|
44639
|
+
/**
|
|
44640
|
+
* @remarks
|
|
44641
|
+
* This parameter is required.
|
|
44642
|
+
*
|
|
44643
|
+
* @example
|
|
44644
|
+
* 012345
|
|
44645
|
+
*/
|
|
44646
|
+
accountId?: string;
|
|
44647
|
+
static names(): {
|
|
44648
|
+
[key: string]: string;
|
|
44649
|
+
};
|
|
44650
|
+
static types(): {
|
|
44651
|
+
[key: string]: any;
|
|
44652
|
+
};
|
|
44653
|
+
constructor(map?: {
|
|
44654
|
+
[key: string]: any;
|
|
44655
|
+
});
|
|
44656
|
+
}
|
|
44657
|
+
export declare class QueryConferenceInfoByRoomCodeRequestTenantContext extends $tea.Model {
|
|
44658
|
+
/**
|
|
44659
|
+
* @example
|
|
44660
|
+
* xxxxxx
|
|
44661
|
+
*/
|
|
44662
|
+
tenantId?: string;
|
|
44663
|
+
static names(): {
|
|
44664
|
+
[key: string]: string;
|
|
44665
|
+
};
|
|
44666
|
+
static types(): {
|
|
44667
|
+
[key: string]: any;
|
|
44668
|
+
};
|
|
44669
|
+
constructor(map?: {
|
|
44670
|
+
[key: string]: any;
|
|
44671
|
+
});
|
|
44672
|
+
}
|
|
44673
|
+
export declare class QueryConferenceInfoByRoomCodeResponseBodyConferenceList extends $tea.Model {
|
|
44674
|
+
/**
|
|
44675
|
+
* @example
|
|
44676
|
+
* 3
|
|
44677
|
+
*/
|
|
44678
|
+
bizType?: string;
|
|
44679
|
+
/**
|
|
44680
|
+
* @example
|
|
44681
|
+
* 1000
|
|
44682
|
+
*/
|
|
44683
|
+
confDuration?: number;
|
|
44684
|
+
/**
|
|
44685
|
+
* @example
|
|
44686
|
+
* 636cf59f2b032f014ae32902
|
|
44687
|
+
*/
|
|
44688
|
+
conferenceId?: string;
|
|
44689
|
+
/**
|
|
44690
|
+
* @example
|
|
44691
|
+
* 527079
|
|
44692
|
+
*/
|
|
44693
|
+
creatorId?: string;
|
|
44694
|
+
creatorNick?: string;
|
|
44695
|
+
/**
|
|
44696
|
+
* @example
|
|
44697
|
+
* 1668087732000
|
|
44698
|
+
*/
|
|
44699
|
+
endTime?: number;
|
|
44700
|
+
/**
|
|
44701
|
+
* @example
|
|
44702
|
+
* https//:xxx
|
|
44703
|
+
*/
|
|
44704
|
+
externalLinkUrl?: string;
|
|
44705
|
+
/**
|
|
44706
|
+
* @example
|
|
44707
|
+
* 123456789
|
|
44708
|
+
*/
|
|
44709
|
+
roomCode?: string;
|
|
44710
|
+
/**
|
|
44711
|
+
* @example
|
|
44712
|
+
* 2d79cbde-b9d8-4256-9788-78b05834944e
|
|
44713
|
+
*/
|
|
44714
|
+
scheduleConferenceId?: string;
|
|
44715
|
+
/**
|
|
44716
|
+
* @example
|
|
44717
|
+
* 1668087731000
|
|
44718
|
+
*/
|
|
44719
|
+
startTime?: number;
|
|
44720
|
+
/**
|
|
44721
|
+
* @example
|
|
44722
|
+
* 2
|
|
44723
|
+
*/
|
|
44724
|
+
status?: number;
|
|
44725
|
+
title?: string;
|
|
44726
|
+
static names(): {
|
|
44727
|
+
[key: string]: string;
|
|
44728
|
+
};
|
|
44729
|
+
static types(): {
|
|
44730
|
+
[key: string]: any;
|
|
44731
|
+
};
|
|
44732
|
+
constructor(map?: {
|
|
44733
|
+
[key: string]: any;
|
|
44734
|
+
});
|
|
44735
|
+
}
|
|
44158
44736
|
export declare class QueryConferenceMembersHeadersAccountContext extends $tea.Model {
|
|
44159
44737
|
/**
|
|
44160
44738
|
* @remarks
|
|
@@ -48191,6 +48769,59 @@ export declare class UpdateScheduleConfSettingsHeadersAccountContext extends $te
|
|
|
48191
48769
|
[key: string]: any;
|
|
48192
48770
|
});
|
|
48193
48771
|
}
|
|
48772
|
+
export declare class UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfOpenRecordSetting extends $tea.Model {
|
|
48773
|
+
isFollowHost?: boolean;
|
|
48774
|
+
/**
|
|
48775
|
+
* @example
|
|
48776
|
+
* grid
|
|
48777
|
+
*/
|
|
48778
|
+
mode?: string;
|
|
48779
|
+
/**
|
|
48780
|
+
* @example
|
|
48781
|
+
* 0
|
|
48782
|
+
*/
|
|
48783
|
+
recordAutoStart?: number;
|
|
48784
|
+
/**
|
|
48785
|
+
* @example
|
|
48786
|
+
* 0
|
|
48787
|
+
*/
|
|
48788
|
+
recordAutoStartType?: number;
|
|
48789
|
+
static names(): {
|
|
48790
|
+
[key: string]: string;
|
|
48791
|
+
};
|
|
48792
|
+
static types(): {
|
|
48793
|
+
[key: string]: any;
|
|
48794
|
+
};
|
|
48795
|
+
constructor(map?: {
|
|
48796
|
+
[key: string]: any;
|
|
48797
|
+
});
|
|
48798
|
+
}
|
|
48799
|
+
export declare class UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings extends $tea.Model {
|
|
48800
|
+
/**
|
|
48801
|
+
* @example
|
|
48802
|
+
* 0
|
|
48803
|
+
*/
|
|
48804
|
+
autoOpenMode?: number;
|
|
48805
|
+
/**
|
|
48806
|
+
* @example
|
|
48807
|
+
* xxxx
|
|
48808
|
+
*/
|
|
48809
|
+
coolAppCode?: string;
|
|
48810
|
+
/**
|
|
48811
|
+
* @example
|
|
48812
|
+
* xxx
|
|
48813
|
+
*/
|
|
48814
|
+
extensionAppBizData?: string;
|
|
48815
|
+
static names(): {
|
|
48816
|
+
[key: string]: string;
|
|
48817
|
+
};
|
|
48818
|
+
static types(): {
|
|
48819
|
+
[key: string]: any;
|
|
48820
|
+
};
|
|
48821
|
+
constructor(map?: {
|
|
48822
|
+
[key: string]: any;
|
|
48823
|
+
});
|
|
48824
|
+
}
|
|
48194
48825
|
export declare class UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfVirtualExtraSetting extends $tea.Model {
|
|
48195
48826
|
cloudRecordOwnerUserId?: string;
|
|
48196
48827
|
/**
|
|
@@ -48215,6 +48846,7 @@ export declare class UpdateScheduleConfSettingsRequestScheduleConfSettingModelMo
|
|
|
48215
48846
|
*/
|
|
48216
48847
|
lockNick?: number;
|
|
48217
48848
|
minutesOwnerUserId?: string;
|
|
48849
|
+
moziConfExtensionAppSettings?: UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings[];
|
|
48218
48850
|
pushAllMeetingRecords?: boolean;
|
|
48219
48851
|
pushCloudRecordCard?: boolean;
|
|
48220
48852
|
pushMinutesCard?: boolean;
|
|
@@ -48250,6 +48882,7 @@ export declare class UpdateScheduleConfSettingsRequestScheduleConfSettingModel e
|
|
|
48250
48882
|
* 1
|
|
48251
48883
|
*/
|
|
48252
48884
|
lockRoom?: number;
|
|
48885
|
+
moziConfOpenRecordSetting?: UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfOpenRecordSetting;
|
|
48253
48886
|
moziConfVirtualExtraSetting?: UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfVirtualExtraSetting;
|
|
48254
48887
|
/**
|
|
48255
48888
|
* @example
|
|
@@ -50356,6 +50989,22 @@ export default class Client extends OpenApi {
|
|
|
50356
50989
|
* @returns GetOrgLiveListResponse
|
|
50357
50990
|
*/
|
|
50358
50991
|
getOrgLiveList(request: GetOrgLiveListRequest): Promise<GetOrgLiveListResponse>;
|
|
50992
|
+
/**
|
|
50993
|
+
* 委托权限获取组织或者互联网公开文档内容taskId
|
|
50994
|
+
*
|
|
50995
|
+
* @param tmpReq - GetOrgOrWebOpenDocContentTaskIdRequest
|
|
50996
|
+
* @param tmpHeader - GetOrgOrWebOpenDocContentTaskIdHeaders
|
|
50997
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
50998
|
+
* @returns GetOrgOrWebOpenDocContentTaskIdResponse
|
|
50999
|
+
*/
|
|
51000
|
+
getOrgOrWebOpenDocContentTaskIdWithOptions(tmpReq: GetOrgOrWebOpenDocContentTaskIdRequest, tmpHeader: GetOrgOrWebOpenDocContentTaskIdHeaders, runtime: $Util.RuntimeOptions): Promise<GetOrgOrWebOpenDocContentTaskIdResponse>;
|
|
51001
|
+
/**
|
|
51002
|
+
* 委托权限获取组织或者互联网公开文档内容taskId
|
|
51003
|
+
*
|
|
51004
|
+
* @param request - GetOrgOrWebOpenDocContentTaskIdRequest
|
|
51005
|
+
* @returns GetOrgOrWebOpenDocContentTaskIdResponse
|
|
51006
|
+
*/
|
|
51007
|
+
getOrgOrWebOpenDocContentTaskId(request: GetOrgOrWebOpenDocContentTaskIdRequest): Promise<GetOrgOrWebOpenDocContentTaskIdResponse>;
|
|
50359
51008
|
/**
|
|
50360
51009
|
* 获取流程定义
|
|
50361
51010
|
*
|
|
@@ -51108,6 +51757,22 @@ export default class Client extends OpenApi {
|
|
|
51108
51757
|
* @returns QueryConferenceInfoResponse
|
|
51109
51758
|
*/
|
|
51110
51759
|
queryConferenceInfo(request: QueryConferenceInfoRequest): Promise<QueryConferenceInfoResponse>;
|
|
51760
|
+
/**
|
|
51761
|
+
* 根据会议码查询视频会议信息
|
|
51762
|
+
*
|
|
51763
|
+
* @param tmpReq - QueryConferenceInfoByRoomCodeRequest
|
|
51764
|
+
* @param tmpHeader - QueryConferenceInfoByRoomCodeHeaders
|
|
51765
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
51766
|
+
* @returns QueryConferenceInfoByRoomCodeResponse
|
|
51767
|
+
*/
|
|
51768
|
+
queryConferenceInfoByRoomCodeWithOptions(tmpReq: QueryConferenceInfoByRoomCodeRequest, tmpHeader: QueryConferenceInfoByRoomCodeHeaders, runtime: $Util.RuntimeOptions): Promise<QueryConferenceInfoByRoomCodeResponse>;
|
|
51769
|
+
/**
|
|
51770
|
+
* 根据会议码查询视频会议信息
|
|
51771
|
+
*
|
|
51772
|
+
* @param request - QueryConferenceInfoByRoomCodeRequest
|
|
51773
|
+
* @returns QueryConferenceInfoByRoomCodeResponse
|
|
51774
|
+
*/
|
|
51775
|
+
queryConferenceInfoByRoomCode(request: QueryConferenceInfoByRoomCodeRequest): Promise<QueryConferenceInfoByRoomCodeResponse>;
|
|
51111
51776
|
/**
|
|
51112
51777
|
* 查询视频会议成员
|
|
51113
51778
|
*
|