@glissandoo/lib 1.25.0 → 1.26.0
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/functions/index.d.ts +1 -0
- package/functions/index.js +1 -0
- package/functions/regions.js +1 -0
- package/package.json +1 -1
package/functions/index.d.ts
CHANGED
|
@@ -100,6 +100,7 @@ export declare enum FbFunctionName {
|
|
|
100
100
|
ReminderEvening = "reminder-evening",
|
|
101
101
|
ReminderMorning = "reminder-morning",
|
|
102
102
|
ReminderRollCall = "reminder-rollCall",
|
|
103
|
+
ReminderBiweeklyEventsEmail = "reminder-biweeklyEventsEmail",
|
|
103
104
|
SubscriptionAdd = "subscription-add",
|
|
104
105
|
SubscriptionCancel = "subscription-cancel",
|
|
105
106
|
SubscriptionPaymentSchedule = "subscription-paymentSchedule",
|
package/functions/index.js
CHANGED
|
@@ -104,6 +104,7 @@ var FbFunctionName;
|
|
|
104
104
|
FbFunctionName["ReminderEvening"] = "reminder-evening";
|
|
105
105
|
FbFunctionName["ReminderMorning"] = "reminder-morning";
|
|
106
106
|
FbFunctionName["ReminderRollCall"] = "reminder-rollCall";
|
|
107
|
+
FbFunctionName["ReminderBiweeklyEventsEmail"] = "reminder-biweeklyEventsEmail";
|
|
107
108
|
FbFunctionName["SubscriptionAdd"] = "subscription-add";
|
|
108
109
|
FbFunctionName["SubscriptionCancel"] = "subscription-cancel";
|
|
109
110
|
FbFunctionName["SubscriptionPaymentSchedule"] = "subscription-paymentSchedule";
|
package/functions/regions.js
CHANGED
|
@@ -119,6 +119,7 @@ const regionByFunctions = {
|
|
|
119
119
|
[index_1.FbFunctionName.ReminderEvening]: GCloudRegions.EuropeWest1,
|
|
120
120
|
[index_1.FbFunctionName.ReminderMorning]: GCloudRegions.EuropeWest1,
|
|
121
121
|
[index_1.FbFunctionName.ReminderRollCall]: GCloudRegions.EuropeWest1,
|
|
122
|
+
[index_1.FbFunctionName.ReminderBiweeklyEventsEmail]: GCloudRegions.EuropeWest6,
|
|
122
123
|
[index_1.FbFunctionName.SubscriptionPaymentSchedule]: GCloudRegions.EuropeWest6,
|
|
123
124
|
[index_1.FbFunctionName.WebhookLemonway]: GCloudRegions.EuropeWest6,
|
|
124
125
|
[index_1.FbFunctionName.WebhookStripe]: GCloudRegions.EuropeWest6,
|