twitch-api-types
Advanced tools
Comparing version 0.7.1 to 0.8.0
@@ -12,2 +12,3 @@ export * from './ads'; | ||
export * from './channel-points'; | ||
export * from './charity'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -28,2 +28,3 @@ "use strict"; | ||
__exportStar(require("./channel-points"), exports); | ||
__exportStar(require("./charity"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -75,2 +75,10 @@ export declare enum APIEndpoint { | ||
/** | ||
* GET | ||
*/ | ||
GetCharityCampaign = "https://api.twitch.tv/helix/charity/campaigns", | ||
/** | ||
* GET | ||
*/ | ||
GetCharityCampaignDonations = "https://api.twitch.tv/helix/charity/donations", | ||
/** | ||
* POST | ||
@@ -77,0 +85,0 @@ */ |
@@ -84,2 +84,11 @@ "use strict"; | ||
APIEndpoint["UpdateRedemptionStatus"] = "https://api.twitch.tv/helix/channel_points/custom_rewards/redemptions"; | ||
// Charity | ||
/** | ||
* GET | ||
*/ | ||
APIEndpoint["GetCharityCampaign"] = "https://api.twitch.tv/helix/charity/campaigns"; | ||
/** | ||
* GET | ||
*/ | ||
APIEndpoint["GetCharityCampaignDonations"] = "https://api.twitch.tv/helix/charity/donations"; | ||
// Moderation | ||
@@ -86,0 +95,0 @@ /** |
{ | ||
"name": "twitch-api-types", | ||
"version": "0.7.1", | ||
"version": "0.8.0", | ||
"description": " Latest Twitch API Typings", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -25,4 +25,4 @@ # Twitch API Types | ||
- [x] Channels | ||
- [ ] Channel Points | ||
- [ ] Charity | ||
- [x] Channel Points | ||
- [x] Charity | ||
- [ ] Chat | ||
@@ -29,0 +29,0 @@ - [ ] Clips |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147954
103
2907