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.cjs
CHANGED
|
@@ -2874,7 +2874,7 @@ var createSignoutEndpoint = (_config) => {
|
|
|
2874
2874
|
};
|
|
2875
2875
|
|
|
2876
2876
|
// src/endpoints/broadcasts/index.ts
|
|
2877
|
-
var createBroadcastManagementEndpoints = (
|
|
2877
|
+
var createBroadcastManagementEndpoints = (_config) => {
|
|
2878
2878
|
return [];
|
|
2879
2879
|
};
|
|
2880
2880
|
|
|
@@ -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",
|