oceanic.js 1.4.2-dev.bc752ef → 1.4.2-dev.c1c435f

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.
@@ -729,14 +729,14 @@ export interface RawOAuthGuild {
729
729
  permissions: string;
730
730
  }
731
731
 
732
- export type Activity = Omit<GatewayActivity, "application_id" | "assets" | "created_at"> & {
732
+ export type PresenceActivity = Omit<GatewayActivity, "application_id" | "assets" | "created_at"> & {
733
733
  applicationID?: string;
734
734
  assets?: Partial<Record<"largeImage" | "largeText" | "smallImage" | "smallText", string>>;
735
735
  createdAt: number;
736
736
  };
737
737
 
738
738
  export type Presence = Omit<PresenceUpdate, "user" | "guild_id" | "client_status" | "activities"> & {
739
- activities?: Array<Activity>;
739
+ activities?: Array<PresenceActivity>;
740
740
  clientStatus: ClientStatus;
741
741
  guildID: string;
742
742
  };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oceanic.js",
3
- "version": "1.4.2-dev.bc752ef",
3
+ "version": "1.4.2-dev.c1c435f",
4
4
  "description": "A NodeJS library for interfacing with Discord.",
5
5
  "main": "./dist/lib/index.js",
6
6
  "types": "./dist/lib/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oceanic.js",
3
- "version": "1.4.2-dev.bc752ef",
3
+ "version": "1.4.2-dev.c1c435f",
4
4
  "description": "A NodeJS library for interfacing with Discord.",
5
5
  "main": "./dist/lib/index.js",
6
6
  "types": "./dist/lib/index.d.ts",