@vbotma/sdk 3.2.5 → 3.2.6

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.
Files changed (54) hide show
  1. package/dist/dts/composables/Button.d.ts +1 -1
  2. package/dist/dts/features/Biometry/Biometry.d.ts +1 -1
  3. package/dist/dts/features/ClosingBehavior/ClosingBehavior.d.ts +1 -1
  4. package/dist/dts/features/CloudStorage/CloudStorage.d.ts +1 -1
  5. package/dist/dts/features/DeviceStorage/DeviceStorage.d.ts +1 -1
  6. package/dist/dts/features/HapticFeedback/HapticFeedback.d.ts +1 -1
  7. package/dist/dts/features/Invoice/Invoice.d.ts +1 -1
  8. package/dist/dts/features/LocationManager/LocationManager.d.ts +1 -1
  9. package/dist/dts/features/MiniApp/MiniApp.d.ts +1 -1
  10. package/dist/dts/features/Notification/Notification.d.ts +8 -1
  11. package/dist/dts/features/Popup/Popup.d.ts +1 -1
  12. package/dist/dts/features/QrScanner/QrScanner.d.ts +1 -1
  13. package/dist/dts/features/SecureStorage/SecureStorage.d.ts +1 -1
  14. package/dist/dts/features/SwipeBehavior/SwipeBehavior.d.ts +1 -1
  15. package/dist/dts/features/ThemeParams/ThemeParams.d.ts +1 -1
  16. package/dist/dts/features/Viewport/Viewport.d.ts +1 -1
  17. package/dist/dts/fn-options/bottomButtonOptions.d.ts +1 -1
  18. package/dist/dts/fn-options/buttonOptions.d.ts +1 -1
  19. package/dist/dts/fn-options/sharedFeatureOptions.d.ts +1 -1
  20. package/dist/dts/host-features/BackButton/HostBackButton.d.ts +12 -0
  21. package/dist/dts/host-features/Biometry/HostBiometry.d.ts +36 -0
  22. package/dist/dts/host-features/Chat/HostChat.d.ts +12 -0
  23. package/dist/dts/host-features/Clipboard/HostClipboard.d.ts +12 -0
  24. package/dist/dts/host-features/ClosingBehavior/HostClosingBehavior.d.ts +8 -0
  25. package/dist/dts/host-features/CustomMethod/HostCustomMethod.d.ts +12 -0
  26. package/dist/dts/host-features/EmojiStatus/HostEmojiStatus.d.ts +24 -0
  27. package/dist/dts/host-features/Files/HostFiles.d.ts +12 -0
  28. package/dist/dts/host-features/HapticFeedback/HostHapticFeedback.d.ts +8 -0
  29. package/dist/dts/host-features/HomeScreen/HostHomeScreen.d.ts +24 -0
  30. package/dist/dts/host-features/Invoice/HostInvoice.d.ts +12 -0
  31. package/dist/dts/host-features/Link/HostLink.d.ts +12 -0
  32. package/dist/dts/host-features/LocationManager/HostLocationManager.d.ts +24 -0
  33. package/dist/dts/host-features/MainButton/HostMainButton.d.ts +13 -0
  34. package/dist/dts/host-features/MiniApp/HostMiniApp.d.ts +53 -0
  35. package/dist/dts/host-features/Notification/HostNotification.d.ts +2 -1
  36. package/dist/dts/host-features/Popup/HostPopup.d.ts +14 -0
  37. package/dist/dts/host-features/Privacy/HostPrivacy.d.ts +20 -0
  38. package/dist/dts/host-features/QrScanner/HostQrScanner.d.ts +20 -0
  39. package/dist/dts/host-features/SecondaryButton/HostSecondaryButton.d.ts +13 -0
  40. package/dist/dts/host-features/SettingsButton/HostSettingsButton.d.ts +13 -0
  41. package/dist/dts/host-features/Sharing/HostSharing.d.ts +20 -0
  42. package/dist/dts/host-features/SwipeBehavior/HostSwipeBehavior.d.ts +8 -0
  43. package/dist/dts/host-features/ThemeParams/HostThemeParams.d.ts +4 -12
  44. package/dist/dts/host-features/Viewport/HostViewport.d.ts +52 -0
  45. package/dist/dts/host-features/index.d.ts +23 -0
  46. package/dist/dts/index.d.ts +1 -1
  47. package/dist/dts/with-checks/withChecksFp.d.ts +1 -1
  48. package/dist/index.cjs +1 -1
  49. package/dist/index.cjs.map +1 -1
  50. package/dist/index.iife.js +3 -3
  51. package/dist/index.iife.js.map +1 -1
  52. package/dist/index.js +2367 -1645
  53. package/dist/index.js.map +1 -1
  54. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vbotma/sdk",
3
- "version": "3.2.5",
3
+ "version": "3.2.6",
4
4
  "description": "TypeScript Source Development Kit for VBot Mini Apps client application.",
5
5
  "keywords": [
6
6
  "vbot-mini-apps",
@@ -30,10 +30,10 @@
30
30
  "fp-ts": "^2.16.11",
31
31
  "valibot": "^1.1.0",
32
32
  "@vbotma/bridge": "^2.2.7",
33
- "@vbotma/toolkit": "^1.0.4",
34
33
  "@vbotma/transformers": "^1.1.3",
35
34
  "@vbotma/signals": "^1.0.1",
36
- "@vbotma/types": "^1.0.2"
35
+ "@vbotma/toolkit": "^1.0.4",
36
+ "@vbotma/types": "^1.0.3"
37
37
  },
38
38
  "devDependencies": {
39
39
  "tsconfig": "0.0.2",