@wix/auto_sdk_crm_contacts 1.0.1275 → 1.0.1277

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -148,6 +148,16 @@ function resolveComWixpressContactsCoreApiV4ContactsServiceV4Url(opts) {
148
148
  srcPath: "/_api/contacts/v4/contacts",
149
149
  destPath: "/v4/contacts"
150
150
  }
151
+ ],
152
+ "payments.base44.com": [
153
+ {
154
+ srcPath: "/_api/contacts/v4/contacts",
155
+ destPath: "/v4/contacts"
156
+ },
157
+ {
158
+ srcPath: "/_api/contacts/v4/bulk",
159
+ destPath: "/v4/bulk"
160
+ }
151
161
  ]
152
162
  };
153
163
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));