-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: edits for supporting property paths
- Loading branch information
1 parent
028104b
commit 33927d4
Showing
4 changed files
with
68 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5992,7 +5992,7 @@ export const data = [ | |
request: { | ||
body: [ | ||
{ | ||
description: 'Alias: with property beyond exclusion list', | ||
description: 'Alias: with property beyond and within exclusion list', | ||
destination: destinationWithSetOnceProperty, | ||
message: { | ||
anonymousId: 'e6ab2c5e-2cda-44a9-a962-e2f67df78bca', | ||
|
@@ -6018,7 +6018,9 @@ export const data = [ | |
density: 2 | ||
}, | ||
traits: { | ||
city: 'Disney', | ||
address: { | ||
city: 'Disney', | ||
}, | ||
country: 'USA', | ||
email: '[email protected]', | ||
firstName: 'Mickey test', | ||
|
@@ -6072,7 +6074,7 @@ export const data = [ | |
FORM: {}, | ||
JSON: {}, | ||
JSON_ARRAY: { | ||
batch: "[{\"$set_once\":{\"nationality\":\"USA\"},\"$token\":\"dummyToken\",\"$distinct_id\":\"Santiy\"}]", | ||
batch: "[{\"$set_once\":{\"$first_name\":\"Mickey test\",\"$city\":\"Disney\",\"nationality\":\"USA\"},\"$token\":\"dummyToken\",\"$distinct_id\":\"Santiy\"}]", | ||
}, | ||
XML: {}, | ||
}, | ||
|
@@ -6093,7 +6095,7 @@ export const data = [ | |
FORM: {}, | ||
JSON: {}, | ||
JSON_ARRAY: { | ||
batch: "[{\"$set\":{\"$created\":\"2020-01-23T08:54:02.362Z\",\"$email\":\"[email protected]\",\"$country_code\":\"USA\",\"$city\":\"Disney\",\"$initial_referrer\":\"https://docs.rudderstack.com\",\"$initial_referring_domain\":\"docs.rudderstack.com\",\"$name\":\"Mickey test VarChange\",\"random\":\"superProp\",\"$firstName\":\"Mickey test\",\"$lastName\":\"VarChange\",\"$browser\":\"Chrome\",\"$browser_version\":\"79.0.3945.117\"},\"$token\":\"dummyToken\",\"$distinct_id\":\"Santiy\",\"$ip\":\"0.0.0.0\",\"$time\":null}]", | ||
"batch": "[{\"$set\":{\"$created\":\"2020-01-23T08:54:02.362Z\",\"$email\":\"[email protected]\",\"$country_code\":\"USA\",\"$initial_referrer\":\"https://docs.rudderstack.com\",\"$initial_referring_domain\":\"docs.rudderstack.com\",\"random\":\"superProp\",\"$lastName\":\"VarChange\",\"$browser\":\"Chrome\",\"$browser_version\":\"79.0.3945.117\"},\"$token\":\"dummyToken\",\"$distinct_id\":\"Santiy\",\"$ip\":\"0.0.0.0\",\"$time\":null}]" | ||
}, | ||
XML: {}, | ||
}, | ||
|