@simitgroup/simpleapp-generator 2.0.2-d-alpha → 2.0.2-e-alpha
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/ReleaseNote.md
CHANGED
package/package.json
CHANGED
|
@@ -79,7 +79,7 @@ export class MiniApp<%= pascalName %>BridgeService {
|
|
|
79
79
|
<% if (value !== true && typeof value !== 'object') { return; } %>
|
|
80
80
|
|
|
81
81
|
<% if(action === 'list') { %>
|
|
82
|
-
protected async handleList(message: MiniAppBridgeMessageApi
|
|
82
|
+
protected async handleList(message: MiniAppBridgeMessageApi<<%= typeActionName %>>) {
|
|
83
83
|
const rawBody: any = message.params.body ?? {};
|
|
84
84
|
const pageSize = rawBody.pagination?.pageSize ?? rawBody.pageSize ?? 200;
|
|
85
85
|
const pageNo = rawBody.pagination?.pageNo ?? rawBody.pageNo ?? 0;
|