@cofondateurauchomage/libs 1.1.108 → 1.1.109

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
@@ -40,7 +40,9 @@ export type BodyForO<O extends CloudFunctionNames | RouteNames> = {
40
40
  deleteReaction: {
41
41
  toId: string;
42
42
  };
43
- createBlogHtmlArticle: Omit<IBlogHtmlArticle, "date">;
43
+ createBlogHtmlArticle: Omit<IBlogHtmlArticle, "date"> & {
44
+ apiSecretKey: string;
45
+ };
44
46
  checkout_session: {
45
47
  stripeId?: string;
46
48
  email: string;
@@ -187,6 +187,7 @@ const validatorsForAllRoutes = {
187
187
  toId: (0, validate_1.isString)(),
188
188
  },
189
189
  createBlogHtmlArticle: {
190
+ apiSecretKey,
190
191
  title: (0, validate_1.isString)(),
191
192
  description: (0, validate_1.isString)(),
192
193
  slug: (0, validate_1.isString)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofondateurauchomage/libs",
3
- "version": "1.1.108",
3
+ "version": "1.1.109",
4
4
  "description": "",
5
5
  "main": "build/index",
6
6
  "scripts": {