merchi_sdk_ts 1.2.17 → 1.2.18
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.
- package/dist/entities/user.js +4 -0
- package/package.json +1 -1
- package/src/entities/user.ts +3 -0
package/dist/entities/user.js
CHANGED
|
@@ -243,6 +243,10 @@ var User = /** @class */ (function (_super) {
|
|
|
243
243
|
User.property(),
|
|
244
244
|
__metadata("design:type", Boolean)
|
|
245
245
|
], User.prototype, "hasStore", void 0);
|
|
246
|
+
__decorate([
|
|
247
|
+
User.property(),
|
|
248
|
+
__metadata("design:type", Boolean)
|
|
249
|
+
], User.prototype, "lastJobReceived", void 0);
|
|
246
250
|
__decorate([
|
|
247
251
|
User.property(),
|
|
248
252
|
__metadata("design:type", Boolean)
|
package/package.json
CHANGED