@flarehr/workflows-app 4.71.0 → 4.73.0
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/index.html +4 -4
- package/package.json +1 -1
package/dist/index.html
CHANGED
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
type="module"
|
|
99
99
|
src="#{BACKEND_URL}/super-selection/cdn/app-ui/apollo-super-selection-app.js"
|
|
100
100
|
></script>
|
|
101
|
-
<script src="
|
|
102
|
-
<script src="
|
|
101
|
+
<script src="#{BACKEND_URL}/bank-details/cdn/app/bank-details-web-component.js"></script>
|
|
102
|
+
<script src="#{BACKEND_URL}/tfn-declaration/cdn/app/tfn-declaration-web-component.js"></script>
|
|
103
103
|
<script src="#{BACKEND_URL}/workflows/cdn/app/workflows-app.js"></script>
|
|
104
|
-
<script src="
|
|
104
|
+
<script src="#{BACKEND_URL}/profiles/cdn/app/apollo-personal-details-app.js"></script>
|
|
105
105
|
<script src="https://npm-cdn.flarehr.com/@flarehr/apollo-benefits-onboarding@#{ENV_TAG}/dist/benefits-onboarding.js"></script>
|
|
106
106
|
<script type="module" src="https://npm-cdn.flarehr.com/@flarehr/apollo-customer-workplace-link@#{ENV_TAG}/build/bundle.esm.js"></script>
|
|
107
|
-
<script src="
|
|
107
|
+
<script src="#{BACKEND_URL}/workplace-policies/cdn/app/workplace-policies.js"></script>
|
|
108
108
|
</body>
|
|
109
109
|
</html>
|