File tree 1 file changed +1
-60
lines changed
tests/test-data/golden-files
1 file changed +1
-60
lines changed Original file line number Diff line number Diff line change 1
1
import * as hasuraSdk from "@hasura/ndc-lambda-sdk";
2
- import {
3
- ActivitiesFilter,
4
- Activity,
5
- Api,
6
- CompaniesFilter,
7
- CompaniesSort,
8
- Company,
9
- Contact,
10
- ContactsFilter,
11
- ContactsSort,
12
- CreateActivityResponse,
13
- CreateCompanyResponse,
14
- CreateContactResponse,
15
- CreateLeadResponse,
16
- CreateNoteResponse,
17
- CreateOpportunityResponse,
18
- CreatePipelineResponse,
19
- CreateUserResponse,
20
- DeleteActivityResponse,
21
- DeleteCompanyResponse,
22
- DeleteContactResponse,
23
- DeleteLeadResponse,
24
- DeleteNoteResponse,
25
- DeleteOpportunityResponse,
26
- DeletePipelineResponse,
27
- DeleteUserResponse,
28
- GetActivitiesResponse,
29
- GetActivityResponse,
30
- GetCompaniesResponse,
31
- GetCompanyResponse,
32
- GetContactResponse,
33
- GetContactsResponse,
34
- GetLeadResponse,
35
- GetLeadsResponse,
36
- GetNoteResponse,
37
- GetNotesResponse,
38
- GetOpportunitiesResponse,
39
- GetOpportunityResponse,
40
- GetPipelineResponse,
41
- GetPipelinesResponse,
42
- GetUserResponse,
43
- GetUsersResponse,
44
- Lead,
45
- LeadsFilter,
46
- LeadsSort,
47
- Note,
48
- OpportunitiesFilter,
49
- OpportunitiesSort,
50
- Opportunity,
51
- Pipeline,
52
- UpdateActivityResponse,
53
- UpdateCompanyResponse,
54
- UpdateContactResponse,
55
- UpdateLeadResponse,
56
- UpdateNoteResponse,
57
- UpdateOpportunityResponse,
58
- UpdatePipelineResponse,
59
- UpdateUserResponse,
60
- User,
61
- } from "./api";
2
+ import {} from "./api";
62
3
63
4
const api = new Api({
64
5
baseUrl: `${process.env.NDC_OAS_BASE_URL}`,
You can’t perform that action at this time.
0 commit comments