Skip to content

Commit 68d9868

Browse files
author
Tri
committed
add new endpoints 1.2.2
1 parent 3c2d10c commit 68d9868

File tree

286 files changed

+24524
-741
lines changed

Some content is hidden

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

286 files changed

+24524
-741
lines changed

.gitignore

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
6+
# Runtime data
7+
pids
8+
*.pid
9+
*.seed
10+
11+
# Directory for instrumented libs generated by jscoverage/JSCover
12+
lib-cov
13+
14+
# Coverage directory used by tools like istanbul
15+
coverage
16+
17+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
18+
.grunt
19+
20+
# node-waf configuration
21+
.lock-wscript
22+
23+
# Compiled binary addons (http://nodejs.org/api/addons.html)
24+
build/Release
25+
26+
# Dependency directory
127
node_modules
2-
build
3-
npm-debug.log
4-
.env
5-
.DS_Store
6-
dist
28+
29+
# Optional npm cache directory
30+
.npm
31+
32+
# Optional REPL history
33+
.node_repl_history

.openapi-generator-ignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
README.md
25+
release.sh
26+
.openapi-generator-ignore

.openapi-generator/FILES

Lines changed: 228 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,228 @@
1+
.babelrc
2+
.gitignore
3+
.travis.yml
4+
docs/AggregateIndicators.md
5+
docs/BasicFinancials.md
6+
docs/BreakdownItem.md
7+
docs/Company.md
8+
docs/CompanyExecutive.md
9+
docs/CompanyNewsStatistics.md
10+
docs/CompanyProfile.md
11+
docs/CompanyProfile2.md
12+
docs/CountryMetadata.md
13+
docs/CovidInfo.md
14+
docs/CryptoCandles.md
15+
docs/CryptoSymbol.md
16+
docs/DefaultApi.md
17+
docs/Development.md
18+
docs/Dividends.md
19+
docs/Dividends2Basic.md
20+
docs/ETFCountryExposureData.md
21+
docs/ETFHoldingsData.md
22+
docs/ETFProfileData.md
23+
docs/ETFSectorExposureData.md
24+
docs/ETFsCountryExposure.md
25+
docs/ETFsHoldings.md
26+
docs/ETFsProfile.md
27+
docs/ETFsSectorExposure.md
28+
docs/EarningEstimate.md
29+
docs/EarningRelease.md
30+
docs/EarningResult.md
31+
docs/EarningsCalendar.md
32+
docs/EarningsCallTranscripts.md
33+
docs/EarningsCallTranscriptsList.md
34+
docs/EarningsEstimates.md
35+
docs/EconomicCalendar.md
36+
docs/EconomicCode.md
37+
docs/EconomicData.md
38+
docs/EconomicEvent.md
39+
docs/Estimate.md
40+
docs/FDAComitteeMeeting.md
41+
docs/Filing.md
42+
docs/FilingSentiment.md
43+
docs/FinancialStatements.md
44+
docs/FinancialsAsReported.md
45+
docs/ForexCandles.md
46+
docs/ForexSymbol.md
47+
docs/Forexrates.md
48+
docs/FundOwnership.md
49+
docs/HistoricalNBBO.md
50+
docs/IPOCalendar.md
51+
docs/IPOEvent.md
52+
docs/IndexHistoricalConstituent.md
53+
docs/Indicator.md
54+
docs/IndicesConstituents.md
55+
docs/IndicesHistoricalConstituents.md
56+
docs/InsiderTransactions.md
57+
docs/InternationalFiling.md
58+
docs/InvestmentThemePortfolio.md
59+
docs/InvestmentThemesThematicInvesting.md
60+
docs/Investor.md
61+
docs/KeyCustomersSuppliers.md
62+
docs/LastBidAsk.md
63+
docs/MajorPressReleases.md
64+
docs/MutualFundCountryExposureData.md
65+
docs/MutualFundSectorExposure.md
66+
docs/MutualFundSectorExposureData.md
67+
docs/MutualFundsCountryExposure.md
68+
docs/MutualFundsHoldings.md
69+
docs/MutualFundsProfile.md
70+
docs/News.md
71+
docs/NewsSentiment.md
72+
docs/Ownership.md
73+
docs/PatternRecognition.md
74+
docs/PriceTarget.md
75+
docs/Quote.md
76+
docs/RecommendationTrend.md
77+
docs/RedditSentimentContent.md
78+
docs/Report.md
79+
docs/RevenueBreakdown.md
80+
docs/RevenueEstimates.md
81+
docs/SECSentimentAnalysis.md
82+
docs/Sentiment.md
83+
docs/SimilarityIndex.md
84+
docs/SocialSentiment.md
85+
docs/Split.md
86+
docs/Stock.md
87+
docs/StockCandles.md
88+
docs/StockTranscripts.md
89+
docs/SupplyChainRelationships.md
90+
docs/SupportResistance.md
91+
docs/SymbolLookup.md
92+
docs/TechnicalAnalysis.md
93+
docs/TickData.md
94+
docs/Transactions.md
95+
docs/TranscriptContent.md
96+
docs/TranscriptParticipant.md
97+
docs/Trend.md
98+
docs/TwitterSentimentContent.md
99+
docs/UpgradeDowngrade.md
100+
git_push.sh
101+
mocha.opts
102+
package.json
103+
src/ApiClient.js
104+
src/api/DefaultApi.js
105+
src/index.js
106+
src/model/AggregateIndicators.js
107+
src/model/BasicFinancials.js
108+
src/model/BreakdownItem.js
109+
src/model/Company.js
110+
src/model/CompanyExecutive.js
111+
src/model/CompanyNewsStatistics.js
112+
src/model/CompanyProfile.js
113+
src/model/CompanyProfile2.js
114+
src/model/CountryMetadata.js
115+
src/model/CovidInfo.js
116+
src/model/CryptoCandles.js
117+
src/model/CryptoSymbol.js
118+
src/model/Development.js
119+
src/model/Dividends.js
120+
src/model/Dividends2Basic.js
121+
src/model/ETFCountryExposureData.js
122+
src/model/ETFHoldingsData.js
123+
src/model/ETFProfileData.js
124+
src/model/ETFSectorExposureData.js
125+
src/model/ETFsCountryExposure.js
126+
src/model/ETFsHoldings.js
127+
src/model/ETFsProfile.js
128+
src/model/ETFsSectorExposure.js
129+
src/model/EarningEstimate.js
130+
src/model/EarningRelease.js
131+
src/model/EarningResult.js
132+
src/model/EarningsCalendar.js
133+
src/model/EarningsCallTranscripts.js
134+
src/model/EarningsCallTranscriptsList.js
135+
src/model/EarningsEstimates.js
136+
src/model/EconomicCalendar.js
137+
src/model/EconomicCode.js
138+
src/model/EconomicData.js
139+
src/model/EconomicEvent.js
140+
src/model/Estimate.js
141+
src/model/FDAComitteeMeeting.js
142+
src/model/Filing.js
143+
src/model/FilingSentiment.js
144+
src/model/FinancialStatements.js
145+
src/model/FinancialsAsReported.js
146+
src/model/ForexCandles.js
147+
src/model/ForexSymbol.js
148+
src/model/Forexrates.js
149+
src/model/FundOwnership.js
150+
src/model/HistoricalNBBO.js
151+
src/model/IPOCalendar.js
152+
src/model/IPOEvent.js
153+
src/model/IndexHistoricalConstituent.js
154+
src/model/Indicator.js
155+
src/model/IndicesConstituents.js
156+
src/model/IndicesHistoricalConstituents.js
157+
src/model/InsiderTransactions.js
158+
src/model/InternationalFiling.js
159+
src/model/InvestmentThemePortfolio.js
160+
src/model/InvestmentThemesThematicInvesting.js
161+
src/model/Investor.js
162+
src/model/KeyCustomersSuppliers.js
163+
src/model/LastBidAsk.js
164+
src/model/MajorPressReleases.js
165+
src/model/MutualFundCountryExposureData.js
166+
src/model/MutualFundSectorExposure.js
167+
src/model/MutualFundSectorExposureData.js
168+
src/model/MutualFundsCountryExposure.js
169+
src/model/MutualFundsHoldings.js
170+
src/model/MutualFundsProfile.js
171+
src/model/News.js
172+
src/model/NewsSentiment.js
173+
src/model/Ownership.js
174+
src/model/PatternRecognition.js
175+
src/model/PriceTarget.js
176+
src/model/Quote.js
177+
src/model/RecommendationTrend.js
178+
src/model/RedditSentimentContent.js
179+
src/model/Report.js
180+
src/model/RevenueBreakdown.js
181+
src/model/RevenueEstimates.js
182+
src/model/SECSentimentAnalysis.js
183+
src/model/Sentiment.js
184+
src/model/SimilarityIndex.js
185+
src/model/SocialSentiment.js
186+
src/model/Split.js
187+
src/model/Stock.js
188+
src/model/StockCandles.js
189+
src/model/StockTranscripts.js
190+
src/model/SupplyChainRelationships.js
191+
src/model/SupportResistance.js
192+
src/model/SymbolLookup.js
193+
src/model/TechnicalAnalysis.js
194+
src/model/TickData.js
195+
src/model/Transactions.js
196+
src/model/TranscriptContent.js
197+
src/model/TranscriptParticipant.js
198+
src/model/Trend.js
199+
src/model/TwitterSentimentContent.js
200+
src/model/UpgradeDowngrade.js
201+
test/model/BreakdownItem.spec.js
202+
test/model/Dividends2Basic.spec.js
203+
test/model/ETFProfileData.spec.js
204+
test/model/ETFsSectorExposure.spec.js
205+
test/model/FDAComitteeMeeting.spec.js
206+
test/model/FilingSentiment.spec.js
207+
test/model/HistoricalNBBO.spec.js
208+
test/model/InsiderTransactions.spec.js
209+
test/model/InternationalFiling.spec.js
210+
test/model/InvestmentThemePortfolio.spec.js
211+
test/model/InvestmentThemesThematicInvesting.spec.js
212+
test/model/KeyCustomersSuppliers.spec.js
213+
test/model/MajorPressReleases.spec.js
214+
test/model/MutualFundCountryExposureData.spec.js
215+
test/model/MutualFundSectorExposure.spec.js
216+
test/model/MutualFundSectorExposureData.spec.js
217+
test/model/MutualFundsCountryExposure.spec.js
218+
test/model/MutualFundsHoldings.spec.js
219+
test/model/MutualFundsProfile.spec.js
220+
test/model/Ownership.spec.js
221+
test/model/RedditSentimentContent.spec.js
222+
test/model/RevenueBreakdown.spec.js
223+
test/model/SECSentimentAnalysis.spec.js
224+
test/model/SocialSentiment.spec.js
225+
test/model/SupplyChainRelationships.spec.js
226+
test/model/SymbolLookup.spec.js
227+
test/model/Transactions.spec.js
228+
test/model/TwitterSentimentContent.spec.js

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.1
1+
5.2.0

0 commit comments

Comments
 (0)