Skip to content

ApiApp response improvements#433

Merged
jtreminio-dropbox merged 4 commits intomainfrom
apiapp-response-improvements
Oct 11, 2024
Merged

ApiApp response improvements#433
jtreminio-dropbox merged 4 commits intomainfrom
apiapp-response-improvements

Conversation

@jtreminio-dropbox
Copy link
Contributor

@jtreminio-dropbox jtreminio-dropbox commented Oct 10, 2024

ApiAppResponse updated. The following are now non-nullable:

  • client_id
  • created_at
  • domains
  • is_approved
  • name
  • options
  • owner_account

ApiAppResponseOAuth updated. The following are now non-nullable:

  • callback_url
  • charges_users
  • scopes

Additionally, secret is now correctly marked as nullable.

ApiAppResponseOptions updated. The following are now non-nullable:

  • can_insert_everywhere

ApiAppResponseOwnerAccount updated. The following are now non-nullable:

  • account_id
  • email_address

ApiAppResponseWhiteLabelingOptions updated. The following are now non-nullable:

  • header_background_color
  • legal_version
  • link_color
  • page_background_color
  • primary_button_color
  • primary_button_color_hover
  • primary_button_text_color
  • primary_button_text_color_hover
  • secondary_button_color
  • secondary_button_color_hover
  • secondary_button_text_color
  • secondary_button_text_color_hover
  • text_color1
  • text_color2

SubWhiteLabelingOptions update. The following properties have had their default value changed:

  • link_color
    • from: #00B3E6
    • to: #0061FE
  • primary_button_color
    • from: #00B3E6
    • to: #0061FE
  • primary_button_color_hover
    • from: #00B3E6
    • to: #0061FE
  • secondary_button_text_color
    • from: #00B3E6
    • to: #0061FE
  • secondary_button_text_color_hover
    • from: #00B3E6
    • to: #0061FE

@jtreminio-dropbox jtreminio-dropbox added SDK - Dotnet Affects the Dotnet SDK SDK - Java Affects the Java SDK SDK - Node Affects the Node SDK SDK - PHP Affects the PHP SDK SDK - Python Affects the Python SDK SDK - Ruby Affects the Ruby SDK MINOR version bump New functionality, backwards-compatible. major.MINOR.path labels Oct 10, 2024
@jtreminio-dropbox jtreminio-dropbox added this to the H24SP20 milestone Oct 10, 2024
@jtreminio-dropbox jtreminio-dropbox marked this pull request as ready for review October 11, 2024 17:57
@jtreminio-dropbox jtreminio-dropbox merged commit 0606f8b into main Oct 11, 2024
@jtreminio-dropbox jtreminio-dropbox deleted the apiapp-response-improvements branch October 11, 2024 20:38
@jtreminio-dropbox jtreminio-dropbox added the reverted This PR has been reverted label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

MINOR version bump New functionality, backwards-compatible. major.MINOR.path reverted This PR has been reverted SDK - Dotnet Affects the Dotnet SDK SDK - Java Affects the Java SDK SDK - Node Affects the Node SDK SDK - PHP Affects the PHP SDK SDK - Python Affects the Python SDK SDK - Ruby Affects the Ruby SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant