File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ export interface APISubscription {
177177 * List of entitlements granted for this subscription
178178 */
179179 entitlement_ids : Snowflake [ ] ;
180+ /**
181+ * List of SKUs that this user will be subscribed to at renewal
182+ */
183+ renewal_sku_ids : Snowflake [ ] | null ;
180184 /**
181185 * Start of the current subscription period
182186 */
Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ export interface APISubscription {
177177 * List of entitlements granted for this subscription
178178 */
179179 entitlement_ids : Snowflake [ ] ;
180+ /**
181+ * List of SKUs that this user will be subscribed to at renewal
182+ */
183+ renewal_sku_ids : Snowflake [ ] | null ;
180184 /**
181185 * Start of the current subscription period
182186 */
Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ export interface APISubscription {
177177 * List of entitlements granted for this subscription
178178 */
179179 entitlement_ids : Snowflake [ ] ;
180+ /**
181+ * List of SKUs that this user will be subscribed to at renewal
182+ */
183+ renewal_sku_ids : Snowflake [ ] | null ;
180184 /**
181185 * Start of the current subscription period
182186 */
Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ export interface APISubscription {
177177 * List of entitlements granted for this subscription
178178 */
179179 entitlement_ids : Snowflake [ ] ;
180+ /**
181+ * List of SKUs that this user will be subscribed to at renewal
182+ */
183+ renewal_sku_ids : Snowflake [ ] | null ;
180184 /**
181185 * Start of the current subscription period
182186 */
You can’t perform that action at this time.
0 commit comments