@glissandoo/lib 1.108.2 → 1.108.3

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.
@@ -106,7 +106,6 @@ export declare enum FbFunctionName {
106
106
  GroupSendInvitationEmail = "group-sendInvitationEmail",
107
107
  MetricsWeekly = "metrics-week",
108
108
  MiscAddSubscriber = "misc-addSubscriber",
109
- MiscHandleActiveCampaignAutomationContacts = "misc-handleActiveCampaignAutomationContacts",
110
109
  MiscScheduledFirestoreExport = "misc-scheduledFirestoreExport",
111
110
  MiscValidateUsername = "misc-validateUsername",
112
111
  NotificationMarkAllAsReaded = "notification-markAllAsReaded",
@@ -110,7 +110,6 @@ var FbFunctionName;
110
110
  FbFunctionName["GroupSendInvitationEmail"] = "group-sendInvitationEmail";
111
111
  FbFunctionName["MetricsWeekly"] = "metrics-week";
112
112
  FbFunctionName["MiscAddSubscriber"] = "misc-addSubscriber";
113
- FbFunctionName["MiscHandleActiveCampaignAutomationContacts"] = "misc-handleActiveCampaignAutomationContacts";
114
113
  FbFunctionName["MiscScheduledFirestoreExport"] = "misc-scheduledFirestoreExport";
115
114
  FbFunctionName["MiscValidateUsername"] = "misc-validateUsername";
116
115
  FbFunctionName["NotificationMarkAllAsReaded"] = "notification-markAllAsReaded";
@@ -117,7 +117,6 @@ const regionByFunctions = {
117
117
  [index_1.FbFunctionName.GroupSendInvitationEmail]: GCloudRegions.EuropeWest6,
118
118
  [index_1.FbFunctionName.MetricsWeekly]: GCloudRegions.EuropeWest6,
119
119
  [index_1.FbFunctionName.MiscAddSubscriber]: GCloudRegions.EuropeWest6,
120
- [index_1.FbFunctionName.MiscHandleActiveCampaignAutomationContacts]: GCloudRegions.EuropeWest6,
121
120
  [index_1.FbFunctionName.MiscScheduledFirestoreExport]: GCloudRegions.EuropeWest6,
122
121
  [index_1.FbFunctionName.MiscValidateUsername]: GCloudRegions.UsCentral1,
123
122
  [index_1.FbFunctionName.NotificationMarkAllAsReaded]: GCloudRegions.UsCentral1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glissandoo/lib",
3
- "version": "1.108.2",
3
+ "version": "1.108.3",
4
4
  "description": "Glissandoo library js",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",