@glissandoo/lib 1.105.0 → 1.105.2

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.
@@ -103,8 +103,7 @@ export declare enum FbFunctionName {
103
103
  GroupRepertoryRate = "groupRepertory-rate",
104
104
  GroupRepertoryRemove = "groupRepertory-remove",
105
105
  GroupSendInvitationEmail = "group-sendInvitationEmail",
106
- JWTGenerate = "jwt-generate",
107
- MetricsWeekly = "metrics-weekly",
106
+ MetricsWeekly = "metrics-week",
108
107
  MiscAddSubscriber = "misc-addSubscriber",
109
108
  MiscHandleActiveCampaignAutomationContacts = "misc-handleActiveCampaignAutomationContacts",
110
109
  MiscScheduledFirestoreExport = "misc-scheduledFirestoreExport",
@@ -107,8 +107,7 @@ var FbFunctionName;
107
107
  FbFunctionName["GroupRepertoryRate"] = "groupRepertory-rate";
108
108
  FbFunctionName["GroupRepertoryRemove"] = "groupRepertory-remove";
109
109
  FbFunctionName["GroupSendInvitationEmail"] = "group-sendInvitationEmail";
110
- FbFunctionName["JWTGenerate"] = "jwt-generate";
111
- FbFunctionName["MetricsWeekly"] = "metrics-weekly";
110
+ FbFunctionName["MetricsWeekly"] = "metrics-week";
112
111
  FbFunctionName["MiscAddSubscriber"] = "misc-addSubscriber";
113
112
  FbFunctionName["MiscHandleActiveCampaignAutomationContacts"] = "misc-handleActiveCampaignAutomationContacts";
114
113
  FbFunctionName["MiscScheduledFirestoreExport"] = "misc-scheduledFirestoreExport";
@@ -114,7 +114,6 @@ const regionByFunctions = {
114
114
  [index_1.FbFunctionName.GroupRepertoryRate]: GCloudRegions.EuropeWest6,
115
115
  [index_1.FbFunctionName.GroupRepertoryRemove]: GCloudRegions.UsCentral1,
116
116
  [index_1.FbFunctionName.GroupSendInvitationEmail]: GCloudRegions.EuropeWest6,
117
- [index_1.FbFunctionName.JWTGenerate]: GCloudRegions.EuropeWest6,
118
117
  [index_1.FbFunctionName.MetricsWeekly]: GCloudRegions.EuropeWest6,
119
118
  [index_1.FbFunctionName.MiscAddSubscriber]: GCloudRegions.EuropeWest6,
120
119
  [index_1.FbFunctionName.MiscHandleActiveCampaignAutomationContacts]: GCloudRegions.EuropeWest6,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glissandoo/lib",
3
- "version": "1.105.0",
3
+ "version": "1.105.2",
4
4
  "description": "Glissandoo library js",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",