@almatar/branding 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
  declare class TenantRequest {
2
- static request(options: any, callback: any): Promise<any>;
2
+ static request(options: any): Promise<any>;
3
3
  }
4
4
  export default TenantRequest;
@@ -41,7 +41,7 @@ var node_fetch_1 = require("node-fetch");
41
41
  var TenantRequest = /** @class */ (function () {
42
42
  function TenantRequest() {
43
43
  }
44
- TenantRequest.request = function (options, callback) {
44
+ TenantRequest.request = function (options) {
45
45
  return __awaiter(this, void 0, void 0, function () {
46
46
  var brand, employeeBrands;
47
47
  return __generator(this, function (_a) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almatar/branding",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",