diff --git a/.connector-store/meta.json b/.connector-store/meta.json
index a831fdf..4d95eff 100644
--- a/.connector-store/meta.json
+++ b/.connector-store/meta.json
@@ -7,7 +7,7 @@
"status": "Active",
"releases": [
{
- "tagName": "v1.0.0",
+ "tagName": "v1.0.1",
"products": [
"MI 4.3.0"
],
diff --git a/README.md b/README.md
index 9a601bc..503736f 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
| Connector Version | Supported WSO2 MI Version |
|-------------------|---------------------------|
-| 1.0.0 | MI 4.3.0 |
+| 1.0.1 | MI 4.3.0 |
## Documentation
diff --git a/gen_resources/config_fb.json b/gen_resources/config_fb.json
index 34c6d58..b6b69d7 100644
--- a/gen_resources/config_fb.json
+++ b/gen_resources/config_fb.json
@@ -9,7 +9,7 @@
"project": {
"groupId": "org.wso2.carbon.esb.connector",
"artifactId": "facebook.ads",
- "version": "1.0.0-SNAPSHOT"
+ "version": "1.0.1-SNAPSHOT"
},
"iconFolderPath": "",
"mappers": {
diff --git a/pom.xml b/pom.xml
index 93c27df..1933a93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
org.wso2.carbon.esb.connector
facebook.ads
- 1.0.0
+ 1.0.1
WSO2 Carbon - Facebook Ads Connector
http://wso2.org
diff --git a/src/main/resources/functions/component.xml b/src/main/resources/functions/component.xml
index 0b7b792..2410b98 100644
--- a/src/main/resources/functions/component.xml
+++ b/src/main/resources/functions/component.xml
@@ -89,14 +89,6 @@
createCustomAudience.xml
Creates a custom audience.
-
- deleteAdCreative.xml
- Deletes an ad creative.
-
-
- deleteCustomAudience.xml
- Delete a custom audience.
-
updateCustomAudience.xml
Updates a custom audience.
diff --git a/src/main/resources/functions/deleteAdCreative.xml b/src/main/resources/functions/deleteAdCreative.xml
deleted file mode 100644
index 1bf5418..0000000
--- a/src/main/resources/functions/deleteAdCreative.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/main/resources/functions/deleteCustomAudience.xml b/src/main/resources/functions/deleteCustomAudience.xml
deleted file mode 100644
index 518cd3b..0000000
--- a/src/main/resources/functions/deleteCustomAudience.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/main/resources/uischema/deleteAdCreative.json b/src/main/resources/uischema/deleteAdCreative.json
deleted file mode 100644
index 8964a8c..0000000
--- a/src/main/resources/uischema/deleteAdCreative.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "connectorName": "facebookAds",
- "operationName": "deleteAdCreative",
- "title": "Delete Ad Creative",
- "help": "This is Delete Ad Creatives operation.",
- "elements": [
- {
- "type": "attributeGroup",
- "value": {
- "groupName": "General",
- "elements": [
- {
- "type": "attribute",
- "value": {
- "name": "configRef",
- "displayName": "Connection",
- "inputType": "connection",
- "allowedConnectionTypes": [
- "facebookAds"
- ],
- "defaultType": "connection.facebookAds",
- "defaultValue": "",
- "required": "true",
- "helpTip": "Connection to be used."
- }
- },
- {
- "type": "attributeGroup",
- "value": {
- "groupName": "Parameters",
- "elements": [
- {
- "type": "attribute",
- "value": {
- "name": "adCreativeId",
- "displayName": "Ad Creative Id",
- "inputType": "stringOrExpression",
- "defaultValue": "",
- "required": "true",
- "helpTip": "The ID of the ad creative."
- }
- }
- ]
- }
- }
- ]
- }
- }
- ]
-}
diff --git a/src/main/resources/uischema/deleteCustomAudience.json b/src/main/resources/uischema/deleteCustomAudience.json
deleted file mode 100644
index 03dc891..0000000
--- a/src/main/resources/uischema/deleteCustomAudience.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "connectorName": "facebookAds",
- "operationName": "deleteCustomAudience",
- "title": "Delete Custom Audience",
- "help": "This is Delete Custom Audience operation.",
- "elements": [
- {
- "type": "attributeGroup",
- "value": {
- "groupName": "General",
- "elements": [
- {
- "type": "attribute",
- "value": {
- "name": "configRef",
- "displayName": "Connection",
- "inputType": "connection",
- "allowedConnectionTypes": [
- "facebookAds"
- ],
- "defaultType": "connection.facebookAds",
- "defaultValue": "",
- "required": "true",
- "helpTip": "Connection to be used."
- }
- },
- {
- "type": "attributeGroup",
- "value": {
- "groupName": "Parameters",
- "elements": [
- {
- "type": "attribute",
- "value": {
- "name": "customAudienceId",
- "displayName": "Custom Audience Id",
- "inputType": "stringOrExpression",
- "defaultValue": "",
- "required": "true",
- "helpTip": "The ID of the custom audience."
- }
- }
- ]
- }
- }
- ]
- }
- }
- ]
-}