@alipay/ams-checkout 0.0.1777517604-dev.2 → 0.0.1777517604-dev.3
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/ams-checkout.js +3 -3
- package/dist/ams-checkout.min.js +1 -1
- package/package.json +1 -1
- package/types.d.ts +3 -3
- package/types.untrimmed.d.ts +3 -3
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -233,7 +233,7 @@ export declare class AntomSDKError extends AntomError<AntomSDKErrorCodes> {
|
|
|
233
233
|
name: string;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
|
-
declare const AntomSDKErrorCodes: {
|
|
236
|
+
export declare const AntomSDKErrorCodes: {
|
|
237
237
|
/**
|
|
238
238
|
* @description 找不到主元素
|
|
239
239
|
*/
|
|
@@ -291,9 +291,9 @@ declare const AntomSDKErrorCodes: {
|
|
|
291
291
|
readonly INVALID_REDIRECT_URL: "INVALID_REDIRECT_URL";
|
|
292
292
|
};
|
|
293
293
|
|
|
294
|
-
declare type AntomSDKErrorCodes = typeof AntomSDKErrorCodes[keyof typeof AntomSDKErrorCodes];
|
|
294
|
+
export declare type AntomSDKErrorCodes = (typeof AntomSDKErrorCodes)[keyof typeof AntomSDKErrorCodes];
|
|
295
295
|
|
|
296
|
-
export declare type AntomTheme =
|
|
296
|
+
export declare type AntomTheme = 'default' | 'agateGreen' | 'night' | 'nostalgicGray' | 'gamingPurple' | 'cherryBlossomPink' | 'light';
|
|
297
297
|
|
|
298
298
|
declare interface APICallbackOptions {
|
|
299
299
|
requestType: 'fetch' | 'xhr';
|
package/types.untrimmed.d.ts
CHANGED
|
@@ -260,7 +260,7 @@ export declare class AntomSDKError extends AntomError<AntomSDKErrorCodes> {
|
|
|
260
260
|
name: string;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
declare const AntomSDKErrorCodes: {
|
|
263
|
+
export declare const AntomSDKErrorCodes: {
|
|
264
264
|
/**
|
|
265
265
|
* @description 找不到主元素
|
|
266
266
|
*/
|
|
@@ -318,9 +318,9 @@ declare const AntomSDKErrorCodes: {
|
|
|
318
318
|
readonly INVALID_REDIRECT_URL: "INVALID_REDIRECT_URL";
|
|
319
319
|
};
|
|
320
320
|
|
|
321
|
-
declare type AntomSDKErrorCodes = typeof AntomSDKErrorCodes[keyof typeof AntomSDKErrorCodes];
|
|
321
|
+
export declare type AntomSDKErrorCodes = (typeof AntomSDKErrorCodes)[keyof typeof AntomSDKErrorCodes];
|
|
322
322
|
|
|
323
|
-
export declare type AntomTheme =
|
|
323
|
+
export declare type AntomTheme = 'default' | 'agateGreen' | 'night' | 'nostalgicGray' | 'gamingPurple' | 'cherryBlossomPink' | 'light';
|
|
324
324
|
|
|
325
325
|
declare interface APICallbackOptions {
|
|
326
326
|
requestType: 'fetch' | 'xhr';
|