@alicloud/esa20240910 2.5.0 → 2.5.2
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 +0 -113
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +0 -113
package/dist/client.d.ts
CHANGED
|
@@ -3260,28 +3260,14 @@ export declare class CreateWaitingRoomRequest extends $tea.Model {
|
|
|
3260
3260
|
/**
|
|
3261
3261
|
* @remarks
|
|
3262
3262
|
* This parameter is required.
|
|
3263
|
-
*
|
|
3264
|
-
* @example
|
|
3265
|
-
* __aliwaitingroom_example
|
|
3266
3263
|
*/
|
|
3267
3264
|
cookieName?: string;
|
|
3268
|
-
/**
|
|
3269
|
-
* @example
|
|
3270
|
-
* Hello%20world!
|
|
3271
|
-
*/
|
|
3272
3265
|
customPageHtml?: string;
|
|
3273
3266
|
description?: string;
|
|
3274
|
-
/**
|
|
3275
|
-
* @example
|
|
3276
|
-
* on
|
|
3277
|
-
*/
|
|
3278
3267
|
disableSessionRenewalEnable?: string;
|
|
3279
3268
|
/**
|
|
3280
3269
|
* @remarks
|
|
3281
3270
|
* This parameter is required.
|
|
3282
|
-
*
|
|
3283
|
-
* @example
|
|
3284
|
-
* on
|
|
3285
3271
|
*/
|
|
3286
3272
|
enable?: string;
|
|
3287
3273
|
/**
|
|
@@ -3289,83 +3275,47 @@ export declare class CreateWaitingRoomRequest extends $tea.Model {
|
|
|
3289
3275
|
* This parameter is required.
|
|
3290
3276
|
*/
|
|
3291
3277
|
hostNameAndPath?: CreateWaitingRoomRequestHostNameAndPath[];
|
|
3292
|
-
/**
|
|
3293
|
-
* @example
|
|
3294
|
-
* on
|
|
3295
|
-
*/
|
|
3296
3278
|
jsonResponseEnable?: string;
|
|
3297
|
-
/**
|
|
3298
|
-
* @example
|
|
3299
|
-
* enus
|
|
3300
|
-
*/
|
|
3301
3279
|
language?: string;
|
|
3302
3280
|
/**
|
|
3303
3281
|
* @remarks
|
|
3304
3282
|
* This parameter is required.
|
|
3305
|
-
*
|
|
3306
|
-
* @example
|
|
3307
|
-
* waitingroom_example
|
|
3308
3283
|
*/
|
|
3309
3284
|
name?: string;
|
|
3310
3285
|
/**
|
|
3311
3286
|
* @remarks
|
|
3312
3287
|
* This parameter is required.
|
|
3313
|
-
*
|
|
3314
|
-
* @example
|
|
3315
|
-
* 200
|
|
3316
3288
|
*/
|
|
3317
3289
|
newUsersPerMinute?: string;
|
|
3318
|
-
/**
|
|
3319
|
-
* @example
|
|
3320
|
-
* on
|
|
3321
|
-
*/
|
|
3322
3290
|
queueAllEnable?: string;
|
|
3323
3291
|
/**
|
|
3324
3292
|
* @remarks
|
|
3325
3293
|
* This parameter is required.
|
|
3326
|
-
*
|
|
3327
|
-
* @example
|
|
3328
|
-
* fifo
|
|
3329
3294
|
*/
|
|
3330
3295
|
queuingMethod?: string;
|
|
3331
3296
|
/**
|
|
3332
3297
|
* @remarks
|
|
3333
3298
|
* This parameter is required.
|
|
3334
|
-
*
|
|
3335
|
-
* @example
|
|
3336
|
-
* 200
|
|
3337
3299
|
*/
|
|
3338
3300
|
queuingStatusCode?: string;
|
|
3339
3301
|
/**
|
|
3340
3302
|
* @remarks
|
|
3341
3303
|
* This parameter is required.
|
|
3342
|
-
*
|
|
3343
|
-
* @example
|
|
3344
|
-
* 5
|
|
3345
3304
|
*/
|
|
3346
3305
|
sessionDuration?: string;
|
|
3347
3306
|
/**
|
|
3348
3307
|
* @remarks
|
|
3349
3308
|
* This parameter is required.
|
|
3350
|
-
*
|
|
3351
|
-
* @example
|
|
3352
|
-
* 1234567890123
|
|
3353
3309
|
*/
|
|
3354
3310
|
siteId?: number;
|
|
3355
3311
|
/**
|
|
3356
3312
|
* @remarks
|
|
3357
3313
|
* This parameter is required.
|
|
3358
|
-
*
|
|
3359
|
-
* @example
|
|
3360
|
-
* 300
|
|
3361
3314
|
*/
|
|
3362
3315
|
totalActiveUsers?: string;
|
|
3363
3316
|
/**
|
|
3364
3317
|
* @remarks
|
|
3365
3318
|
* This parameter is required.
|
|
3366
|
-
*
|
|
3367
|
-
* @example
|
|
3368
|
-
* default
|
|
3369
3319
|
*/
|
|
3370
3320
|
waitingRoomType?: string;
|
|
3371
3321
|
static names(): {
|
|
@@ -3382,28 +3332,14 @@ export declare class CreateWaitingRoomShrinkRequest extends $tea.Model {
|
|
|
3382
3332
|
/**
|
|
3383
3333
|
* @remarks
|
|
3384
3334
|
* This parameter is required.
|
|
3385
|
-
*
|
|
3386
|
-
* @example
|
|
3387
|
-
* __aliwaitingroom_example
|
|
3388
3335
|
*/
|
|
3389
3336
|
cookieName?: string;
|
|
3390
|
-
/**
|
|
3391
|
-
* @example
|
|
3392
|
-
* Hello%20world!
|
|
3393
|
-
*/
|
|
3394
3337
|
customPageHtml?: string;
|
|
3395
3338
|
description?: string;
|
|
3396
|
-
/**
|
|
3397
|
-
* @example
|
|
3398
|
-
* on
|
|
3399
|
-
*/
|
|
3400
3339
|
disableSessionRenewalEnable?: string;
|
|
3401
3340
|
/**
|
|
3402
3341
|
* @remarks
|
|
3403
3342
|
* This parameter is required.
|
|
3404
|
-
*
|
|
3405
|
-
* @example
|
|
3406
|
-
* on
|
|
3407
3343
|
*/
|
|
3408
3344
|
enable?: string;
|
|
3409
3345
|
/**
|
|
@@ -3411,83 +3347,47 @@ export declare class CreateWaitingRoomShrinkRequest extends $tea.Model {
|
|
|
3411
3347
|
* This parameter is required.
|
|
3412
3348
|
*/
|
|
3413
3349
|
hostNameAndPathShrink?: string;
|
|
3414
|
-
/**
|
|
3415
|
-
* @example
|
|
3416
|
-
* on
|
|
3417
|
-
*/
|
|
3418
3350
|
jsonResponseEnable?: string;
|
|
3419
|
-
/**
|
|
3420
|
-
* @example
|
|
3421
|
-
* enus
|
|
3422
|
-
*/
|
|
3423
3351
|
language?: string;
|
|
3424
3352
|
/**
|
|
3425
3353
|
* @remarks
|
|
3426
3354
|
* This parameter is required.
|
|
3427
|
-
*
|
|
3428
|
-
* @example
|
|
3429
|
-
* waitingroom_example
|
|
3430
3355
|
*/
|
|
3431
3356
|
name?: string;
|
|
3432
3357
|
/**
|
|
3433
3358
|
* @remarks
|
|
3434
3359
|
* This parameter is required.
|
|
3435
|
-
*
|
|
3436
|
-
* @example
|
|
3437
|
-
* 200
|
|
3438
3360
|
*/
|
|
3439
3361
|
newUsersPerMinute?: string;
|
|
3440
|
-
/**
|
|
3441
|
-
* @example
|
|
3442
|
-
* on
|
|
3443
|
-
*/
|
|
3444
3362
|
queueAllEnable?: string;
|
|
3445
3363
|
/**
|
|
3446
3364
|
* @remarks
|
|
3447
3365
|
* This parameter is required.
|
|
3448
|
-
*
|
|
3449
|
-
* @example
|
|
3450
|
-
* fifo
|
|
3451
3366
|
*/
|
|
3452
3367
|
queuingMethod?: string;
|
|
3453
3368
|
/**
|
|
3454
3369
|
* @remarks
|
|
3455
3370
|
* This parameter is required.
|
|
3456
|
-
*
|
|
3457
|
-
* @example
|
|
3458
|
-
* 200
|
|
3459
3371
|
*/
|
|
3460
3372
|
queuingStatusCode?: string;
|
|
3461
3373
|
/**
|
|
3462
3374
|
* @remarks
|
|
3463
3375
|
* This parameter is required.
|
|
3464
|
-
*
|
|
3465
|
-
* @example
|
|
3466
|
-
* 5
|
|
3467
3376
|
*/
|
|
3468
3377
|
sessionDuration?: string;
|
|
3469
3378
|
/**
|
|
3470
3379
|
* @remarks
|
|
3471
3380
|
* This parameter is required.
|
|
3472
|
-
*
|
|
3473
|
-
* @example
|
|
3474
|
-
* 1234567890123
|
|
3475
3381
|
*/
|
|
3476
3382
|
siteId?: number;
|
|
3477
3383
|
/**
|
|
3478
3384
|
* @remarks
|
|
3479
3385
|
* This parameter is required.
|
|
3480
|
-
*
|
|
3481
|
-
* @example
|
|
3482
|
-
* 300
|
|
3483
3386
|
*/
|
|
3484
3387
|
totalActiveUsers?: string;
|
|
3485
3388
|
/**
|
|
3486
3389
|
* @remarks
|
|
3487
3390
|
* This parameter is required.
|
|
3488
|
-
*
|
|
3489
|
-
* @example
|
|
3490
|
-
* default
|
|
3491
3391
|
*/
|
|
3492
3392
|
waitingRoomType?: string;
|
|
3493
3393
|
static names(): {
|
|
@@ -3501,10 +3401,6 @@ export declare class CreateWaitingRoomShrinkRequest extends $tea.Model {
|
|
|
3501
3401
|
});
|
|
3502
3402
|
}
|
|
3503
3403
|
export declare class CreateWaitingRoomResponseBody extends $tea.Model {
|
|
3504
|
-
/**
|
|
3505
|
-
* @example
|
|
3506
|
-
* 85H66C7B-671A-4297-9187-2C4477247A74
|
|
3507
|
-
*/
|
|
3508
3404
|
requestId?: string;
|
|
3509
3405
|
static names(): {
|
|
3510
3406
|
[key: string]: string;
|
|
@@ -15995,25 +15891,16 @@ export declare class CreateWaitingRoomRequestHostNameAndPath extends $tea.Model
|
|
|
15995
15891
|
/**
|
|
15996
15892
|
* @remarks
|
|
15997
15893
|
* This parameter is required.
|
|
15998
|
-
*
|
|
15999
|
-
* @example
|
|
16000
|
-
* example.com
|
|
16001
15894
|
*/
|
|
16002
15895
|
domain?: string;
|
|
16003
15896
|
/**
|
|
16004
15897
|
* @remarks
|
|
16005
15898
|
* This parameter is required.
|
|
16006
|
-
*
|
|
16007
|
-
* @example
|
|
16008
|
-
* /test
|
|
16009
15899
|
*/
|
|
16010
15900
|
path?: string;
|
|
16011
15901
|
/**
|
|
16012
15902
|
* @remarks
|
|
16013
15903
|
* This parameter is required.
|
|
16014
|
-
*
|
|
16015
|
-
* @example
|
|
16016
|
-
* test.
|
|
16017
15904
|
*/
|
|
16018
15905
|
subdomain?: string;
|
|
16019
15906
|
static names(): {
|