Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-content_v2_1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-content_v2_1

### v0.46.0 (2025-11-09)

* Regenerated from discovery document revision 20251104

### v0.45.0 (2025-09-28)

* Regenerated from discovery document revision 20250921
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1336,19 +1336,22 @@ class AccountUser
# @return [String]
attr_accessor :email_address

# Whether user is an order manager.
# This role is deprecated and can no longer be assigned. Any value set will be
# ignored.
# Corresponds to the JSON property `orderManager`
# @return [Boolean]
attr_accessor :order_manager
alias_method :order_manager?, :order_manager

# Whether user can access payment statements.
# This role is deprecated and can no longer be assigned. Any value set will be
# ignored.
# Corresponds to the JSON property `paymentsAnalyst`
# @return [Boolean]
attr_accessor :payments_analyst
alias_method :payments_analyst?, :payments_analyst

# Whether user can manage payment settings.
# This role is deprecated and can no longer be assigned. Any value set will be
# ignored.
# Corresponds to the JSON property `paymentsManager`
# @return [Boolean]
attr_accessor :payments_manager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ContentV2_1
# Version of the google-apis-content_v2_1 gem
GEM_VERSION = "0.45.0"
GEM_VERSION = "0.46.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20250921"
REVISION = "20251104"
end
end
end