@yuno-payments/sdk-web-types 3.3.0-beta.2 → 3.3.0-beta.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/dist/global.d.ts CHANGED
@@ -559,7 +559,7 @@ interface YunoConfig {
559
559
  name: string;
560
560
  }) => void;
561
561
  yunoPaymentResult?: (status: Status) => void;
562
- yunoError?: (message: string) => void;
562
+ yunoError?: (message: string, data?: any) => void;
563
563
  onRendered?(): void;
564
564
  onOneTimeTokenCreationStart?(): void;
565
565
  yunoEnrollmentStatus?(params: {
package/dist/index.d.ts CHANGED
@@ -559,7 +559,7 @@ interface YunoConfig {
559
559
  name: string;
560
560
  }) => void;
561
561
  yunoPaymentResult?: (status: Status) => void;
562
- yunoError?: (message: string) => void;
562
+ yunoError?: (message: string, data?: any) => void;
563
563
  onRendered?(): void;
564
564
  onOneTimeTokenCreationStart?(): void;
565
565
  yunoEnrollmentStatus?(params: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/sdk-web-types",
3
- "version": "3.3.0-beta.2",
3
+ "version": "3.3.0-beta.3",
4
4
  "types": "dist/index.d.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {