@nadavhalfon/capacitor-native-contacts
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -55,2 +55,9 @@ { | ||
{ | ||
"name": "fullName", | ||
"tags": [], | ||
"docs": "", | ||
"complexTypes": [], | ||
"type": "string | undefined" | ||
}, | ||
{ | ||
"name": "givenName", | ||
@@ -57,0 +64,0 @@ "tags": [], |
@@ -13,2 +13,3 @@ export interface CapacitorContactsPlugin { | ||
identifier?: string; | ||
fullName?: string; | ||
givenName?: string; | ||
@@ -15,0 +16,0 @@ familyName?: string; |
{ | ||
"name": "@nadavhalfon/capacitor-native-contacts", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Capacitor plugin for picking contact from native contacts list", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -59,2 +59,3 @@ # capacitor-native-contacts | ||
| **`identifier`** | <code>string</code> | | ||
| **`fullName`** | <code>string</code> | | ||
| **`givenName`** | <code>string</code> | | ||
@@ -61,0 +62,0 @@ | **`familyName`** | <code>string</code> | |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38233
235
71