@alipay/ams-checkout 0.0.1730107332-dev.4 → 0.0.1730107332-dev.6

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.
@@ -213,6 +213,7 @@ export interface PaymentSessionActionData {
213
213
  skipSdkQuery: boolean;
214
214
  requireFastSdk: boolean;
215
215
  nonCompliant?: boolean;
216
+ nonInitSecuritySdk?: boolean;
216
217
  skipSdkQueryForm?: {
217
218
  value: boolean;
218
219
  version: string;
@@ -227,6 +228,7 @@ export interface IPaymentSessionMetaData {
227
228
  moneyView?: any;
228
229
  extendInfo?: string;
229
230
  paymentMethodInfoView?: any;
231
+ paymentView?: any;
230
232
  action?: PaymentSessionActionData;
231
233
  authUrlInfo?: {
232
234
  appIdentifier?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1730107332-dev.4",
3
+ "version": "0.0.1730107332-dev.6",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",