You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [js] Move amplitude to uma-bridge deps (#18300)
GitOrigin-RevId: 9210f28fbdd6dce2d5ddb1518902313dd3c4e0b4
* Update from public js-sdk main branch (#18299)
* Version Packages (#461)
* Version Packages
* CI update lock file for PR
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: 0142bdc
* CI update lock file for PR
* fix
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lightspark Eng <engineering@lightspark.com>
Co-authored-by: Corey Martin <coreyn.martin@gmail.com>
GitOrigin-RevId: 3fe68f68e43e007db5b7a59e1ca5a1c6ff891e9d
* add british pound currency (#17239)
# Add British Pound currency
this will allow us to onboard users who use pounds
GitOrigin-RevId: 60891006f8e3354f312fe1d8364670801cb87597
* CI update lock file for PR
* Include yarn releases in the docker image for js uma vasp (#18435)
GitOrigin-RevId: f4861ca3dd079e9ba18602321bc5813828c7cc44
* add state to ops manual reviews (#18446)
GitOrigin-RevId: ab6c7b9a485cd621d065cdc4489f04b13ca2fc10
* add payment fields to javascript sdk object, and add docs to match (#18367)
### TL;DR
Added new fields to the UMA invitation object to support invitation status, payment details, and expiration information.

### What changed?
- Added new fields to the `UmaInvitation` interface:
- `status`: Enum with values `PENDING`, `CLAIMED`, `CANCELLED`, `EXPIRED`
- `paymentAmount`: Optional object containing payment value and currency details
- `cancelledAt`: Optional timestamp for when an invitation was cancelled
- `expiresAt`: Optional timestamp for when an invitation will expire
- Updated the JSON serialization/deserialization methods to handle these new fields
- Updated the GraphQL fragment to include the new fields in queries
- Updated documentation to reflect these new fields and their possible values
### How to test?
1. Create a UMA invitation with payment details and expiration date
2. Verify the new fields are properly populated in the returned object
3. Test each status transition (pending → claimed, pending → cancelled, pending → expired)
4. Verify the JSON serialization/deserialization works correctly with the new fields
### Why make this change?
These additions provide more comprehensive information about UMA invitations, allowing developers to:
- Track the current status of invitations
- Include payment information with invitations
- Set and monitor expiration dates
- Handle invitation cancellations
This enables more sophisticated invitation workflows and better user experiences in applications using the Lightspark SDK.
GitOrigin-RevId: d2cbbccfb5bf6fb103d4cff1acff867af88eaf32
* Add new send flow for payments with invites (#18381)

Contributes to PX-525
GitOrigin-RevId: b1471fc84f733a5f013d9052e33acf4752d1bf87
* Add lock send GK to uma home screen (#18650)


GitOrigin-RevId: abddb144186fab127093df3d17fdfeb0d6b090fb
* [ui] add status header option for CardForm (#18646)
- adds status header option to CardForm
- allows passing react to nodes arg
- also onClick which will be used to open a modal upon clicking the header
- desktop version is a pill
- hacky solution to update the theme-color so that the iphone status bar matches color
- replaces margins on CardForm with padding so that the border radius at the top (and the background color) is correct for mobile screens
- updates theme border color to be darker
Example:


GitOrigin-RevId: d13a11e0e486c6ad4672af9c76df7e99f13b32b2
* Create mighty-buckets-add.md
* Create shaggy-clowns-exist.md
* Create slimy-zoos-repeat.md
---------
Co-authored-by: Corey Martin <coreyn.martin@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lightspark Eng <engineering@lightspark.com>
Co-authored-by: Matt Davis <matthappens@gmail.com>
Co-authored-by: Jeremy Klein <jklein24@gmail.com>
Co-authored-by: Jason Wang <jason@lightspark.com>
Co-authored-by: Brian Siao Tick Chong <bsiaotickchong@gmail.com>
0 commit comments