@wix/notifications 1.0.41 → 1.0.43

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/notifications",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
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/notifications_notifications": "1.0.25",
22
- "@wix/notifications_notifications-v-3": "1.0.5"
21
+ "@wix/notifications_notifications": "1.0.26",
22
+ "@wix/notifications_notifications-v-3": "1.0.7"
23
23
  },
24
24
  "devDependencies": {
25
25
  "glob": "^10.4.1",
@@ -44,5 +44,5 @@
44
44
  "fqdn": ""
45
45
  }
46
46
  },
47
- "falconPackageHash": "0f85c88c51f7003a36d7f8141deeae783eac89ef6c5bd33c5683220f"
47
+ "falconPackageHash": "3166717cd2d94e54ac0261197e9790c18eb265d39c7c86fa522e2079"
48
48
  }
@@ -691,14 +691,11 @@ interface NotifySignature {
691
691
  /**
692
692
  * Sends notifications based on the template and dynamic values provided.
693
693
  *
694
- * > This feature is not yet available to all users.
694
+ * > **Note**: An app can call this endpoint up to 100,000 times per month for each site.
695
695
  *
696
- * An app can call this endpoint up to 100,000 times per month for each site.
696
+ * When you [create a notification template](https://dev.wix.com/docs/rest/business-management/notifications/notifications/creating-a-notification-template), you are provided a notification template ID. Call the Notify endpoint with this ID as `notificationTemplateID` to trigger notifications based on that template.
697
697
  *
698
- * When you create a notification template in the app dashboard, you are given a notification template ID.
699
- * Call the Notify endpoint with this ID as `notificationTemplateID` to trigger notifications based on the notification template.
700
- * If the notification template contains placeholders for dynamic values, provide those values as key-value pairs in the `dynamicValues` array.
701
- * The values you specify are incorporated seamlessly in the notifications sent out.
698
+ * If the notification template contains placeholders for dynamic values, provide those values as key-value pairs in the `dynamicValues` array. The values you specify are incorporated in the notifications sent out.
702
699
  * @param - Notification template ID. A notification template specifies the text and recipients for notifications.
703
700
  * To obtain a notification template ID, create a notification template in your app's dashboard.
704
701
  */
@@ -691,14 +691,11 @@ interface NotifySignature {
691
691
  /**
692
692
  * Sends notifications based on the template and dynamic values provided.
693
693
  *
694
- * > This feature is not yet available to all users.
694
+ * > **Note**: An app can call this endpoint up to 100,000 times per month for each site.
695
695
  *
696
- * An app can call this endpoint up to 100,000 times per month for each site.
696
+ * When you [create a notification template](https://dev.wix.com/docs/rest/business-management/notifications/notifications/creating-a-notification-template), you are provided a notification template ID. Call the Notify endpoint with this ID as `notificationTemplateID` to trigger notifications based on that template.
697
697
  *
698
- * When you create a notification template in the app dashboard, you are given a notification template ID.
699
- * Call the Notify endpoint with this ID as `notificationTemplateID` to trigger notifications based on the notification template.
700
- * If the notification template contains placeholders for dynamic values, provide those values as key-value pairs in the `dynamicValues` array.
701
- * The values you specify are incorporated seamlessly in the notifications sent out.
698
+ * If the notification template contains placeholders for dynamic values, provide those values as key-value pairs in the `dynamicValues` array. The values you specify are incorporated in the notifications sent out.
702
699
  * @param - Notification template ID. A notification template specifies the text and recipients for notifications.
703
700
  * To obtain a notification template ID, create a notification template in your app's dashboard.
704
701
  */