Skip to content

Commit

Permalink
update v1.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Tri committed Oct 17, 2023
1 parent cd5ad57 commit c964df1
Show file tree
Hide file tree
Showing 41 changed files with 4,785 additions and 395 deletions.
33 changes: 15 additions & 18 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ docs/Model/InFilingSearchBody.md
docs/Model/IndexHistoricalConstituent.md
docs/Model/Indicator.md
docs/Model/IndicesConstituents.md
docs/Model/IndicesConstituentsBreakdown.md
docs/Model/IndicesHistoricalConstituents.md
docs/Model/InsiderSentiments.md
docs/Model/InsiderSentimentsData.md
Expand All @@ -97,7 +98,10 @@ docs/Model/KeyCustomersSuppliers.md
docs/Model/LastBidAsk.md
docs/Model/LobbyingData.md
docs/Model/LobbyingResult.md
docs/Model/MarketHoliday.md
docs/Model/MarketHolidayData.md
docs/Model/MarketNews.md
docs/Model/MarketStatus.md
docs/Model/MutualFundCountryExposure.md
docs/Model/MutualFundCountryExposureData.md
docs/Model/MutualFundEet.md
Expand All @@ -117,7 +121,6 @@ docs/Model/PriceMetrics.md
docs/Model/PriceTarget.md
docs/Model/Quote.md
docs/Model/RecommendationTrend.md
docs/Model/RedditSentimentContent.md
docs/Model/Report.md
docs/Model/RevenueBreakdown.md
docs/Model/RevenueEstimates.md
Expand All @@ -129,6 +132,7 @@ docs/Model/SearchResponse.md
docs/Model/SectorMetric.md
docs/Model/SectorMetricData.md
docs/Model/Sentiment.md
docs/Model/SentimentContent.md
docs/Model/SimilarityIndex.md
docs/Model/SimilarityIndexInfo.md
docs/Model/SocialSentiment.md
Expand All @@ -148,7 +152,6 @@ docs/Model/Transactions.md
docs/Model/TranscriptContent.md
docs/Model/TranscriptParticipant.md
docs/Model/Trend.md
docs/Model/TwitterSentimentContent.md
docs/Model/UpgradeDowngrade.md
docs/Model/UsaSpending.md
docs/Model/UsaSpendingResult.md
Expand Down Expand Up @@ -234,6 +237,7 @@ lib/Model/InFilingSearchBody.php
lib/Model/IndexHistoricalConstituent.php
lib/Model/Indicator.php
lib/Model/IndicesConstituents.php
lib/Model/IndicesConstituentsBreakdown.php
lib/Model/IndicesHistoricalConstituents.php
lib/Model/InsiderSentiments.php
lib/Model/InsiderSentimentsData.php
Expand All @@ -255,7 +259,10 @@ lib/Model/KeyCustomersSuppliers.php
lib/Model/LastBidAsk.php
lib/Model/LobbyingData.php
lib/Model/LobbyingResult.php
lib/Model/MarketHoliday.php
lib/Model/MarketHolidayData.php
lib/Model/MarketNews.php
lib/Model/MarketStatus.php
lib/Model/ModelInterface.php
lib/Model/MutualFundCountryExposure.php
lib/Model/MutualFundCountryExposureData.php
Expand All @@ -276,7 +283,6 @@ lib/Model/PriceMetrics.php
lib/Model/PriceTarget.php
lib/Model/Quote.php
lib/Model/RecommendationTrend.php
lib/Model/RedditSentimentContent.php
lib/Model/Report.php
lib/Model/RevenueBreakdown.php
lib/Model/RevenueEstimates.php
Expand All @@ -288,6 +294,7 @@ lib/Model/SearchResponse.php
lib/Model/SectorMetric.php
lib/Model/SectorMetricData.php
lib/Model/Sentiment.php
lib/Model/SentimentContent.php
lib/Model/SimilarityIndex.php
lib/Model/SimilarityIndexInfo.php
lib/Model/SocialSentiment.php
Expand All @@ -307,7 +314,6 @@ lib/Model/Transactions.php
lib/Model/TranscriptContent.php
lib/Model/TranscriptParticipant.php
lib/Model/Trend.php
lib/Model/TwitterSentimentContent.php
lib/Model/UpgradeDowngrade.php
lib/Model/UsaSpending.php
lib/Model/UsaSpendingResult.php
Expand All @@ -317,17 +323,8 @@ lib/Model/VisaApplication.php
lib/Model/VisaApplicationResult.php
lib/ObjectSerializer.php
phpunit.xml.dist
test/Model/BondYieldCurveInfoTest.php
test/Model/BondYieldCurveTest.php
test/Model/CongressionalTradingTest.php
test/Model/CongressionalTransactionTest.php
test/Model/DocumentResponseTest.php
test/Model/ExcerptResponseTest.php
test/Model/FilingResponseTest.php
test/Model/InFilingResponseTest.php
test/Model/InFilingSearchBodyTest.php
test/Model/MutualFundEetPaiTest.php
test/Model/MutualFundEetTest.php
test/Model/SearchBodyTest.php
test/Model/SearchFilterTest.php
test/Model/SearchResponseTest.php
test/Model/IndicesConstituentsBreakdownTest.php
test/Model/MarketHolidayDataTest.php
test/Model/MarketHolidayTest.php
test/Model/MarketStatusTest.php
test/Model/SentimentContentTest.php
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Finnhub php api clent
- API version: 1.0.0
- Package version: 1.1.16
- Package version: 1.1.17

## Requirements

Expand All @@ -17,7 +17,7 @@ In composer.json:
```json
{
"require": {
"finnhub/client": "1.1.16"
"finnhub/client": "1.1.17"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "finnhub/client",
"version": "1.1.16",
"description": "Finnhub Stock API PHP",
"version": "1.1.17",
"description": "Official Finnhub stock API PHP library. https://finnhub.io/",
"keywords": [
"openapitools",
"openapi-generator",
Expand Down
Loading

0 comments on commit c964df1

Please sign in to comment.