@medipass/utils 11.66.7-feature-typescript-claudia.0 → 11.68.1-fix-package-release.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/CHANGELOG.md +22 -0
- package/package.json +2 -2
- package/billable-items-01050ba2.js +0 -27
- package/blah.js +0 -2
- package/build-validation-schema.js +0 -1282
- package/businesses-e3a20604.js +0 -53
- package/chart.js +0 -45
- package/claim-payment-status-formatted.js +0 -12
- package/claim-payment-status-icons.js +0 -10
- package/claim-payment-status-text-classes.js +0 -10
- package/constants.js +0 -460
- package/countries.js +0 -1011
- package/datetime.js +0 -36
- package/document-types-formatted.js +0 -13
- package/document-types-icons.js +0 -10
- package/document-types-text-classes.js +0 -10
- package/documents/workflow-state-formatted-text-classes.js +0 -12
- package/documents/workflow-state-formatted.js +0 -15
- package/documents/workflow-state-icons.js +0 -10
- package/form-applications/assign-values-to-sections.js +0 -29
- package/forms-f06ca97e.js +0 -51
- package/funders.js +0 -122
- package/get-env.js +0 -196
- package/get-select-options.js +0 -65
- package/get-staff-type-display-name.js +0 -12
- package/google-addresses.js +0 -127
- package/health-fund-accounts-3cd8650f.js +0 -20
- package/health-fund-settings-43327826.js +0 -22
- package/health-funds-300facef.js +0 -194
- package/i18n/index.js +0 -59
- package/i18n/translations.js +0 -36
- package/index.js +0 -56
- package/intercom.js +0 -101
- package/members-cb4f73a9.js +0 -53
- package/modalities-b360d521.js +0 -19
- package/normalise-abn.js +0 -22
- package/parse-health-fund-card-fields.js +0 -12
- package/patients-2083dd9c.js +0 -46
- package/payment-methods-4fa2d01f.js +0 -26
- package/payment-options.js +0 -52
- package/practices-3e703f22.js +0 -87
- package/products-bd313cb4.js +0 -83
- package/products.js +0 -31
- package/professional-categories-e2e5284b.js +0 -19
- package/redux-actions.js +0 -161
- package/redux-reducer.js +0 -112
- package/sanitise-url.js +0 -17
- package/scroll.js +0 -9
- package/sensitive-keys.js +0 -9
- package/sentry.js +0 -112
- package/service-items.js +0 -230
- package/services-2e25cdac.js +0 -127
- package/specialties-7640b7e3.js +0 -20
- package/staff-990794cd.js +0 -161
- package/status-icons.js +0 -10
- package/status-text-classes.js +0 -10
- package/subscriptions-45c1321a.js +0 -160
- package/test-framework/fixtures/accounts.js +0 -34
- package/test-framework/fixtures/billable-items.js +0 -9
- package/test-framework/fixtures/businesses.js +0 -9
- package/test-framework/fixtures/documents.js +0 -121
- package/test-framework/fixtures/form-application-templates.js +0 -74
- package/test-framework/fixtures/form-applications.js +0 -39
- package/test-framework/fixtures/forms.js +0 -9
- package/test-framework/fixtures/health-fund-accounts.js +0 -9
- package/test-framework/fixtures/health-fund-settings.js +0 -9
- package/test-framework/fixtures/health-funds.js +0 -10
- package/test-framework/fixtures/index.js +0 -45
- package/test-framework/fixtures/members.js +0 -9
- package/test-framework/fixtures/message-mappings.js +0 -61
- package/test-framework/fixtures/modalities.js +0 -9
- package/test-framework/fixtures/patients.js +0 -9
- package/test-framework/fixtures/payment-methods.js +0 -9
- package/test-framework/fixtures/practices.js +0 -11
- package/test-framework/fixtures/products.js +0 -10
- package/test-framework/fixtures/professional-categories.js +0 -9
- package/test-framework/fixtures/services.js +0 -11
- package/test-framework/fixtures/specialties.js +0 -9
- package/test-framework/fixtures/staff.js +0 -12
- package/test-framework/fixtures/subscriptions.js +0 -13
- package/test-framework/fixtures/transaction-reports.js +0 -69
- package/test-framework/fixtures/transactions.js +0 -22
- package/test-framework/fixtures/workflow-exceptions.js +0 -32
- package/test-framework/react.js +0 -38
- package/transaction-details-by-funder.js +0 -81
- package/transaction-status-formatted.js +0 -13
- package/transaction-status-helpers.js +0 -77
- package/transaction-status-icons.js +0 -10
- package/transaction-status-text-classes.js +0 -10
- package/transaction-status.js +0 -42
- package/transactions-6e5fd92d.js +0 -1883
- package/validate-form.js +0 -388
- package/validate.js +0 -37
- package/webpack-config.js +0 -27
- package/workflow-state-formatted-text-classes.js +0 -12
- package/workflow-state-formatted.js +0 -13
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [11.68.0](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.67.0...@medipass/utils@11.68.0) (2022-08-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* eclipse reporting ([#675](https://github.com/medipass/web-medicules/issues/675)) ([1643308](https://github.com/medipass/web-medicules/commit/1643308))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [11.67.0](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.66.6...@medipass/utils@11.67.0) (2022-08-16)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* add typescript support to web-sdk ([#674](https://github.com/medipass/web-medicules/issues/674)) ([ee644f8](https://github.com/medipass/web-medicules/commit/ee644f8))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [11.66.6](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.66.5...@medipass/utils@11.66.6) (2022-08-07)
|
|
7
29
|
|
|
8
30
|
**Note:** Version bump only for package @medipass/utils
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/utils",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.68.1-fix-package-release.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"redux-thunk": "^2.2.0",
|
|
49
49
|
"rimraf": "^2.6.2"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "268ab43bd9cd1a106053bc12f18df794dbf8a002"
|
|
52
52
|
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var defaultBillableItem = {
|
|
4
|
-
_id: 'billableItemDefaultId',
|
|
5
|
-
organisationId: 'organisationDefaultId',
|
|
6
|
-
businessId: 'businessDefaultId',
|
|
7
|
-
practiceId: 'practiceDefaultId',
|
|
8
|
-
modalityId: 'modalityDefaultId',
|
|
9
|
-
staffId: 'staffPractitionerDefaultId',
|
|
10
|
-
itemCode: 'mockItemCode',
|
|
11
|
-
fullName: 'mockFullName',
|
|
12
|
-
displayName: 'mockDisplayName',
|
|
13
|
-
description: 'mockDescription',
|
|
14
|
-
price: 4000,
|
|
15
|
-
searchWords: ['mockitemcode', 'mockfullname', 'mockdisplayname'],
|
|
16
|
-
status: 'ACTIVE',
|
|
17
|
-
created: new Date('2015-01-01T00:00:00'),
|
|
18
|
-
modified: new Date('2015-01-02T00:00:00Z')
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
var billableItems = /*#__PURE__*/Object.freeze({
|
|
22
|
-
__proto__: null,
|
|
23
|
-
defaultBillableItem: defaultBillableItem
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
exports.billableItems = billableItems;
|
|
27
|
-
exports.defaultBillableItem = defaultBillableItem;
|
package/blah.js
DELETED