@yuno-payments/sdk-web-types 5.8.1 → 5.8.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
@@ -937,7 +937,7 @@ type ExternalPaymentButtons = {
937
937
  };
938
938
  };
939
939
  type LoadingType = "DOCUMENT" | "ONE_TIME_TOKEN";
940
- type Language = "es" | "en" | "pt" | "de" | "fil" | "fr" | "id" | "it" | "ms" | "nl" | "pl" | "po" | "ru" | "sv" | "th" | "tr" | "vi" | "zh-CN" | "zh-TW";
940
+ type Language = "es" | "en" | "en-CA" | "en-GB" | "pt" | "ar" | "bn" | "de" | "el" | "fil" | "fr" | "he" | "iw" | "hi" | "id" | "it" | "ja" | "ko" | "ml" | "mn" | "ms" | "nl" | "pl" | "po" | "ro" | "ru" | "sk" | "sr" | "sv" | "th" | "tr" | "uk" | "ur" | "vi" | "zh-CN" | "zh-TW";
941
941
  /**
942
942
  * Represents the identification details for an external provider.
943
943
  *
package/dist/index.d.ts CHANGED
@@ -937,7 +937,7 @@ type ExternalPaymentButtons = {
937
937
  };
938
938
  };
939
939
  type LoadingType = "DOCUMENT" | "ONE_TIME_TOKEN";
940
- type Language = "es" | "en" | "pt" | "de" | "fil" | "fr" | "id" | "it" | "ms" | "nl" | "pl" | "po" | "ru" | "sv" | "th" | "tr" | "vi" | "zh-CN" | "zh-TW";
940
+ type Language = "es" | "en" | "en-CA" | "en-GB" | "pt" | "ar" | "bn" | "de" | "el" | "fil" | "fr" | "he" | "iw" | "hi" | "id" | "it" | "ja" | "ko" | "ml" | "mn" | "ms" | "nl" | "pl" | "po" | "ro" | "ru" | "sk" | "sr" | "sv" | "th" | "tr" | "uk" | "ur" | "vi" | "zh-CN" | "zh-TW";
941
941
  /**
942
942
  * Represents the identification details for an external provider.
943
943
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/sdk-web-types",
3
- "version": "5.8.1",
3
+ "version": "5.8.2",
4
4
  "types": "dist/index.d.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {