@wix/pricing-plans 1.0.95 → 1.0.96

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/pricing-plans",
3
- "version": "1.0.95",
3
+ "version": "1.0.96",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,8 +18,8 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/pricing-plans_orders": "1.0.40",
22
- "@wix/pricing-plans_plans": "1.0.44"
21
+ "@wix/pricing-plans_orders": "1.0.41",
22
+ "@wix/pricing-plans_plans": "1.0.45"
23
23
  },
24
24
  "devDependencies": {
25
25
  "glob": "^10.4.1",
@@ -44,5 +44,5 @@
44
44
  "fqdn": ""
45
45
  }
46
46
  },
47
- "falconPackageHash": "8bfbe5af3dedea2be4188b04dab979161924e74de49b8d557b10af02"
47
+ "falconPackageHash": "d0825bc6f015ce354b4e3a8697215ea6ece7884791573598215d9f24"
48
48
  }
@@ -652,11 +652,7 @@ interface Recurrence$1 {
652
652
  }
653
653
  /** A duration expressed in number of time units. */
654
654
  interface Duration$1 {
655
- /**
656
- * The amount of a duration `unit` in a single payment cycle.
657
- *
658
- * Currently limited to support only `1`.
659
- */
655
+ /** The amount of a duration `unit` in a single payment cycle. */
660
656
  count?: number | null;
661
657
  /** Unit of time for the cycle duration. */
662
658
  unit?: PeriodUnit$1;
@@ -652,11 +652,7 @@ interface Recurrence$1 {
652
652
  }
653
653
  /** A duration expressed in number of time units. */
654
654
  interface Duration$1 {
655
- /**
656
- * The amount of a duration `unit` in a single payment cycle.
657
- *
658
- * Currently limited to support only `1`.
659
- */
655
+ /** The amount of a duration `unit` in a single payment cycle. */
660
656
  count?: number | null;
661
657
  /** Unit of time for the cycle duration. */
662
658
  unit?: PeriodUnit$1;
@@ -243,11 +243,7 @@ interface Recurrence$3 {
243
243
  }
244
244
  /** A duration expressed in number of time units. */
245
245
  interface Duration$3 {
246
- /**
247
- * The amount of a duration `unit` in a single payment cycle.
248
- *
249
- * Currently limited to support only `1`.
250
- */
246
+ /** The amount of a duration `unit` in a single payment cycle. */
251
247
  count?: number | null;
252
248
  /** Unit of time for the cycle duration. */
253
249
  unit?: PeriodUnit$3;
@@ -1127,11 +1123,7 @@ interface Recurrence$2 {
1127
1123
  }
1128
1124
  /** A duration expressed in number of time units. */
1129
1125
  interface Duration$2 {
1130
- /**
1131
- * The amount of a duration `unit` in a single payment cycle.
1132
- *
1133
- * Currently limited to support only `1`.
1134
- */
1126
+ /** The amount of a duration `unit` in a single payment cycle. */
1135
1127
  count?: number | null;
1136
1128
  /** Unit of time for the cycle duration. */
1137
1129
  unit?: PeriodUnit$2;
@@ -1937,11 +1929,7 @@ interface Recurrence$1 {
1937
1929
  }
1938
1930
  /** A duration expressed in number of time units. */
1939
1931
  interface Duration$1 {
1940
- /**
1941
- * The amount of a duration `unit` in a single payment cycle.
1942
- *
1943
- * Currently limited to support only `1`.
1944
- */
1932
+ /** The amount of a duration `unit` in a single payment cycle. */
1945
1933
  count?: number | null;
1946
1934
  /** Unit of time for the cycle duration. */
1947
1935
  unit?: PeriodUnit$1;