This is an automated email from the ASF dual-hosted git repository.

jsinovassinnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new 26e28eaa2 UNOMI-771 : remove availableToEndUser in updateLists and 
cdpSessionEvent actions (#618)
26e28eaa2 is described below

commit 26e28eaa23f2aec897582550b38a437eafa6a583
Author: jsinovassin <[email protected]>
AuthorDate: Fri May 5 16:14:18 2023 +0100

    UNOMI-771 : remove availableToEndUser in updateLists and cdpSessionEvent 
actions (#618)
---
 .../src/main/resources/META-INF/cxs/actions/cdpSessionEvent.json       | 3 +--
 .../cxs-impl/src/main/resources/META-INF/cxs/actions/updateLists.json  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/cdpSessionEvent.json 
b/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/cdpSessionEvent.json
index 835f7ec97..bf3010500 100644
--- 
a/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/cdpSessionEvent.json
+++ 
b/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/cdpSessionEvent.json
@@ -5,8 +5,7 @@
     "description": "",
     "systemTags": [
       "profileTags",
-      "demographic",
-      "availableToEndUser"
+      "demographic"
     ],
     "readOnly": true
   },
diff --git 
a/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/updateLists.json 
b/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/updateLists.json
index 003897b85..5fe13f916 100644
--- a/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/updateLists.json
+++ b/graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/updateLists.json
@@ -5,8 +5,7 @@
     "description": "",
     "systemTags": [
       "profileTags",
-      "demographic",
-      "availableToEndUser"
+      "demographic"
     ],
     "readOnly": true
   },

Reply via email to