diff --git a/README.md b/README.md index 4bcb196..16cb581 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ import ballerinax/zendesk; ### Step 2: Instantiate a new connector -Create a `zendesk:Configuration` object with your domain and API token, and initialize the connector. +Create a `zendesk:ConnectionConfig` object with your domain and API token, and initialize the connector. ```ballerina zendesk:ConnectionConfig zendeskConfig = { diff --git a/ballerina/Module.md b/ballerina/Module.md index e1377ce..b068370 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -55,7 +55,7 @@ import ballerinax/zendesk; ### Step 2: Instantiate a new connector -Create a `zendesk:Configuration` object with your domain and API token, and initialize the connector. +Create a `zendesk:ConnectionConfig` object with your domain and API token, and initialize the connector. ```ballerina zendesk:ConnectionConfig zendeskConfig = { diff --git a/ballerina/Package.md b/ballerina/Package.md index e1377ce..b068370 100644 --- a/ballerina/Package.md +++ b/ballerina/Package.md @@ -55,7 +55,7 @@ import ballerinax/zendesk; ### Step 2: Instantiate a new connector -Create a `zendesk:Configuration` object with your domain and API token, and initialize the connector. +Create a `zendesk:ConnectionConfig` object with your domain and API token, and initialize the connector. ```ballerina zendesk:ConnectionConfig zendeskConfig = { diff --git a/examples/customer-satisfaction-survey-analysis/Ballerina.toml b/examples/customer-satisfaction-survey-analysis/Ballerina.toml index 659074e..d9ce829 100644 --- a/examples/customer-satisfaction-survey-analysis/Ballerina.toml +++ b/examples/customer-satisfaction-survey-analysis/Ballerina.toml @@ -1,5 +1,5 @@ [package] -org = "zendesk" -name = "customer_satisfaction_survey_analysis" +org = "wso2" +name = "zendesk_customer_satisfaction_survey_analysis" version = "0.1.0" distribution = "2201.8.6" diff --git a/examples/customer-satisfaction-survey-analysis/Config.toml.template b/examples/customer-satisfaction-survey-analysis/Config.toml.template new file mode 100644 index 0000000..8136c31 --- /dev/null +++ b/examples/customer-satisfaction-survey-analysis/Config.toml.template @@ -0,0 +1,3 @@ +zedeskDomain = "" +username = "" +password = "" diff --git a/examples/multi-channel-support-integration/Ballerina.toml b/examples/multi-channel-support-integration/Ballerina.toml index 8e3c618..1c4f216 100644 --- a/examples/multi-channel-support-integration/Ballerina.toml +++ b/examples/multi-channel-support-integration/Ballerina.toml @@ -1,5 +1,5 @@ [package] -org = "zendesk" -name = "multi_channel_support_integration" +org = "wso2" +name = "zendesk_multi_channel_support_integration" version = "0.1.0" distribution = "2201.8.6" diff --git a/examples/multi-channel-support-integration/Config.toml.template b/examples/multi-channel-support-integration/Config.toml.template new file mode 100644 index 0000000..8136c31 --- /dev/null +++ b/examples/multi-channel-support-integration/Config.toml.template @@ -0,0 +1,3 @@ +zedeskDomain = "" +username = "" +password = ""