@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.
- package/dist/umd/ams-checkout.min.js +1 -1
- package/esm/component/channel.d.ts +1 -1
- package/esm/component/channel.js +74 -28
- package/esm/foundation/product-processor/easysafepay/index.d.ts +0 -1
- package/esm/foundation/product-processor/easysafepay/index.js +108 -231
- package/esm/types/index.d.ts +2 -0
- package/package.json +1 -1
package/esm/types/index.d.ts
CHANGED
@@ -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;
|