@lowcodeunit/applications-flow-common 1.33.110-lets-get-social-ish → 1.33.111-lets-get-social-ish
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/bundles/lowcodeunit-applications-flow-common.umd.js +5 -0
- package/bundles/lowcodeunit-applications-flow-common.umd.js.map +1 -1
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js +1 -1
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js.map +1 -1
- package/esm2015/lib/services/applications-flow.service.js +6 -1
- package/fesm2015/lowcodeunit-applications-flow-common.js +5 -0
- package/fesm2015/lowcodeunit-applications-flow-common.js.map +1 -1
- package/lib/services/applications-flow.service.d.ts +1 -0
- package/lib/services/applications-flow.service.d.ts.map +1 -1
- package/lowcodeunit-applications-flow-common.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -598,6 +598,11 @@
|
|
|
598
598
|
headers: this.loadHeaders(),
|
|
599
599
|
});
|
|
600
600
|
};
|
|
601
|
+
ApplicationsFlowService.prototype.UserFeed = function () {
|
|
602
|
+
return this.http.post(this.apiRoot + "/api/lowcodeunit/userfeed", {}, {
|
|
603
|
+
headers: this.loadHeaders(),
|
|
604
|
+
});
|
|
605
|
+
};
|
|
601
606
|
// Helpers
|
|
602
607
|
ApplicationsFlowService.prototype.loadHeaders = function () {
|
|
603
608
|
return {};
|