-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi.ts
30 lines (26 loc) · 943 Bytes
/
api.ts
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
/* tslint:disable */
/* eslint-disable */
/**
* Constant Contact API v3
* Swagger build version 3.0.2475
*
* The version of the OpenAPI document: 1.0.116
* Contact: webservices@constantcontact.com
*
* 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/account-services-api';
export * from './api/bulk-activities-api';
export * from './api/contact-lists-api';
export * from './api/contact-tags-api';
export * from './api/contacts-api';
export * from './api/contacts-custom-fields-api';
export * from './api/contacts-reporting-api';
export * from './api/email-campaigns-api';
export * from './api/email-campaigns-abtests-api';
export * from './api/email-reporting-api';
export * from './api/email-scheduling-api';
export * from './api/landing-pages-reporting-api';
export * from './api/segments-api';