@cofondateurauchomage/libs 1.1.89 → 1.1.94

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
@@ -25,6 +25,7 @@ export type BodyForO<O extends CloudFunctionNames | RouteNames> = {
25
25
  updatePlan: {
26
26
  apiSecretKey: string;
27
27
  stripeId: string;
28
+ email: string;
28
29
  plan: TPlan;
29
30
  };
30
31
  addStatsAssociation: {};
@@ -127,6 +127,7 @@ const validatorsForAllRoutes = {
127
127
  updatePlan: {
128
128
  apiSecretKey,
129
129
  stripeId,
130
+ email: (0, validate_1.isString)(),
130
131
  plan,
131
132
  },
132
133
  addStatsAssociation: {},
package/build/const.js CHANGED
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PLANS = exports.PROJECT_STATUS = exports.SKILLS = exports.EMAIL = void 0;
4
4
  exports.EMAIL = "contact@cofondateurauchomage.fr";
5
5
  exports.SKILLS = [
6
- "Business",
6
+ "Sales",
7
+ "Operation",
7
8
  "Design",
8
9
  "Marketing",
9
10
  "Produit",
@@ -9,7 +9,7 @@ export declare enum Collections {
9
9
  reactions = "reactions",
10
10
  visits = "visits"
11
11
  }
12
- export type TSkill = "Business" | "Design" | "Marketing" | "Produit" | "Tech";
12
+ export type TSkill = "Sales" | "Operation" | "Design" | "Marketing" | "Produit" | "Tech";
13
13
  export type TPlan = "free" | "pro" | "premium";
14
14
  export type TVisibility = "public" | "limited" | "private";
15
15
  export interface IClicks {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofondateurauchomage/libs",
3
- "version": "1.1.89",
3
+ "version": "1.1.94",
4
4
  "description": "",
5
5
  "main": "build/index",
6
6
  "scripts": {