Skip to content

Commit 08487af

Browse files
authored
Merge pull request #45 from FreeClimbAPI/major-upgrade-sdk
Major upgrade sdk
2 parents 1ac272d + 8142102 commit 08487af

File tree

233 files changed

+27631
-25200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+27631
-25200
lines changed

.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1+
dist
12
node_modules
2-
.idea
3-
.DS_Store
4-
/out/
5-
/docs/build/
6-
/venv/
7-
/coverage/
3+
*.log
4+
*.DS_Store

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.openapi-generator-ignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# OpenAPI Generator Ignore
2+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
3+
4+
# Use this file to prevent files from being overwritten by the generator.
5+
# The patterns follow closely to .gitignore or .dockerignore.
6+
7+
# As an example, the C# client generator defines ApiClient.cs.
8+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
9+
#ApiClient.cs
10+
11+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
12+
#foo/*/qux
13+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14+
15+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16+
#foo/**/qux
17+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18+
19+
# You can also negate patterns with an exclamation (!).
20+
# For example, you can ignore all files in a docs folder with the file extension .md:
21+
#docs/*.md
22+
# Then explicitly reverse the ignore rule for a single file:
23+
#!docs/README.md

.openapi-generator/FILES

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
.gitignore
2+
DefaultApi.md
3+
README.md
4+
apis/DefaultApi.ts
5+
apis/baseapi.ts
6+
apis/exception.ts
7+
auth/auth.ts
8+
configuration.ts
9+
git_push.sh
10+
http/http.ts
11+
http/isomorphic-fetch.ts
12+
index.ts
13+
middleware.ts
14+
models/AccountRequest.ts
15+
models/AccountResult.ts
16+
models/AccountResultAllOf.ts
17+
models/AddToConference.ts
18+
models/AddToConferenceAllOf.ts
19+
models/ApplicationList.ts
20+
models/ApplicationListAllOf.ts
21+
models/ApplicationRequest.ts
22+
models/ApplicationResult.ts
23+
models/ApplicationResultAllOf.ts
24+
models/AvailableNumber.ts
25+
models/AvailableNumberList.ts
26+
models/AvailableNumberListAllOf.ts
27+
models/BuyIncomingNumberRequest.ts
28+
models/CallList.ts
29+
models/CallListAllOf.ts
30+
models/CallResult.ts
31+
models/CallResultAllOf.ts
32+
models/Capabilities.ts
33+
models/ConferenceList.ts
34+
models/ConferenceListAllOf.ts
35+
models/ConferenceParticipantList.ts
36+
models/ConferenceParticipantListAllOf.ts
37+
models/ConferenceParticipantResult.ts
38+
models/ConferenceParticipantResultAllOf.ts
39+
models/ConferenceResult.ts
40+
models/ConferenceResultAllOf.ts
41+
models/CreateConference.ts
42+
models/CreateConferenceAllOf.ts
43+
models/CreateConferenceRequest.ts
44+
models/Dequeue.ts
45+
models/Enqueue.ts
46+
models/EnqueueAllOf.ts
47+
models/FilterLogsRequest.ts
48+
models/GetDigits.ts
49+
models/GetDigitsAllOf.ts
50+
models/GetSpeech.ts
51+
models/GetSpeechAllOf.ts
52+
models/Hangup.ts
53+
models/HangupAllOf.ts
54+
models/IncomingNumberList.ts
55+
models/IncomingNumberListAllOf.ts
56+
models/IncomingNumberRequest.ts
57+
models/IncomingNumberResult.ts
58+
models/IncomingNumberResultAllOf.ts
59+
models/LogList.ts
60+
models/LogListAllOf.ts
61+
models/LogResult.ts
62+
models/MakeCallRequest.ts
63+
models/MessageRequest.ts
64+
models/MessageRequestAllOf.ts
65+
models/MessageResult.ts
66+
models/MessageResultAllOf.ts
67+
models/MessagesList.ts
68+
models/MessagesListAllOf.ts
69+
models/MutableResourceModel.ts
70+
models/ObjectSerializer.ts
71+
models/OutDial.ts
72+
models/OutDialAllOf.ts
73+
models/PaginationModel.ts
74+
models/Pause.ts
75+
models/PauseAllOf.ts
76+
models/PerclCommand.ts
77+
models/PerclScript.ts
78+
models/Play.ts
79+
models/PlayAllOf.ts
80+
models/PlayEarlyMedia.ts
81+
models/PlayEarlyMediaAllOf.ts
82+
models/QueueList.ts
83+
models/QueueListAllOf.ts
84+
models/QueueMember.ts
85+
models/QueueMemberList.ts
86+
models/QueueMemberListAllOf.ts
87+
models/QueueRequest.ts
88+
models/QueueResult.ts
89+
models/QueueResultAllOf.ts
90+
models/RecordUtterance.ts
91+
models/RecordUtteranceAllOf.ts
92+
models/RecordingList.ts
93+
models/RecordingListAllOf.ts
94+
models/RecordingResult.ts
95+
models/RecordingResultAllOf.ts
96+
models/Redirect.ts
97+
models/RedirectAllOf.ts
98+
models/Reject.ts
99+
models/RejectAllOf.ts
100+
models/RemoveFromConference.ts
101+
models/RemoveFromConferenceAllOf.ts
102+
models/Say.ts
103+
models/SayAllOf.ts
104+
models/SendDigits.ts
105+
models/SendDigitsAllOf.ts
106+
models/SetListen.ts
107+
models/SetListenAllOf.ts
108+
models/SetTalk.ts
109+
models/SetTalkAllOf.ts
110+
models/Sms.ts
111+
models/SmsAllOf.ts
112+
models/StartRecordCall.ts
113+
models/TerminateConference.ts
114+
models/TerminateConferenceAllOf.ts
115+
models/UpdateCallRequest.ts
116+
models/UpdateConferenceParticipantRequest.ts
117+
models/UpdateConferenceRequest.ts
118+
models/all.ts
119+
package.json
120+
rxjsStub.ts
121+
servers.ts
122+
tsconfig.json
123+
types/ObjectParamAPI.ts
124+
types/ObservableAPI.ts
125+
types/PromiseAPI.ts
126+
util.ts

.openapi-generator/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5.4.0

CHANGELOG.md

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
 (0)