-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy pathapi.ts
More file actions
32 lines (28 loc) · 973 Bytes
/
api.ts
File metadata and controls
32 lines (28 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* tslint:disable */
/* eslint-disable */
/**
* Pipedrive API v2
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export * from './api/activities-api';
export * from './api/activity-fields-api';
export * from './api/deal-fields-api';
export * from './api/deals-api';
export * from './api/item-search-api';
export * from './api/leads-api';
export * from './api/organization-fields-api';
export * from './api/organizations-api';
export * from './api/person-fields-api';
export * from './api/persons-api';
export * from './api/pipelines-api';
export * from './api/product-fields-api';
export * from './api/products-api';
export * from './api/stages-api';
export * from './api/users-api';