Skip to content

Commit 50e2c47

Browse files
author
uni
committed
chore: update auto import config file
1 parent 26d1b42 commit 50e2c47

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

packages/uni-uts-v1/lib/arkts/external-module-exports-x.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,23 @@
130130
"UniOAuthHuaweiProvider"
131131
]
132132
],
133+
"@uni_modules/uni-oauth-weixin": [
134+
[
135+
"AuthResp"
136+
],
137+
[
138+
"OauthWeixinFail"
139+
],
140+
[
141+
"UniOAuthWeixinProvider"
142+
],
143+
[
144+
"WeixinAccessTokenResp"
145+
],
146+
[
147+
"WeixinUserInfoResp"
148+
]
149+
],
133150
"@uni_modules/uni-payment-alipay": [
134151
[
135152
"UniPaymentAlipayProvider"
@@ -225,6 +242,11 @@
225242
"SetPushChannelOptions"
226243
]
227244
],
245+
"@uni_modules/uni-share-weixin": [
246+
[
247+
"UniShareWeixinProvider"
248+
]
249+
],
228250
"@uni_modules/uni-verify": [
229251
[
230252
"GetUniVerifyManager"

packages/uni-uts-v1/lib/arkts/external-module-exports.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,23 @@
4141
"UniOAuthHuaweiProvider"
4242
]
4343
],
44+
"@uni_modules/uni-oauth-weixin": [
45+
[
46+
"AuthResp"
47+
],
48+
[
49+
"OauthWeixinFail"
50+
],
51+
[
52+
"UniOAuthWeixinProvider"
53+
],
54+
[
55+
"WeixinAccessTokenResp"
56+
],
57+
[
58+
"WeixinUserInfoResp"
59+
]
60+
],
4461
"@uni_modules/uni-payment-alipay": [
4562
[
4663
"UniPaymentAlipayProvider"
@@ -136,6 +153,11 @@
136153
"SetPushChannelOptions"
137154
]
138155
],
156+
"@uni_modules/uni-share-weixin": [
157+
[
158+
"UniShareWeixinProvider"
159+
]
160+
],
139161
"@uni_modules/uni-verify": [
140162
[
141163
"GetUniVerifyManager"

0 commit comments

Comments
 (0)