Socket
Socket
Sign inDemoInstall

@wix/contacts

Package Overview
Dependencies
Maintainers
17
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/contacts - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

18

build/es/src/contacts-v4-contact.universal.js

@@ -498,2 +498,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

* @requiredField targetContactRevision
* @param options - Merge contacts options.
*/

@@ -571,2 +572,3 @@ export function mergeContacts(targetContactId, targetContactRevision, options) {

* @requiredField targetContactId
* @param options - Preview merge contacts options.
*/

@@ -717,6 +719,6 @@ export function previewMergeContacts(targetContactId, options) {

* Label keys must exist to be added to the contact.
* Contact labels can be created or retrieved with
* [Find or Create Label](https://dev.wix.com/api/rest/contacts/labels/find-or-create-label)
* or
* [List Labels](https://dev.wix.com/api/rest/contacts/labels/list-labels).
* Contact labels can be created or retrieved with
* [`findOrCreateLabel()`](wix-crm-backend/contacts/findorcreatelabel)
* or
* [`queryLabels()`](wix-crm-backend/contacts/queryLabels).
* @public

@@ -858,2 +860,3 @@ * @documentationMaturity preview

* @documentationMaturity preview
* @param options - Object containing list of options for retrieving contacts.
* @returns List of contacts.

@@ -962,2 +965,3 @@ */

* @documentationMaturity preview
* @param options - Query contact options.
* @returns List of contacts.

@@ -1022,2 +1026,3 @@ */

* @documentationMaturity preview
* @param options - List facets options.
*/

@@ -1078,2 +1083,3 @@ export function listFacets(options) {

* @documentationMaturity preview
* @param options - Query facets options.
*/

@@ -1141,2 +1147,3 @@ export function queryFacets(options) {

* @documentationMaturity preview
* @param options - Bulk delete contacts options.
*/

@@ -1205,2 +1212,3 @@ export function bulkDeleteContacts(options) {

* @documentationMaturity preview
* @param options - Bulk update contacts options.
*/

@@ -1274,2 +1282,3 @@ export function bulkUpdateContacts(options) {

* @documentationMaturity preview
* @param options - Bulk label and unlabel contacts options.
*/

@@ -1356,2 +1365,3 @@ export function bulkLabelAndUnlabelContacts(options) {

* @requiredField _id
* @param options - Get contact options.
* @returns The requested contact.

@@ -1358,0 +1368,0 @@ */

{
"name": "@wix/contacts",
"version": "1.0.16",
"version": "1.0.17",
"publishConfig": {

@@ -36,3 +36,3 @@ "registry": "https://registry.npmjs.org/",

},
"falconPackageHash": "c146476081c57826a6a7aae1f991d83d6bdf7dc4a8f51f9d2a4dde5c"
"falconPackageHash": "2a6f20b4812822ea397900828b7e2d08cd2a6d3d90ae294982f75df6"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc