@wix/crm_contacts
Advanced tools
Comparing version 1.0.47 to 1.0.48
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getContact = exports.queryContacts = exports.unlabelContact = exports.labelContact = exports.deleteContact = exports.mergeContacts = exports.updateContact = exports.createContact = void 0; | ||
const metro_runtime_1 = require("@wix/metro-runtime"); | ||
const rest_modules_1 = require("@wix/sdk-runtime/rest-modules"); | ||
const float_1 = require("@wix/sdk-runtime/transformations/float"); | ||
@@ -11,3 +11,3 @@ const float_2 = require("@wix/sdk-runtime/transformations/float"); | ||
const transform_paths_1 = require("@wix/sdk-runtime/transformations/transform-paths"); | ||
const rest_modules_1 = require("@wix/sdk-runtime/rest-modules"); | ||
const rest_modules_2 = require("@wix/sdk-runtime/rest-modules"); | ||
function resolveComWixpressContactsCoreApiV4ContactsServiceV4Url(opts) { | ||
@@ -46,3 +46,3 @@ const domainToMappings = { | ||
}; | ||
return (0, rest_modules_1.resolveUrl)(Object.assign(opts, { domainToMappings })); | ||
return (0, rest_modules_2.resolveUrl)(Object.assign(opts, { domainToMappings })); | ||
} | ||
@@ -286,3 +286,3 @@ const PACKAGE_NAME = '@wix/crm_contacts'; | ||
}), | ||
params: (0, metro_runtime_1.toURLSearchParams)(payload), | ||
params: (0, rest_modules_1.toURLSearchParams)(payload), | ||
}; | ||
@@ -372,3 +372,3 @@ return metadata; | ||
}), | ||
params: (0, metro_runtime_1.toURLSearchParams)(payload), | ||
params: (0, rest_modules_1.toURLSearchParams)(payload), | ||
transformResponse: (payload) => (0, transform_paths_1.transformPaths)(payload, [ | ||
@@ -500,3 +500,3 @@ { | ||
}), | ||
params: (0, metro_runtime_1.toURLSearchParams)(payload), | ||
params: (0, rest_modules_1.toURLSearchParams)(payload), | ||
transformResponse: (payload) => (0, transform_paths_1.transformPaths)(payload, [ | ||
@@ -503,0 +503,0 @@ { |
@@ -1,2 +0,2 @@ | ||
import { toURLSearchParams } from '@wix/metro-runtime'; | ||
import { toURLSearchParams } from '@wix/sdk-runtime/rest-modules'; | ||
import { transformSDKFloatToRESTFloat } from '@wix/sdk-runtime/transformations/float'; | ||
@@ -3,0 +3,0 @@ import { transformRESTFloatToSDKFloat } from '@wix/sdk-runtime/transformations/float'; |
{ | ||
"name": "@wix/crm_contacts", | ||
"version": "1.0.47", | ||
"version": "1.0.48", | ||
"publishConfig": { | ||
@@ -46,3 +46,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "147f4bfe5cd71ffac03ea94e364d4e737d5f925ac94474fa57312569" | ||
"falconPackageHash": "5123e9a9ad7c69e1f1616e6160c2305958f198df1f959c48fc794ead" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
964852