tonightpass 0.0.235 → 0.0.236

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/index.d.mts CHANGED
@@ -973,6 +973,8 @@ type AddRoadmapReactionBody = {
973
973
  };
974
974
  type RoadmapEndpoints = Endpoint<"GET", "/roadmap/reactions/:featureId", RoadmapReactionCounts, {
975
975
  featureId: string;
976
+ }> | Endpoint<"GET", "/roadmap/reactions/stream/:featureId", void, {
977
+ featureId: string;
976
978
  }> | Endpoint<"POST", "/roadmap/reactions/:featureId", RoadmapReactionCounts, AddRoadmapReactionBody>;
977
979
 
978
980
  type WebhookEndpoints = Endpoint<"POST", "/webhooks/stripe", boolean, Stripe__default.Event>;
package/dist/index.d.ts CHANGED
@@ -973,6 +973,8 @@ type AddRoadmapReactionBody = {
973
973
  };
974
974
  type RoadmapEndpoints = Endpoint<"GET", "/roadmap/reactions/:featureId", RoadmapReactionCounts, {
975
975
  featureId: string;
976
+ }> | Endpoint<"GET", "/roadmap/reactions/stream/:featureId", void, {
977
+ featureId: string;
976
978
  }> | Endpoint<"POST", "/roadmap/reactions/:featureId", RoadmapReactionCounts, AddRoadmapReactionBody>;
977
979
 
978
980
  type WebhookEndpoints = Endpoint<"POST", "/webhooks/stripe", boolean, Stripe__default.Event>;