File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ export interface APIEntitlement {
33
33
*/
34
34
deleted : boolean ;
35
35
/**
36
- * Start date at which the entitlement is valid. Not present when using test entitlements.
36
+ * Start date at which the entitlement is valid.
37
37
*/
38
- starts_at ? : string ;
38
+ starts_at : string | null ;
39
39
/**
40
- * Date at which the entitlement is no longer valid. Not present when using test entitlements.
40
+ * Date at which the entitlement is no longer valid.
41
41
*/
42
- ends_at ? : string ;
42
+ ends_at : string | null ;
43
43
/**
44
44
* For consumable items, whether or not the entitlement has been consumed
45
45
*/
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ export interface APIEntitlement {
33
33
*/
34
34
deleted : boolean ;
35
35
/**
36
- * Start date at which the entitlement is valid. Not present when using test entitlements.
36
+ * Start date at which the entitlement is valid.
37
37
*/
38
- starts_at ? : string ;
38
+ starts_at : string | null ;
39
39
/**
40
- * Date at which the entitlement is no longer valid. Not present when using test entitlements.
40
+ * Date at which the entitlement is no longer valid.
41
41
*/
42
- ends_at ? : string ;
42
+ ends_at : string | null ;
43
43
/**
44
44
* For consumable items, whether or not the entitlement has been consumed
45
45
*/
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ export interface APIEntitlement {
33
33
*/
34
34
deleted : boolean ;
35
35
/**
36
- * Start date at which the entitlement is valid. Not present when using test entitlements.
36
+ * Start date at which the entitlement is valid.
37
37
*/
38
- starts_at ? : string ;
38
+ starts_at : string | null ;
39
39
/**
40
- * Date at which the entitlement is no longer valid. Not present when using test entitlements.
40
+ * Date at which the entitlement is no longer valid.
41
41
*/
42
- ends_at ? : string ;
42
+ ends_at : string | null ;
43
43
/**
44
44
* For consumable items, whether or not the entitlement has been consumed
45
45
*/
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ export interface APIEntitlement {
33
33
*/
34
34
deleted : boolean ;
35
35
/**
36
- * Start date at which the entitlement is valid. Not present when using test entitlements.
36
+ * Start date at which the entitlement is valid.
37
37
*/
38
- starts_at ? : string ;
38
+ starts_at : string | null ;
39
39
/**
40
- * Date at which the entitlement is no longer valid. Not present when using test entitlements.
40
+ * Date at which the entitlement is no longer valid.
41
41
*/
42
- ends_at ? : string ;
42
+ ends_at : string | null ;
43
43
/**
44
44
* For consumable items, whether or not the entitlement has been consumed
45
45
*/
You can’t perform that action at this time.
0 commit comments