@cofondateurauchomage/libs 1.1.155 → 1.1.156
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/build/db.model.d.ts +1 -1
- package/package.json +1 -1
package/build/db.model.d.ts
CHANGED
|
@@ -108,7 +108,7 @@ type ICrmUserProfileSnapshot = Omit<IUser, "photo" | "motivations" | "bestStreng
|
|
|
108
108
|
/** CRM mirror of `projects/{id}` without heavy assets or long text fields. */
|
|
109
109
|
type ICrmProjectProfileSnapshot = Omit<IProject, "logo" | "description" | "partner" | "status_detail" | "clicks">;
|
|
110
110
|
/** CRM pipeline column; computed server-side from profile + billing state. */
|
|
111
|
-
export type TCrmPipelineBucket = "
|
|
111
|
+
export type TCrmPipelineBucket = "prospect" | "inscrit" | "pro" | "ancien_pro";
|
|
112
112
|
interface ICrmProfileBase {
|
|
113
113
|
pipelineBucket: TCrmPipelineBucket;
|
|
114
114
|
searchText: string;
|