@cofondateurauchomage/libs 1.1.159 → 1.1.162

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.
@@ -102,6 +102,8 @@ export interface IStripeMeta {
102
102
  /** Stripe `cancellation_details.feedback`. */
103
103
  subscriptionCancellationFeedback?: string;
104
104
  subscriptionCancellationComment?: string;
105
+ /** Origin of the checkout session (e.g. "Page abonnement", "Page profil", "Page recherche", etc.). */
106
+ checkoutOrigin?: string;
105
107
  }
106
108
  /** CRM mirror of `prospects/{id}` without heavy assets or long text fields. */
107
109
  type ICrmProspectProfileSnapshot = Omit<IProspect, "motivations" | "bestStrength" | "partner" | "business" | "description" | "status_detail">;
@@ -116,7 +118,9 @@ interface ICrmProfileBase {
116
118
  searchText: string;
117
119
  /** 0 if not called */
118
120
  lastTeamCallAt: number;
119
- foundPartner?: boolean;
121
+ hasStripe: boolean;
122
+ hasTel: boolean;
123
+ hasLinkedin: boolean;
120
124
  }
121
125
  export interface ICrmProfileProspect extends ICrmProfileBase {
122
126
  type: "prospect";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofondateurauchomage/libs",
3
- "version": "1.1.159",
3
+ "version": "1.1.162",
4
4
  "description": "",
5
5
  "main": "build/index",
6
6
  "scripts": {