Current section
18 Versions
Jump to
Current section
18 Versions
Compare versions
6
files changed
+71
additions
-68
deletions
| @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding | |
| 11 11 | |
| 12 12 | ```elixir |
| 13 13 | def deps do |
| 14 | - [{:google_api_groups_settings, "~> 0.12"}] |
| 14 | + [{:google_api_groups_settings, "~> 0.13"}] |
| 15 15 | end |
| 16 16 | ``` |
| @@ -7,11 +7,11 @@ | |
| 7 7 | [<<"lib">>,<<"lib/google_api">>,<<"lib/google_api/groups_settings">>, |
| 8 8 | <<"lib/google_api/groups_settings/v1">>, |
| 9 9 | <<"lib/google_api/groups_settings/v1/metadata.ex">>, |
| 10 | + <<"lib/google_api/groups_settings/v1/api">>, |
| 11 | + <<"lib/google_api/groups_settings/v1/api/groups.ex">>, |
| 10 12 | <<"lib/google_api/groups_settings/v1/model">>, |
| 11 13 | <<"lib/google_api/groups_settings/v1/model/groups.ex">>, |
| 12 | - <<"lib/google_api/groups_settings/v1/connection.ex">>, |
| 13 | - <<"lib/google_api/groups_settings/v1/api">>, |
| 14 | - <<"lib/google_api/groups_settings/v1/api/groups.ex">>,<<"mix.exs">>, |
| 14 | + <<"lib/google_api/groups_settings/v1/connection.ex">>,<<"mix.exs">>, |
| 15 15 | <<"README.md">>,<<"LICENSE">>]}. |
| 16 16 | {<<"licenses">>,[<<"Apache 2.0">>]}. |
| 17 17 | {<<"links">>, |
| @@ -26,4 +26,4 @@ | |
| 26 26 | {<<"optional">>,false}, |
| 27 27 | {<<"repository">>,<<"hexpm">>}, |
| 28 28 | {<<"requirement">>,<<"~> 0.4">>}]]}. |
| 29 | - {<<"version">>,<<"0.12.1">>}. |
| 29 | + {<<"version">>,<<"0.13.0">>}. |
| @@ -50,6 +50,7 @@ defmodule GoogleApi.GroupsSettings.V1.Api.Groups do | |
| 50 50 | @spec groups_settings_groups_get(Tesla.Env.client(), String.t(), keyword(), keyword()) :: |
| 51 51 | {:ok, GoogleApi.GroupsSettings.V1.Model.Groups.t()} |
| 52 52 | | {:ok, Tesla.Env.t()} |
| 53 | + | {:ok, list()} |
| 53 54 | | {:error, any()} |
| 54 55 | def groups_settings_groups_get(connection, group_unique_id, optional_params \\ [], opts \\ []) do |
| 55 56 | optional_params_config = %{ |
| @@ -102,6 +103,7 @@ defmodule GoogleApi.GroupsSettings.V1.Api.Groups do | |
| 102 103 | @spec groups_settings_groups_patch(Tesla.Env.client(), String.t(), keyword(), keyword()) :: |
| 103 104 | {:ok, GoogleApi.GroupsSettings.V1.Model.Groups.t()} |
| 104 105 | | {:ok, Tesla.Env.t()} |
| 106 | + | {:ok, list()} |
| 105 107 | | {:error, any()} |
| 106 108 | def groups_settings_groups_patch(connection, group_unique_id, optional_params \\ [], opts \\ []) do |
| 107 109 | optional_params_config = %{ |
| @@ -155,6 +157,7 @@ defmodule GoogleApi.GroupsSettings.V1.Api.Groups do | |
| 155 157 | @spec groups_settings_groups_update(Tesla.Env.client(), String.t(), keyword(), keyword()) :: |
| 156 158 | {:ok, GoogleApi.GroupsSettings.V1.Model.Groups.t()} |
| 157 159 | | {:ok, Tesla.Env.t()} |
| 160 | + | {:ok, list()} |
| 158 161 | | {:error, any()} |
| 159 162 | def groups_settings_groups_update( |
| 160 163 | connection, |
| @@ -20,7 +20,7 @@ defmodule GoogleApi.GroupsSettings.V1 do | |
| 20 20 | API client metadata for GoogleApi.GroupsSettings.V1. |
| 21 21 | """ |
| 22 22 | |
| 23 | - @discovery_revision "20201231" |
| 23 | + @discovery_revision "20210225" |
| 24 24 | |
| 25 25 | def discovery_revision(), do: @discovery_revision |
| 26 26 | end |
| @@ -289,67 +289,67 @@ defmodule GoogleApi.GroupsSettings.V1.Model.Groups do | |
| 289 289 | use GoogleApi.Gax.ModelBase |
| 290 290 | |
| 291 291 | @type t :: %__MODULE__{ |
| 292 | - :whoCanApproveMessages => String.t(), |
| 293 | - :whoCanModerateContent => String.t(), |
| 294 | - :whoCanEnterFreeFormTags => String.t(), |
| 295 | - :allowExternalMembers => String.t(), |
| 296 | - :whoCanMakeTopicsSticky => String.t(), |
| 297 | - :whoCanUnassignTopic => String.t(), |
| 298 | - :defaultMessageDenyNotificationText => String.t(), |
| 299 | - :whoCanAssignTopics => String.t(), |
| 300 | - :whoCanModifyTagsAndCategories => String.t(), |
| 301 | - :whoCanViewGroup => String.t(), |
| 302 | - :whoCanApproveMembers => String.t(), |
| 303 | - :customRolesEnabledForSettingsToBeMerged => String.t(), |
| 304 | - :allowWebPosting => String.t(), |
| 305 | - :allowGoogleCommunication => String.t(), |
| 306 | - :messageDisplayFont => String.t(), |
| 307 | - :whoCanLeaveGroup => String.t(), |
| 308 | - :email => String.t(), |
| 309 | - :description => String.t(), |
| 310 | - :whoCanContactOwner => String.t(), |
| 311 | - :whoCanModerateMembers => String.t(), |
| 312 | - :includeInGlobalAddressList => String.t(), |
| 313 | - :spamModerationLevel => String.t(), |
| 314 | - :kind => String.t(), |
| 315 | - :whoCanDeleteTopics => String.t(), |
| 316 | - :whoCanMarkFavoriteReplyOnOwnTopic => String.t(), |
| 317 | - :whoCanUnmarkFavoriteReplyOnAnyTopic => String.t(), |
| 318 | - :whoCanTakeTopics => String.t(), |
| 319 | - :showInGroupDirectory => String.t(), |
| 320 | - :name => String.t(), |
| 321 | - :whoCanPostMessage => String.t(), |
| 322 | - :whoCanViewMembership => String.t(), |
| 323 | - :messageModerationLevel => String.t(), |
| 324 | - :whoCanMarkDuplicate => String.t(), |
| 325 | - :whoCanAdd => String.t(), |
| 326 | - :includeCustomFooter => String.t(), |
| 327 | - :whoCanMoveTopicsIn => String.t(), |
| 328 | - :whoCanLockTopics => String.t(), |
| 329 | - :whoCanMarkFavoriteReplyOnAnyTopic => String.t(), |
| 330 | - :whoCanDiscoverGroup => String.t(), |
| 331 | - :membersCanPostAsTheGroup => String.t(), |
| 332 | - :customReplyTo => String.t(), |
| 333 | - :whoCanPostAnnouncements => String.t(), |
| 334 | - :favoriteRepliesOnTop => String.t(), |
| 335 | - :sendMessageDenyNotification => String.t(), |
| 336 | - :whoCanMarkNoResponseNeeded => String.t(), |
| 337 | - :isArchived => String.t(), |
| 338 | - :archiveOnly => String.t(), |
| 339 | - :whoCanInvite => String.t(), |
| 340 | - :whoCanAddReferences => String.t(), |
| 341 | - :whoCanModifyMembers => String.t(), |
| 342 | - :replyTo => String.t(), |
| 343 | - :whoCanJoin => String.t(), |
| 344 | - :enableCollaborativeInbox => String.t(), |
| 345 | - :whoCanAssistContent => String.t(), |
| 346 | - :customFooterText => String.t(), |
| 347 | - :whoCanBanUsers => String.t(), |
| 348 | - :whoCanDeleteAnyPost => String.t(), |
| 349 | - :whoCanHideAbuse => String.t(), |
| 350 | - :primaryLanguage => String.t(), |
| 351 | - :maxMessageBytes => integer(), |
| 352 | - :whoCanMoveTopicsOut => String.t() |
| 292 | + :whoCanApproveMessages => String.t() | nil, |
| 293 | + :whoCanModerateContent => String.t() | nil, |
| 294 | + :whoCanEnterFreeFormTags => String.t() | nil, |
| 295 | + :allowExternalMembers => String.t() | nil, |
| 296 | + :whoCanMakeTopicsSticky => String.t() | nil, |
| 297 | + :whoCanUnassignTopic => String.t() | nil, |
| 298 | + :defaultMessageDenyNotificationText => String.t() | nil, |
| 299 | + :whoCanAssignTopics => String.t() | nil, |
| 300 | + :whoCanModifyTagsAndCategories => String.t() | nil, |
| 301 | + :whoCanViewGroup => String.t() | nil, |
| 302 | + :whoCanApproveMembers => String.t() | nil, |
| 303 | + :customRolesEnabledForSettingsToBeMerged => String.t() | nil, |
| 304 | + :allowWebPosting => String.t() | nil, |
| 305 | + :allowGoogleCommunication => String.t() | nil, |
| 306 | + :messageDisplayFont => String.t() | nil, |
| 307 | + :whoCanLeaveGroup => String.t() | nil, |
| 308 | + :email => String.t() | nil, |
| 309 | + :description => String.t() | nil, |
| 310 | + :whoCanContactOwner => String.t() | nil, |
| 311 | + :whoCanModerateMembers => String.t() | nil, |
| 312 | + :includeInGlobalAddressList => String.t() | nil, |
| 313 | + :spamModerationLevel => String.t() | nil, |
| 314 | + :kind => String.t() | nil, |
| 315 | + :whoCanDeleteTopics => String.t() | nil, |
| 316 | + :whoCanMarkFavoriteReplyOnOwnTopic => String.t() | nil, |
| 317 | + :whoCanUnmarkFavoriteReplyOnAnyTopic => String.t() | nil, |
| 318 | + :whoCanTakeTopics => String.t() | nil, |
| 319 | + :showInGroupDirectory => String.t() | nil, |
| 320 | + :name => String.t() | nil, |
| 321 | + :whoCanPostMessage => String.t() | nil, |
| 322 | + :whoCanViewMembership => String.t() | nil, |
| 323 | + :messageModerationLevel => String.t() | nil, |
| 324 | + :whoCanMarkDuplicate => String.t() | nil, |
| 325 | + :whoCanAdd => String.t() | nil, |
| 326 | + :includeCustomFooter => String.t() | nil, |
| 327 | + :whoCanMoveTopicsIn => String.t() | nil, |
| 328 | + :whoCanLockTopics => String.t() | nil, |
| 329 | + :whoCanMarkFavoriteReplyOnAnyTopic => String.t() | nil, |
| 330 | + :whoCanDiscoverGroup => String.t() | nil, |
| 331 | + :membersCanPostAsTheGroup => String.t() | nil, |
| 332 | + :customReplyTo => String.t() | nil, |
| 333 | + :whoCanPostAnnouncements => String.t() | nil, |
| 334 | + :favoriteRepliesOnTop => String.t() | nil, |
| 335 | + :sendMessageDenyNotification => String.t() | nil, |
| 336 | + :whoCanMarkNoResponseNeeded => String.t() | nil, |
| 337 | + :isArchived => String.t() | nil, |
| 338 | + :archiveOnly => String.t() | nil, |
| 339 | + :whoCanInvite => String.t() | nil, |
| 340 | + :whoCanAddReferences => String.t() | nil, |
| 341 | + :whoCanModifyMembers => String.t() | nil, |
| 342 | + :replyTo => String.t() | nil, |
| 343 | + :whoCanJoin => String.t() | nil, |
| 344 | + :enableCollaborativeInbox => String.t() | nil, |
| 345 | + :whoCanAssistContent => String.t() | nil, |
| 346 | + :customFooterText => String.t() | nil, |
| 347 | + :whoCanBanUsers => String.t() | nil, |
| 348 | + :whoCanDeleteAnyPost => String.t() | nil, |
| 349 | + :whoCanHideAbuse => String.t() | nil, |
| 350 | + :primaryLanguage => String.t() | nil, |
| 351 | + :maxMessageBytes => integer() | nil, |
| 352 | + :whoCanMoveTopicsOut => String.t() | nil |
| 353 353 | } |
| 354 354 | |
| 355 355 | field(:whoCanApproveMessages) |
Loading more files…