diff --git a/openapi.properties b/openapi.properties index f7ac0cb9a..2d1bd5ba3 100644 --- a/openapi.properties +++ b/openapi.properties @@ -1,14 +1,14 @@ -#Thu Aug 17 12:40:37 GMT 2023 -openapi/soundcloud=5d6d61a0a279fa974b577f3b2c72def0 -openapi/iris.disputeresponder=257c8e95b72dcc25f5a487146efbec80 -openapi/ebay.recommendation=e2252bb19cde49862d422dcc516b4c80 +#Fri Aug 18 10:23:35 GMT 2023 openapi/earthref.fiesta=7324d2cc41831edd76e908a12529bf72 -openapi/nytimes.mostpopular=480d707b2b264dc003524e77b64d6e5c +openapi/ebay.recommendation=e2252bb19cde49862d422dcc516b4c80 +openapi/iris.disputeresponder=257c8e95b72dcc25f5a487146efbec80 +openapi/soundcloud=5d6d61a0a279fa974b577f3b2c72def0 openapi/rumble.run=aba476264e7fd1a6310b7df2fc99dd11 +openapi/nytimes.mostpopular=480d707b2b264dc003524e77b64d6e5c openapi/covid19=9971da0216af3cad1885e2415ab816c5 openapi/azure.textanalytics=f63f3a07101a1668b249b7b4c3b36ae0 -openapi/saps4hana.itcm.customerhierarchy=ff0e96f91d4914df687fe62c8ba65c46 openapi/chaingateway=2600cd1a0865e82674202b32f37f785a +openapi/saps4hana.itcm.customerhierarchy=ff0e96f91d4914df687fe62c8ba65c46 openapi/mitto.sms=58a39e56ca6df88963349d36c7d68aa4 openapi/azure.openai.deployment=2c3b24b559f96e970b165fa6b9ac160c openapi/googleapis.cloudtalentsolution=578c4eb1e6cf2a5fe9a175678d451eaf @@ -33,7 +33,7 @@ openapi/extpose=26b387d8169915097d175a3b7fccefaf openapi/godaddy.orders=feb25f404cd5b8c6ccaf08626049a7f8 openapi/googleapis.youtube.reporting=74725d9612d0fb409947b9bf460f7704 openapi/nytimes.articlesearch=6d2a6ed66920a97018247ae96832bb2b -openapi/zendesk.support=b13bc4f61f634a2f2ccbeb0503650f2b +openapi/zendesk.support=1d5d357e72e904c50655bb7fa20b2734 openapi/powertoolsdeveloper.weather=8eb3bd7e52c7a578753798073f734c55 openapi/power.bi=122c0c3c77deb0f3e5a1ff0acd31ace8 openapi/servicenow=c0977642967081ed18c1de146956cbdc diff --git a/openapi/zendesk.support/Ballerina.toml b/openapi/zendesk.support/Ballerina.toml index 7a4e03eda..86dc35666 100644 --- a/openapi/zendesk.support/Ballerina.toml +++ b/openapi/zendesk.support/Ballerina.toml @@ -6,7 +6,7 @@ name = "zendesk.support" icon = "icon.png" distribution = "2201.4.1" repository = "https://github.com/ballerina-platform/openapi-connectors/tree/main/openapi/zendesk.support" -version = "1.6.0" +version = "1.6.1" authors = ["Ballerina"] [build-options] observabilityIncluded = true diff --git a/openapi/zendesk.support/Dependencies.toml b/openapi/zendesk.support/Dependencies.toml new file mode 100644 index 000000000..ef606e1a0 --- /dev/null +++ b/openapi/zendesk.support/Dependencies.toml @@ -0,0 +1,307 @@ +# AUTO-GENERATED FILE. DO NOT MODIFY. + +# This file is auto-generated by Ballerina for managing dependency versions. +# It should not be modified by hand. + +[ballerina] +dependencies-toml-version = "2" + +[[package]] +org = "ballerina" +name = "auth" +version = "2.6.0" +dependencies = [ + {org = "ballerina", name = "crypto"}, + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.array"}, + {org = "ballerina", name = "lang.string"}, + {org = "ballerina", name = "log"}, + {org = "ballerina", name = "regex"} +] + +[[package]] +org = "ballerina" +name = "cache" +version = "3.4.0" +dependencies = [ + {org = "ballerina", name = "constraint"}, + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "task"}, + {org = "ballerina", name = "time"} +] + +[[package]] +org = "ballerina" +name = "constraint" +version = "1.1.0" +dependencies = [ + {org = "ballerina", name = "jballerina.java"} +] + +[[package]] +org = "ballerina" +name = "crypto" +version = "2.3.1" +dependencies = [ + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "time"} +] + +[[package]] +org = "ballerina" +name = "file" +version = "1.6.0" +dependencies = [ + {org = "ballerina", name = "io"}, + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "log"}, + {org = "ballerina", name = "os"}, + {org = "ballerina", name = "regex"}, + {org = "ballerina", name = "time"} +] + +[[package]] +org = "ballerina" +name = "http" +version = "2.6.1" +dependencies = [ + {org = "ballerina", name = "auth"}, + {org = "ballerina", name = "cache"}, + {org = "ballerina", name = "constraint"}, + {org = "ballerina", name = "crypto"}, + {org = "ballerina", name = "file"}, + {org = "ballerina", name = "io"}, + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "jwt"}, + {org = "ballerina", name = "lang.array"}, + {org = "ballerina", name = "lang.decimal"}, + {org = "ballerina", name = "lang.int"}, + {org = "ballerina", name = "lang.runtime"}, + {org = "ballerina", name = "lang.string"}, + {org = "ballerina", name = "lang.value"}, + {org = "ballerina", name = "log"}, + {org = "ballerina", name = "mime"}, + {org = "ballerina", name = "oauth2"}, + {org = "ballerina", name = "observe"}, + {org = "ballerina", name = "regex"}, + {org = "ballerina", name = "time"}, + {org = "ballerina", name = "url"} +] +modules = [ + {org = "ballerina", packageName = "http", moduleName = "http"} +] + +[[package]] +org = "ballerina" +name = "io" +version = "1.4.1" +dependencies = [ + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.value"} +] + +[[package]] +org = "ballerina" +name = "jballerina.java" +version = "0.0.0" + +[[package]] +org = "ballerina" +name = "jwt" +version = "2.6.0" +dependencies = [ + {org = "ballerina", name = "cache"}, + {org = "ballerina", name = "crypto"}, + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.int"}, + {org = "ballerina", name = "lang.string"}, + {org = "ballerina", name = "log"}, + {org = "ballerina", name = "regex"}, + {org = "ballerina", name = "time"} +] + +[[package]] +org = "ballerina" +name = "lang.__internal" +version = "0.0.0" +dependencies = [ + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.object"} +] + +[[package]] +org = "ballerina" +name = "lang.array" +version = "0.0.0" +dependencies = [ + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.__internal"} +] + +[[package]] +org = "ballerina" +name = "lang.decimal" +version = "0.0.0" +dependencies = [ + {org = "ballerina", name = "jballerina.java"} +] + +[[package]] +org = "ballerina" +name = "lang.int" +version = "0.0.0" +dependencies = [ + {org = "ballerina", name = "jballerina.java"} +] + +[[package]] +org = "ballerina" +name = "lang.object" +version = "0.0.0" + +[[package]] +org = "ballerina" +name = "lang.regexp" +version = "0.0.0" +dependencies = [ + {org = "ballerina", name = "jballerina.java"} +] + +[[package]] +org = "ballerina" +name = "lang.runtime" +version = "0.0.0" +dependencies = [ + {org = "ballerina", name = "jballerina.java"} +] + +[[package]] +org = "ballerina" +name = "lang.string" +version = "0.0.0" +dependencies = [ + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.regexp"} +] + +[[package]] +org = "ballerina" +name = "lang.value" +version = "0.0.0" +dependencies = [ + {org = "ballerina", name = "jballerina.java"} +] + +[[package]] +org = "ballerina" +name = "log" +version = "2.6.0" +dependencies = [ + {org = "ballerina", name = "io"}, + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.value"}, + {org = "ballerina", name = "observe"} +] + +[[package]] +org = "ballerina" +name = "mime" +version = "2.6.0" +dependencies = [ + {org = "ballerina", name = "io"}, + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.int"} +] + +[[package]] +org = "ballerina" +name = "oauth2" +version = "2.6.1" +dependencies = [ + {org = "ballerina", name = "cache"}, + {org = "ballerina", name = "crypto"}, + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "log"}, + {org = "ballerina", name = "time"}, + {org = "ballerina", name = "url"} +] + +[[package]] +org = "ballerina" +name = "observe" +version = "1.0.7" +dependencies = [ + {org = "ballerina", name = "jballerina.java"} +] + +[[package]] +org = "ballerina" +name = "os" +version = "1.6.0" +dependencies = [ + {org = "ballerina", name = "io"}, + {org = "ballerina", name = "jballerina.java"} +] + +[[package]] +org = "ballerina" +name = "regex" +version = "1.3.2" +dependencies = [ + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.string"} +] + +[[package]] +org = "ballerina" +name = "task" +version = "2.3.2" +dependencies = [ + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "time"} +] + +[[package]] +org = "ballerina" +name = "time" +version = "2.2.5" +dependencies = [ + {org = "ballerina", name = "jballerina.java"} +] + +[[package]] +org = "ballerina" +name = "url" +version = "2.2.4" +dependencies = [ + {org = "ballerina", name = "jballerina.java"} +] +modules = [ + {org = "ballerina", packageName = "url", moduleName = "url"} +] + +[[package]] +org = "ballerinai" +name = "observe" +version = "0.0.0" +dependencies = [ + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "observe"} +] +modules = [ + {org = "ballerinai", packageName = "observe", moduleName = "observe"} +] + +[[package]] +org = "ballerinax" +name = "zendesk.support" +version = "1.6.0" +dependencies = [ + {org = "ballerina", name = "http"}, + {org = "ballerina", name = "url"}, + {org = "ballerinai", name = "observe"} +] +modules = [ + {org = "ballerinax", packageName = "zendesk.support", moduleName = "zendesk.support"} +] +