@wix/crm_contacts
Advanced tools
Comparing version 1.0.49 to 1.0.50
@@ -18,2 +18,1 @@ "use strict"; | ||
__exportStar(require("./src/contacts-v4-contact-contacts.context"), exports); | ||
//# sourceMappingURL=context.js.map |
@@ -18,2 +18,1 @@ "use strict"; | ||
__exportStar(require("./src/contacts-v4-contact-contacts.context"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -18,2 +18,1 @@ "use strict"; | ||
__exportStar(require("./src/contacts-v4-contact-contacts.universal"), exports); | ||
//# sourceMappingURL=index.typings.js.map |
@@ -18,2 +18,1 @@ "use strict"; | ||
__exportStar(require("./src/contacts-v4-contact-contacts.meta"), exports); | ||
//# sourceMappingURL=meta.js.map |
@@ -77,2 +77,1 @@ "use strict"; | ||
Object.defineProperty(exports, "WebhookIdentityType", { enumerable: true, get: function () { return contacts_v4_contact_contacts_universal_1.WebhookIdentityType; } }); | ||
//# sourceMappingURL=contacts-v4-contact-contacts.context.js.map |
@@ -531,2 +531,1 @@ "use strict"; | ||
exports.getContact = getContact; | ||
//# sourceMappingURL=contacts-v4-contact-contacts.http.js.map |
@@ -180,2 +180,1 @@ "use strict"; | ||
exports.getContact = getContact; | ||
//# sourceMappingURL=contacts-v4-contact-contacts.meta.js.map |
@@ -193,2 +193,1 @@ "use strict"; | ||
Object.defineProperty(exports, "WebhookIdentityType", { enumerable: true, get: function () { return contacts_v4_contact_contacts_universal_2.WebhookIdentityType; } }); | ||
//# sourceMappingURL=contacts-v4-contact-contacts.public.js.map |
@@ -268,2 +268,1 @@ "use strict"; | ||
})(WebhookIdentityType || (exports.WebhookIdentityType = WebhookIdentityType = {})); | ||
//# sourceMappingURL=contacts-v4-contact-contacts.types.js.map |
@@ -866,2 +866,1 @@ "use strict"; | ||
exports.getContact = getContact; | ||
//# sourceMappingURL=contacts-v4-contact-contacts.universal.js.map |
export * from './src/contacts-v4-contact-contacts.context'; | ||
//# sourceMappingURL=context.js.map |
export * from './src/contacts-v4-contact-contacts.context'; | ||
//# sourceMappingURL=index.js.map |
export * from './src/contacts-v4-contact-contacts.universal'; | ||
//# sourceMappingURL=index.typings.js.map |
export * from './src/contacts-v4-contact-contacts.meta'; | ||
//# sourceMappingURL=meta.js.map |
@@ -52,2 +52,1 @@ import { createContact as publicCreateContact, updateContact as publicUpdateContact, mergeContacts as publicMergeContacts, deleteContact as publicDeleteContact, labelContact as publicLabelContact, unlabelContact as publicUnlabelContact, queryContacts as publicQueryContacts, getContact as publicGetContact, } from './contacts-v4-contact-contacts.public'; | ||
export { ContactSourceType, ContactActivityType, EmailTag, PhoneTag, AddressTag, SubdivisionType, ImageProvider, SubscriptionStatus, EmailDeliverabilityStatus, PhoneDeliverabilityStatus, MemberStatus, PrivacyStatus, Role, SortOrder, ContactFieldSet, ContactsFacetType, Action, UpsertContactResponseAction, GetContactResponseType, SubmitOperation, Mode, WebhookIdentityType, } from './contacts-v4-contact-contacts.universal'; | ||
//# sourceMappingURL=contacts-v4-contact-contacts.context.js.map |
@@ -520,2 +520,1 @@ import { toURLSearchParams } from '@wix/sdk-runtime/rest-modules'; | ||
} | ||
//# sourceMappingURL=contacts-v4-contact-contacts.http.js.map |
@@ -146,2 +146,1 @@ import * as ambassadorWixContactsV4Contact from './contacts-v4-contact-contacts.http'; | ||
} | ||
//# sourceMappingURL=contacts-v4-contact-contacts.meta.js.map |
@@ -160,2 +160,1 @@ import { renameKeysFromRESTResponseToSDKResponse } from '@wix/sdk-runtime/rename-all-nested-keys'; | ||
export { Action, AddressTag, ContactActivityType, ContactFieldSet, ContactSourceType, ContactsFacetType, EmailDeliverabilityStatus, EmailTag, GetContactResponseType, ImageProvider, MemberStatus, Mode, PhoneDeliverabilityStatus, PhoneTag, PrivacyStatus, Role, SortOrder, SubdivisionType, SubmitOperation, SubscriptionStatus, UpsertContactResponseAction, WebhookIdentityType, } from './contacts-v4-contact-contacts.universal'; | ||
//# sourceMappingURL=contacts-v4-contact-contacts.public.js.map |
@@ -265,2 +265,1 @@ export var ContactSourceType; | ||
})(WebhookIdentityType || (WebhookIdentityType = {})); | ||
//# sourceMappingURL=contacts-v4-contact-contacts.types.js.map |
@@ -832,2 +832,1 @@ import { transformError as sdkTransformError } from '@wix/sdk-runtime/transform-error'; | ||
} | ||
//# sourceMappingURL=contacts-v4-contact-contacts.universal.js.map |
{ | ||
"name": "@wix/crm_contacts", | ||
"version": "1.0.49", | ||
"version": "1.0.50", | ||
"publishConfig": { | ||
@@ -46,3 +46,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "fd2688d742a2cdc711afb984a221bfc6768f3b162e647a4a34911977" | ||
"falconPackageHash": "93db907351847e6105b248cd9d2d13a1a93fc5c36e4a3f813f32a4ed" | ||
} |
883070
47