@stream-io/node-sdk 0.7.10 → 0.7.12
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.
|
@@ -334,7 +334,7 @@ export interface ActivityResponse {
|
|
|
334
334
|
poll?: PollResponseData;
|
|
335
335
|
}
|
|
336
336
|
export interface ActivitySelectorConfig {
|
|
337
|
-
cutoff_time?:
|
|
337
|
+
cutoff_time?: string;
|
|
338
338
|
min_popularity?: number;
|
|
339
339
|
type?: string;
|
|
340
340
|
sort?: SortParam[];
|
|
@@ -5410,6 +5410,7 @@ export interface QueryFeedsUsageStatsResponse {
|
|
|
5410
5410
|
activities: DailyMetricStatsResponse;
|
|
5411
5411
|
api_requests: DailyMetricStatsResponse;
|
|
5412
5412
|
follows: DailyMetricStatsResponse;
|
|
5413
|
+
openai_requests: DailyMetricStatsResponse;
|
|
5413
5414
|
}
|
|
5414
5415
|
export interface QueryFollowsRequest {
|
|
5415
5416
|
limit?: number;
|
package/package.json
CHANGED
package/src/gen/models/index.ts
CHANGED
|
@@ -599,7 +599,7 @@ export interface ActivityResponse {
|
|
|
599
599
|
}
|
|
600
600
|
|
|
601
601
|
export interface ActivitySelectorConfig {
|
|
602
|
-
cutoff_time?:
|
|
602
|
+
cutoff_time?: string;
|
|
603
603
|
|
|
604
604
|
min_popularity?: number;
|
|
605
605
|
|
|
@@ -9440,6 +9440,8 @@ export interface QueryFeedsUsageStatsResponse {
|
|
|
9440
9440
|
api_requests: DailyMetricStatsResponse;
|
|
9441
9441
|
|
|
9442
9442
|
follows: DailyMetricStatsResponse;
|
|
9443
|
+
|
|
9444
|
+
openai_requests: DailyMetricStatsResponse;
|
|
9443
9445
|
}
|
|
9444
9446
|
|
|
9445
9447
|
export interface QueryFollowsRequest {
|