@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/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -4823,28 +4823,14 @@ export class CreateWaitingRoomRequest extends $tea.Model {
|
|
|
4823
4823
|
/**
|
|
4824
4824
|
* @remarks
|
|
4825
4825
|
* This parameter is required.
|
|
4826
|
-
*
|
|
4827
|
-
* @example
|
|
4828
|
-
* __aliwaitingroom_example
|
|
4829
4826
|
*/
|
|
4830
4827
|
cookieName?: string;
|
|
4831
|
-
/**
|
|
4832
|
-
* @example
|
|
4833
|
-
* Hello%20world!
|
|
4834
|
-
*/
|
|
4835
4828
|
customPageHtml?: string;
|
|
4836
4829
|
description?: string;
|
|
4837
|
-
/**
|
|
4838
|
-
* @example
|
|
4839
|
-
* on
|
|
4840
|
-
*/
|
|
4841
4830
|
disableSessionRenewalEnable?: string;
|
|
4842
4831
|
/**
|
|
4843
4832
|
* @remarks
|
|
4844
4833
|
* This parameter is required.
|
|
4845
|
-
*
|
|
4846
|
-
* @example
|
|
4847
|
-
* on
|
|
4848
4834
|
*/
|
|
4849
4835
|
enable?: string;
|
|
4850
4836
|
/**
|
|
@@ -4852,83 +4838,47 @@ export class CreateWaitingRoomRequest extends $tea.Model {
|
|
|
4852
4838
|
* This parameter is required.
|
|
4853
4839
|
*/
|
|
4854
4840
|
hostNameAndPath?: CreateWaitingRoomRequestHostNameAndPath[];
|
|
4855
|
-
/**
|
|
4856
|
-
* @example
|
|
4857
|
-
* on
|
|
4858
|
-
*/
|
|
4859
4841
|
jsonResponseEnable?: string;
|
|
4860
|
-
/**
|
|
4861
|
-
* @example
|
|
4862
|
-
* enus
|
|
4863
|
-
*/
|
|
4864
4842
|
language?: string;
|
|
4865
4843
|
/**
|
|
4866
4844
|
* @remarks
|
|
4867
4845
|
* This parameter is required.
|
|
4868
|
-
*
|
|
4869
|
-
* @example
|
|
4870
|
-
* waitingroom_example
|
|
4871
4846
|
*/
|
|
4872
4847
|
name?: string;
|
|
4873
4848
|
/**
|
|
4874
4849
|
* @remarks
|
|
4875
4850
|
* This parameter is required.
|
|
4876
|
-
*
|
|
4877
|
-
* @example
|
|
4878
|
-
* 200
|
|
4879
4851
|
*/
|
|
4880
4852
|
newUsersPerMinute?: string;
|
|
4881
|
-
/**
|
|
4882
|
-
* @example
|
|
4883
|
-
* on
|
|
4884
|
-
*/
|
|
4885
4853
|
queueAllEnable?: string;
|
|
4886
4854
|
/**
|
|
4887
4855
|
* @remarks
|
|
4888
4856
|
* This parameter is required.
|
|
4889
|
-
*
|
|
4890
|
-
* @example
|
|
4891
|
-
* fifo
|
|
4892
4857
|
*/
|
|
4893
4858
|
queuingMethod?: string;
|
|
4894
4859
|
/**
|
|
4895
4860
|
* @remarks
|
|
4896
4861
|
* This parameter is required.
|
|
4897
|
-
*
|
|
4898
|
-
* @example
|
|
4899
|
-
* 200
|
|
4900
4862
|
*/
|
|
4901
4863
|
queuingStatusCode?: string;
|
|
4902
4864
|
/**
|
|
4903
4865
|
* @remarks
|
|
4904
4866
|
* This parameter is required.
|
|
4905
|
-
*
|
|
4906
|
-
* @example
|
|
4907
|
-
* 5
|
|
4908
4867
|
*/
|
|
4909
4868
|
sessionDuration?: string;
|
|
4910
4869
|
/**
|
|
4911
4870
|
* @remarks
|
|
4912
4871
|
* This parameter is required.
|
|
4913
|
-
*
|
|
4914
|
-
* @example
|
|
4915
|
-
* 1234567890123
|
|
4916
4872
|
*/
|
|
4917
4873
|
siteId?: number;
|
|
4918
4874
|
/**
|
|
4919
4875
|
* @remarks
|
|
4920
4876
|
* This parameter is required.
|
|
4921
|
-
*
|
|
4922
|
-
* @example
|
|
4923
|
-
* 300
|
|
4924
4877
|
*/
|
|
4925
4878
|
totalActiveUsers?: string;
|
|
4926
4879
|
/**
|
|
4927
4880
|
* @remarks
|
|
4928
4881
|
* This parameter is required.
|
|
4929
|
-
*
|
|
4930
|
-
* @example
|
|
4931
|
-
* default
|
|
4932
4882
|
*/
|
|
4933
4883
|
waitingRoomType?: string;
|
|
4934
4884
|
static names(): { [key: string]: string } {
|
|
@@ -4984,28 +4934,14 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
|
|
|
4984
4934
|
/**
|
|
4985
4935
|
* @remarks
|
|
4986
4936
|
* This parameter is required.
|
|
4987
|
-
*
|
|
4988
|
-
* @example
|
|
4989
|
-
* __aliwaitingroom_example
|
|
4990
4937
|
*/
|
|
4991
4938
|
cookieName?: string;
|
|
4992
|
-
/**
|
|
4993
|
-
* @example
|
|
4994
|
-
* Hello%20world!
|
|
4995
|
-
*/
|
|
4996
4939
|
customPageHtml?: string;
|
|
4997
4940
|
description?: string;
|
|
4998
|
-
/**
|
|
4999
|
-
* @example
|
|
5000
|
-
* on
|
|
5001
|
-
*/
|
|
5002
4941
|
disableSessionRenewalEnable?: string;
|
|
5003
4942
|
/**
|
|
5004
4943
|
* @remarks
|
|
5005
4944
|
* This parameter is required.
|
|
5006
|
-
*
|
|
5007
|
-
* @example
|
|
5008
|
-
* on
|
|
5009
4945
|
*/
|
|
5010
4946
|
enable?: string;
|
|
5011
4947
|
/**
|
|
@@ -5013,83 +4949,47 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
|
|
|
5013
4949
|
* This parameter is required.
|
|
5014
4950
|
*/
|
|
5015
4951
|
hostNameAndPathShrink?: string;
|
|
5016
|
-
/**
|
|
5017
|
-
* @example
|
|
5018
|
-
* on
|
|
5019
|
-
*/
|
|
5020
4952
|
jsonResponseEnable?: string;
|
|
5021
|
-
/**
|
|
5022
|
-
* @example
|
|
5023
|
-
* enus
|
|
5024
|
-
*/
|
|
5025
4953
|
language?: string;
|
|
5026
4954
|
/**
|
|
5027
4955
|
* @remarks
|
|
5028
4956
|
* This parameter is required.
|
|
5029
|
-
*
|
|
5030
|
-
* @example
|
|
5031
|
-
* waitingroom_example
|
|
5032
4957
|
*/
|
|
5033
4958
|
name?: string;
|
|
5034
4959
|
/**
|
|
5035
4960
|
* @remarks
|
|
5036
4961
|
* This parameter is required.
|
|
5037
|
-
*
|
|
5038
|
-
* @example
|
|
5039
|
-
* 200
|
|
5040
4962
|
*/
|
|
5041
4963
|
newUsersPerMinute?: string;
|
|
5042
|
-
/**
|
|
5043
|
-
* @example
|
|
5044
|
-
* on
|
|
5045
|
-
*/
|
|
5046
4964
|
queueAllEnable?: string;
|
|
5047
4965
|
/**
|
|
5048
4966
|
* @remarks
|
|
5049
4967
|
* This parameter is required.
|
|
5050
|
-
*
|
|
5051
|
-
* @example
|
|
5052
|
-
* fifo
|
|
5053
4968
|
*/
|
|
5054
4969
|
queuingMethod?: string;
|
|
5055
4970
|
/**
|
|
5056
4971
|
* @remarks
|
|
5057
4972
|
* This parameter is required.
|
|
5058
|
-
*
|
|
5059
|
-
* @example
|
|
5060
|
-
* 200
|
|
5061
4973
|
*/
|
|
5062
4974
|
queuingStatusCode?: string;
|
|
5063
4975
|
/**
|
|
5064
4976
|
* @remarks
|
|
5065
4977
|
* This parameter is required.
|
|
5066
|
-
*
|
|
5067
|
-
* @example
|
|
5068
|
-
* 5
|
|
5069
4978
|
*/
|
|
5070
4979
|
sessionDuration?: string;
|
|
5071
4980
|
/**
|
|
5072
4981
|
* @remarks
|
|
5073
4982
|
* This parameter is required.
|
|
5074
|
-
*
|
|
5075
|
-
* @example
|
|
5076
|
-
* 1234567890123
|
|
5077
4983
|
*/
|
|
5078
4984
|
siteId?: number;
|
|
5079
4985
|
/**
|
|
5080
4986
|
* @remarks
|
|
5081
4987
|
* This parameter is required.
|
|
5082
|
-
*
|
|
5083
|
-
* @example
|
|
5084
|
-
* 300
|
|
5085
4988
|
*/
|
|
5086
4989
|
totalActiveUsers?: string;
|
|
5087
4990
|
/**
|
|
5088
4991
|
* @remarks
|
|
5089
4992
|
* This parameter is required.
|
|
5090
|
-
*
|
|
5091
|
-
* @example
|
|
5092
|
-
* default
|
|
5093
4993
|
*/
|
|
5094
4994
|
waitingRoomType?: string;
|
|
5095
4995
|
static names(): { [key: string]: string } {
|
|
@@ -5142,10 +5042,6 @@ export class CreateWaitingRoomShrinkRequest extends $tea.Model {
|
|
|
5142
5042
|
}
|
|
5143
5043
|
|
|
5144
5044
|
export class CreateWaitingRoomResponseBody extends $tea.Model {
|
|
5145
|
-
/**
|
|
5146
|
-
* @example
|
|
5147
|
-
* 85H66C7B-671A-4297-9187-2C4477247A74
|
|
5148
|
-
*/
|
|
5149
5045
|
requestId?: string;
|
|
5150
5046
|
static names(): { [key: string]: string } {
|
|
5151
5047
|
return {
|
|
@@ -23530,25 +23426,16 @@ export class CreateWaitingRoomRequestHostNameAndPath extends $tea.Model {
|
|
|
23530
23426
|
/**
|
|
23531
23427
|
* @remarks
|
|
23532
23428
|
* This parameter is required.
|
|
23533
|
-
*
|
|
23534
|
-
* @example
|
|
23535
|
-
* example.com
|
|
23536
23429
|
*/
|
|
23537
23430
|
domain?: string;
|
|
23538
23431
|
/**
|
|
23539
23432
|
* @remarks
|
|
23540
23433
|
* This parameter is required.
|
|
23541
|
-
*
|
|
23542
|
-
* @example
|
|
23543
|
-
* /test
|
|
23544
23434
|
*/
|
|
23545
23435
|
path?: string;
|
|
23546
23436
|
/**
|
|
23547
23437
|
* @remarks
|
|
23548
23438
|
* This parameter is required.
|
|
23549
|
-
*
|
|
23550
|
-
* @example
|
|
23551
|
-
* test.
|
|
23552
23439
|
*/
|
|
23553
23440
|
subdomain?: string;
|
|
23554
23441
|
static names(): { [key: string]: string } {
|