@capacitor-community/contacts
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -12,3 +12,3 @@ import type { PermissionState } from '@capacitor/core'; | ||
deleteContact(options: DeleteContactOptions): Promise<void>; | ||
pickContact(options: PickContactOptions): Promise<void>; | ||
pickContact(options: PickContactOptions): Promise<PickContactResult>; | ||
} | ||
@@ -273,1 +273,4 @@ export declare enum PhoneType { | ||
} | ||
export interface PickContactResult { | ||
contact: ContactPayload; | ||
} |
@@ -10,3 +10,3 @@ import { WebPlugin } from '@capacitor/core'; | ||
deleteContact(): Promise<void>; | ||
pickContact(): Promise<void>; | ||
pickContact(): Promise<Definitions.PickContactResult>; | ||
} |
{ | ||
"name": "@capacitor-community/contacts", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "Contacts Plugin for Capacitor", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -32,3 +32,3 @@ <p align="center"> | ||
Currently there are two actively maintained versions of this plugin. The API of these versions is identical. The only difference between the two versions is the supported Capacitor versions. | ||
Currently there are three actively maintained versions of this plugin. The API of these versions is identical. The only difference between these versions is the supported Capacitor versions. | ||
@@ -35,0 +35,0 @@ | Plugin | Capacitor | Status | Documentation | |
Sorry, the diff of this file is not supported yet
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
127924
532