1.5.0 • Published 2 months ago

risika-api-response-types-pc009-credifinity v1.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

Risika API Response Types

This package contains all the types generated from the JSON schemas of the Risika API.

Usage

You can use the Swagger API for reference.

The import system works based on the general microservices names in the API. So if you want to get something from Account you can import it like this:

import { Account } from 'risika-api-response-types';

then the Account object will contain all types related to the Account microservice. for example:

const creditPolicyReturnType: Account.EnterpriseCreditPoliciesCreate
1.5.0

2 months ago

1.4.0

2 months ago

1.3.0

3 months ago

1.2.0

7 months ago

1.1.0

7 months ago