dtable-sdk
Advanced tools
Comparing version 4.3.2 to 4.3.3
@@ -113,5 +113,8 @@ "use strict"; | ||
case 4: | ||
_context2.next = 6; | ||
return this.dtableStore.loadTableDepartments(); | ||
case 6: | ||
this.dtableStore.syncWithServer(); | ||
this.updateDTableAccessToken(); | ||
case 6: | ||
case 8: | ||
case "end": | ||
@@ -170,24 +173,2 @@ return _context2.stop(); | ||
}, { | ||
key: "loadRelatedUsers", | ||
value: function () { | ||
var _loadRelatedUsers = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee4() { | ||
return regeneratorRuntime.wrap(function _callee4$(_context4) { | ||
while (1) { | ||
switch (_context4.prev = _context4.next) { | ||
case 0: | ||
_context4.next = 2; | ||
return this.dtableStore.loadRelatedUsers(); | ||
case 2: | ||
case "end": | ||
return _context4.stop(); | ||
} | ||
} | ||
}, _callee4, this); | ||
})); | ||
function loadRelatedUsers() { | ||
return _loadRelatedUsers.apply(this, arguments); | ||
} | ||
return loadRelatedUsers; | ||
}() | ||
}, { | ||
key: "getRelatedUsers", | ||
@@ -194,0 +175,0 @@ value: function getRelatedUsers() { |
{ | ||
"name": "dtable-sdk", | ||
"version": "4.3.2", | ||
"version": "4.3.3", | ||
"description": "dtable sdk", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
65427
1394