payload-plugin-newsletter 0.17.3 → 0.17.4
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/CHANGELOG.md +8 -0
- package/dist/collections.cjs +1 -1
- package/dist/collections.cjs.map +1 -1
- package/dist/collections.js +1 -1
- package/dist/collections.js.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2857,7 +2857,7 @@ var createSignoutEndpoint = (_config) => {
|
|
|
2857
2857
|
};
|
|
2858
2858
|
|
|
2859
2859
|
// src/endpoints/broadcasts/index.ts
|
|
2860
|
-
var createBroadcastManagementEndpoints = (
|
|
2860
|
+
var createBroadcastManagementEndpoints = (_config) => {
|
|
2861
2861
|
return [];
|
|
2862
2862
|
};
|
|
2863
2863
|
|
|
@@ -4172,7 +4172,7 @@ var createTestBroadcastEndpoint = (config, collectionSlug) => {
|
|
|
4172
4172
|
};
|
|
4173
4173
|
|
|
4174
4174
|
// src/endpoints/broadcasts/preview.ts
|
|
4175
|
-
var createBroadcastPreviewEndpoint = (config,
|
|
4175
|
+
var createBroadcastPreviewEndpoint = (config, _collectionSlug) => {
|
|
4176
4176
|
return {
|
|
4177
4177
|
path: "/preview",
|
|
4178
4178
|
method: "post",
|