@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.
@@ -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 = "lead" | "inscrit" | "pro" | "ancien_pro";
111
+ export type TCrmPipelineBucket = "prospect" | "inscrit" | "pro" | "ancien_pro";
112
112
  interface ICrmProfileBase {
113
113
  pipelineBucket: TCrmPipelineBucket;
114
114
  searchText: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofondateurauchomage/libs",
3
- "version": "1.1.155",
3
+ "version": "1.1.156",
4
4
  "description": "",
5
5
  "main": "build/index",
6
6
  "scripts": {