@massive.com/client-js 10.2.0 → 10.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.d.ts
CHANGED
|
@@ -6762,6 +6762,18 @@ interface GetFuturesQuotes200ResponseResultsInner {
|
|
|
6762
6762
|
* @memberof GetFuturesQuotes200ResponseResultsInner
|
|
6763
6763
|
*/
|
|
6764
6764
|
'bid_timestamp'?: number;
|
|
6765
|
+
/**
|
|
6766
|
+
* The reporting sequence number.
|
|
6767
|
+
* @type {number}
|
|
6768
|
+
* @memberof GetFuturesQuotes200ResponseResultsInner
|
|
6769
|
+
*/
|
|
6770
|
+
'report_sequence': number;
|
|
6771
|
+
/**
|
|
6772
|
+
* The unique sequence number assigned to this quote by the exchange.
|
|
6773
|
+
* @type {number}
|
|
6774
|
+
* @memberof GetFuturesQuotes200ResponseResultsInner
|
|
6775
|
+
*/
|
|
6776
|
+
'sequence_number': number;
|
|
6765
6777
|
/**
|
|
6766
6778
|
* Also known as the trading date, the date of the end of the trading session, in YYYY-MM-DD format.
|
|
6767
6779
|
* @type {string}
|
|
@@ -6818,6 +6830,18 @@ interface GetFuturesTrades200ResponseResultsInner {
|
|
|
6818
6830
|
* @memberof GetFuturesTrades200ResponseResultsInner
|
|
6819
6831
|
*/
|
|
6820
6832
|
'price': number;
|
|
6833
|
+
/**
|
|
6834
|
+
* The reporting sequence number.
|
|
6835
|
+
* @type {number}
|
|
6836
|
+
* @memberof GetFuturesTrades200ResponseResultsInner
|
|
6837
|
+
*/
|
|
6838
|
+
'report_sequence': number;
|
|
6839
|
+
/**
|
|
6840
|
+
* The unique sequence number assigned to this trade.
|
|
6841
|
+
* @type {number}
|
|
6842
|
+
* @memberof GetFuturesTrades200ResponseResultsInner
|
|
6843
|
+
*/
|
|
6844
|
+
'sequence_number': number;
|
|
6821
6845
|
/**
|
|
6822
6846
|
* Also known as the trading date, the date of the end of the trading session, in YYYY-MM-DD format.
|
|
6823
6847
|
* @type {string}
|
|
@@ -16455,11 +16479,11 @@ declare const DefaultApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
16455
16479
|
* @param {string} [tickerGte] Filter greater than or equal to the value.
|
|
16456
16480
|
* @param {string} [tickerLt] Filter less than the value.
|
|
16457
16481
|
* @param {string} [tickerLte] Filter less than or equal to the value.
|
|
16458
|
-
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the rating was last updated in the system. Value must be an integer timestamp in seconds
|
|
16459
|
-
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds
|
|
16460
|
-
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds
|
|
16461
|
-
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds
|
|
16462
|
-
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds
|
|
16482
|
+
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the rating was last updated in the system. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16483
|
+
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16484
|
+
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16485
|
+
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16486
|
+
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16463
16487
|
* @param {string} [firm] The name of the research firm or investment bank issuing the rating.
|
|
16464
16488
|
* @param {string} [firmAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
16465
16489
|
* @param {string} [firmGt] Filter greater than the value.
|
|
@@ -16536,11 +16560,11 @@ declare const DefaultApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
16536
16560
|
* @param {string} [benzingaIdGte] Filter greater than or equal to the value.
|
|
16537
16561
|
* @param {string} [benzingaIdLt] Filter less than the value.
|
|
16538
16562
|
* @param {string} [benzingaIdLte] Filter less than or equal to the value.
|
|
16539
|
-
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the bull/bear case was last updated in the system. Value must be an integer timestamp in seconds
|
|
16540
|
-
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds
|
|
16541
|
-
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds
|
|
16542
|
-
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds
|
|
16543
|
-
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds
|
|
16563
|
+
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the bull/bear case was last updated in the system. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16564
|
+
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16565
|
+
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16566
|
+
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16567
|
+
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16544
16568
|
* @param {number} [limit] Limit the maximum number of results returned. Defaults to \'100\' if not specified. The maximum allowed limit is \'5000\'.
|
|
16545
16569
|
* @param {string} [sort] A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'ticker\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
16546
16570
|
* @param {*} [options] Override http request option.
|
|
@@ -16581,12 +16605,12 @@ declare const DefaultApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
16581
16605
|
* @param {number} [importanceGte] Filter greater than or equal to the value. Value must be an integer.
|
|
16582
16606
|
* @param {number} [importanceLt] Filter less than the value. Value must be an integer.
|
|
16583
16607
|
* @param {number} [importanceLte] Filter less than or equal to the value. Value must be an integer.
|
|
16584
|
-
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the record was last updated in the system. Value must be an integer timestamp in seconds
|
|
16585
|
-
* @param {string} [lastUpdatedAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list. Value must be an integer timestamp in seconds
|
|
16586
|
-
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds
|
|
16587
|
-
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds
|
|
16588
|
-
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds
|
|
16589
|
-
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds
|
|
16608
|
+
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the record was last updated in the system. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16609
|
+
* @param {string} [lastUpdatedAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16610
|
+
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16611
|
+
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16612
|
+
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16613
|
+
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16590
16614
|
* @param {string} [dateStatus] Indicates whether the date of the earnings report has been confirmed. Possible values include: projected, confirmed.
|
|
16591
16615
|
* @param {string} [dateStatusAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
16592
16616
|
* @param {string} [dateStatusGt] Filter greater than the value.
|
|
@@ -16706,11 +16730,11 @@ declare const DefaultApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
16706
16730
|
* @param {number} [importanceGte] Filter greater than or equal to the value. Value must be an integer.
|
|
16707
16731
|
* @param {number} [importanceLt] Filter less than the value. Value must be an integer.
|
|
16708
16732
|
* @param {number} [importanceLte] Filter less than or equal to the value. Value must be an integer.
|
|
16709
|
-
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the rating was last updated in the system. Value must be an integer timestamp in seconds
|
|
16710
|
-
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds
|
|
16711
|
-
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds
|
|
16712
|
-
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds
|
|
16713
|
-
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds
|
|
16733
|
+
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the rating was last updated in the system. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16734
|
+
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16735
|
+
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16736
|
+
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16737
|
+
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16714
16738
|
* @param {string} [ratingAction] The description of the change in rating from the firm\'s last rating. Possible values include: downgrades, maintains, reinstates, reiterates, upgrades, assumes, initiates_coverage_on, terminates_coverage_on, removes, suspends, firm_dissolved.
|
|
16715
16739
|
* @param {string} [ratingActionAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
16716
16740
|
* @param {string} [ratingActionGt] Filter greater than the value.
|
|
@@ -16749,11 +16773,11 @@ declare const DefaultApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
16749
16773
|
getBenzingaV1Ratings: (date?: string, dateAnyOf?: string, dateGt?: string, dateGte?: string, dateLt?: string, dateLte?: string, ticker?: string, tickerAnyOf?: string, tickerGt?: string, tickerGte?: string, tickerLt?: string, tickerLte?: string, importance?: number, importanceGt?: number, importanceGte?: number, importanceLt?: number, importanceLte?: number, lastUpdated?: string, lastUpdatedGt?: string, lastUpdatedGte?: string, lastUpdatedLt?: string, lastUpdatedLte?: string, ratingAction?: string, ratingActionAnyOf?: string, ratingActionGt?: string, ratingActionGte?: string, ratingActionLt?: string, ratingActionLte?: string, priceTargetAction?: string, priceTargetActionAnyOf?: string, priceTargetActionGt?: string, priceTargetActionGte?: string, priceTargetActionLt?: string, priceTargetActionLte?: string, benzingaId?: string, benzingaIdAnyOf?: string, benzingaIdGt?: string, benzingaIdGte?: string, benzingaIdLt?: string, benzingaIdLte?: string, benzingaAnalystId?: string, benzingaAnalystIdAnyOf?: string, benzingaAnalystIdGt?: string, benzingaAnalystIdGte?: string, benzingaAnalystIdLt?: string, benzingaAnalystIdLte?: string, benzingaFirmId?: string, benzingaFirmIdAnyOf?: string, benzingaFirmIdGt?: string, benzingaFirmIdGte?: string, benzingaFirmIdLt?: string, benzingaFirmIdLte?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
16750
16774
|
/**
|
|
16751
16775
|
* A comprehensive news article database from Benzinga, containing detailed information about financial news articles including metadata, content, and associated financial information.
|
|
16752
|
-
* @param {string} [published] The timestamp (formatted as an ISO 8601 timestamp) when the news article was originally published. Value must be an integer timestamp in seconds
|
|
16753
|
-
* @param {string} [publishedGt] Filter greater than the value. Value must be an integer timestamp in seconds
|
|
16754
|
-
* @param {string} [publishedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds
|
|
16755
|
-
* @param {string} [publishedLt] Filter less than the value. Value must be an integer timestamp in seconds
|
|
16756
|
-
* @param {string} [publishedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds
|
|
16776
|
+
* @param {string} [published] The timestamp (formatted as an ISO 8601 timestamp) when the news article was originally published. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16777
|
+
* @param {string} [publishedGt] Filter greater than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16778
|
+
* @param {string} [publishedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16779
|
+
* @param {string} [publishedLt] Filter less than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16780
|
+
* @param {string} [publishedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
16757
16781
|
* @param {string} [channels] Filter for arrays that contain the value.
|
|
16758
16782
|
* @param {string} [channelsAllOf] Filter for arrays that contain all of the values. Multiple values can be specified by using a comma separated list.
|
|
16759
16783
|
* @param {string} [channelsAnyOf] Filter for arrays that contain any of the values. Multiple values can be specified by using a comma separated list.
|
|
@@ -19055,11 +19079,11 @@ declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
19055
19079
|
* @param {string} [tickerGte] Filter greater than or equal to the value.
|
|
19056
19080
|
* @param {string} [tickerLt] Filter less than the value.
|
|
19057
19081
|
* @param {string} [tickerLte] Filter less than or equal to the value.
|
|
19058
|
-
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the rating was last updated in the system. Value must be an integer timestamp in seconds
|
|
19059
|
-
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds
|
|
19060
|
-
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds
|
|
19061
|
-
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds
|
|
19062
|
-
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds
|
|
19082
|
+
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the rating was last updated in the system. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19083
|
+
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19084
|
+
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19085
|
+
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19086
|
+
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19063
19087
|
* @param {string} [firm] The name of the research firm or investment bank issuing the rating.
|
|
19064
19088
|
* @param {string} [firmAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
19065
19089
|
* @param {string} [firmGt] Filter greater than the value.
|
|
@@ -19136,11 +19160,11 @@ declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
19136
19160
|
* @param {string} [benzingaIdGte] Filter greater than or equal to the value.
|
|
19137
19161
|
* @param {string} [benzingaIdLt] Filter less than the value.
|
|
19138
19162
|
* @param {string} [benzingaIdLte] Filter less than or equal to the value.
|
|
19139
|
-
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the bull/bear case was last updated in the system. Value must be an integer timestamp in seconds
|
|
19140
|
-
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds
|
|
19141
|
-
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds
|
|
19142
|
-
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds
|
|
19143
|
-
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds
|
|
19163
|
+
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the bull/bear case was last updated in the system. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19164
|
+
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19165
|
+
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19166
|
+
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19167
|
+
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19144
19168
|
* @param {number} [limit] Limit the maximum number of results returned. Defaults to \'100\' if not specified. The maximum allowed limit is \'5000\'.
|
|
19145
19169
|
* @param {string} [sort] A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'ticker\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
19146
19170
|
* @param {*} [options] Override http request option.
|
|
@@ -19181,12 +19205,12 @@ declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
19181
19205
|
* @param {number} [importanceGte] Filter greater than or equal to the value. Value must be an integer.
|
|
19182
19206
|
* @param {number} [importanceLt] Filter less than the value. Value must be an integer.
|
|
19183
19207
|
* @param {number} [importanceLte] Filter less than or equal to the value. Value must be an integer.
|
|
19184
|
-
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the record was last updated in the system. Value must be an integer timestamp in seconds
|
|
19185
|
-
* @param {string} [lastUpdatedAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list. Value must be an integer timestamp in seconds
|
|
19186
|
-
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds
|
|
19187
|
-
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds
|
|
19188
|
-
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds
|
|
19189
|
-
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds
|
|
19208
|
+
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the record was last updated in the system. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19209
|
+
* @param {string} [lastUpdatedAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19210
|
+
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19211
|
+
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19212
|
+
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19213
|
+
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19190
19214
|
* @param {string} [dateStatus] Indicates whether the date of the earnings report has been confirmed. Possible values include: projected, confirmed.
|
|
19191
19215
|
* @param {string} [dateStatusAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
19192
19216
|
* @param {string} [dateStatusGt] Filter greater than the value.
|
|
@@ -19306,11 +19330,11 @@ declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
19306
19330
|
* @param {number} [importanceGte] Filter greater than or equal to the value. Value must be an integer.
|
|
19307
19331
|
* @param {number} [importanceLt] Filter less than the value. Value must be an integer.
|
|
19308
19332
|
* @param {number} [importanceLte] Filter less than or equal to the value. Value must be an integer.
|
|
19309
|
-
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the rating was last updated in the system. Value must be an integer timestamp in seconds
|
|
19310
|
-
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds
|
|
19311
|
-
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds
|
|
19312
|
-
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds
|
|
19313
|
-
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds
|
|
19333
|
+
* @param {string} [lastUpdated] The timestamp (formatted as an ISO 8601 timestamp) when the rating was last updated in the system. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19334
|
+
* @param {string} [lastUpdatedGt] Filter greater than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19335
|
+
* @param {string} [lastUpdatedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19336
|
+
* @param {string} [lastUpdatedLt] Filter less than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19337
|
+
* @param {string} [lastUpdatedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19314
19338
|
* @param {string} [ratingAction] The description of the change in rating from the firm\'s last rating. Possible values include: downgrades, maintains, reinstates, reiterates, upgrades, assumes, initiates_coverage_on, terminates_coverage_on, removes, suspends, firm_dissolved.
|
|
19315
19339
|
* @param {string} [ratingActionAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
19316
19340
|
* @param {string} [ratingActionGt] Filter greater than the value.
|
|
@@ -19349,11 +19373,11 @@ declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
19349
19373
|
getBenzingaV1Ratings(date?: string, dateAnyOf?: string, dateGt?: string, dateGte?: string, dateLt?: string, dateLte?: string, ticker?: string, tickerAnyOf?: string, tickerGt?: string, tickerGte?: string, tickerLt?: string, tickerLte?: string, importance?: number, importanceGt?: number, importanceGte?: number, importanceLt?: number, importanceLte?: number, lastUpdated?: string, lastUpdatedGt?: string, lastUpdatedGte?: string, lastUpdatedLt?: string, lastUpdatedLte?: string, ratingAction?: string, ratingActionAnyOf?: string, ratingActionGt?: string, ratingActionGte?: string, ratingActionLt?: string, ratingActionLte?: string, priceTargetAction?: string, priceTargetActionAnyOf?: string, priceTargetActionGt?: string, priceTargetActionGte?: string, priceTargetActionLt?: string, priceTargetActionLte?: string, benzingaId?: string, benzingaIdAnyOf?: string, benzingaIdGt?: string, benzingaIdGte?: string, benzingaIdLt?: string, benzingaIdLte?: string, benzingaAnalystId?: string, benzingaAnalystIdAnyOf?: string, benzingaAnalystIdGt?: string, benzingaAnalystIdGte?: string, benzingaAnalystIdLt?: string, benzingaAnalystIdLte?: string, benzingaFirmId?: string, benzingaFirmIdAnyOf?: string, benzingaFirmIdGt?: string, benzingaFirmIdGte?: string, benzingaFirmIdLt?: string, benzingaFirmIdLte?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetBenzingaV1Ratings200Response>>;
|
|
19350
19374
|
/**
|
|
19351
19375
|
* A comprehensive news article database from Benzinga, containing detailed information about financial news articles including metadata, content, and associated financial information.
|
|
19352
|
-
* @param {string} [published] The timestamp (formatted as an ISO 8601 timestamp) when the news article was originally published. Value must be an integer timestamp in seconds
|
|
19353
|
-
* @param {string} [publishedGt] Filter greater than the value. Value must be an integer timestamp in seconds
|
|
19354
|
-
* @param {string} [publishedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds
|
|
19355
|
-
* @param {string} [publishedLt] Filter less than the value. Value must be an integer timestamp in seconds
|
|
19356
|
-
* @param {string} [publishedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds
|
|
19376
|
+
* @param {string} [published] The timestamp (formatted as an ISO 8601 timestamp) when the news article was originally published. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19377
|
+
* @param {string} [publishedGt] Filter greater than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19378
|
+
* @param {string} [publishedGte] Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19379
|
+
* @param {string} [publishedLt] Filter less than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19380
|
+
* @param {string} [publishedLte] Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19357
19381
|
* @param {string} [channels] Filter for arrays that contain the value.
|
|
19358
19382
|
* @param {string} [channelsAllOf] Filter for arrays that contain all of the values. Multiple values can be specified by using a comma separated list.
|
|
19359
19383
|
* @param {string} [channelsAnyOf] Filter for arrays that contain any of the values. Multiple values can be specified by using a comma separated list.
|
|
@@ -22822,31 +22846,31 @@ interface DefaultApiGetBenzingaV1AnalystInsightsRequest {
|
|
|
22822
22846
|
*/
|
|
22823
22847
|
readonly tickerLte?: string;
|
|
22824
22848
|
/**
|
|
22825
|
-
* The timestamp (formatted as an ISO 8601 timestamp) when the rating was last updated in the system. Value must be an integer timestamp in seconds
|
|
22849
|
+
* The timestamp (formatted as an ISO 8601 timestamp) when the rating was last updated in the system. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
22826
22850
|
* @type {string}
|
|
22827
22851
|
* @memberof DefaultApiGetBenzingaV1AnalystInsights
|
|
22828
22852
|
*/
|
|
22829
22853
|
readonly lastUpdated?: string;
|
|
22830
22854
|
/**
|
|
22831
|
-
* Filter greater than the value. Value must be an integer timestamp in seconds
|
|
22855
|
+
* Filter greater than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
22832
22856
|
* @type {string}
|
|
22833
22857
|
* @memberof DefaultApiGetBenzingaV1AnalystInsights
|
|
22834
22858
|
*/
|
|
22835
22859
|
readonly lastUpdatedGt?: string;
|
|
22836
22860
|
/**
|
|
22837
|
-
* Filter greater than or equal to the value. Value must be an integer timestamp in seconds
|
|
22861
|
+
* Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
22838
22862
|
* @type {string}
|
|
22839
22863
|
* @memberof DefaultApiGetBenzingaV1AnalystInsights
|
|
22840
22864
|
*/
|
|
22841
22865
|
readonly lastUpdatedGte?: string;
|
|
22842
22866
|
/**
|
|
22843
|
-
* Filter less than the value. Value must be an integer timestamp in seconds
|
|
22867
|
+
* Filter less than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
22844
22868
|
* @type {string}
|
|
22845
22869
|
* @memberof DefaultApiGetBenzingaV1AnalystInsights
|
|
22846
22870
|
*/
|
|
22847
22871
|
readonly lastUpdatedLt?: string;
|
|
22848
22872
|
/**
|
|
22849
|
-
* Filter less than or equal to the value. Value must be an integer timestamp in seconds
|
|
22873
|
+
* Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
22850
22874
|
* @type {string}
|
|
22851
22875
|
* @memberof DefaultApiGetBenzingaV1AnalystInsights
|
|
22852
22876
|
*/
|
|
@@ -23250,31 +23274,31 @@ interface DefaultApiGetBenzingaV1BullsBearsSayRequest {
|
|
|
23250
23274
|
*/
|
|
23251
23275
|
readonly benzingaIdLte?: string;
|
|
23252
23276
|
/**
|
|
23253
|
-
* The timestamp (formatted as an ISO 8601 timestamp) when the bull/bear case was last updated in the system. Value must be an integer timestamp in seconds
|
|
23277
|
+
* The timestamp (formatted as an ISO 8601 timestamp) when the bull/bear case was last updated in the system. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
23254
23278
|
* @type {string}
|
|
23255
23279
|
* @memberof DefaultApiGetBenzingaV1BullsBearsSay
|
|
23256
23280
|
*/
|
|
23257
23281
|
readonly lastUpdated?: string;
|
|
23258
23282
|
/**
|
|
23259
|
-
* Filter greater than the value. Value must be an integer timestamp in seconds
|
|
23283
|
+
* Filter greater than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
23260
23284
|
* @type {string}
|
|
23261
23285
|
* @memberof DefaultApiGetBenzingaV1BullsBearsSay
|
|
23262
23286
|
*/
|
|
23263
23287
|
readonly lastUpdatedGt?: string;
|
|
23264
23288
|
/**
|
|
23265
|
-
* Filter greater than or equal to the value. Value must be an integer timestamp in seconds
|
|
23289
|
+
* Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
23266
23290
|
* @type {string}
|
|
23267
23291
|
* @memberof DefaultApiGetBenzingaV1BullsBearsSay
|
|
23268
23292
|
*/
|
|
23269
23293
|
readonly lastUpdatedGte?: string;
|
|
23270
23294
|
/**
|
|
23271
|
-
* Filter less than the value. Value must be an integer timestamp in seconds
|
|
23295
|
+
* Filter less than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
23272
23296
|
* @type {string}
|
|
23273
23297
|
* @memberof DefaultApiGetBenzingaV1BullsBearsSay
|
|
23274
23298
|
*/
|
|
23275
23299
|
readonly lastUpdatedLt?: string;
|
|
23276
23300
|
/**
|
|
23277
|
-
* Filter less than or equal to the value. Value must be an integer timestamp in seconds
|
|
23301
|
+
* Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
23278
23302
|
* @type {string}
|
|
23279
23303
|
* @memberof DefaultApiGetBenzingaV1BullsBearsSay
|
|
23280
23304
|
*/
|
|
@@ -23462,37 +23486,37 @@ interface DefaultApiGetBenzingaV1EarningsRequest {
|
|
|
23462
23486
|
*/
|
|
23463
23487
|
readonly importanceLte?: number;
|
|
23464
23488
|
/**
|
|
23465
|
-
* The timestamp (formatted as an ISO 8601 timestamp) when the record was last updated in the system. Value must be an integer timestamp in seconds
|
|
23489
|
+
* The timestamp (formatted as an ISO 8601 timestamp) when the record was last updated in the system. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
23466
23490
|
* @type {string}
|
|
23467
23491
|
* @memberof DefaultApiGetBenzingaV1Earnings
|
|
23468
23492
|
*/
|
|
23469
23493
|
readonly lastUpdated?: string;
|
|
23470
23494
|
/**
|
|
23471
|
-
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list. Value must be an integer timestamp in seconds
|
|
23495
|
+
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
23472
23496
|
* @type {string}
|
|
23473
23497
|
* @memberof DefaultApiGetBenzingaV1Earnings
|
|
23474
23498
|
*/
|
|
23475
23499
|
readonly lastUpdatedAnyOf?: string;
|
|
23476
23500
|
/**
|
|
23477
|
-
* Filter greater than the value. Value must be an integer timestamp in seconds
|
|
23501
|
+
* Filter greater than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
23478
23502
|
* @type {string}
|
|
23479
23503
|
* @memberof DefaultApiGetBenzingaV1Earnings
|
|
23480
23504
|
*/
|
|
23481
23505
|
readonly lastUpdatedGt?: string;
|
|
23482
23506
|
/**
|
|
23483
|
-
* Filter greater than or equal to the value. Value must be an integer timestamp in seconds
|
|
23507
|
+
* Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
23484
23508
|
* @type {string}
|
|
23485
23509
|
* @memberof DefaultApiGetBenzingaV1Earnings
|
|
23486
23510
|
*/
|
|
23487
23511
|
readonly lastUpdatedGte?: string;
|
|
23488
23512
|
/**
|
|
23489
|
-
* Filter less than the value. Value must be an integer timestamp in seconds
|
|
23513
|
+
* Filter less than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
23490
23514
|
* @type {string}
|
|
23491
23515
|
* @memberof DefaultApiGetBenzingaV1Earnings
|
|
23492
23516
|
*/
|
|
23493
23517
|
readonly lastUpdatedLt?: string;
|
|
23494
23518
|
/**
|
|
23495
|
-
* Filter less than or equal to the value. Value must be an integer timestamp in seconds
|
|
23519
|
+
* Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
23496
23520
|
* @type {string}
|
|
23497
23521
|
* @memberof DefaultApiGetBenzingaV1Earnings
|
|
23498
23522
|
*/
|
|
@@ -24125,31 +24149,31 @@ interface DefaultApiGetBenzingaV1RatingsRequest {
|
|
|
24125
24149
|
*/
|
|
24126
24150
|
readonly importanceLte?: number;
|
|
24127
24151
|
/**
|
|
24128
|
-
* The timestamp (formatted as an ISO 8601 timestamp) when the rating was last updated in the system. Value must be an integer timestamp in seconds
|
|
24152
|
+
* The timestamp (formatted as an ISO 8601 timestamp) when the rating was last updated in the system. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
24129
24153
|
* @type {string}
|
|
24130
24154
|
* @memberof DefaultApiGetBenzingaV1Ratings
|
|
24131
24155
|
*/
|
|
24132
24156
|
readonly lastUpdated?: string;
|
|
24133
24157
|
/**
|
|
24134
|
-
* Filter greater than the value. Value must be an integer timestamp in seconds
|
|
24158
|
+
* Filter greater than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
24135
24159
|
* @type {string}
|
|
24136
24160
|
* @memberof DefaultApiGetBenzingaV1Ratings
|
|
24137
24161
|
*/
|
|
24138
24162
|
readonly lastUpdatedGt?: string;
|
|
24139
24163
|
/**
|
|
24140
|
-
* Filter greater than or equal to the value. Value must be an integer timestamp in seconds
|
|
24164
|
+
* Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
24141
24165
|
* @type {string}
|
|
24142
24166
|
* @memberof DefaultApiGetBenzingaV1Ratings
|
|
24143
24167
|
*/
|
|
24144
24168
|
readonly lastUpdatedGte?: string;
|
|
24145
24169
|
/**
|
|
24146
|
-
* Filter less than the value. Value must be an integer timestamp in seconds
|
|
24170
|
+
* Filter less than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
24147
24171
|
* @type {string}
|
|
24148
24172
|
* @memberof DefaultApiGetBenzingaV1Ratings
|
|
24149
24173
|
*/
|
|
24150
24174
|
readonly lastUpdatedLt?: string;
|
|
24151
24175
|
/**
|
|
24152
|
-
* Filter less than or equal to the value. Value must be an integer timestamp in seconds
|
|
24176
|
+
* Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
24153
24177
|
* @type {string}
|
|
24154
24178
|
* @memberof DefaultApiGetBenzingaV1Ratings
|
|
24155
24179
|
*/
|
|
@@ -24354,31 +24378,31 @@ interface DefaultApiGetBenzingaV1RatingsRequest {
|
|
|
24354
24378
|
*/
|
|
24355
24379
|
interface DefaultApiGetBenzingaV2NewsRequest {
|
|
24356
24380
|
/**
|
|
24357
|
-
* The timestamp (formatted as an ISO 8601 timestamp) when the news article was originally published. Value must be an integer timestamp in seconds
|
|
24381
|
+
* The timestamp (formatted as an ISO 8601 timestamp) when the news article was originally published. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
24358
24382
|
* @type {string}
|
|
24359
24383
|
* @memberof DefaultApiGetBenzingaV2News
|
|
24360
24384
|
*/
|
|
24361
24385
|
readonly published?: string;
|
|
24362
24386
|
/**
|
|
24363
|
-
* Filter greater than the value. Value must be an integer timestamp in seconds
|
|
24387
|
+
* Filter greater than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
24364
24388
|
* @type {string}
|
|
24365
24389
|
* @memberof DefaultApiGetBenzingaV2News
|
|
24366
24390
|
*/
|
|
24367
24391
|
readonly publishedGt?: string;
|
|
24368
24392
|
/**
|
|
24369
|
-
* Filter greater than or equal to the value. Value must be an integer timestamp in seconds
|
|
24393
|
+
* Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
24370
24394
|
* @type {string}
|
|
24371
24395
|
* @memberof DefaultApiGetBenzingaV2News
|
|
24372
24396
|
*/
|
|
24373
24397
|
readonly publishedGte?: string;
|
|
24374
24398
|
/**
|
|
24375
|
-
* Filter less than the value. Value must be an integer timestamp in seconds
|
|
24399
|
+
* Filter less than the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
24376
24400
|
* @type {string}
|
|
24377
24401
|
* @memberof DefaultApiGetBenzingaV2News
|
|
24378
24402
|
*/
|
|
24379
24403
|
readonly publishedLt?: string;
|
|
24380
24404
|
/**
|
|
24381
|
-
* Filter less than or equal to the value. Value must be an integer timestamp in seconds
|
|
24405
|
+
* Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
24382
24406
|
* @type {string}
|
|
24383
24407
|
* @memberof DefaultApiGetBenzingaV2News
|
|
24384
24408
|
*/
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|