@cofondateurauchomage/libs 1.1.162 → 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({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofondateurauchomage/libs",
3
- "version": "1.1.162",
3
+ "version": "1.1.163",
4
4
  "description": "",
5
5
  "main": "build/index",
6
6
  "scripts": {