@movalib/movalib-commons 1.1.81 → 1.1.82

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.
@@ -25,6 +25,10 @@ export declare enum SubscriptionPaymentInterval {
25
25
  * Paiement Mensuel
26
26
  */
27
27
  MONTH = "MONTH",
28
+ /**
29
+ * Paiement Trimestriel
30
+ */
31
+ QUARTER = "QUARTER",
28
32
  /**
29
33
  * Paiement Annuel
30
34
  */
@@ -30,6 +30,10 @@ var SubscriptionPaymentInterval;
30
30
  * Paiement Mensuel
31
31
  */
32
32
  SubscriptionPaymentInterval["MONTH"] = "MONTH";
33
+ /**
34
+ * Paiement Trimestriel
35
+ */
36
+ SubscriptionPaymentInterval["QUARTER"] = "QUARTER";
33
37
  /**
34
38
  * Paiement Annuel
35
39
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movalib/movalib-commons",
3
- "version": "1.1.81",
3
+ "version": "1.1.82",
4
4
  "description": "Bibliothèque d'objets communs à l'ensemble des projets React de Movalib",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,6 +27,10 @@ export enum SubscriptionPaymentInterval {
27
27
  * Paiement Mensuel
28
28
  */
29
29
  MONTH = "MONTH",
30
+ /**
31
+ * Paiement Trimestriel
32
+ */
33
+ QUARTER = "QUARTER",
30
34
  /**
31
35
  * Paiement Annuel
32
36
  */