@merkl/api 0.10.260 → 0.10.261
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/src/eden/index.d.ts +45 -0
- package/dist/src/index.d.ts +15 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +15 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +15 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.js +9 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +60 -0
- package/dist/src/modules/v4/router.d.ts +15 -0
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
package/package.json
CHANGED