eurobate-sms
Advanced tools
Comparing version 0.1.3 to 0.1.4
import { IOEither } from "fp-ts/lib/IOEither"; | ||
import { EnonicError } from 'enonic-fp/lib/common'; | ||
import { EnonicError } from 'enonic-fp/lib/errors'; | ||
import { EurobateParams, EurobateResponse } from "./index"; | ||
export declare function json(str: string): IOEither<EnonicError, any>; | ||
export declare function sendSMS(params: EurobateParams): IOEither<EnonicError, EurobateResponse>; |
import { IOEither } from "fp-ts/lib/IOEither"; | ||
import { EnonicError } from 'enonic-fp/lib/common'; | ||
import { EnonicError } from 'enonic-fp/lib/errors'; | ||
import { EurobateParams, EurobateResponse } from "./index"; | ||
export declare function json(str: string): IOEither<EnonicError, any>; | ||
export declare function sendSMS(params: EurobateParams): IOEither<EnonicError, EurobateResponse>; |
{ | ||
"name": "eurobate-sms", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Wrapper around the Eurobate APIs for JavaScript and TypeScript", | ||
@@ -20,4 +20,4 @@ "main": "lib/index.js", | ||
"axios": "^0.19.0", | ||
"enonic-fp": "^0.2.6", | ||
"enonic-types": "^0.0.11", | ||
"enonic-fp": "^0.2.7", | ||
"enonic-types": "^0.0.12", | ||
"fp-ts": "^2.1.1" | ||
@@ -24,0 +24,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Addedenonic-types@0.0.12(transitive)
- Removedenonic-types@0.0.11(transitive)
Updatedenonic-fp@^0.2.7
Updatedenonic-types@^0.0.12