@yuno-payments/sdk-web-types 5.4.1 → 5.4.2

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/global.d.ts CHANGED
@@ -885,7 +885,7 @@ interface YunoConfig {
885
885
  type: string;
886
886
  name: string;
887
887
  }) => void;
888
- yunoPaymentResult?: (status: Status) => void;
888
+ yunoPaymentResult?: (status: Status, subStatus?: string) => void;
889
889
  yunoError?: (message: string, data?: any) => void;
890
890
  onRendered?(): void;
891
891
  onOneTimeTokenCreationStart?(): void;
package/dist/index.d.ts CHANGED
@@ -885,7 +885,7 @@ interface YunoConfig {
885
885
  type: string;
886
886
  name: string;
887
887
  }) => void;
888
- yunoPaymentResult?: (status: Status) => void;
888
+ yunoPaymentResult?: (status: Status, subStatus?: string) => void;
889
889
  yunoError?: (message: string, data?: any) => void;
890
890
  onRendered?(): void;
891
891
  onOneTimeTokenCreationStart?(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/sdk-web-types",
3
- "version": "5.4.1",
3
+ "version": "5.4.2",
4
4
  "types": "dist/index.d.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {