mcp-server-peecai 0.6.0 → 0.6.1
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.
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export interface Project {
|
|
|
8
8
|
name: string;
|
|
9
9
|
status: ProjectStatus;
|
|
10
10
|
}
|
|
11
|
-
export type ProjectStatus = "CUSTOMER" | "CUSTOMER_ENDED" | "PITCH" | "PITCH_ENDED" | "TRIAL" | "TRIAL_ENDED" | "ONBOARDING" | "DELETED";
|
|
11
|
+
export type ProjectStatus = "CUSTOMER" | "CUSTOMER_ENDED" | "PITCH" | "PITCH_ENDED" | "TRIAL" | "TRIAL_ENDED" | "ONBOARDING" | "DELETED" | "API_PARTNER";
|
|
12
12
|
/** A brand being tracked within a project, with its associated domains. */
|
|
13
13
|
export interface Brand {
|
|
14
14
|
id: string;
|