twitch-api-types
Advanced tools
Comparing version 0.6.1 to 0.7.1
@@ -11,2 +11,3 @@ export * from './ads'; | ||
export * from './moderation'; | ||
export * from './channel-points'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -27,2 +27,3 @@ "use strict"; | ||
__exportStar(require("./moderation"), exports); | ||
__exportStar(require("./channel-points"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -53,2 +53,26 @@ export declare enum APIEndpoint { | ||
*/ | ||
CreateCustomRewards = "https://api.twitch.tv/helix/channel_points/custom_rewards", | ||
/** | ||
* DELETE | ||
*/ | ||
DeleteCustomReward = "https://api.twitch.tv/helix/channel_points/custom_rewards", | ||
/** | ||
* GET | ||
*/ | ||
GetCustomReward = "https://api.twitch.tv/helix/channel_points/custom_rewards", | ||
/** | ||
* GET | ||
*/ | ||
GetCustomRewardRedemption = "https://api.twitch.tv/helix/channel_points/custom_rewards/redemptions", | ||
/** | ||
* PATCH | ||
*/ | ||
UpdateCustomReward = "https://api.twitch.tv/helix/channel_points/custom_rewards", | ||
/** | ||
* PATCH | ||
*/ | ||
UpdateRedemptionStatus = "https://api.twitch.tv/helix/channel_points/custom_rewards/redemptions", | ||
/** | ||
* POST | ||
*/ | ||
CheckAutoModStatus = "https://api.twitch.tv/helix/moderation/enforcements/status", | ||
@@ -55,0 +79,0 @@ /** |
@@ -59,2 +59,27 @@ "use strict"; | ||
APIEndpoint["GetChannelFollowers"] = "https://api.twitch.tv/helix/channels/followers"; | ||
// Channel Points | ||
/** | ||
* POST | ||
*/ | ||
APIEndpoint["CreateCustomRewards"] = "https://api.twitch.tv/helix/channel_points/custom_rewards"; | ||
/** | ||
* DELETE | ||
*/ | ||
APIEndpoint["DeleteCustomReward"] = "https://api.twitch.tv/helix/channel_points/custom_rewards"; | ||
/** | ||
* GET | ||
*/ | ||
APIEndpoint["GetCustomReward"] = "https://api.twitch.tv/helix/channel_points/custom_rewards"; | ||
/** | ||
* GET | ||
*/ | ||
APIEndpoint["GetCustomRewardRedemption"] = "https://api.twitch.tv/helix/channel_points/custom_rewards/redemptions"; | ||
/** | ||
* PATCH | ||
*/ | ||
APIEndpoint["UpdateCustomReward"] = "https://api.twitch.tv/helix/channel_points/custom_rewards"; | ||
/** | ||
* PATCH | ||
*/ | ||
APIEndpoint["UpdateRedemptionStatus"] = "https://api.twitch.tv/helix/channel_points/custom_rewards/redemptions"; | ||
// Moderation | ||
@@ -61,0 +86,0 @@ /** |
{ | ||
"name": "twitch-api-types", | ||
"version": "0.6.1", | ||
"description": "", | ||
"version": "0.7.1", | ||
"description": " Latest Twitch API Typings", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build:node": "tsc", |
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
142428
99
2782