Skip to content

Commit

Permalink
Merge branch typescript-rc into 44
Browse files Browse the repository at this point in the history
  • Loading branch information
s-pogoda committed Jun 28, 2024
2 parents 26a8571 + b846c49 commit 1181489
Show file tree
Hide file tree
Showing 953 changed files with 7,734 additions and 155,118 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"root": true,
"parser": "@babel/eslint-parser",
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["pipedrive"],
"env": {
"node": true,
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ wwwroot/*.js
node_modules
typings
dist
wwwroot/*.js
.idea
1 change: 0 additions & 1 deletion .openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
package.json
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ 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 @@ -63,6 +71,7 @@ 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 @@ -71,6 +80,13 @@ 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 @@ -648,7 +664,9 @@ 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/v23.0.0...HEAD
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v22.3.1-rc.5...v22.3.1-rc.6
[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
[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
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const oauth2 = new OAuth2Configuration({
});

app.listen(PORT, () => {
console.log(`Listening on port ${PORT}`);
console.log(`Listening on port ${PORT}`);
});

app.get('/', async (req, res) => {
Expand Down Expand Up @@ -550,19 +550,13 @@ WebhooksApi | getWebhooks | **GET** /webhooks | Get all Webhooks



### basic_authentication

- **Type**: HTTP basic authentication



### oauth2


- **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

0 comments on commit 1181489

Please sign in to comment.