@spritz-finance/api-client 0.1.1 → 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.
@@ -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
  }