@cofondateurauchomage/libs 1.1.140 → 1.1.141

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
@@ -31,7 +31,6 @@ export type BodyForO<O extends CloudFunctionNames | RouteNames> = {
31
31
  updateMetaStripe: {
32
32
  apiSecretKey: string;
33
33
  stripeId: string;
34
- stripeFirstPaidAt?: number;
35
34
  stripeLastPaymentAt?: number;
36
35
  stripeSubscriptionEndedAt?: number | null;
37
36
  stripeCurrentPeriodEnd?: number | null;
@@ -168,7 +168,6 @@ const schemasForAllRoutes = {
168
168
  updateMetaStripe: zod_1.z.object({
169
169
  apiSecretKey: zod_1.z.string(),
170
170
  stripeId: zStrMax50,
171
- stripeFirstPaidAt: zod_1.z.number().optional(),
172
171
  stripeLastPaymentAt: zod_1.z.number().optional(),
173
172
  stripeSubscriptionEndedAt: zod_1.z.union([zod_1.z.number(), zod_1.z.null()]).optional(),
174
173
  stripeCurrentPeriodEnd: zod_1.z.union([zod_1.z.number(), zod_1.z.null()]).optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofondateurauchomage/libs",
3
- "version": "1.1.140",
3
+ "version": "1.1.141",
4
4
  "description": "",
5
5
  "main": "build/index",
6
6
  "scripts": {