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

Build 78 - version-prerelease #569

Merged
merged 30 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 19 additions & 0 deletions .github/workflows/auto-close-stale-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Auto-close stale issues

on:
schedule:
- cron: "0 7 * * 0" # Runs the action on Sundays at 7am UTC

jobs:
close-stale-issues:
runs-on: ubuntu-latest
steps:
- name: Close stale issues
uses: actions/stale@v5
with:
days-before-stale: 150 # 5 months
days-before-close: 30 # 30 days after marking stale (total of 6 months)
stale-issue-message: "This issue has been marked as stale due to inactivity. It will be closed in 30 days if no further activity occurs."
close-issue-message: "Closing this issue due to 6 months of inactivity."
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1,057 changes: 528 additions & 529 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

66 changes: 44 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,43 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e
For public Changelog covering all changes done to Pipedrive’s API, webhooks and app extensions platforms, see [public Changelog](https://pipedrive.readme.io/docs/changelog) with discussion area in [Developers Community](https://devcommunity.pipedrive.com/c/documentation/changelog/19).

## [Unreleased]
### Fixed
- Updated default values for "billing_frequency_cycles", "billing_start_date" fields

## [23.0.0-rc.2] - 2024-07-01
### Removed
- Removed request and response fields `duration` and `duration_unit` for all endpoints of deals and products using them
## [23.2.5-rc.1] - 2024-09-02
### Updated
- Updated TypeScript interfaces

## [23.2.5] - 2024-08-27
### Fixed
- Updated default values for "billing_frequency_cycles", "billing_start_date" fields

## [23.2.4] - 2024-08-13
### Fixed
- Added "filter_id" to GET /api/v2/deals documentation

## [23.2.3] - 2024-08-12
### Fixed
- Fix "label_ids" field formatting.

## [23.2.2] - 2024-08-07
### Fixed
- Added the missing "label_ids" field to the contacts endpoints.

## [23.2.1] - 2024-08-01
### Fixed
- Added missing "description" parameter to "Add a product" and "Update a product" endpoints

## [23.2.0] - 2024-07-25
### Added
- Notice informing the users of the upcoming Activity Invites feature deprecation:
- `POST` and `PUT` `/v1/activities` endpoints

## [23.1.0] - 2024-07-03
### Added
- Added `notes` field to Prices in:
- `GET` and `POST` `/v2/products/{productId}/variations` endpoints
- `PATCH` `/api/v2/products/{productId}/variations/{productVariationId}` endpoint

## [23.0.0] - 2024-06-14
### Removed
Expand Down Expand Up @@ -57,14 +90,6 @@ Added `acv`, `mrr`, `arr`, `acv_currency`, `mrr_currency`, and `arr_currency` to
- `GET`, `POST` and `PATCH` `/v2/products` endpoints
- `GET` `/v2/products/{id}` endpoints

## [22.3.1-rc.5] - 2024-04-24
- Add `lead_id` as an acceptable body parameter for the `POST /v1/callLogs` endpoint


## [22.3.1-rc.5] - 2024-02-12
- Add TypeScript Support


## [22.6.1] - 2024-04-18
### Added
- Added `is_deleted` parameter for `/v1/users/*` responses.
Expand All @@ -73,7 +98,6 @@ Added `acv`, `mrr`, `arr`, `acv_currency`, `mrr_currency`, and `arr_currency` to
### Added
- Added documentation for new endpoints `/deals/{id}/changelog`, `/persons/{id}/changelog` and `/organizations/{id}/changelog`.


## [22.5.0] - 2024-02-02
### Added
- Added documentation for new endpoint `/deals/{id}/participantsChangelog`.
Expand All @@ -82,13 +106,6 @@ Added `acv`, `mrr`, `arr`, `acv_currency`, `mrr_currency`, and `arr_currency` to
### Added
- Added documentation for `/meetings/userProviderLinks` endpoints

## [22.3.1-rc.2] - 2023-12-22

## [22.3.1-rc.1] - 2023-12-22

## [22.3.1-rc.0] - 2023-12-22
- Add Support for TypeScript

## [22.3.0] - 2023-10-17
- Add `Projects`, `ProjectTemplates` and `Tasks` public routes.

Expand Down Expand Up @@ -666,9 +683,14 @@ structure
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
* Fixed typo in lead example response (`crrency` to `currency`)

[Unreleased]: https://github.com/pipedrive/api-docs/compare/v22.3.1-rc.5...v23.0.0-rc.1
[22.3.1-rc.5]: https://github.com/pipedrive/api-docs/compare/v22.3.1-rc.4...v22.3.1-rc.5
[22.3.1-rc.4]: https://github.com/pipedrive/api-docs/compare/v22.3.1-rc.3...v22.3.1-rc.4
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v23.2.5...HEAD
[23.2.5]: https://github.com/pipedrive/api-docs/compare/v23.2.4...v23.2.5
[23.2.4]: https://github.com/pipedrive/api-docs/compare/v23.2.3...v23.2.4
[23.2.3]: https://github.com/pipedrive/api-docs/compare/v23.2.2...v23.2.3
[23.2.2]: https://github.com/pipedrive/api-docs/compare/v23.2.1...v23.2.2
[23.2.1]: https://github.com/pipedrive/api-docs/compare/v23.2.0...v23.2.1
[23.2.0]: https://github.com/pipedrive/api-docs/compare/v23.1.0...v23.2.0
[23.1.0]: https://github.com/pipedrive/api-docs/compare/v23.0.0...v23.1.0
[23.0.0]: https://github.com/pipedrive/api-docs/compare/v22.10.1...v23.0.0
[22.10.1]: https://github.com/pipedrive/api-docs/compare/v22.10.0...v22.10.1
[22.10.0]: https://github.com/pipedrive/api-docs/compare/v22.9.0...v22.10.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ WebhooksApi | getWebhooks | **GET** /webhooks | Get all Webhooks
- **Type**: OAuth
- **Flow**: accessCode
- **Authorization URL**: https://oauth.pipedrive.com/oauth/authorize
- **Scopes**:
- **Scopes**:
- base: Read settings of the authorized user and currencies in an account
- deals:read: Read most of the data about deals and related entities - deal fields, products, followers, participants; all notes, files, filters, pipelines, stages, and statistics. Does not include access to activities (except the last and next activity related to a deal)
- deals:full: Create, read, update and delete deals, its participants and followers; all files, notes, and filters. It also includes read access to deal fields, pipelines, stages, and statistics. Does not include access to activities (except the last and next activity related to a deal)
Expand Down
2 changes: 1 addition & 1 deletion api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
Expand Down
Loading