@glissandoo/lib 1.37.3 → 1.37.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.
@@ -99,5 +99,6 @@ export declare enum FbFunctionName {
99
99
  UserRegister = "user-register",
100
100
  UserRemove = "user-remove",
101
101
  WebhookStripe = "webhook-stripe",
102
- WebhookGocardless = "webhook-gocardless"
102
+ WebhookGocardless = "webhook-gocardless",
103
+ WebhookMessagebird = "webhook-messagebird"
103
104
  }
@@ -104,4 +104,5 @@ var FbFunctionName;
104
104
  FbFunctionName["UserRemove"] = "user-remove";
105
105
  FbFunctionName["WebhookStripe"] = "webhook-stripe";
106
106
  FbFunctionName["WebhookGocardless"] = "webhook-gocardless";
107
+ FbFunctionName["WebhookMessagebird"] = "webhook-messagebird";
107
108
  })(FbFunctionName = exports.FbFunctionName || (exports.FbFunctionName = {}));
@@ -111,6 +111,7 @@ const regionByFunctions = {
111
111
  [index_1.FbFunctionName.ReminderBiweeklyEventsEmail]: GCloudRegions.EuropeWest6,
112
112
  [index_1.FbFunctionName.WebhookStripe]: GCloudRegions.EuropeWest6,
113
113
  [index_1.FbFunctionName.WebhookGocardless]: GCloudRegions.EuropeWest6,
114
+ [index_1.FbFunctionName.WebhookMessagebird]: GCloudRegions.EuropeWest6,
114
115
  };
115
116
  const getFunctionRegion = (fn) => regionByFunctions[fn] || defaultRegion;
116
117
  exports.getFunctionRegion = getFunctionRegion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glissandoo/lib",
3
- "version": "1.37.3",
3
+ "version": "1.37.4",
4
4
  "description": "Glissandoo library js",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",