Skip to content

Commit

Permalink
Add missing BANNED Pollinator status
Browse files Browse the repository at this point in the history
  • Loading branch information
0KepOnline committed Nov 12, 2023
1 parent 18b7109 commit f4b2214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SporeDwrApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export type Locale = "en_US" | string;

export type Products = "SPORE_CORE" | "CUTE_AND_CREEPY" | "INSECT_LIMBS" | "EXPANSION_PACK1" | "DR_PEPPER_PARTS";

export type AssetStatus = "CLASSIFIED" | "INVALID" | "PURGED" | "DELETED" | "MAXIS";
export type AssetStatus = "CLASSIFIED" | "INVALID" | "PURGED" | "DELETED" | "MAXIS" | "BANNED";

/** Represents an item in the Spore Pollinator database. Includes users, assets, Sporecasts. */
export interface SporeItem {
Expand Down

0 comments on commit f4b2214

Please sign in to comment.