@nium/nium-sdk 0.1.2 → 0.1.3

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.d.mts CHANGED
@@ -23,7 +23,7 @@ interface NiumTheme {
23
23
  interface NiumPaymentPrefill {
24
24
  name?: string;
25
25
  email?: string;
26
- entityType?: 'individual' | 'business';
26
+ entityType?: 'individual' | 'corporate';
27
27
  contactNumber?: string;
28
28
  address?: {
29
29
  line1?: string;
package/dist/index.d.ts CHANGED
@@ -23,7 +23,7 @@ interface NiumTheme {
23
23
  interface NiumPaymentPrefill {
24
24
  name?: string;
25
25
  email?: string;
26
- entityType?: 'individual' | 'business';
26
+ entityType?: 'individual' | 'corporate';
27
27
  contactNumber?: string;
28
28
  address?: {
29
29
  line1?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nium/nium-sdk",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "NIUM Onboarding SDK - Embed hosted onboarding forms with a clean JavaScript API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",