cordo 1.15.2 → 1.15.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -170,6 +170,8 @@ export type Entitlement = {
170
170
  sku_id: string;
171
171
  type: EntitlementType;
172
172
  user_id: string;
173
+ starts_at?: string;
174
+ ends_at?: string;
173
175
  };
174
176
  export type InteractionLocationGuild = {
175
177
  member: InteractionMember;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cordo",
3
- "version": "1.15.2",
3
+ "version": "1.15.3",
4
4
  "description": "A framework for handling complex discord api interactions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",