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 {
177
177
* List of entitlements granted for this subscription
178
178
*/
179
179
entitlement_ids : Snowflake [ ] ;
180
+ /**
181
+ * List of SKUs that this user will be subscribed to at renewal
182
+ */
183
+ renewal_sku_ids : Snowflake [ ] | null ;
180
184
/**
181
185
* Start of the current subscription period
182
186
*/
Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ export interface APISubscription {
177
177
* List of entitlements granted for this subscription
178
178
*/
179
179
entitlement_ids : Snowflake [ ] ;
180
+ /**
181
+ * List of SKUs that this user will be subscribed to at renewal
182
+ */
183
+ renewal_sku_ids : Snowflake [ ] | null ;
180
184
/**
181
185
* Start of the current subscription period
182
186
*/
Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ export interface APISubscription {
177
177
* List of entitlements granted for this subscription
178
178
*/
179
179
entitlement_ids : Snowflake [ ] ;
180
+ /**
181
+ * List of SKUs that this user will be subscribed to at renewal
182
+ */
183
+ renewal_sku_ids : Snowflake [ ] | null ;
180
184
/**
181
185
* Start of the current subscription period
182
186
*/
Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ export interface APISubscription {
177
177
* List of entitlements granted for this subscription
178
178
*/
179
179
entitlement_ids : Snowflake [ ] ;
180
+ /**
181
+ * List of SKUs that this user will be subscribed to at renewal
182
+ */
183
+ renewal_sku_ids : Snowflake [ ] | null ;
180
184
/**
181
185
* Start of the current subscription period
182
186
*/
You can’t perform that action at this time.
0 commit comments