Skip to content

Commit

Permalink
Merge pull request #5 from NipunaRanasinghe/adib-master
Browse files Browse the repository at this point in the history
Add sanitations.md
  • Loading branch information
adibmbrk authored Jun 28, 2024
2 parents 3676783 + dc8b107 commit 03d38fb
Show file tree
Hide file tree
Showing 25 changed files with 194 additions and 825 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# See: https://help.github.com/articles/about-codeowners/

# These owners will be the default owners for everything in the repo.
* @indikasampath2000 @abeykoon @LakshanSS
* @NipunaRanasinghe
146 changes: 73 additions & 73 deletions ballerina/client.bal

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions ballerina/types.bal
Original file line number Diff line number Diff line change
Expand Up @@ -1651,6 +1651,11 @@ public type chat_delete_body record {
decimal ts?;
};

# This method either only returns a brief _OK_ response or a verbose schema is not available for this method.
public type DefaultSuccessResponse record {
defs_ok_true ok;
};

# Represents the Queries record for the operation: users_list
public type Users_listQueries record {
# Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first "page" of the collection. See [pagination](/docs/pagination) for more detail.
Expand Down Expand Up @@ -1721,10 +1726,6 @@ public type Views_publishQueries record {
string hash?;
};

public type Default\ success\ template record {
defs_ok_true ok;
};

# Represents the Queries record for the operation: admin_usergroups_listChannels
public type Admin_usergroups_listChannelsQueries record {
# Flag to include or exclude the count of members per channel.
Expand Down
Loading

0 comments on commit 03d38fb

Please sign in to comment.