Skip to content

Commit

Permalink
feat: new source type shopify changes (#729)
Browse files Browse the repository at this point in the history
Co-authored-by: Ujjwal Abhishek <63387036+ujjwal-ab@users.noreply.github.com>
  • Loading branch information
anantjain45823 and ujjwal-ab authored Aug 4, 2023
1 parent a7b3159 commit c0475c3
Show file tree
Hide file tree
Showing 149 changed files with 396 additions and 178 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"supportedMessageTypes": ["identify", "page", "screen", "track"],
"destConfig": {
Expand Down
25 changes: 18 additions & 7 deletions src/configurations/destinations/adj/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"supportedMessageTypes": [
"track"
],
"supportedMessageTypes": ["track"],
"destConfig": {
"defaultConfig": [
"appToken",
Expand All @@ -38,11 +41,19 @@
"partnerParamsKeys",
"oneTrustCookieCategories"
],
"android": ["useNativeSDK"],
"ios": ["useNativeSDK"],
"flutter": ["useNativeSDK"],
"unity": ["useNativeSDK"]
"android": [
"useNativeSDK"
],
"ios": [
"useNativeSDK"
],
"flutter": [
"useNativeSDK"
],
"unity": [
"useNativeSDK"
]
},
"secretKeys": []
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"supportedConnectionModes": {
"web": ["cloud", "device"],
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/af/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"supportedMessageTypes": ["track", "screen", "page"],
"destConfig": {
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/airship/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"reactnative",
"flutter",
"cordova",
"warehouse"
"warehouse",
"shopify"
],
"supportedMessageTypes": ["identify", "track", "group"],
"destConfig": {
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/algolia/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"reactnative",
"flutter",
"cordova",
"warehouse"
"warehouse",
"shopify"
],
"supportedMessageTypes": ["track"],
"destConfig": {
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/am/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"supportedMessageTypes": ["alias", "group", "identify", "page", "screen", "track"],
"supportedConnectionModes": {
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/appcues/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"supportedMessageTypes": ["identify", "page", "screen", "track"],
"destConfig": {
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/attentive_tag/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"supportedMessageTypes": ["identify", "track"],
"destConfig": { "defaultConfig": ["apiKey", "signUpSourceId", "oneTrustCookieCategories"] },
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/attribution/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"reactnative",
"warehouse",
"flutter",
"cordova"
"cordova",
"shopify"
],
"supportedMessageTypes": ["alias", "group", "identify", "page", "screen", "track"],
"destConfig": { "defaultConfig": ["writeKey", "oneTrustCookieCategories"], "web": [] },
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/autopilot/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"supportedMessageTypes": ["identify", "track"],
"destConfig": { "defaultConfig": ["apiKey", "triggerId", "oneTrustCookieCategories"] },
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/awin/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"reactnative",
"flutter",
"cordova",
"warehouse"
"warehouse",
"shopify"
],
"supportedMessageTypes": ["track"],
"destConfig": {
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/azure_blob/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"destConfig": {
"defaultConfig": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"reactnative",
"cloudSource",
"flutter",
"cordova"
"cordova",
"shopify"
],
"destConfig": {
"defaultConfig": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"destConfig": {
"defaultConfig": [
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/azure_synapse/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"reactnative",
"cloudSource",
"flutter",
"cordova"
"cordova",
"shopify"
],
"destConfig": {
"defaultConfig": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"saveDestinationResponse": true,
"includeKeys": ["oneTrustCookieCategories"],
"excludeKeys": [],
"supportedSourceTypes": ["cloud", "warehouse"],
"supportedSourceTypes": ["cloud", "warehouse", "shopify"],
"supportedMessageTypes": ["audiencelist"],
"syncBehaviours": [
"mirror"
Expand Down
31 changes: 25 additions & 6 deletions src/configurations/destinations/blueshift/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,32 @@
"transformAt": "router",
"transformAtV1": "router",
"saveDestinationResponse": true,
"includeKeys": ["oneTrustCookieCategories"],
"includeKeys": [
"oneTrustCookieCategories"
],
"excludeKeys": [],
"supportedSourceTypes": ["web", "cloud", "mobile"],
"supportedMessageTypes": ["identify", "track", "group"],
"supportedSourceTypes": [
"web",
"cloud",
"mobile",
"shopify"
],
"supportedMessageTypes": [
"identify",
"track",
"group"
],
"destConfig": {
"defaultConfig": ["eventApiKey", "usersApiKey", "dataCenter", "oneTrustCookieCategories"]
"defaultConfig": [
"eventApiKey",
"usersApiKey",
"dataCenter",
"oneTrustCookieCategories"
]
},
"secretKeys": ["eventApiKey", "usersApiKey"]
"secretKeys": [
"eventApiKey",
"usersApiKey"
]
}
}
}
3 changes: 2 additions & 1 deletion src/configurations/destinations/bq/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"reactnative",
"cloudSource",
"flutter",
"cordova"
"cordova",
"shopify"
],
"destConfig": {
"defaultConfig": [
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/bqstream/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"reactnative",
"flutter",
"cordova",
"warehouse"
"warehouse",
"shopify"
],
"destConfig": {
"defaultConfig": [
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/branch/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"supportedMessageTypes": ["identify", "track"],
"destConfig": {
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/braze/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"supportedConnectionModes": {
"android": ["cloud", "device", "hybrid"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"destConfig": {
"defaultConfig": [
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/candu/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"reactnative",
"flutter",
"cordova",
"warehouse"
"warehouse",
"shopify"
],
"supportedMessageTypes": ["identify", "track"],
"destConfig": { "defaultConfig": ["apiKey", "oneTrustCookieCategories"] },
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/canny/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"reactnative",
"flutter",
"cordova",
"warehouse"
"warehouse",
"shopify"
],
"supportedMessageTypes": ["identify", "track"],
"destConfig": { "defaultConfig": ["apiKey", "eventsToEvents", "oneTrustCookieCategories"] },
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/clevertap/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"supportedMessageTypes": ["identify", "page", "screen", "track", "alias"],
"destConfig": {
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/clickhouse/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"reactnative",
"cloudSource",
"flutter",
"cordova"
"cordova",
"shopify"
],
"destConfig": {
"defaultConfig": [
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/clickup/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"reactnative",
"flutter",
"cordova",
"warehouse"
"warehouse",
"shopify"
],
"supportedMessageTypes": ["track"],
"destConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"destConfig": {
"defaultConfig": [
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/courier/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"reactnative",
"flutter",
"cordova",
"warehouse"
"warehouse",
"shopify"
],
"supportedMessageTypes": ["identify", "track"],
"destConfig": { "defaultConfig": ["apiKey", "oneTrustCookieCategories"] },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"saveDestinationResponse": true,
"includeKeys": ["oneTrustCookieCategories"],
"excludeKeys": [],
"supportedSourceTypes": ["cloud", "warehouse"],
"supportedSourceTypes": ["cloud", "warehouse", "shopify"],
"syncBehaviours": ["mirror"],
"supportedMessageTypes": ["audiencelist"],
"destConfig": {
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/custify/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"supportedMessageTypes": ["identify", "group", "track"],
"destConfig": { "defaultConfig": ["apiKey", "sendAnonymousId", "oneTrustCookieCategories"] }
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/customerio/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"warehouse",
"reactnative",
"flutter",
"cordova"
"cordova",
"shopify"
],
"supportedMessageTypes": ["identify", "page", "screen", "track", "alias", "group"],
"destConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"flutter",
"cordova",
"warehouse",
"web"
"shopify"
],
"supportedMessageTypes": ["track", "page"],
"destConfig": {
Expand Down
Loading

0 comments on commit c0475c3

Please sign in to comment.