Skip to content

Commit a560608

Browse files
Merge pull request #212 from kasthuriraajan/ConnectionConfigRevamp
Use client.config module for ConnectionConfig
2 parents cb4e790 + f9daf5a commit a560608

File tree

4 files changed

+28
-362
lines changed

4 files changed

+28
-362
lines changed

gmail/Dependencies.toml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ dependencies = [
197197
[[package]]
198198
org = "ballerina"
199199
name = "log"
200-
version = "2.4.0"
200+
version = "2.4.1"
201201
dependencies = [
202202
{org = "ballerina", name = "io"},
203203
{org = "ballerina", name = "jballerina.java"},
@@ -317,6 +317,18 @@ modules = [
317317
{org = "ballerinai", packageName = "observe", moduleName = "observe"}
318318
]
319319

320+
[[package]]
321+
org = "ballerinax"
322+
name = "client.config"
323+
version = "1.0.1"
324+
dependencies = [
325+
{org = "ballerina", name = "http"},
326+
{org = "ballerina", name = "oauth2"}
327+
]
328+
modules = [
329+
{org = "ballerinax", packageName = "client.config", moduleName = "client.config"}
330+
]
331+
320332
[[package]]
321333
org = "ballerinax"
322334
name = "googleapis.gmail"
@@ -333,7 +345,8 @@ dependencies = [
333345
{org = "ballerina", name = "regex"},
334346
{org = "ballerina", name = "test"},
335347
{org = "ballerina", name = "url"},
336-
{org = "ballerinai", name = "observe"}
348+
{org = "ballerinai", name = "observe"},
349+
{org = "ballerinax", name = "client.config"}
337350
]
338351
modules = [
339352
{org = "ballerinax", packageName = "googleapis.gmail", moduleName = "googleapis.gmail"}

gmail/config-types.bal

Lines changed: 0 additions & 343 deletions
This file was deleted.

0 commit comments

Comments
 (0)