-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathapi.ts
More file actions
56 lines (52 loc) · 1.84 KB
/
Copy pathapi.ts
File metadata and controls
56 lines (52 loc) · 1.84 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/* tslint:disable */
/* eslint-disable */
/**
* Pipedrive API v1
* 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
* Do not edit the class manually.
*/
export * from './api/activity-fields-api';
export * from './api/activity-types-api';
export * from './api/billing-api';
export * from './api/call-logs-api';
export * from './api/channels-api';
export * from './api/currencies-api';
export * from './api/deal-fields-api';
export * from './api/deals-api';
export * from './api/files-api';
export * from './api/filters-api';
export * from './api/goals-api';
export * from './api/lead-fields-api';
export * from './api/lead-labels-api';
export * from './api/lead-sources-api';
export * from './api/leads-api';
export * from './api/legacy-teams-api';
export * from './api/mailbox-api';
export * from './api/meetings-api';
export * from './api/note-fields-api';
export * from './api/notes-api';
export * from './api/organization-fields-api';
export * from './api/organization-relationships-api';
export * from './api/organizations-api';
export * from './api/permission-sets-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/project-templates-api';
export * from './api/projects-api';
export * from './api/recents-api';
export * from './api/roles-api';
export * from './api/stages-api';
export * from './api/tasks-api';
export * from './api/user-connections-api';
export * from './api/user-settings-api';
export * from './api/users-api';
export * from './api/webhooks-api';