@wix/notifications 1.0.40 → 1.0.42
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.42",
|
|
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.
|
|
22
|
-
"@wix/notifications_notifications-v-3": "1.0.
|
|
21
|
+
"@wix/notifications_notifications": "1.0.26",
|
|
22
|
+
"@wix/notifications_notifications-v-3": "1.0.6"
|
|
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": "8c28d05bd07a3e1ab9e90855abe78b91737e059e7fded3d3857cea68"
|
|
48
48
|
}
|
|
@@ -440,9 +440,9 @@ interface PublicNotifyRequest extends PublicNotifyRequestRecipientsFilterOneOf,
|
|
|
440
440
|
}
|
|
441
441
|
/** @oneof */
|
|
442
442
|
interface PublicNotifyRequestRecipientsFilterOneOf {
|
|
443
|
-
/**
|
|
443
|
+
/** Send to [site contributors]((https://support.wix.com/en/article/roles-permissions-overview)). This includes site administrators, website managers, and back office managers. */
|
|
444
444
|
toSiteContributors?: ToSiteContributors;
|
|
445
|
-
/**
|
|
445
|
+
/** Send to [site contacts](https://support.wix.com/en/article/about-your-contact-list). */
|
|
446
446
|
toContacts?: ToContacts;
|
|
447
447
|
}
|
|
448
448
|
/** @oneof */
|
|
@@ -494,9 +494,9 @@ declare enum DashboardPages {
|
|
|
494
494
|
interface Empty {
|
|
495
495
|
}
|
|
496
496
|
interface NotifyOptions$1 extends PublicNotifyRequestRecipientsFilterOneOf, PublicNotifyRequestActionTargetOneOf {
|
|
497
|
-
/**
|
|
497
|
+
/** Send to [site contributors]((https://support.wix.com/en/article/roles-permissions-overview)). This includes site administrators, website managers, and back office managers. */
|
|
498
498
|
toSiteContributors?: ToSiteContributors;
|
|
499
|
-
/**
|
|
499
|
+
/** Send to [site contacts](https://support.wix.com/en/article/about-your-contact-list). */
|
|
500
500
|
toContacts?: ToContacts;
|
|
501
501
|
/** Title of the notification. Max: 512 characters. */
|
|
502
502
|
title?: string | null;
|
|
@@ -691,8 +691,6 @@ 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.
|
|
695
|
-
*
|
|
696
694
|
* An app can call this endpoint up to 100,000 times per month for each site.
|
|
697
695
|
*
|
|
698
696
|
* When you create a notification template in the app dashboard, you are given a notification template ID.
|
|
@@ -440,9 +440,9 @@ interface PublicNotifyRequest extends PublicNotifyRequestRecipientsFilterOneOf,
|
|
|
440
440
|
}
|
|
441
441
|
/** @oneof */
|
|
442
442
|
interface PublicNotifyRequestRecipientsFilterOneOf {
|
|
443
|
-
/**
|
|
443
|
+
/** Send to [site contributors]((https://support.wix.com/en/article/roles-permissions-overview)). This includes site administrators, website managers, and back office managers. */
|
|
444
444
|
toSiteContributors?: ToSiteContributors;
|
|
445
|
-
/**
|
|
445
|
+
/** Send to [site contacts](https://support.wix.com/en/article/about-your-contact-list). */
|
|
446
446
|
toContacts?: ToContacts;
|
|
447
447
|
}
|
|
448
448
|
/** @oneof */
|
|
@@ -494,9 +494,9 @@ declare enum DashboardPages {
|
|
|
494
494
|
interface Empty {
|
|
495
495
|
}
|
|
496
496
|
interface NotifyOptions$1 extends PublicNotifyRequestRecipientsFilterOneOf, PublicNotifyRequestActionTargetOneOf {
|
|
497
|
-
/**
|
|
497
|
+
/** Send to [site contributors]((https://support.wix.com/en/article/roles-permissions-overview)). This includes site administrators, website managers, and back office managers. */
|
|
498
498
|
toSiteContributors?: ToSiteContributors;
|
|
499
|
-
/**
|
|
499
|
+
/** Send to [site contacts](https://support.wix.com/en/article/about-your-contact-list). */
|
|
500
500
|
toContacts?: ToContacts;
|
|
501
501
|
/** Title of the notification. Max: 512 characters. */
|
|
502
502
|
title?: string | null;
|
|
@@ -691,8 +691,6 @@ 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.
|
|
695
|
-
*
|
|
696
694
|
* An app can call this endpoint up to 100,000 times per month for each site.
|
|
697
695
|
*
|
|
698
696
|
* When you create a notification template in the app dashboard, you are given a notification template ID.
|
|
@@ -90,9 +90,9 @@ interface PublicNotifyRequest extends PublicNotifyRequestRecipientsFilterOneOf,
|
|
|
90
90
|
}
|
|
91
91
|
/** @oneof */
|
|
92
92
|
interface PublicNotifyRequestRecipientsFilterOneOf {
|
|
93
|
-
/**
|
|
93
|
+
/** Send to [site contributors]((https://support.wix.com/en/article/roles-permissions-overview)). This includes site administrators, website managers, and back office managers. */
|
|
94
94
|
toSiteContributors?: ToSiteContributors;
|
|
95
|
-
/**
|
|
95
|
+
/** Send to [site contacts](https://support.wix.com/en/article/about-your-contact-list). */
|
|
96
96
|
toContacts?: ToContacts;
|
|
97
97
|
}
|
|
98
98
|
/** @oneof */
|