@wix/auto_sdk_crm_contacts 1.0.1045 → 1.0.1047
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.
- package/build/cjs/index.js +16 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +9 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs +16 -3
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +9 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js +16 -3
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +9 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs +16 -3
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +9 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -1894,7 +1894,14 @@ var onContactUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
1894
1894
|
{ path: "entity.memberInfo.signupDate" },
|
|
1895
1895
|
{ path: "entity.memberInfo.sessionInfo.lastWebLogin" },
|
|
1896
1896
|
{ path: "entity.memberInfo.sessionInfo.lastMobileLogin" },
|
|
1897
|
-
{ path: "metadata.eventTime" }
|
|
1897
|
+
{ path: "metadata.eventTime" },
|
|
1898
|
+
{ path: "modifiedFields.createdDate" },
|
|
1899
|
+
{ path: "modifiedFields.updatedDate" },
|
|
1900
|
+
{ path: "modifiedFields.lastActivity.activityDate" },
|
|
1901
|
+
{ path: "modifiedFields.lastActivity.date" },
|
|
1902
|
+
{ path: "modifiedFields.memberInfo.signupDate" },
|
|
1903
|
+
{ path: "modifiedFields.memberInfo.sessionInfo.lastWebLogin" },
|
|
1904
|
+
{ path: "modifiedFields.memberInfo.sessionInfo.lastMobileLogin" }
|
|
1898
1905
|
]
|
|
1899
1906
|
},
|
|
1900
1907
|
{
|
|
@@ -1902,12 +1909,18 @@ var onContactUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
1902
1909
|
paths: [
|
|
1903
1910
|
{ path: "entity.picture" },
|
|
1904
1911
|
{ path: "entity.info.picture.image" },
|
|
1905
|
-
{ path: "entity.memberInfo.profileInfo.photo" }
|
|
1912
|
+
{ path: "entity.memberInfo.profileInfo.photo" },
|
|
1913
|
+
{ path: "modifiedFields.picture" },
|
|
1914
|
+
{ path: "modifiedFields.info.picture.image" },
|
|
1915
|
+
{ path: "modifiedFields.memberInfo.profileInfo.photo" }
|
|
1906
1916
|
]
|
|
1907
1917
|
},
|
|
1908
1918
|
{
|
|
1909
1919
|
transformFn: import_address3.transformRESTAddressToSDKAddress,
|
|
1910
|
-
paths: [
|
|
1920
|
+
paths: [
|
|
1921
|
+
{ path: "entity.info.addresses.items.address" },
|
|
1922
|
+
{ path: "modifiedFields.info.addresses.items.address" }
|
|
1923
|
+
]
|
|
1911
1924
|
}
|
|
1912
1925
|
])
|
|
1913
1926
|
)
|