Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hubspot-api-client from 17.2.0 to 18.0.0 in /backend #1432

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps hubspot-api-client from 17.2.0 to 18.0.0.

Release notes

Sourced from hubspot-api-client's releases.

18.0.0

Changes in Cms AuditLogs API:

  • Added new param prev to cms.audit_log.models.Paging.
  • Added new param meta to cms.audit_log.models.PublicAuditLog.
  • Added cms.audit_logs.models.PreviousPage.

Changes in Automation Actions Definitions API:

  • Updated create() method to accept public_action_definition_egg instead of extension_action_definition_input and returned PublicActionDefinition instead ExtensionActionDefinition.
  • Updated get_by_id() method to return PublicActionDefinition instead of ExtensionActionDefinition.
  • Updated get_page() method to return CollectionResponsePublicActionDefinitionForwardPaging instead of CollectionResponseExtensionActionDefinitionForwardPaging.
  • Updated update() method to accept public_action_definition_patch instead of extension_action_definition_patch and returned PublicActionDefinition instead ExtensionActionDefinition.

Changes in Automation Actions Functions API:

  • Added new function type POST_ACTION_EXECUTION to all methods.
  • Updated create_or_replace() method to return PublicActionFunctionIdentifier instead of ActionFunctionIdentifier.
  • Updated create_or_replace_by_function_type() method to return PublicActionFunctionIdentifier instead of ActionFunctionIdentifier.
  • Updated get_by_function_type() method to return PublicActionFunction instead of ActionFunction.
  • Updated get_by_id() method to return PublicActionFunction instead of ActionFunction.
  • Updated get_page() method to return CollectionResponsePublicActionFunctionIdentifierNoPaging instead of CollectionResponseActionFunctionIdentifierNoPaging.

Changes in Automation Actions Revisions API:

  • Updated get_by_id() method to return PublicActionRevision instead of ActionRevision.
  • Updated get_page() method to return CollectionResponsePublicActionRevisionForwardPaging instead of CollectionResponseActionRevisionForwardPaging.

Changes in Automation Actions Models:

  • Added new param automation_field_type to automation.actions.models.InputFieldDefinition.
  • Added automation.actions.models.OutputFieldDefinition.
  • Added automation.actions.models.PublicExecutionTranslationRule.
  • Update params to automation.actions.models.FieldTypeDefinition:
  {
    :'help_text' => :'String',
    :'referenced_object_type' => :'String',
    :'name' => :'String',
    :'options' => :'Array<Option>',
    :'description' => :'String',
    :'external_options_reference_type' => :'String',
    :'label' => :'String',
    :'type' => :'String',
    :'field_type' => :'String',
    :'options_url' => :'String',
    :'external_options' => :'Boolean'
  }

Changes in CMS Blog APIs:

  • Updated attach_to_lang_group(), detach_from_lang_group() and update_langs() methods to return nil instead of Error.
  • Added new param property to cms.blogs.authors.blog_authors_api.get_by_id() and cms.blogs.authors.blog_authors_api.get_page().

... (truncated)

Changelog

Sourced from hubspot-api-client's changelog.

[18.0.0] - 2024-02-29

Changes in Cms AuditLogs API:

  • Added new param prev to cms.audit_log.models.Paging.
  • Added new param meta to cms.audit_log.models.PublicAuditLog.
  • Added cms.audit_logs.models.PreviousPage.

Changes in Automation Actions Definitions API:

  • Updated create() method to accept public_action_definition_egg instead of extension_action_definition_input and returned PublicActionDefinition instead ExtensionActionDefinition.
  • Updated get_by_id() method to return PublicActionDefinition instead of ExtensionActionDefinition.
  • Updated get_page() method to return CollectionResponsePublicActionDefinitionForwardPaging instead of CollectionResponseExtensionActionDefinitionForwardPaging.
  • Updated update() method to accept public_action_definition_patch instead of extension_action_definition_patch and returned PublicActionDefinition instead ExtensionActionDefinition.

Changes in Automation Actions Functions API:

  • Added new function type POST_ACTION_EXECUTION to all methods.
  • Updated create_or_replace() method to return PublicActionFunctionIdentifier instead of ActionFunctionIdentifier.
  • Updated create_or_replace_by_function_type() method to return PublicActionFunctionIdentifier instead of ActionFunctionIdentifier.
  • Updated get_by_function_type() method to return PublicActionFunction instead of ActionFunction.
  • Updated get_by_id() method to return PublicActionFunction instead of ActionFunction.
  • Updated get_page() method to return CollectionResponsePublicActionFunctionIdentifierNoPaging instead of CollectionResponseActionFunctionIdentifierNoPaging.

Changes in Automation Actions Revisions API:

  • Updated get_by_id() method to return PublicActionRevision instead of ActionRevision.
  • Updated get_page() method to return CollectionResponsePublicActionRevisionForwardPaging instead of CollectionResponseActionRevisionForwardPaging.

Changes in Automation Actions Models:

  • Added new param automation_field_type to automation.actions.models.InputFieldDefinition.
  • Added automation.actions.models.OutputFieldDefinition.
  • Added automation.actions.models.PublicExecutionTranslationRule.
  • Update params to automation.actions.models.FieldTypeDefinition:
  {
    :'help_text' => :'String',
    :'referenced_object_type' => :'String',
    :'name' => :'String',
    :'options' => :'Array<Option>',
    :'description' => :'String',
    :'external_options_reference_type' => :'String',
    :'label' => :'String',
    :'type' => :'String',
    :'field_type' => :'String',
    :'options_url' => :'String',
    :'external_options' => :'Boolean'
  }

Changes in CMS Blog APIs:

  • Updated attach_to_lang_group(), detach_from_lang_group() and update_langs() methods to return nil instead of Error.
  • Added new param property to cms.blogs.authors.blog_authors_api.get_by_id() and cms.blogs.authors.blog_authors_api.get_page().

... (truncated)

Commits
  • 19a6bf1 Merge pull request #319 from HubSpot/feature/v18.0.0
  • 0030d3c v18.0.0
  • 80b64a1 Merge pull request #274 from tomastrivino/patch-1
  • a509be8 Merge pull request #318 from HubSpot/feature/18.0.0
  • 30f03f1 Merge pull request #316 from HubSpot/discoveries/updateCrmObjects
  • 5d4f543 Crm Objects: Update Discoveries
  • e450e67 Merge pull request #315 from HubSpot/regenerate/crmObjectsGPDRApis
  • 95e0935 Codegen: CrmObjects GPDRApis
  • af9b44e Merge pull request #314 from HubSpot/changelog/updateCrmObjects
  • 672c119 clean up
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hubspot-api-client](https://github.com/HubSpot/hubspot-api-ruby) from 17.2.0 to 18.0.0.
- [Release notes](https://github.com/HubSpot/hubspot-api-ruby/releases)
- [Changelog](https://github.com/HubSpot/hubspot-api-ruby/blob/master/CHANGELOG.md)
- [Commits](HubSpot/hubspot-api-ruby@v17.2.0...v18.0.0)

---
updated-dependencies:
- dependency-name: hubspot-api-client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants