@basetime/a2w-api-ts
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -389,3 +389,3 @@ "use strict"; | ||
} | ||
this.logger.debug(`${(options == null ? void 0 : options.method) || "GET"} ${url}, Bearer ${bearerToken}`); | ||
this.logger.debug(`${(options == null ? void 0 : options.method) || "GET"} ${url}`); | ||
const opts = { | ||
@@ -392,0 +392,0 @@ ...options, |
@@ -355,3 +355,3 @@ // src/Endpoint.ts | ||
} | ||
this.logger.debug(`${(options == null ? void 0 : options.method) || "GET"} ${url}, Bearer ${bearerToken}`); | ||
this.logger.debug(`${(options == null ? void 0 : options.method) || "GET"} ${url}`); | ||
const opts = { | ||
@@ -358,0 +358,0 @@ ...options, |
@@ -11,2 +11,6 @@ import { Campaign } from './Campaign'; | ||
/** | ||
* The ID of the bundle the pass belongs to. | ||
*/ | ||
bundle: string; | ||
/** | ||
* The ID of the job that created the pass. | ||
@@ -13,0 +17,0 @@ */ |
{ | ||
"name": "@basetime/a2w-api-ts", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Client library that communicates with the addtowallet API.", |
Sorry, the diff of this file is not supported yet
104284
2884