@cofondateurauchomage/libs 1.1.160 → 1.1.163

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/api.d.ts CHANGED
@@ -39,6 +39,7 @@ export type BodyForO<O extends CloudFunctionNames | RouteNames> = {
39
39
  stripeRefundedCents?: number;
40
40
  subscriptionCancellationFeedback?: string | null;
41
41
  subscriptionCancellationComment?: string | null;
42
+ checkoutOrigin?: string | null;
42
43
  };
43
44
  addStatsAssociation: {};
44
45
  updateNewsletter: Omit<INewsletter, "new_profil_last_sent_date">;
@@ -176,6 +176,7 @@ const schemasForAllRoutes = {
176
176
  stripeRefundedCents: zod_1.z.number().int().optional(),
177
177
  subscriptionCancellationFeedback: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]).optional(),
178
178
  subscriptionCancellationComment: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]).optional(),
179
+ checkoutOrigin: zod_1.z.string().optional(),
179
180
  }),
180
181
  addStatsAssociation: zod_1.z.object({}),
181
182
  updateNewsletter: zod_1.z.object({
@@ -118,10 +118,9 @@ interface ICrmProfileBase {
118
118
  searchText: string;
119
119
  /** 0 if not called */
120
120
  lastTeamCallAt: number;
121
- foundPartner?: boolean;
122
- hasStripe?: boolean;
123
- hasTel?: boolean;
124
- hasLinkedin?: boolean;
121
+ hasStripe: boolean;
122
+ hasTel: boolean;
123
+ hasLinkedin: boolean;
125
124
  }
126
125
  export interface ICrmProfileProspect extends ICrmProfileBase {
127
126
  type: "prospect";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofondateurauchomage/libs",
3
- "version": "1.1.160",
3
+ "version": "1.1.163",
4
4
  "description": "",
5
5
  "main": "build/index",
6
6
  "scripts": {