@spritz-finance/api-client 0.1.0 → 0.1.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/README.md +1 -0
- package/dist/spritz-api-client.d.ts +1 -1
- package/dist/spritz-api-client.js +32 -32
- package/dist/spritz-api-client.mjs +38 -38
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -251,6 +251,7 @@ In order to display the sensitive card details necessary for a user to make paym
|
|
|
251
251
|
|
|
252
252
|
We currently offer and maintain the following packages to assist with the card rendering process:
|
|
253
253
|
|
|
254
|
+
- [React Library](https://www.npmjs.com/package/@spritz-finance/react-secure-elements)
|
|
254
255
|
- [React Native Library](https://www.npmjs.com/package/@spritz-finance/react-native-secure-elements)
|
|
255
256
|
|
|
256
257
|
## Payment Requests
|
|
@@ -804,7 +804,7 @@ declare class UserService {
|
|
|
804
804
|
private client;
|
|
805
805
|
constructor(client: GraphClient);
|
|
806
806
|
createUser(args: CreateUserArgs): Promise<CreateUserResponse>;
|
|
807
|
-
create(args: CreateUserArgs): Promise<CreateUserResponse>;
|
|
807
|
+
create(args: CreateUserArgs): Promise<CreateUserResponse | undefined>;
|
|
808
808
|
getCurrentUser(): Promise<CurrentUser_me>;
|
|
809
809
|
getUserVerification(): Promise<UserVerification_verification | null>;
|
|
810
810
|
}
|