@alipay/ams-checkout 0.0.1781004142-dev.0 → 0.0.1781004142-dev.11

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.
@@ -573,14 +573,9 @@ export interface CashierSubmitPayRequest {
573
573
  category?: string;
574
574
  };
575
575
  shipping?: import('../core/component/element/type').CKPShipping;
576
- }
577
- export interface CashierSubmitPayRequest {
578
- paymentMethodType?: string;
579
- paymentFactors?: Record<string, string>;
580
- verifyFactors?: Record<string, string>;
581
- paymentSessionData: string;
582
- paymentSessionConfig?: any;
583
576
  extParams?: any;
577
+ /** 支付金额 */
578
+ paymentAmount?: Pick<IAmount, 'value' | 'currency'>;
584
579
  }
585
580
  export interface CashierSdkActionQueryResult {
586
581
  supportedLanguages?: any[];
@@ -208,4 +208,10 @@ export declare const SPM_MAP: {
208
208
  'Abnormal params recurringInfo': string;
209
209
  'Payment processing but user dismissed the sheet': string;
210
210
  'User dismissed the sheet': string;
211
+ sdk_before_confirm_start: string;
212
+ sdk_before_confirm_success: string;
213
+ sdk_before_confirm_abort: string;
214
+ sdk_before_confirm_error: string;
215
+ sdk_before_confirm_timeout: string;
216
+ sdk_before_confirm_skip: string;
211
217
  };
@@ -198,5 +198,11 @@ export var SPM_MAP = _objectSpread({
198
198
  'Abnormal params paymentSessionFactor': 'a3753.b101271.c388189.d518377',
199
199
  'Abnormal params recurringInfo': 'a3753.b101271.c388189.d518377',
200
200
  'Payment processing but user dismissed the sheet': 'a3753.b101271.c388189.d518377',
201
- 'User dismissed the sheet': 'a3753.b101271.c388189.d518377'
201
+ 'User dismissed the sheet': 'a3753.b101271.c388189.d518377',
202
+ sdk_before_confirm_start: 'a3753.b204577.c480929',
203
+ sdk_before_confirm_success: 'a3753.b204577.c480930',
204
+ sdk_before_confirm_abort: 'a3753.b204577.c480931',
205
+ sdk_before_confirm_error: 'a3753.b204577.c480932',
206
+ sdk_before_confirm_timeout: 'a3753.b204577.c480933',
207
+ sdk_before_confirm_skip: 'a3753.b204577.c480934'
202
208
  }, ELEMENT_SPM_MAP);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1781004142-dev.0",
3
+ "version": "0.0.1781004142-dev.11",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "exports": {