@wix/notifications 1.0.32 → 1.0.33
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.
|
|
3
|
+
"version": "1.0.33",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/notifications_notifications": "1.0.18",
|
|
22
|
-
"@wix/notifications_notifications-v-3": "1.0.
|
|
22
|
+
"@wix/notifications_notifications-v-3": "1.0.3"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"glob": "^10.4.1",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"fqdn": ""
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
"falconPackageHash": "
|
|
47
|
+
"falconPackageHash": "ac4482e66e63045423228b537c0178f8c76835e2deb7f930e74532f3"
|
|
48
48
|
}
|
|
@@ -163,7 +163,7 @@ interface Notification {
|
|
|
163
163
|
interface NotifyRequest {
|
|
164
164
|
/**
|
|
165
165
|
* Notification template ID. A notification template specifies the text and recipients for notifications.
|
|
166
|
-
* To obtain a notification template ID, create a notification template in
|
|
166
|
+
* To obtain a notification template ID, create a notification template in your app's dashboard.
|
|
167
167
|
*/
|
|
168
168
|
notificationTemplateId: string;
|
|
169
169
|
/**
|
|
@@ -297,12 +297,12 @@ interface NotifySignature {
|
|
|
297
297
|
*
|
|
298
298
|
* An app can call this endpoint up to 100,000 times per month for each site.
|
|
299
299
|
*
|
|
300
|
-
* When you create a notification template in the
|
|
300
|
+
* When you create a notification template in the app dashboard, you are given a notification template ID.
|
|
301
301
|
* Call the Notify endpoint with this ID as `notificationTemplateID` to trigger notifications based on the notification template.
|
|
302
302
|
* If the notification template contains placeholders for dynamic values, provide those values as key-value pairs in the `dynamicValues` array.
|
|
303
303
|
* The values you specify are incorporated seamlessly in the notifications sent out.
|
|
304
304
|
* @param - Notification template ID. A notification template specifies the text and recipients for notifications.
|
|
305
|
-
* To obtain a notification template ID, create a notification template in
|
|
305
|
+
* To obtain a notification template ID, create a notification template in your app's dashboard.
|
|
306
306
|
*/
|
|
307
307
|
(notificationTemplateId: string, options?: NotifyOptions | undefined): Promise<NotifyResponse & NotifyResponseNonNullableFields>;
|
|
308
308
|
}
|
|
@@ -163,7 +163,7 @@ interface Notification {
|
|
|
163
163
|
interface NotifyRequest {
|
|
164
164
|
/**
|
|
165
165
|
* Notification template ID. A notification template specifies the text and recipients for notifications.
|
|
166
|
-
* To obtain a notification template ID, create a notification template in
|
|
166
|
+
* To obtain a notification template ID, create a notification template in your app's dashboard.
|
|
167
167
|
*/
|
|
168
168
|
notificationTemplateId: string;
|
|
169
169
|
/**
|
|
@@ -297,12 +297,12 @@ interface NotifySignature {
|
|
|
297
297
|
*
|
|
298
298
|
* An app can call this endpoint up to 100,000 times per month for each site.
|
|
299
299
|
*
|
|
300
|
-
* When you create a notification template in the
|
|
300
|
+
* When you create a notification template in the app dashboard, you are given a notification template ID.
|
|
301
301
|
* Call the Notify endpoint with this ID as `notificationTemplateID` to trigger notifications based on the notification template.
|
|
302
302
|
* If the notification template contains placeholders for dynamic values, provide those values as key-value pairs in the `dynamicValues` array.
|
|
303
303
|
* The values you specify are incorporated seamlessly in the notifications sent out.
|
|
304
304
|
* @param - Notification template ID. A notification template specifies the text and recipients for notifications.
|
|
305
|
-
* To obtain a notification template ID, create a notification template in
|
|
305
|
+
* To obtain a notification template ID, create a notification template in your app's dashboard.
|
|
306
306
|
*/
|
|
307
307
|
(notificationTemplateId: string, options?: NotifyOptions | undefined): Promise<NotifyResponse & NotifyResponseNonNullableFields>;
|
|
308
308
|
}
|
|
@@ -165,7 +165,7 @@ declare namespace meta$1 {
|
|
|
165
165
|
interface NotifyRequest$1 {
|
|
166
166
|
/**
|
|
167
167
|
* Notification template ID. A notification template specifies the text and recipients for notifications.
|
|
168
|
-
* To obtain a notification template ID, create a notification template in
|
|
168
|
+
* To obtain a notification template ID, create a notification template in your app's dashboard.
|
|
169
169
|
*/
|
|
170
170
|
notificationTemplateId: string;
|
|
171
171
|
/**
|
|
@@ -194,7 +194,7 @@ interface NotifyResponseNonNullableFields$1 {
|
|
|
194
194
|
interface NotifyRequest {
|
|
195
195
|
/**
|
|
196
196
|
* Notification template ID. A notification template specifies the text and recipients for notifications.
|
|
197
|
-
* To obtain a notification template ID, create a notification template in
|
|
197
|
+
* To obtain a notification template ID, create a notification template in your app's dashboard.
|
|
198
198
|
*/
|
|
199
199
|
notificationTemplateId: string;
|
|
200
200
|
/**
|