@medipass/web-sdk 11.53.1-feature-void-payment.0 → 11.53.1-feature-healthpoint-upload-endpoints.1

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.
Files changed (94) hide show
  1. package/lib/index.js +1 -1
  2. package/lib/resources/abr.js +1 -1
  3. package/lib/resources/accounts.js +1 -1
  4. package/lib/resources/actions.js +1 -1
  5. package/lib/resources/api-keys.js +1 -1
  6. package/lib/resources/applications.js +1 -1
  7. package/lib/resources/attachments.d.ts +35 -1
  8. package/lib/resources/attachments.js +7 -1
  9. package/lib/resources/auth.js +1 -1
  10. package/lib/resources/blacklist.js +1 -1
  11. package/lib/resources/bulk-submits.js +1 -1
  12. package/lib/resources/bulk-uploads.js +1 -1
  13. package/lib/resources/business-profiles.js +1 -1
  14. package/lib/resources/businesses.d.ts +9 -0
  15. package/lib/resources/businesses.js +2 -1
  16. package/lib/resources/claim-items.js +1 -1
  17. package/lib/resources/devices.js +1 -1
  18. package/lib/resources/doc-accounts.js +1 -1
  19. package/lib/resources/documents.js +1 -1
  20. package/lib/resources/emails.js +1 -1
  21. package/lib/resources/filter-options.js +1 -1
  22. package/lib/resources/form-application-templates.js +1 -1
  23. package/lib/resources/form-applications.js +1 -1
  24. package/lib/resources/forms.js +1 -1
  25. package/lib/resources/funder-services.js +1 -1
  26. package/lib/resources/funder-settings.js +1 -1
  27. package/lib/resources/funder-values.js +1 -1
  28. package/lib/resources/funders.js +1 -1
  29. package/lib/resources/futures.js +1 -1
  30. package/lib/resources/health-fund-accounts.js +1 -1
  31. package/lib/resources/health-fund-settings.js +1 -1
  32. package/lib/resources/healthfunds.js +1 -1
  33. package/lib/resources/icditems.js +1 -1
  34. package/lib/resources/invoice-scans.js +1 -1
  35. package/lib/resources/jhcs.js +1 -1
  36. package/lib/resources/kyc.js +1 -1
  37. package/lib/resources/logs.js +1 -1
  38. package/lib/resources/members.js +1 -1
  39. package/lib/resources/message-mappings.js +1 -1
  40. package/lib/resources/minions.js +1 -1
  41. package/lib/resources/modalities.js +1 -1
  42. package/lib/resources/notes.js +1 -1
  43. package/lib/resources/onboarding-applications.js +1 -1
  44. package/lib/resources/onboarding-requests.js +1 -1
  45. package/lib/resources/ops.js +1 -1
  46. package/lib/resources/organisations.js +1 -1
  47. package/lib/resources/partners.js +1 -1
  48. package/lib/resources/patients.js +1 -1
  49. package/lib/resources/payments.js +1 -1
  50. package/lib/resources/pms.js +1 -1
  51. package/lib/resources/practice-profiles.js +1 -1
  52. package/lib/resources/practice-types.js +1 -1
  53. package/lib/resources/practices.js +1 -1
  54. package/lib/resources/products.js +1 -1
  55. package/lib/resources/professional-categories.js +1 -1
  56. package/lib/resources/provider-number-types.js +1 -1
  57. package/lib/resources/provider-registration-types.js +1 -1
  58. package/lib/resources/provider-requests.js +1 -1
  59. package/lib/resources/provider-types.js +1 -1
  60. package/lib/resources/ref-sources.js +1 -1
  61. package/lib/resources/risk.js +1 -1
  62. package/lib/resources/rnas.js +1 -1
  63. package/lib/resources/roles.js +1 -1
  64. package/lib/resources/self-checkout-sessions.js +1 -1
  65. package/lib/resources/services.js +1 -1
  66. package/lib/resources/settlements.js +1 -1
  67. package/lib/resources/sign-up.js +1 -1
  68. package/lib/resources/specialties.js +1 -1
  69. package/lib/resources/staff-profiles.js +1 -1
  70. package/lib/resources/staff.js +1 -1
  71. package/lib/resources/statistics.js +1 -1
  72. package/lib/resources/subscriptions.js +1 -1
  73. package/lib/resources/terminals.js +1 -1
  74. package/lib/resources/transaction-export.js +1 -1
  75. package/lib/resources/transactions.d.ts +0 -8
  76. package/lib/resources/transactions.js +1 -2
  77. package/lib/resources/triggers.js +1 -1
  78. package/lib/resources/vendors.js +1 -1
  79. package/lib/resources/verify.js +1 -1
  80. package/lib/resources/workers.js +1 -1
  81. package/lib/resources/workflow-exceptions.js +1 -1
  82. package/lib/services/aws.d.ts +10 -0
  83. package/lib/services/aws.js +2 -1
  84. package/lib/services/version.js +1 -1
  85. package/lib/{staff-8cf9d456.js → staff-6614398a.js} +270 -107
  86. package/lib/types/index.d.ts +3 -1
  87. package/lib/types/provider-set-item.d.ts +19 -0
  88. package/lib/types/virus-scan.d.ts +13 -0
  89. package/lib/types/virus-scan.js +2 -0
  90. package/lib/utils/application.js +1 -1
  91. package/lib/utils/professions.js +1 -1
  92. package/lib/utils/request.js +1 -1
  93. package/lib/utils/staff.js +1 -1
  94. package/package.json +4 -4
