@tma.js/sdk 1.2.0 → 1.2.1

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/index.mjs CHANGED
@@ -1550,7 +1550,7 @@ const $e = X({
1550
1550
  from: "first_name"
1551
1551
  },
1552
1552
  lastName: {
1553
- type: h(),
1553
+ type: h().optional(),
1554
1554
  from: "last_name"
1555
1555
  }
1556
1556
  }),