@plusscommunities/pluss-newsletter-aws-projects 1.4.9 → 1.4.12

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/feature.config.js CHANGED
@@ -25,7 +25,7 @@ exports.serverless = {
25
25
  timeout: 30,
26
26
  path: "add",
27
27
  method: "post",
28
- headers: ["Content-Type", "authkey"],
28
+ headers: ["Content-Type", "authkey", "apikey"],
29
29
  },
30
30
  {
31
31
  name: "editNewsletterEntry",
@@ -35,7 +35,7 @@ exports.serverless = {
35
35
  timeout: 10,
36
36
  path: "edit",
37
37
  method: "post",
38
- headers: ["Content-Type", "authkey"],
38
+ headers: ["Content-Type", "authkey", "apikey"],
39
39
  },
40
40
  {
41
41
  name: "editNewsletterSubmission",
@@ -45,7 +45,7 @@ exports.serverless = {
45
45
  timeout: 10,
46
46
  path: "editSubmission",
47
47
  method: "post",
48
- headers: ["Content-Type", "authkey"],
48
+ headers: ["Content-Type", "authkey", "apikey"],
49
49
  },
50
50
  {
51
51
  name: "getNewsletterEntry",
@@ -55,7 +55,7 @@ exports.serverless = {
55
55
  timeout: 10,
56
56
  path: "get/{id}",
57
57
  method: "get",
58
- headers: ["Content-Type", "authkey"],
58
+ headers: ["Content-Type", "authkey", "apikey"],
59
59
  },
60
60
  {
61
61
  name: "getNews",
@@ -65,7 +65,7 @@ exports.serverless = {
65
65
  timeout: 10,
66
66
  path: "get2/{action}",
67
67
  method: "get",
68
- headers: ["Content-Type", "authkey"],
68
+ headers: ["Content-Type", "authkey", "apikey"],
69
69
  },
70
70
  {
71
71
  name: "getNewsletterEntries",
@@ -75,7 +75,7 @@ exports.serverless = {
75
75
  timeout: 30,
76
76
  path: "get",
77
77
  method: "get",
78
- headers: ["Content-Type", "authkey"],
78
+ headers: ["Content-Type", "authkey", "apikey"],
79
79
  },
80
80
  {
81
81
  name: "getFeaturedNewsletterEntries",
@@ -85,7 +85,7 @@ exports.serverless = {
85
85
  timeout: 10,
86
86
  path: "getFeatured",
87
87
  method: "get",
88
- headers: ["Content-Type", "authkey"],
88
+ headers: ["Content-Type", "authkey", "apikey"],
89
89
  },
90
90
  {
91
91
  name: "getRecentNewsletterEntries",
@@ -95,7 +95,7 @@ exports.serverless = {
95
95
  timeout: 10,
96
96
  path: "recent",
97
97
  method: "get",
98
- headers: ["Content-Type", "authkey"],
98
+ headers: ["Content-Type", "authkey", "apikey"],
99
99
  },
100
100
  {
101
101
  name: "searchAvailableNews",
@@ -105,7 +105,7 @@ exports.serverless = {
105
105
  timeout: 10,
106
106
  path: "content/search",
107
107
  method: "get",
108
- headers: ["Content-Type", "authkey"],
108
+ headers: ["Content-Type", "authkey", "apikey"],
109
109
  },
110
110
  {
111
111
  name: "getAvailableNews",
@@ -115,7 +115,7 @@ exports.serverless = {
115
115
  timeout: 10,
116
116
  path: "content/get",
117
117
  method: "get",
118
- headers: ["Content-Type", "authkey"],
118
+ headers: ["Content-Type", "authkey", "apikey"],
119
119
  },
120
120
  {
121
121
  name: "getPublishedEntries",
@@ -125,7 +125,7 @@ exports.serverless = {
125
125
  timeout: 10,
126
126
  path: "content/specific",
127
127
  method: "get",
128
- headers: ["Content-Type", "authkey"],
128
+ headers: ["Content-Type", "authkey", "apikey"],
129
129
  },
130
130
  {
131
131
  name: "getPublishedAvailableNews",
@@ -135,7 +135,7 @@ exports.serverless = {
135
135
  timeout: 10,
136
136
  path: "content/published",
137
137
  method: "get",
138
- headers: ["Content-Type", "authkey"],
138
+ headers: ["Content-Type", "authkey", "apikey"],
139
139
  },
140
140
  {
141
141
  name: "deleteNewsletterEntry",
@@ -145,7 +145,7 @@ exports.serverless = {
145
145
  timeout: 10,
146
146
  path: "remove",
147
147
  method: "post",
148
- headers: ["Content-Type", "authkey"],
148
+ headers: ["Content-Type", "authkey", "apikey"],
149
149
  },
150
150
  {
151
151
  name: "hasNewsletterAccess",
@@ -155,7 +155,7 @@ exports.serverless = {
155
155
  timeout: 10,
156
156
  path: "access",
157
157
  method: "get",
158
- headers: ["Content-Type", "authkey"],
158
+ headers: ["Content-Type", "authkey", "apikey"],
159
159
  },
160
160
  {
161
161
  name: "getNewsletterSubmissions",
@@ -165,7 +165,7 @@ exports.serverless = {
165
165
  timeout: 10,
166
166
  path: "submissions/get",
167
167
  method: "get",
168
- headers: ["Content-Type", "authkey"],
168
+ headers: ["Content-Type", "authkey", "apikey"],
169
169
  },
170
170
  {
171
171
  name: "getNewsletterSubmission",
@@ -175,7 +175,7 @@ exports.serverless = {
175
175
  timeout: 10,
176
176
  path: "submissions/get/{id}",
177
177
  method: "get",
178
- headers: ["Content-Type", "authkey"],
178
+ headers: ["Content-Type", "authkey", "apikey"],
179
179
  },
180
180
  {
181
181
  name: "handleNewsletterSubmission",
@@ -185,7 +185,7 @@ exports.serverless = {
185
185
  timeout: 10,
186
186
  path: "submissions/handle",
187
187
  method: "post",
188
- headers: ["Content-Type", "authkey"],
188
+ headers: ["Content-Type", "authkey", "apikey"],
189
189
  },
190
190
  {
191
191
  name: "getSubmissionCount",
@@ -195,7 +195,7 @@ exports.serverless = {
195
195
  timeout: 10,
196
196
  path: "submissions/count",
197
197
  method: "get",
198
- headers: ["Content-Type", "authkey"],
198
+ headers: ["Content-Type", "authkey", "apikey"],
199
199
  },
200
200
  {
201
201
  name: "getTaggedNews",
@@ -205,7 +205,7 @@ exports.serverless = {
205
205
  timeout: 10,
206
206
  path: "tagged/get",
207
207
  method: "get",
208
- headers: ["Content-Type", "authkey"],
208
+ headers: ["Content-Type", "authkey", "apikey"],
209
209
  },
210
210
  ],
211
211
  triggers: [