@@ -1,6 +1,7 @@
1
1
  import type { COUNTRY_CODES } from '../utils/regions';
2
2
  export * from './abr';
3
3
  export * from './blacklist-bank-account';
4
+ export * from './business';
4
5
  export * from './device';
5
6
  export * from './documents';
6
7
  export * from './filter-option';
@@ -16,9 +17,10 @@ export * from './provider-number-type';
16
17
  export * from './provider-registration-type';
17
18
  export * from './provider-registration';
18
19
  export * from './provider-set-item';
20
+ export * from './staff-member';
19
21
  export * from './specialty';
20
22
  export * from './subscriptions';
21
- export * from './business';
23
+ export * from './virus-scan';
22
24
  export declare type MedipassRequestOpts = {
23
25
  baseUrl?: string;
24
26
  hyperMediaEndpoint?: string | null | undefined;
@@ -1,8 +1,10 @@
1
1
  import type { ProviderNumberType, Practice, ProfessionalCategory, Specialty, Funder, ProviderRegistrationType } from 'types';
2
2
  export interface ProviderSetItem {
3
3
  created: string;
4
+ files?: HealthPointProviderSetFilesAttributes[];
4
5
  funderId: string;
5
6
  healthFundOverrides: string[];
7
+ healthpoint?: HealthPointProviderSetAttributes;
6
8
  practiceId: string;
7
9
  professionalCategoryId: string;
8
10
  providerNumber: string;
@@ -19,6 +21,7 @@ export interface ProviderSetItemRequestBody {
19
21
  providerNumber: string;
20
22
  specialtyIds: string[];
21
23
  hicaps?: HicapsProviderSetAttributes;
24
+ healthpoint?: HealthPointProviderSetAttributes;
22
25
  }
23
26
  export interface HicapsProviderSetAttributes {
24
27
  address?: string;
@@ -37,4 +40,20 @@ export declare type ParsedProviderSetItem = ProviderSetItem & {
37
40
  professionalCategory: ProfessionalCategory | undefined;
38
41
  specialties: Specialty[];
39
42
  providerRegistrationType: ProviderRegistrationType | undefined;
43
+ healthpoint?: HealthPointProviderSetAttributes;
40
44
  };
45
+ export interface HealthPointProviderSetAttributes {
46
+ settlement: {
47
+ bankAccount: {
48
+ accountName: string;
49
+ accountNumber: string;
50
+ bankName: string;
51
+ bsb: string;
52
+ };
53
+ };
54
+ }
55
+ export interface HealthPointProviderSetFilesAttributes {
56
+ category: string;
57
+ filename: string;
58
+ s3SignedUrlId: string;
59
+ }
@@ -0,0 +1,13 @@
1
+ export interface VirusScan {
2
+ _id: string;
3
+ accountId: string;
4
+ healthFundId: string;
5
+ businessId: string;
6
+ s3Bucket: string;
7
+ s3Key: string;
8
+ antiVirusStatus: string;
9
+ antiVirusTimestamp: string;
10
+ viruses: string[];
11
+ created: string;
12
+ modified: string;
13
+ }
@@ -0,0 +1,2 @@
1
+ 'use strict';
2
+
@@ -14,7 +14,7 @@ require('lodash/forOwn');
14
14
  require('lodash/get');
15
15
  require('@medipass/utils/sentry');
16
16
  require('./get-axios-error.js');
17
- var request = require('../staff-8cf9d456.js');
17
+ var request = require('../staff-6614398a.js');
18
18
  require('@babel/runtime/helpers/inheritsLoose');
19
19
  require('@babel/runtime/helpers/wrapNativeSuper');
20
20
  require('./param-error.js');
@@ -14,7 +14,7 @@ require('lodash/forOwn');
14
14
  require('lodash/get');
15
15
  require('@medipass/utils/sentry');
16
16
  require('./get-axios-error.js');
17
- var request = require('../staff-8cf9d456.js');
17
+ var request = require('../staff-6614398a.js');
18
18
  require('@babel/runtime/helpers/inheritsLoose');
19
19
  require('@babel/runtime/helpers/wrapNativeSuper');
20
20
  require('./param-error.js');
@@ -14,7 +14,7 @@ require('lodash/forOwn');
14
14
  require('lodash/get');
15
15
  require('@medipass/utils/sentry');
16
16
  require('./get-axios-error.js');
17
- var request = require('../staff-8cf9d456.js');
17
+ var request = require('../staff-6614398a.js');
18
18
  require('@babel/runtime/helpers/inheritsLoose');
19
19
  require('@babel/runtime/helpers/wrapNativeSuper');
20
20
  require('./param-error.js');
@@ -14,7 +14,7 @@ require('lodash/forOwn');
14
14
  require('lodash/get');
15
15
  require('@medipass/utils/sentry');
16
16
  require('./get-axios-error.js');
17
- var request = require('../staff-8cf9d456.js');
17
+ var request = require('../staff-6614398a.js');
18
18
  require('@babel/runtime/helpers/inheritsLoose');
19
19
  require('@babel/runtime/helpers/wrapNativeSuper');
20
20
  require('./param-error.js');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "11.53.1-feature-void-payment.0",
3
+ "version": "11.53.1-feature-healthpoint-upload-endpoints.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -45,11 +45,11 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@babel/plugin-transform-runtime": "7.8.3",
48
- "@medipass/utils": "^11.76.0",
48
+ "@medipass/utils": "^11.76.1-feature-healthpoint-upload-endpoints.0",
49
49
  "@types/jest": "28.1.6",
50
50
  "@types/mocha": "9.1.1",
51
51
  "@types/node": "18.7.1",
52
- "axios-mock-adapter": "1.19.0",
52
+ "axios-mock-adapter": "1.21.2",
53
53
  "query-string": "7.0.0",
54
54
  "rimraf": "2.6.2",
55
55
  "typescript": "4.7.4"
@@ -57,5 +57,5 @@
57
57
  "resolutions": {
58
58
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
59
59
  },
60
- "gitHead": "794bcc0708681ffa3d4f7ecb9708c6cbef9c628f"
60
+ "gitHead": "9f4792e125ed28862322ce18b2d6c2c7cfc140c2"
61
61
  }