@medipass/utils 11.70.0 → 11.71.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/.eslintignore +1 -0
- package/.eslintrc.cjs +3 -0
- package/CHANGELOG.md +11 -0
- package/{billable-items-01050ba2.js → billable-items-f8291b1e.js} +0 -0
- package/build-validation-schema.js +14 -1
- package/{businesses-e3a20604.js → businesses-2633ab9b.js} +0 -0
- package/chart.js +2 -0
- package/{forms-f06ca97e.js → forms-e1c51a53.js} +0 -0
- package/get-select-options.js +1 -0
- package/google-addresses.js +17 -7
- package/{health-fund-accounts-3cd8650f.js → health-fund-accounts-88eac93c.js} +0 -0
- package/{health-fund-settings-43327826.js → health-fund-settings-e7a0f2ec.js} +0 -0
- package/{health-funds-300facef.js → health-funds-7fea63a0.js} +0 -0
- package/intercom.js +7 -2
- package/lib/__tests__/get-env.test.d.ts +1 -0
- package/lib/__tests__/get-staff-type-display-name.test.d.ts +1 -0
- package/lib/__tests__/redux-actions.test.d.ts +1 -0
- package/lib/__tests__/redux-reducer.test.d.ts +1 -0
- package/lib/__tests__/validate.test.d.ts +1 -0
- package/lib/build-validation-schema.d.ts +149 -0
- package/lib/chart.d.ts +9 -0
- package/lib/claim-payment-status-formatted.d.ts +6 -0
- package/lib/claim-payment-status-icons.d.ts +4 -0
- package/lib/claim-payment-status-text-classes.d.ts +4 -0
- package/lib/constants.d.ts +325 -0
- package/lib/countries.d.ts +10 -0
- package/lib/datetime.d.ts +2 -0
- package/lib/document-types-formatted.d.ts +9 -0
- package/lib/document-types-icons.d.ts +4 -0
- package/lib/document-types-text-classes.d.ts +4 -0
- package/lib/documents/workflow-state-formatted-text-classes.d.ts +6 -0
- package/lib/documents/workflow-state-formatted.d.ts +6 -0
- package/lib/documents/workflow-state-icons.d.ts +5 -0
- package/lib/form-applications/assign-values-to-sections.d.ts +5 -0
- package/lib/funders.d.ts +20 -0
- package/lib/get-env.d.ts +22 -0
- package/lib/get-select-options.d.ts +9 -0
- package/lib/get-staff-type-display-name.d.ts +2 -0
- package/lib/google-addresses.d.ts +3 -0
- package/lib/i18n/index.d.ts +8 -0
- package/lib/i18n/translations.d.ts +28 -0
- package/lib/index.d.ts +47 -0
- package/lib/intercom.d.ts +16 -0
- package/lib/normalise-abn.d.ts +2 -0
- package/lib/parse-health-fund-card-fields.d.ts +2 -0
- package/lib/payment-options.d.ts +13 -0
- package/lib/products.d.ts +4 -0
- package/lib/redux-actions.d.ts +35 -0
- package/lib/redux-reducer.d.ts +24 -0
- package/lib/sanitise-url.d.ts +4 -0
- package/lib/scroll.d.ts +2 -0
- package/lib/sensitive-keys.d.ts +3 -0
- package/lib/sentry.d.ts +15 -0
- package/lib/service-items.d.ts +37 -0
- package/lib/status-icons.d.ts +4 -0
- package/lib/status-text-classes.d.ts +4 -0
- package/lib/test-framework/fixtures/accounts.d.ts +28 -0
- package/lib/test-framework/fixtures/billable-items.d.ts +17 -0
- package/lib/test-framework/fixtures/businesses.d.ts +43 -0
- package/lib/test-framework/fixtures/documents.d.ts +113 -0
- package/lib/test-framework/fixtures/form-application-templates.d.ts +66 -0
- package/lib/test-framework/fixtures/form-applications.d.ts +30 -0
- package/lib/test-framework/fixtures/forms.d.ts +41 -0
- package/lib/test-framework/fixtures/health-fund-accounts.d.ts +10 -0
- package/lib/test-framework/fixtures/health-fund-settings.d.ts +12 -0
- package/lib/test-framework/fixtures/health-funds.d.ts +90 -0
- package/lib/test-framework/fixtures/index.d.ts +39 -0
- package/lib/test-framework/fixtures/members.d.ts +43 -0
- package/lib/test-framework/fixtures/message-mappings.d.ts +19 -0
- package/lib/test-framework/fixtures/modalities.d.ts +9 -0
- package/lib/test-framework/fixtures/patients.d.ts +36 -0
- package/lib/test-framework/fixtures/payment-methods.d.ts +16 -0
- package/lib/test-framework/fixtures/practices.d.ts +105 -0
- package/lib/test-framework/fixtures/products.d.ts +46 -0
- package/lib/test-framework/fixtures/professional-categories.d.ts +9 -0
- package/lib/test-framework/fixtures/services.d.ts +93 -0
- package/lib/test-framework/fixtures/specialties.d.ts +10 -0
- package/lib/test-framework/fixtures/staff.d.ts +139 -0
- package/lib/test-framework/fixtures/subscriptions.d.ts +142 -0
- package/lib/test-framework/fixtures/transaction-reports.d.ts +156 -0
- package/lib/test-framework/fixtures/transactions.d.ts +1832 -0
- package/lib/test-framework/fixtures/workflow-exceptions.d.ts +25 -0
- package/lib/test-framework/react.d.ts +8 -0
- package/lib/transaction-details-by-funder.d.ts +33 -0
- package/lib/transaction-status-formatted.d.ts +9 -0
- package/lib/transaction-status-helpers.d.ts +20 -0
- package/lib/transaction-status-icons.d.ts +4 -0
- package/lib/transaction-status-text-classes.d.ts +4 -0
- package/lib/transaction-status.d.ts +1 -0
- package/lib/validate-form.d.ts +45 -0
- package/lib/validate.d.ts +15 -0
- package/lib/webpack-config.d.ts +4 -0
- package/lib/workflow-state-formatted-text-classes.d.ts +5 -0
- package/lib/workflow-state-formatted.d.ts +4 -0
- package/{members-cb4f73a9.js → members-8eb8d8d0.js} +0 -0
- package/{modalities-b360d521.js → modalities-2dfbea63.js} +0 -0
- package/package.json +9 -6
- package/{patients-2083dd9c.js → patients-dd3709c1.js} +0 -0
- package/{payment-methods-4fa2d01f.js → payment-methods-d36bc018.js} +0 -0
- package/{practices-3e703f22.js → practices-d6c480f1.js} +0 -0
- package/{products-bd313cb4.js → products-0a392564.js} +0 -0
- package/{professional-categories-e2e5284b.js → professional-categories-157d1767.js} +0 -0
- package/redux-actions.js +13 -3
- package/redux-reducer.js +1 -0
- package/sentry.js +3 -1
- package/service-items.js +5 -34
- package/{services-2e25cdac.js → services-f8480eba.js} +0 -0
- package/{specialties-7640b7e3.js → specialties-25fbb171.js} +0 -0
- package/{staff-990794cd.js → staff-646053b7.js} +0 -0
- package/{subscriptions-45c1321a.js → subscriptions-aef302aa.js} +0 -0
- package/test-framework/fixtures/billable-items.js +1 -1
- package/test-framework/fixtures/businesses.js +1 -1
- package/test-framework/fixtures/forms.js +1 -1
- package/test-framework/fixtures/health-fund-accounts.js +1 -1
- package/test-framework/fixtures/health-fund-settings.js +1 -1
- package/test-framework/fixtures/health-funds.js +1 -1
- package/test-framework/fixtures/index.js +18 -18
- package/test-framework/fixtures/members.js +1 -1
- package/test-framework/fixtures/modalities.js +1 -1
- package/test-framework/fixtures/patients.js +1 -1
- package/test-framework/fixtures/payment-methods.js +1 -1
- package/test-framework/fixtures/practices.js +1 -1
- package/test-framework/fixtures/products.js +1 -1
- package/test-framework/fixtures/professional-categories.js +1 -1
- package/test-framework/fixtures/services.js +1 -1
- package/test-framework/fixtures/specialties.js +1 -1
- package/test-framework/fixtures/staff.js +1 -1
- package/test-framework/fixtures/subscriptions.js +1 -1
- package/test-framework/fixtures/transactions.js +1 -1
- package/transaction-details-by-funder.js +1 -0
- package/transaction-status.js +2 -2
- package/{transactions-6e5fd92d.js → transactions-4a08e450.js} +0 -0
- package/tsconfig.json +32 -0
- package/validate-form.js +3 -3
- package/.eslintrc +0 -3
- package/blah.js +0 -2
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
export declare const defaultPractice: {
|
|
2
|
+
_id: string;
|
|
3
|
+
organisationId: string;
|
|
4
|
+
businessId: string;
|
|
5
|
+
displayName: string;
|
|
6
|
+
fullName: string;
|
|
7
|
+
description: string;
|
|
8
|
+
practiceTypeIds: string[];
|
|
9
|
+
merchantId: string;
|
|
10
|
+
abn: string;
|
|
11
|
+
staffIds: string[];
|
|
12
|
+
address: string;
|
|
13
|
+
postcode: string;
|
|
14
|
+
city: string;
|
|
15
|
+
state: string;
|
|
16
|
+
country: string;
|
|
17
|
+
countryCode: string;
|
|
18
|
+
tz: string;
|
|
19
|
+
lnglat: number[];
|
|
20
|
+
mobile: string;
|
|
21
|
+
mobileE164: string;
|
|
22
|
+
landline: string;
|
|
23
|
+
email: string;
|
|
24
|
+
status: string;
|
|
25
|
+
searchWords: string[];
|
|
26
|
+
bookingsUrl: string;
|
|
27
|
+
logoUrl: string;
|
|
28
|
+
websiteUrl: string;
|
|
29
|
+
settings: {
|
|
30
|
+
appointments: {
|
|
31
|
+
memberAppointmentsEnabled: boolean;
|
|
32
|
+
pushReminderEnabled: boolean;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
refId: string;
|
|
36
|
+
refSource: string;
|
|
37
|
+
created: Date;
|
|
38
|
+
modified: Date;
|
|
39
|
+
};
|
|
40
|
+
export declare const defaultPractice2: {
|
|
41
|
+
_id: string;
|
|
42
|
+
organisationId: string;
|
|
43
|
+
businessId: string;
|
|
44
|
+
displayName: string;
|
|
45
|
+
fullName: string;
|
|
46
|
+
description: string;
|
|
47
|
+
practiceTypeIds: string[];
|
|
48
|
+
merchantId: string;
|
|
49
|
+
abn: string;
|
|
50
|
+
staffIds: string[];
|
|
51
|
+
address: string;
|
|
52
|
+
postcode: string;
|
|
53
|
+
city: string;
|
|
54
|
+
state: string;
|
|
55
|
+
country: string;
|
|
56
|
+
countryCode: string;
|
|
57
|
+
tz: string;
|
|
58
|
+
lnglat: number[];
|
|
59
|
+
mobile: string;
|
|
60
|
+
mobileE164: string;
|
|
61
|
+
landline: string;
|
|
62
|
+
email: string;
|
|
63
|
+
status: string;
|
|
64
|
+
searchWords: string[];
|
|
65
|
+
bookingsUrl: string;
|
|
66
|
+
logoUrl: string;
|
|
67
|
+
websiteUrl: string;
|
|
68
|
+
refId: string;
|
|
69
|
+
refSource: string;
|
|
70
|
+
created: Date;
|
|
71
|
+
modified: Date;
|
|
72
|
+
};
|
|
73
|
+
export declare const practices: {
|
|
74
|
+
_id: string;
|
|
75
|
+
organisationId: string;
|
|
76
|
+
businessId: string;
|
|
77
|
+
displayName: string;
|
|
78
|
+
fullName: string;
|
|
79
|
+
description: string;
|
|
80
|
+
practiceTypeIds: string[];
|
|
81
|
+
merchantId: string;
|
|
82
|
+
abn: string;
|
|
83
|
+
staffIds: string[];
|
|
84
|
+
address: string;
|
|
85
|
+
postcode: string;
|
|
86
|
+
city: string;
|
|
87
|
+
state: string;
|
|
88
|
+
country: string;
|
|
89
|
+
countryCode: string;
|
|
90
|
+
tz: string;
|
|
91
|
+
lnglat: number[];
|
|
92
|
+
mobile: string;
|
|
93
|
+
mobileE164: string;
|
|
94
|
+
landline: string;
|
|
95
|
+
email: string;
|
|
96
|
+
status: string;
|
|
97
|
+
searchWords: string[];
|
|
98
|
+
bookingsUrl: string;
|
|
99
|
+
logoUrl: string;
|
|
100
|
+
websiteUrl: string;
|
|
101
|
+
refId: string;
|
|
102
|
+
refSource: string;
|
|
103
|
+
created: Date;
|
|
104
|
+
modified: Date;
|
|
105
|
+
}[];
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export declare const productPro: {
|
|
2
|
+
_id: string;
|
|
3
|
+
organisationId: string;
|
|
4
|
+
fullName: string;
|
|
5
|
+
displayName: string;
|
|
6
|
+
description: string;
|
|
7
|
+
logoUrl: string;
|
|
8
|
+
defaultBilling: {
|
|
9
|
+
currencyCode: string;
|
|
10
|
+
frequency: string;
|
|
11
|
+
amountFee: number;
|
|
12
|
+
amountCharged: number;
|
|
13
|
+
strategy: string;
|
|
14
|
+
};
|
|
15
|
+
features: {
|
|
16
|
+
fullName: string;
|
|
17
|
+
displayName: string;
|
|
18
|
+
description: string;
|
|
19
|
+
isLive: boolean;
|
|
20
|
+
}[];
|
|
21
|
+
created: Date;
|
|
22
|
+
modified: Date;
|
|
23
|
+
};
|
|
24
|
+
export declare const productBasic: {
|
|
25
|
+
_id: string;
|
|
26
|
+
organisationId: string;
|
|
27
|
+
fullName: string;
|
|
28
|
+
displayName: string;
|
|
29
|
+
description: string;
|
|
30
|
+
logoUrl: string;
|
|
31
|
+
defaultBilling: {
|
|
32
|
+
currencyCode: string;
|
|
33
|
+
frequency: string;
|
|
34
|
+
amountFee: number;
|
|
35
|
+
amountCharged: number;
|
|
36
|
+
strategy: string;
|
|
37
|
+
};
|
|
38
|
+
features: {
|
|
39
|
+
fullName: string;
|
|
40
|
+
displayName: string;
|
|
41
|
+
description: string;
|
|
42
|
+
isLive: boolean;
|
|
43
|
+
}[];
|
|
44
|
+
created: Date;
|
|
45
|
+
modified: Date;
|
|
46
|
+
};
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
export declare const defaultService: {
|
|
2
|
+
_id: string;
|
|
3
|
+
organisationId: string;
|
|
4
|
+
businessId: string;
|
|
5
|
+
displayName: string;
|
|
6
|
+
fullName: string;
|
|
7
|
+
description: string;
|
|
8
|
+
duration: number;
|
|
9
|
+
currencyCode: string;
|
|
10
|
+
modalityId: string;
|
|
11
|
+
claimItems: {
|
|
12
|
+
_id: string;
|
|
13
|
+
modalityId: string;
|
|
14
|
+
itemCode: string;
|
|
15
|
+
fullName: string;
|
|
16
|
+
displayName: string;
|
|
17
|
+
clinicalCodeSettings: {
|
|
18
|
+
enabled: boolean;
|
|
19
|
+
displayName: string;
|
|
20
|
+
};
|
|
21
|
+
price: number;
|
|
22
|
+
}[];
|
|
23
|
+
searchWords: string[];
|
|
24
|
+
isPublic: boolean;
|
|
25
|
+
status: string;
|
|
26
|
+
refId: string;
|
|
27
|
+
refSource: string;
|
|
28
|
+
created: Date;
|
|
29
|
+
modified: Date;
|
|
30
|
+
};
|
|
31
|
+
export declare const serviceWithMultipleClaimItems: {
|
|
32
|
+
_id: string;
|
|
33
|
+
organisationId: string;
|
|
34
|
+
businessId: string;
|
|
35
|
+
displayName: string;
|
|
36
|
+
fullName: string;
|
|
37
|
+
description: string;
|
|
38
|
+
duration: number;
|
|
39
|
+
currencyCode: string;
|
|
40
|
+
modalityId: string;
|
|
41
|
+
claimItems: ({
|
|
42
|
+
_id: string;
|
|
43
|
+
modalityId: string;
|
|
44
|
+
itemCode: string;
|
|
45
|
+
fullName: string;
|
|
46
|
+
displayName: string;
|
|
47
|
+
clinicalCodeSettings: {
|
|
48
|
+
enabled: boolean;
|
|
49
|
+
displayName: string;
|
|
50
|
+
};
|
|
51
|
+
price: number;
|
|
52
|
+
healthFundOverrides?: undefined;
|
|
53
|
+
} | {
|
|
54
|
+
_id: string;
|
|
55
|
+
modalityId: string;
|
|
56
|
+
itemCode: string;
|
|
57
|
+
fullName: string;
|
|
58
|
+
displayName: string;
|
|
59
|
+
clinicalCodeSettings: {
|
|
60
|
+
enabled: boolean;
|
|
61
|
+
displayName: string;
|
|
62
|
+
};
|
|
63
|
+
healthFundOverrides: {
|
|
64
|
+
healthFundId: string;
|
|
65
|
+
price: number;
|
|
66
|
+
}[];
|
|
67
|
+
price: number;
|
|
68
|
+
})[];
|
|
69
|
+
searchWords: string[];
|
|
70
|
+
status: string;
|
|
71
|
+
isPublic: boolean;
|
|
72
|
+
refId: string;
|
|
73
|
+
refSource: string;
|
|
74
|
+
created: Date;
|
|
75
|
+
modified: Date;
|
|
76
|
+
};
|
|
77
|
+
export declare const defaultServiceItems: ({
|
|
78
|
+
_id: string;
|
|
79
|
+
modalityId: string;
|
|
80
|
+
itemCode: string;
|
|
81
|
+
fullName: string;
|
|
82
|
+
displayName: string;
|
|
83
|
+
feeAmount: number;
|
|
84
|
+
discountAmount?: undefined;
|
|
85
|
+
} | {
|
|
86
|
+
_id: string;
|
|
87
|
+
modalityId: string;
|
|
88
|
+
itemCode: string;
|
|
89
|
+
fullName: string;
|
|
90
|
+
displayName: string;
|
|
91
|
+
feeAmount: number;
|
|
92
|
+
discountAmount: number;
|
|
93
|
+
})[];
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
export declare const defaultPractitioner: {
|
|
2
|
+
_id: string;
|
|
3
|
+
organisationId: string;
|
|
4
|
+
staffType: string;
|
|
5
|
+
hasAccount: boolean;
|
|
6
|
+
businessId: string;
|
|
7
|
+
serviceIds: string[];
|
|
8
|
+
providerSet: {
|
|
9
|
+
practiceId: string;
|
|
10
|
+
providerNumber: string;
|
|
11
|
+
modalityId: string;
|
|
12
|
+
merchantId: string;
|
|
13
|
+
status: string;
|
|
14
|
+
}[];
|
|
15
|
+
practiceIds: string[];
|
|
16
|
+
merchantId: string;
|
|
17
|
+
abn: string;
|
|
18
|
+
description: string;
|
|
19
|
+
title: string;
|
|
20
|
+
firstName: string;
|
|
21
|
+
lastName: string;
|
|
22
|
+
dob: Date;
|
|
23
|
+
dobString: string;
|
|
24
|
+
mobile: string;
|
|
25
|
+
mobileE164: string;
|
|
26
|
+
landline: string;
|
|
27
|
+
email: string;
|
|
28
|
+
profilePictureUrl: string;
|
|
29
|
+
searchWords: string[];
|
|
30
|
+
status: string;
|
|
31
|
+
refId: string;
|
|
32
|
+
refSource: string;
|
|
33
|
+
created: Date;
|
|
34
|
+
modified: Date;
|
|
35
|
+
};
|
|
36
|
+
export declare const defaultPractitioner2: {
|
|
37
|
+
_id: string;
|
|
38
|
+
organisationId: string;
|
|
39
|
+
staffType: string;
|
|
40
|
+
hasAccount: boolean;
|
|
41
|
+
businessId: string;
|
|
42
|
+
serviceIds: string[];
|
|
43
|
+
providerSet: {
|
|
44
|
+
practiceId: string;
|
|
45
|
+
providerNumber: string;
|
|
46
|
+
modalityId: string;
|
|
47
|
+
status: string;
|
|
48
|
+
}[];
|
|
49
|
+
practiceIds: string[];
|
|
50
|
+
merchantId: string;
|
|
51
|
+
abn: string;
|
|
52
|
+
description: string;
|
|
53
|
+
title: string;
|
|
54
|
+
firstName: string;
|
|
55
|
+
lastName: string;
|
|
56
|
+
dob: Date;
|
|
57
|
+
dobString: string;
|
|
58
|
+
mobile: string;
|
|
59
|
+
mobileE164: string;
|
|
60
|
+
landline: string;
|
|
61
|
+
email: string;
|
|
62
|
+
profilePictureUrl: string;
|
|
63
|
+
searchWords: string[];
|
|
64
|
+
status: string;
|
|
65
|
+
refId: string;
|
|
66
|
+
refSource: string;
|
|
67
|
+
created: Date;
|
|
68
|
+
modified: Date;
|
|
69
|
+
};
|
|
70
|
+
export declare const practitionerWithPendingProviderSet: {
|
|
71
|
+
_id: string;
|
|
72
|
+
organisationId: string;
|
|
73
|
+
staffType: string;
|
|
74
|
+
hasAccount: boolean;
|
|
75
|
+
businessId: string;
|
|
76
|
+
serviceIds: string[];
|
|
77
|
+
providerSet: {
|
|
78
|
+
practiceId: string;
|
|
79
|
+
providerNumber: string;
|
|
80
|
+
modalityId: string;
|
|
81
|
+
merchantId: string;
|
|
82
|
+
status: string;
|
|
83
|
+
}[];
|
|
84
|
+
practiceIds: string[];
|
|
85
|
+
merchantId: string;
|
|
86
|
+
abn: string;
|
|
87
|
+
description: string;
|
|
88
|
+
title: string;
|
|
89
|
+
firstName: string;
|
|
90
|
+
lastName: string;
|
|
91
|
+
dob: Date;
|
|
92
|
+
dobString: string;
|
|
93
|
+
mobile: string;
|
|
94
|
+
mobileE164: string;
|
|
95
|
+
landline: string;
|
|
96
|
+
email: string;
|
|
97
|
+
profilePictureUrl: string;
|
|
98
|
+
searchWords: string[];
|
|
99
|
+
status: string;
|
|
100
|
+
refId: string;
|
|
101
|
+
refSource: string;
|
|
102
|
+
created: Date;
|
|
103
|
+
modified: Date;
|
|
104
|
+
};
|
|
105
|
+
export declare const practitionerWithActivePendingProviderSet: {
|
|
106
|
+
_id: string;
|
|
107
|
+
organisationId: string;
|
|
108
|
+
staffType: string;
|
|
109
|
+
hasAccount: boolean;
|
|
110
|
+
businessId: string;
|
|
111
|
+
serviceIds: string[];
|
|
112
|
+
providerSet: {
|
|
113
|
+
practiceId: string;
|
|
114
|
+
providerNumber: string;
|
|
115
|
+
modalityId: string;
|
|
116
|
+
merchantId: string;
|
|
117
|
+
status: string;
|
|
118
|
+
}[];
|
|
119
|
+
practiceIds: string[];
|
|
120
|
+
merchantId: string;
|
|
121
|
+
abn: string;
|
|
122
|
+
description: string;
|
|
123
|
+
title: string;
|
|
124
|
+
firstName: string;
|
|
125
|
+
lastName: string;
|
|
126
|
+
dob: Date;
|
|
127
|
+
dobString: string;
|
|
128
|
+
mobile: string;
|
|
129
|
+
mobileE164: string;
|
|
130
|
+
landline: string;
|
|
131
|
+
email: string;
|
|
132
|
+
profilePictureUrl: string;
|
|
133
|
+
searchWords: string[];
|
|
134
|
+
status: string;
|
|
135
|
+
refId: string;
|
|
136
|
+
refSource: string;
|
|
137
|
+
created: Date;
|
|
138
|
+
modified: Date;
|
|
139
|
+
};
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
export declare const subscriptionBasic: {
|
|
2
|
+
_id: string;
|
|
3
|
+
organisationId: string;
|
|
4
|
+
businessId: string;
|
|
5
|
+
product: {
|
|
6
|
+
_id: string;
|
|
7
|
+
fullName: string;
|
|
8
|
+
displayName: string;
|
|
9
|
+
logoUrl: string;
|
|
10
|
+
};
|
|
11
|
+
startDate: Date;
|
|
12
|
+
nextBillingDate: Date;
|
|
13
|
+
status: string;
|
|
14
|
+
billing: {
|
|
15
|
+
currencyCode: string;
|
|
16
|
+
frequency: string;
|
|
17
|
+
amountFee: number;
|
|
18
|
+
amountCharged: number;
|
|
19
|
+
amountDiscount: number;
|
|
20
|
+
strategy: string;
|
|
21
|
+
};
|
|
22
|
+
created: Date;
|
|
23
|
+
modified: Date;
|
|
24
|
+
};
|
|
25
|
+
export declare const subscriptionPro: {
|
|
26
|
+
_id: string;
|
|
27
|
+
organisationId: string;
|
|
28
|
+
businessId: string;
|
|
29
|
+
product: {
|
|
30
|
+
_id: string;
|
|
31
|
+
fullName: string;
|
|
32
|
+
displayName: string;
|
|
33
|
+
logoUrl: string;
|
|
34
|
+
};
|
|
35
|
+
paymentMethod: {
|
|
36
|
+
_id: string;
|
|
37
|
+
source: string;
|
|
38
|
+
methodType: string;
|
|
39
|
+
cardType: string;
|
|
40
|
+
lastFour: string;
|
|
41
|
+
};
|
|
42
|
+
startDate: Date;
|
|
43
|
+
nextBillingDate: Date;
|
|
44
|
+
status: string;
|
|
45
|
+
billing: {
|
|
46
|
+
currencyCode: string;
|
|
47
|
+
frequency: string;
|
|
48
|
+
amountFee: number;
|
|
49
|
+
amountCharged: number;
|
|
50
|
+
amountDiscount: number;
|
|
51
|
+
strategy: string;
|
|
52
|
+
};
|
|
53
|
+
created: Date;
|
|
54
|
+
modified: Date;
|
|
55
|
+
};
|
|
56
|
+
export declare const subscriptionProWithoutPaymentMethod: {
|
|
57
|
+
_id: string;
|
|
58
|
+
organisationId: string;
|
|
59
|
+
businessId: string;
|
|
60
|
+
product: {
|
|
61
|
+
_id: string;
|
|
62
|
+
fullName: string;
|
|
63
|
+
displayName: string;
|
|
64
|
+
logoUrl: string;
|
|
65
|
+
};
|
|
66
|
+
startDate: Date;
|
|
67
|
+
nextBillingDate: Date;
|
|
68
|
+
status: string;
|
|
69
|
+
billing: {
|
|
70
|
+
currencyCode: string;
|
|
71
|
+
frequency: string;
|
|
72
|
+
amountFee: number;
|
|
73
|
+
amountCharged: number;
|
|
74
|
+
amountDiscount: number;
|
|
75
|
+
strategy: string;
|
|
76
|
+
};
|
|
77
|
+
created: Date;
|
|
78
|
+
modified: Date;
|
|
79
|
+
};
|
|
80
|
+
export declare const subscriptionProEnded: {
|
|
81
|
+
_id: string;
|
|
82
|
+
organisationId: string;
|
|
83
|
+
businessId: string;
|
|
84
|
+
product: {
|
|
85
|
+
_id: string;
|
|
86
|
+
fullName: string;
|
|
87
|
+
displayName: string;
|
|
88
|
+
logoUrl: string;
|
|
89
|
+
};
|
|
90
|
+
paymentMethod: {
|
|
91
|
+
_id: string;
|
|
92
|
+
source: string;
|
|
93
|
+
methodType: string;
|
|
94
|
+
cardType: string;
|
|
95
|
+
lastFour: string;
|
|
96
|
+
};
|
|
97
|
+
startDate: Date;
|
|
98
|
+
endDate: Date;
|
|
99
|
+
nextBillingDate: Date;
|
|
100
|
+
status: string;
|
|
101
|
+
billing: {
|
|
102
|
+
currencyCode: string;
|
|
103
|
+
frequency: string;
|
|
104
|
+
amountFee: number;
|
|
105
|
+
amountCharged: number;
|
|
106
|
+
amountDiscount: number;
|
|
107
|
+
strategy: string;
|
|
108
|
+
};
|
|
109
|
+
created: Date;
|
|
110
|
+
modified: Date;
|
|
111
|
+
};
|
|
112
|
+
export declare const subscriptionProUpcoming: {
|
|
113
|
+
_id: string;
|
|
114
|
+
organisationId: string;
|
|
115
|
+
businessId: string;
|
|
116
|
+
product: {
|
|
117
|
+
_id: string;
|
|
118
|
+
fullName: string;
|
|
119
|
+
displayName: string;
|
|
120
|
+
logoUrl: string;
|
|
121
|
+
};
|
|
122
|
+
paymentMethod: {
|
|
123
|
+
_id: string;
|
|
124
|
+
source: string;
|
|
125
|
+
methodType: string;
|
|
126
|
+
cardType: string;
|
|
127
|
+
lastFour: string;
|
|
128
|
+
};
|
|
129
|
+
startDate: Date;
|
|
130
|
+
nextBillingDate: Date;
|
|
131
|
+
status: string;
|
|
132
|
+
billing: {
|
|
133
|
+
currencyCode: string;
|
|
134
|
+
frequency: string;
|
|
135
|
+
amountFee: number;
|
|
136
|
+
amountCharged: number;
|
|
137
|
+
amountDiscount: number;
|
|
138
|
+
strategy: string;
|
|
139
|
+
};
|
|
140
|
+
created: Date;
|
|
141
|
+
modified: Date;
|
|
142
|
+
};
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
export declare const processingReportDefault: {
|
|
2
|
+
reportResult: number;
|
|
3
|
+
sessionId: number;
|
|
4
|
+
claimId: string;
|
|
5
|
+
serviceId: string;
|
|
6
|
+
amountChargedString: string;
|
|
7
|
+
amountBenefitPaidString: string;
|
|
8
|
+
providerNumber: string;
|
|
9
|
+
healthFundAccount: {
|
|
10
|
+
membershipNumber: string;
|
|
11
|
+
cardRank: string;
|
|
12
|
+
};
|
|
13
|
+
patient: {
|
|
14
|
+
firstName: string;
|
|
15
|
+
lastName: string;
|
|
16
|
+
};
|
|
17
|
+
cardFlag: string;
|
|
18
|
+
claimItems: {
|
|
19
|
+
serviceDateString: string;
|
|
20
|
+
itemCode: string;
|
|
21
|
+
amountChargedString: string;
|
|
22
|
+
amountBenefitString: string;
|
|
23
|
+
gatewayCode: any;
|
|
24
|
+
serviceId: string;
|
|
25
|
+
voucherId: string;
|
|
26
|
+
numberOfPatientsSeen: number;
|
|
27
|
+
}[];
|
|
28
|
+
};
|
|
29
|
+
export declare const paymentReportDefault: {
|
|
30
|
+
reportResult: number;
|
|
31
|
+
sessionId: number;
|
|
32
|
+
paymentRunDateString: string;
|
|
33
|
+
paymentRunNumber: string;
|
|
34
|
+
amountBenefitPaidString: string;
|
|
35
|
+
bankAccount: {
|
|
36
|
+
bsb: string;
|
|
37
|
+
accountNumber: string;
|
|
38
|
+
accountName: string;
|
|
39
|
+
};
|
|
40
|
+
payments: {
|
|
41
|
+
claimId: string;
|
|
42
|
+
claimDateString: string;
|
|
43
|
+
amountChargedString: string;
|
|
44
|
+
amountBenefitPaidString: string;
|
|
45
|
+
amountDepositedString: string;
|
|
46
|
+
}[];
|
|
47
|
+
};
|
|
48
|
+
export declare const processingReportEclipseDefault: {
|
|
49
|
+
transactionId: string;
|
|
50
|
+
status: string;
|
|
51
|
+
requestedDate: string;
|
|
52
|
+
report: {
|
|
53
|
+
status: string;
|
|
54
|
+
claimSummary: {
|
|
55
|
+
accountReferenceId: string;
|
|
56
|
+
};
|
|
57
|
+
medicareStatus: {
|
|
58
|
+
status: {
|
|
59
|
+
code: number;
|
|
60
|
+
text: string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
healthFundStatus: {
|
|
64
|
+
status: {
|
|
65
|
+
code: number;
|
|
66
|
+
text: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
healthFundAssessment: {
|
|
70
|
+
medicalEvent: {
|
|
71
|
+
id: string;
|
|
72
|
+
service: {
|
|
73
|
+
explanation: {
|
|
74
|
+
code: number;
|
|
75
|
+
text: string;
|
|
76
|
+
}[];
|
|
77
|
+
assessmentCode: string;
|
|
78
|
+
benefit: number;
|
|
79
|
+
chargeAmount: number;
|
|
80
|
+
dateOfService: string;
|
|
81
|
+
id: string;
|
|
82
|
+
itemNumber: string;
|
|
83
|
+
scheduleFee: number;
|
|
84
|
+
benefitString: string;
|
|
85
|
+
chargeAmountString: string;
|
|
86
|
+
scheduleFeeString: string;
|
|
87
|
+
}[];
|
|
88
|
+
}[];
|
|
89
|
+
explanation: {
|
|
90
|
+
code: number;
|
|
91
|
+
text: string;
|
|
92
|
+
}[];
|
|
93
|
+
assessmentCode: string;
|
|
94
|
+
authorityToPayInd: string;
|
|
95
|
+
};
|
|
96
|
+
medicareAssessment: {
|
|
97
|
+
currentPatient: {
|
|
98
|
+
currentMembership: {};
|
|
99
|
+
};
|
|
100
|
+
medicalEvent: {
|
|
101
|
+
service: {
|
|
102
|
+
id: string;
|
|
103
|
+
benefit: number;
|
|
104
|
+
chargeAmount: number;
|
|
105
|
+
dateOfService: string;
|
|
106
|
+
explanationCode: string;
|
|
107
|
+
explanationText: string;
|
|
108
|
+
itemNumber: string;
|
|
109
|
+
scheduleFee: number;
|
|
110
|
+
benefitString: string;
|
|
111
|
+
chargeAmountString: string;
|
|
112
|
+
scheduleFeeString: string;
|
|
113
|
+
}[];
|
|
114
|
+
id: string;
|
|
115
|
+
cardFlagCode: string;
|
|
116
|
+
}[];
|
|
117
|
+
claimId: string;
|
|
118
|
+
fundLocationId: string;
|
|
119
|
+
lodgementDate: string;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
export declare const paymentReportEclipseDefault: {
|
|
124
|
+
transactionId: string;
|
|
125
|
+
status: string;
|
|
126
|
+
requestedDate: string;
|
|
127
|
+
report: {
|
|
128
|
+
partNumber: number;
|
|
129
|
+
partTotal: number;
|
|
130
|
+
payeeLocationId: string;
|
|
131
|
+
remittanceAdviceId: string;
|
|
132
|
+
paymentInfo: {
|
|
133
|
+
accountInfo: {
|
|
134
|
+
accountName: string;
|
|
135
|
+
accountNumber: string;
|
|
136
|
+
bsbCode: string;
|
|
137
|
+
};
|
|
138
|
+
depositAmount: number;
|
|
139
|
+
paymentReference: string;
|
|
140
|
+
depositAmountString: string;
|
|
141
|
+
};
|
|
142
|
+
paymentRun: {
|
|
143
|
+
payerName: string;
|
|
144
|
+
runDate: string;
|
|
145
|
+
};
|
|
146
|
+
claimSummary: {
|
|
147
|
+
accountReferenceId: string;
|
|
148
|
+
benefit: number;
|
|
149
|
+
channelCode: string;
|
|
150
|
+
claimId: string;
|
|
151
|
+
lodgementDate: string;
|
|
152
|
+
transactionId: string;
|
|
153
|
+
benefitString: string;
|
|
154
|
+
}[];
|
|
155
|
+
};
|
|
156
|
+
}[];
|