@wix/subscription 1.0.1 → 1.0.2

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/subscription",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/subscription_subscriptions": "1.0.1"
21
+ "@wix/subscription_subscriptions": "1.0.2"
22
22
  },
23
23
  "devDependencies": {
24
24
  "glob": "^10.4.1",
@@ -42,5 +42,5 @@
42
42
  "fqdn": ""
43
43
  }
44
44
  },
45
- "falconPackageHash": "5a1bc8863f77989acb46eea381730f6b59b473c033bf73451e810695"
45
+ "falconPackageHash": "5f80f474d304cb6dd4bad54d6242aa57e487e094fb388f7f510afeae"
46
46
  }
@@ -33,6 +33,7 @@ interface Subscription {
33
33
  /**
34
34
  * Represents when the subscription will end, relevant for subscriptions with a termed period.
35
35
  * If not provided, will be calculated based on billing schedule. Should be empty for evergreen subscription.
36
+ * Note: A 13-hour tolerance is applied when validating the end date to handle for time zone differences and minor discrepancies.
36
37
  */
37
38
  endDate?: Date;
38
39
  /** Business origin subscription is coming from. In site-level subscription it will be vertical app_id and entity_id */
@@ -33,6 +33,7 @@ interface Subscription {
33
33
  /**
34
34
  * Represents when the subscription will end, relevant for subscriptions with a termed period.
35
35
  * If not provided, will be calculated based on billing schedule. Should be empty for evergreen subscription.
36
+ * Note: A 13-hour tolerance is applied when validating the end date to handle for time zone differences and minor discrepancies.
36
37
  */
37
38
  endDate?: Date;
38
39
  /** Business origin subscription is coming from. In site-level subscription it will be vertical app_id and entity_id */
@@ -33,6 +33,7 @@ interface Subscription$1 {
33
33
  /**
34
34
  * Represents when the subscription will end, relevant for subscriptions with a termed period.
35
35
  * If not provided, will be calculated based on billing schedule. Should be empty for evergreen subscription.
36
+ * Note: A 13-hour tolerance is applied when validating the end date to handle for time zone differences and minor discrepancies.
36
37
  */
37
38
  endDate?: Date;
38
39
  /** Business origin subscription is coming from. In site-level subscription it will be vertical app_id and entity_id */
@@ -4912,6 +4913,7 @@ interface Subscription {
4912
4913
  /**
4913
4914
  * Represents when the subscription will end, relevant for subscriptions with a termed period.
4914
4915
  * If not provided, will be calculated based on billing schedule. Should be empty for evergreen subscription.
4916
+ * Note: A 13-hour tolerance is applied when validating the end date to handle for time zone differences and minor discrepancies.
4915
4917
  */
4916
4918
  endDate?: Date;
4917
4919
  /** Business origin subscription is coming from. In site-level subscription it will be vertical app_id and entity_id */