@medipass/web-sdk 11.64.9-feature-business-kyc-pins.1 → 11.64.9

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 (93) hide show
  1. package/lib/index.js +3 -3
  2. package/lib/resources/abr.js +3 -3
  3. package/lib/resources/accounts.js +3 -3
  4. package/lib/resources/actions.js +3 -3
  5. package/lib/resources/api-keys.js +3 -3
  6. package/lib/resources/applications.js +3 -3
  7. package/lib/resources/attachments.js +3 -3
  8. package/lib/resources/auth.js +3 -3
  9. package/lib/resources/blacklist.js +3 -3
  10. package/lib/resources/bulk-submits.js +3 -3
  11. package/lib/resources/bulk-uploads.js +3 -3
  12. package/lib/resources/business-profiles.js +3 -3
  13. package/lib/resources/businesses.js +3 -3
  14. package/lib/resources/claim-items.js +3 -3
  15. package/lib/resources/devices.js +3 -3
  16. package/lib/resources/doc-accounts.js +3 -3
  17. package/lib/resources/documents.js +3 -3
  18. package/lib/resources/emails.js +3 -3
  19. package/lib/resources/filter-options.js +3 -3
  20. package/lib/resources/form-application-templates.js +3 -3
  21. package/lib/resources/form-applications.js +3 -3
  22. package/lib/resources/forms.js +3 -3
  23. package/lib/resources/funder-services.js +3 -3
  24. package/lib/resources/funder-settings.js +3 -3
  25. package/lib/resources/funder-values.js +3 -3
  26. package/lib/resources/funders.js +3 -3
  27. package/lib/resources/futures.js +3 -3
  28. package/lib/resources/health-fund-accounts.js +3 -3
  29. package/lib/resources/health-fund-settings.js +3 -3
  30. package/lib/resources/healthfunds.js +3 -3
  31. package/lib/resources/icditems.js +3 -3
  32. package/lib/resources/invoice-scans.js +3 -3
  33. package/lib/resources/jhcs.js +3 -3
  34. package/lib/resources/kyc.d.ts +10 -17
  35. package/lib/resources/kyc.js +3 -5
  36. package/lib/resources/logs.js +3 -3
  37. package/lib/resources/members.js +3 -3
  38. package/lib/resources/message-mappings.js +3 -3
  39. package/lib/resources/minions.js +3 -3
  40. package/lib/resources/modalities.js +3 -3
  41. package/lib/resources/notes.js +3 -3
  42. package/lib/resources/onboarding-applications.js +3 -3
  43. package/lib/resources/onboarding-requests.js +3 -3
  44. package/lib/resources/ops.js +3 -3
  45. package/lib/resources/organisations.js +3 -3
  46. package/lib/resources/partners.js +3 -3
  47. package/lib/resources/patients.js +3 -3
  48. package/lib/resources/payments.js +3 -3
  49. package/lib/resources/pms.js +3 -3
  50. package/lib/resources/practice-profiles.js +3 -3
  51. package/lib/resources/practice-types.js +3 -3
  52. package/lib/resources/practices.js +3 -3
  53. package/lib/resources/products.js +3 -3
  54. package/lib/resources/professional-categories.js +3 -3
  55. package/lib/resources/provider-number-types.js +3 -3
  56. package/lib/resources/provider-registration-types.js +3 -3
  57. package/lib/resources/provider-requests.js +3 -3
  58. package/lib/resources/provider-types.js +3 -3
  59. package/lib/resources/ref-sources.js +3 -3
  60. package/lib/resources/risk.js +3 -3
  61. package/lib/resources/rnas.js +3 -3
  62. package/lib/resources/roles.js +3 -3
  63. package/lib/resources/self-checkout-sessions.js +3 -3
  64. package/lib/resources/services.js +3 -3
  65. package/lib/resources/settlements.js +3 -3
  66. package/lib/resources/sign-up.js +3 -3
  67. package/lib/resources/specialties.js +3 -3
  68. package/lib/resources/staff-profiles.js +3 -3
  69. package/lib/resources/staff.js +3 -3
  70. package/lib/resources/statistics.js +3 -3
  71. package/lib/resources/subscriptions.js +3 -3
  72. package/lib/resources/terminals.js +3 -3
  73. package/lib/resources/transaction-export.js +3 -3
  74. package/lib/resources/transactions.js +3 -3
  75. package/lib/resources/triggers.js +3 -3
  76. package/lib/resources/vendors.js +3 -3
  77. package/lib/resources/verify.js +3 -3
  78. package/lib/resources/workers.js +3 -3
  79. package/lib/resources/workflow-exceptions.js +3 -3
  80. package/lib/services/aws.js +3 -3
  81. package/lib/services/storage.js +1 -1
  82. package/lib/services/version.js +3 -3
  83. package/lib/{staff-38961bba.js → staff-65f3c6e2.js} +2 -30
  84. package/lib/types/index.d.ts +0 -1
  85. package/lib/utils/application.js +3 -3
  86. package/lib/utils/professions.js +3 -3
  87. package/lib/utils/regions.js +2 -2
  88. package/lib/utils/request.js +3 -3
  89. package/lib/utils/staff.js +3 -3
  90. package/package.json +3 -4
  91. package/lib/types/kyc.d.ts +0 -109
  92. package/lib/types/kyc.js +0 -2
  93. /package/lib/{regions-5bf75df6.js → regions-21914a7d.js} +0 -0
