diff --git a/packages/uni-uts-v1/lib/ext-api/modules.json b/packages/uni-uts-v1/lib/ext-api/modules.json index 3a38233cb1271bd3bfbee9ea1550b066fcb19aaf..2ef9ffcc5a776537d9f8939726824e8f5d4cc078 100644 --- a/packages/uni-uts-v1/lib/ext-api/modules.json +++ b/packages/uni-uts-v1/lib/ext-api/modules.json @@ -114,6 +114,19 @@ } } }, + "uni-getElementById": { + "uni": { + "getElementById": { + "name": "getElementById", + "app": { + "js": false, + "kotlin": false, + "swift": true, + "arkts": false + } + } + } + }, "uni-getLocation": { "provider": { "service": "location" @@ -693,6 +706,42 @@ "video" ] }, + "uni-virtualPayment": { + "uni": { + "requestVirtualPayment": { + "name": "requestVirtualPayment", + "app": { + "js": false, + "kotlin": false, + "swift": true + } + }, + "restoreCompletedTransactions": { + "name": "restoreCompletedTransactions", + "app": { + "js": false, + "kotlin": false, + "swift": true + } + }, + "getUnfinishedTransactions": { + "name": "getUnfinishedTransactions", + "app": { + "js": false, + "kotlin": false, + "swift": true + } + }, + "finishedTransaction": { + "name": "finishedTransaction", + "app": { + "js": false, + "kotlin": false, + "swift": true + } + } + } + }, "uni-websocket": { "uni": { "connectSocket": {