Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: intercom/intercom-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ChessCom/intercom-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 175 files changed
  • 1 contributor

Commits on Oct 17, 2024

  1. ✨ Add support for attachment files in conversation replies

    Added a new field `attachmentFiles` to handle file attachments in user replies to conversations. Updated interfaces and methods to include the new `Attachment` type, which supports content type, name, and data of the files.
    logical-luke committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    cf4afbe View commit details
    Browse the repository at this point in the history
  2. 🐛 Update .gitignore to include .idea/ and remove dist

    Removed the 'dist' directory from being ignored, which allows for tracking distribution files. Added '.idea/' to ignore JetBrains IDE configuration files, keeping the repository clean from development environment settings.
    logical-luke committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5094c97 View commit details
    Browse the repository at this point in the history
  3. ✨ Add and map admin and article TypeScript definitions

    Created TypeScript definition files and their source maps for `Admin`, `Article`, and associated types. This includes methods for CRUD operations and logging activities within these modules.
    logical-luke committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c1e29ea View commit details
    Browse the repository at this point in the history
Loading