btrz-api-client
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -194,2 +194,3 @@ "use strict"; | ||
movements: require("./endpoints/operations/movements")({ client: client, internalAuthTokenProvider: internalAuthTokenProvider }), | ||
scheduledNotifications: require("./endpoints/operations/scheduled_notifications")({ client: client, internalAuthTokenProvider: internalAuthTokenProvider }), | ||
__test: { | ||
@@ -196,0 +197,0 @@ client: client |
{ | ||
"name": "btrz-api-client", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Api client for Betterez endpoints", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -149,2 +149,3 @@ const axios = require("axios"); | ||
movements: require("./endpoints/operations/movements")({client, internalAuthTokenProvider}), | ||
scheduledNotifications: require("./endpoints/operations/scheduled_notifications")({client, internalAuthTokenProvider}), | ||
__test: { | ||
@@ -151,0 +152,0 @@ client |
Sorry, the diff of this file is too big to display
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
511545
372
11858