tencentcloud-sdk-nodejs 4.0.915 → 4.0.917
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/CHANGELOG.md +318 -0
- package/SERVICE_CHANGELOG.md +463 -69
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +0 -2
- package/src/services/billing/v20180709/billing_models.ts +64 -5
- package/src/services/btoe/index.ts +2 -2
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +4 -2
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dts/index.ts +2 -2
- package/src/services/eis/index.ts +2 -2
- package/src/services/es/v20180416/es_client.ts +3 -2
- package/src/services/es/v20180416/es_models.ts +39 -1
- package/src/services/ess/v20201111/ess_client.ts +23 -4
- package/src/services/ess/v20201111/ess_models.ts +110 -58
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +21 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +521 -475
- package/src/services/faceid/v20180301/faceid_models.ts +2 -0
- package/src/services/iai/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/live/v20180801/live_models.ts +2 -10
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +83 -64
- package/src/services/ms/v20180408/ms_client.ts +88 -42
- package/src/services/ocr/v20181119/ocr_models.ts +15 -3
- package/src/services/organization/v20210331/organization_client.ts +992 -396
- package/src/services/organization/v20210331/organization_models.ts +4192 -1603
- package/src/services/sms/v20210111/sms_models.ts +2 -1
- package/src/services/tat/v20201028/tat_client.ts +13 -0
- package/src/services/tat/v20201028/tat_models.ts +78 -1
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +4 -4
- package/src/services/trocket/v20230308/trocket_models.ts +31 -7
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +27 -12
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +0 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +64 -5
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/es/v20180416/es_client.d.ts +1 -0
- package/tencentcloud/services/es/v20180416/es_client.js +1 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +39 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +108 -58
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +516 -472
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -0
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +2 -10
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +83 -64
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +69 -23
- package/tencentcloud/services/ms/v20180408/ms_client.js +69 -23
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +15 -3
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +313 -121
- package/tencentcloud/services/organization/v20210331/organization_client.js +468 -180
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +4093 -1620
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +2 -1
- package/tencentcloud/services/tat/v20201028/tat_client.d.ts +5 -1
- package/tencentcloud/services/tat/v20201028/tat_client.js +6 -0
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +75 -1
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +6 -6
- package/tencentcloud/services/thpc/index.js +4 -4
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +31 -7
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +27 -12
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/organization.v20210331.test.js +605 -125
- package/test/tat.v20201028.test.js +10 -0
|
@@ -921,9 +921,25 @@ export interface ModifyExtendedServiceRequest {
|
|
|
921
921
|
}
|
|
922
922
|
|
|
923
923
|
/**
|
|
924
|
-
*
|
|
924
|
+
* CreateBatchInitOrganizationUrl返回参数结构体
|
|
925
925
|
*/
|
|
926
|
-
export interface
|
|
926
|
+
export interface CreateBatchInitOrganizationUrlResponse {
|
|
927
|
+
/**
|
|
928
|
+
* 小程序路径
|
|
929
|
+
*/
|
|
930
|
+
MiniAppPath?: string
|
|
931
|
+
/**
|
|
932
|
+
* 操作长链
|
|
933
|
+
*/
|
|
934
|
+
OperateLongUrl?: string
|
|
935
|
+
/**
|
|
936
|
+
* 操作短链
|
|
937
|
+
*/
|
|
938
|
+
OperateShortUrl?: string
|
|
939
|
+
/**
|
|
940
|
+
* 操作二维码
|
|
941
|
+
*/
|
|
942
|
+
QRCodeUrl?: string
|
|
927
943
|
/**
|
|
928
944
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
929
945
|
*/
|
|
@@ -2769,6 +2785,32 @@ export interface CreateReleaseFlowResponse {
|
|
|
2769
2785
|
RequestId?: string
|
|
2770
2786
|
}
|
|
2771
2787
|
|
|
2788
|
+
/**
|
|
2789
|
+
* CreateBatchInitOrganizationUrl请求参数结构体
|
|
2790
|
+
*/
|
|
2791
|
+
export interface CreateBatchInitOrganizationUrlRequest {
|
|
2792
|
+
/**
|
|
2793
|
+
* 执行本接口操作的员工信息。
|
|
2794
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
2795
|
+
*/
|
|
2796
|
+
Operator: UserInfo
|
|
2797
|
+
/**
|
|
2798
|
+
* 初始化操作类型
|
|
2799
|
+
<ul><li>CREATE_SEAL : 创建印章</li>
|
|
2800
|
+
<li>AUTH_JOIN_ORGANIZATION_GROUP : 加入集团企业</li>
|
|
2801
|
+
<li>OPEN_AUTO_SIGN :开通企业自动签署</li></ul>
|
|
2802
|
+
*/
|
|
2803
|
+
OperateTypes: Array<string>
|
|
2804
|
+
/**
|
|
2805
|
+
* 批量操作的企业Id列表,最大支持50个
|
|
2806
|
+
*/
|
|
2807
|
+
OrganizationIds: Array<string>
|
|
2808
|
+
/**
|
|
2809
|
+
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
2810
|
+
*/
|
|
2811
|
+
Agent?: Agent
|
|
2812
|
+
}
|
|
2813
|
+
|
|
2772
2814
|
/**
|
|
2773
2815
|
* CreateWebThemeConfig返回参数结构体
|
|
2774
2816
|
*/
|
|
@@ -4943,40 +4985,25 @@ export interface FlowCreateApprover {
|
|
|
4943
4985
|
}
|
|
4944
4986
|
|
|
4945
4987
|
/**
|
|
4946
|
-
*
|
|
4988
|
+
* 签署方在使用个人印章签署控件(SIGN_SIGNATURE) 时可使用的签署方式
|
|
4947
4989
|
*/
|
|
4948
|
-
export interface
|
|
4949
|
-
/**
|
|
4950
|
-
* 加入集团二维码链接,子企业的管理员可以直接扫码进入。
|
|
4951
|
-
注意:1. 该链接有效期时间为ExpireTime,同时需要注意保密,不要外泄给无关用户。2. 该链接不支持小程序嵌入,仅支持<b>移动端浏览器</b>打开。3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
4952
|
-
*/
|
|
4953
|
-
Link?: string
|
|
4954
|
-
/**
|
|
4955
|
-
* 到期时间(以秒为单位的时间戳)
|
|
4956
|
-
*/
|
|
4957
|
-
ExpireTime?: number
|
|
4990
|
+
export interface ApproverComponentLimitType {
|
|
4958
4991
|
/**
|
|
4959
|
-
*
|
|
4960
|
-
注意:
|
|
4961
|
-
1. 该链接有效期时间为ExpireTime,同时需要注意保密,不要外泄给无关用户。
|
|
4962
|
-
2. 该链接不支持小程序嵌入,仅支持<b>移动端浏览器</b>打开。
|
|
4963
|
-
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
4992
|
+
* 签署方经办人在模板中配置的参与方ID,与控件绑定,是控件的归属方,ID为32位字符串。
|
|
4964
4993
|
*/
|
|
4965
|
-
|
|
4994
|
+
RecipientId: string
|
|
4966
4995
|
/**
|
|
4967
|
-
*
|
|
4968
|
-
|
|
4969
|
-
<li>小程序和APP集成使用</li>
|
|
4970
|
-
<li>得到的链接类似于`pages/guide?shortKey=yDw***k1xFc5`, 用法可以参考:<a href="https://qian.tencent.com/developers/company/openwxminiprogram" target="_blank">跳转电子签小程序</a></li>
|
|
4971
|
-
|
|
4996
|
+
* 签署方经办人控件类型是个人印章签署控件(SIGN_SIGNATURE) 时,可选的签名方式,可多选
|
|
4972
4997
|
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
|
|
4998
|
+
签名方式:
|
|
4999
|
+
<ul>
|
|
5000
|
+
<li>HANDWRITE-手写签名</li>
|
|
5001
|
+
<li>ESIGN-个人印章类型</li>
|
|
5002
|
+
<li>OCR_ESIGN-AI智能识别手写签名</li>
|
|
5003
|
+
<li>SYSTEM_ESIGN-系统签名</li>
|
|
5004
|
+
</ul>
|
|
4978
5005
|
*/
|
|
4979
|
-
|
|
5006
|
+
Values: Array<string>
|
|
4980
5007
|
}
|
|
4981
5008
|
|
|
4982
5009
|
/**
|
|
@@ -7155,24 +7182,13 @@ export interface DeleteIntegrationDepartmentRequest {
|
|
|
7155
7182
|
}
|
|
7156
7183
|
|
|
7157
7184
|
/**
|
|
7158
|
-
*
|
|
7185
|
+
* CancelUserAutoSignEnableUrl返回参数结构体
|
|
7159
7186
|
*/
|
|
7160
|
-
export interface
|
|
7161
|
-
/**
|
|
7162
|
-
* 合同类型ID
|
|
7163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7164
|
-
*/
|
|
7165
|
-
UserFlowTypeId?: string
|
|
7166
|
-
/**
|
|
7167
|
-
* 合同类型名称
|
|
7168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7169
|
-
*/
|
|
7170
|
-
Name?: string
|
|
7187
|
+
export interface CancelUserAutoSignEnableUrlResponse {
|
|
7171
7188
|
/**
|
|
7172
|
-
*
|
|
7173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7189
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7174
7190
|
*/
|
|
7175
|
-
|
|
7191
|
+
RequestId?: string
|
|
7176
7192
|
}
|
|
7177
7193
|
|
|
7178
7194
|
/**
|
|
@@ -8776,6 +8792,27 @@ export interface RelieveInfo {
|
|
|
8776
8792
|
OtherDeals?: string
|
|
8777
8793
|
}
|
|
8778
8794
|
|
|
8795
|
+
/**
|
|
8796
|
+
* 用户自定义合同类型, 自定义合同类型的管理可以[点击查看在控制台位置的截图](https://qcloudimg.tencent-cloud.cn/raw/85a9b2ebce07b0cd6d75d5327d538235.png)
|
|
8797
|
+
*/
|
|
8798
|
+
export interface UserFlowType {
|
|
8799
|
+
/**
|
|
8800
|
+
* 合同类型ID
|
|
8801
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8802
|
+
*/
|
|
8803
|
+
UserFlowTypeId?: string
|
|
8804
|
+
/**
|
|
8805
|
+
* 合同类型名称
|
|
8806
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8807
|
+
*/
|
|
8808
|
+
Name?: string
|
|
8809
|
+
/**
|
|
8810
|
+
* 合同类型说明
|
|
8811
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8812
|
+
*/
|
|
8813
|
+
Description?: string
|
|
8814
|
+
}
|
|
8815
|
+
|
|
8779
8816
|
/**
|
|
8780
8817
|
* 个性化参数
|
|
8781
8818
|
*/
|
|
@@ -9285,25 +9322,40 @@ export interface DescribeOrganizationGroupOrganizationsResponse {
|
|
|
9285
9322
|
}
|
|
9286
9323
|
|
|
9287
9324
|
/**
|
|
9288
|
-
*
|
|
9325
|
+
* CreateOrganizationGroupInvitationLink返回参数结构体
|
|
9289
9326
|
*/
|
|
9290
|
-
export interface
|
|
9327
|
+
export interface CreateOrganizationGroupInvitationLinkResponse {
|
|
9291
9328
|
/**
|
|
9292
|
-
*
|
|
9329
|
+
* 加入集团二维码链接,子企业的管理员可以直接扫码进入。
|
|
9330
|
+
注意:1. 该链接有效期时间为ExpireTime,同时需要注意保密,不要外泄给无关用户。2. 该链接不支持小程序嵌入,仅支持<b>移动端浏览器</b>打开。3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
9293
9331
|
*/
|
|
9294
|
-
|
|
9332
|
+
Link?: string
|
|
9295
9333
|
/**
|
|
9296
|
-
*
|
|
9334
|
+
* 到期时间(以秒为单位的时间戳)
|
|
9335
|
+
*/
|
|
9336
|
+
ExpireTime?: number
|
|
9337
|
+
/**
|
|
9338
|
+
* 加入集团短链接。
|
|
9339
|
+
注意:
|
|
9340
|
+
1. 该链接有效期时间为ExpireTime,同时需要注意保密,不要外泄给无关用户。
|
|
9341
|
+
2. 该链接不支持小程序嵌入,仅支持<b>移动端浏览器</b>打开。
|
|
9342
|
+
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
9343
|
+
*/
|
|
9344
|
+
JumpUrl?: string
|
|
9345
|
+
/**
|
|
9346
|
+
* 腾讯电子签小程序加入集团链接。
|
|
9297
9347
|
|
|
9298
|
-
|
|
9299
|
-
<
|
|
9300
|
-
|
|
9301
|
-
|
|
9302
|
-
<
|
|
9303
|
-
<li>SYSTEM_ESIGN-系统签名</li>
|
|
9304
|
-
</ul>
|
|
9348
|
+
<li>小程序和APP集成使用</li>
|
|
9349
|
+
<li>得到的链接类似于`pages/guide?shortKey=yDw***k1xFc5`, 用法可以参考:<a href="https://qian.tencent.com/developers/company/openwxminiprogram" target="_blank">跳转电子签小程序</a></li>
|
|
9350
|
+
|
|
9351
|
+
|
|
9352
|
+
注: <font color="red">生成的链路后面不能再增加参数</font>
|
|
9305
9353
|
*/
|
|
9306
|
-
|
|
9354
|
+
MiniAppPath?: string
|
|
9355
|
+
/**
|
|
9356
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9357
|
+
*/
|
|
9358
|
+
RequestId?: string
|
|
9307
9359
|
}
|
|
9308
9360
|
|
|
9309
9361
|
/**
|
|
@@ -49,7 +49,7 @@ import {
|
|
|
49
49
|
HasAuthUser,
|
|
50
50
|
ChannelCreateBatchSignUrlResponse,
|
|
51
51
|
ChannelCreatePrepareFlowResponse,
|
|
52
|
-
|
|
52
|
+
CreateBatchInitOrganizationUrlResponse,
|
|
53
53
|
DetectInfoVideoData,
|
|
54
54
|
OperateChannelTemplateResponse,
|
|
55
55
|
FlowFileInfo,
|
|
@@ -161,11 +161,12 @@ import {
|
|
|
161
161
|
FillError,
|
|
162
162
|
ChannelRenewAutoSignLicenseRequest,
|
|
163
163
|
ChannelDescribeBillUsageDetailResponse,
|
|
164
|
+
IntentionActionResult,
|
|
164
165
|
FlowDetailInfo,
|
|
165
166
|
CreateFlowsByTemplatesResponse,
|
|
166
167
|
DescribeChannelFlowEvidenceReportRequest,
|
|
167
168
|
ChannelCreateRoleResponse,
|
|
168
|
-
|
|
169
|
+
FormField,
|
|
169
170
|
FailedCreateRoleData,
|
|
170
171
|
ChannelDescribeUserAutoSignStatusRequest,
|
|
171
172
|
FlowResourceUrlInfo,
|
|
@@ -194,6 +195,7 @@ import {
|
|
|
194
195
|
ChannelDescribeRolesResponse,
|
|
195
196
|
ChannelCreateReleaseFlowRequest,
|
|
196
197
|
ChannelDescribeFlowComponentsResponse,
|
|
198
|
+
WebThemeConfig,
|
|
197
199
|
ChannelCreateFlowGroupByFilesResponse,
|
|
198
200
|
ChannelCreateMultiFlowSignQRCodeResponse,
|
|
199
201
|
ApproverOption,
|
|
@@ -217,7 +219,7 @@ import {
|
|
|
217
219
|
ModifyFlowDeadlineRequest,
|
|
218
220
|
ChannelUpdateSealStatusRequest,
|
|
219
221
|
ChannelCreateFlowGroupByTemplatesRequest,
|
|
220
|
-
|
|
222
|
+
CreateBatchInitOrganizationUrlRequest,
|
|
221
223
|
CreateFlowGroupSignReviewRequest,
|
|
222
224
|
ChannelBillUsageDetail,
|
|
223
225
|
DescribeTemplatesRequest,
|
|
@@ -1592,6 +1594,22 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
|
|
|
1592
1594
|
return this.request("ChannelCreateFlowGroupByTemplates", req, cb)
|
|
1593
1595
|
}
|
|
1594
1596
|
|
|
1597
|
+
/**
|
|
1598
|
+
* 支持企业进行批量初始化操作:
|
|
1599
|
+
|
|
1600
|
+
此接口存在以下限制:
|
|
1601
|
+
1. 批量操作的企业需要已经完成电子签的认证流程。
|
|
1602
|
+
2. 通过此接口生成的链接在小程序端进行操作时,操作人需要是<font color="red">所有企业的超管或法人</font>。
|
|
1603
|
+
3. 批量操作的企业,需要是本方第三方应用下的企业。
|
|
1604
|
+
4. <font color="red">操作链接过期时间默认为生成链接后7天。</font>
|
|
1605
|
+
*/
|
|
1606
|
+
async CreateBatchInitOrganizationUrl(
|
|
1607
|
+
req: CreateBatchInitOrganizationUrlRequest,
|
|
1608
|
+
cb?: (error: string, rep: CreateBatchInitOrganizationUrlResponse) => void
|
|
1609
|
+
): Promise<CreateBatchInitOrganizationUrlResponse> {
|
|
1610
|
+
return this.request("CreateBatchInitOrganizationUrl", req, cb)
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1595
1613
|
/**
|
|
1596
1614
|
* 此接口(CreateChannelOrganizationInfoChangeUrl)用于创建子客企业信息变更链接。
|
|
1597
1615
|
|