@@ -1,109 +0,0 @@
1
- export declare type Kyc = {
2
- _id: string;
3
- businessId: string;
4
- practiceId: string;
5
- abn: string;
6
- acn: string;
7
- companyName: string;
8
- companyStatus: string;
9
- companyCreation: string;
10
- address: string;
11
- city: string;
12
- postcode: string;
13
- state: string;
14
- entityType: string;
15
- hasNonBeneficiallyHeldShares: boolean;
16
- manualVerificationRequired: boolean;
17
- resumedComplexVerification: boolean;
18
- beneficialOwners: Array<BeneficialOwner>;
19
- supportEmail: SupportEmail;
20
- files: Array<File>;
21
- isLatest: boolean;
22
- cboWorkspaceId: string;
23
- cboEnquiryId: string;
24
- isVerified: boolean;
25
- selfVerified: boolean;
26
- isManual: boolean;
27
- cboFetchedByAccountId: string;
28
- cboFetchedByAccountUsername: string;
29
- orgIdFetchedByAccountId: string;
30
- orgIdFetchedByAccountUsername: string;
31
- resumedComplexVerificationByAccountId: string;
32
- resumedComplexVerificationByAccountUsername: string;
33
- verifiedByAccountId: string;
34
- verifiedByAccountUsername: string;
35
- unverifiedByAccountId: string;
36
- unverifiedByAccountUsername: string;
37
- lastCboFetchDate: string;
38
- lastOrgIdFetchDate: string;
39
- lastResumeComplexVerificationDate: string;
40
- version: number;
41
- created: string;
42
- modified: string;
43
- deleted: string;
44
- };
45
- export declare type SupportEmail = {
46
- isSent: false;
47
- sentByAccountId: string;
48
- sentByAccountUsername: string;
49
- };
50
- export declare type BeneficialOwner = {
51
- firstName: string;
52
- middleName: string;
53
- lastName: string;
54
- dobString: string;
55
- companyName: string;
56
- acn: string;
57
- abn: string;
58
- companyNumber: string;
59
- addressPrefix: string;
60
- address: string;
61
- city: string;
62
- postcode: string;
63
- state: string;
64
- country: string;
65
- beneficiallyHeldShares: number;
66
- nonBeneficiallyHeldShares: number;
67
- jointHeldShares: number;
68
- pepScreening: string;
69
- sanctionScreening: string;
70
- isDirector: boolean;
71
- isCompany: boolean;
72
- isManualAddition: boolean;
73
- isVerified: boolean;
74
- consent: string;
75
- verificationDocument: VerificationDocument;
76
- failedAttempts: 0;
77
- addedByAccountId: string;
78
- addedByAccountUsername: string;
79
- sentSupportEmail: boolean;
80
- idmatrixEnquiryId: string;
81
- idmatrixFetchedByAccountId: string;
82
- idmatrixFetchedByAccountUsername: string;
83
- lastIdmatrixFetchDate: string;
84
- _id: string;
85
- };
86
- export interface VerificationDocument {
87
- driversLicence: 'passed' | 'failed';
88
- passport: 'passed' | 'failed';
89
- medicare: 'passed' | 'failed';
90
- }
91
- export declare type File = {
92
- displayName: string;
93
- contentType: string;
94
- s3SignedUrlId: string;
95
- uploadedByAccountId: string;
96
- uploadedByAccountUsername: string;
97
- _id: string;
98
- };
99
- export interface UpdateBusinessKycBody {
100
- files: Array<File>;
101
- }
102
- export interface BusinessKycPinResponse {
103
- businessId: string;
104
- created: string;
105
- expiryDate: string;
106
- modified: string;
107
- pin: string;
108
- _id: string;
109
- }
package/lib/types/kyc.js DELETED
@@ -1,2 +0,0 @@
1
- 'use strict';
2
-